diff options
author | Haru <haru@dotalux.com> | 2016-02-21 21:23:56 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-02-21 21:23:56 +0100 |
commit | 78686377e8eb1510944da9cd7c90dab7f10316f3 (patch) | |
tree | 7c3fd9ff7fa0de6ba12ffdfdb991bc5934254e3b | |
parent | 56ee74bba28555867ff6db218a8ee1249d2e6a90 (diff) | |
parent | 49d44a6e6588c6800812267c270d03856a6cf06b (diff) | |
download | hercules-78686377e8eb1510944da9cd7c90dab7f10316f3.tar.gz hercules-78686377e8eb1510944da9cd7c90dab7f10316f3.tar.bz2 hercules-78686377e8eb1510944da9cd7c90dab7f10316f3.tar.xz hercules-78686377e8eb1510944da9cd7c90dab7f10316f3.zip |
Merge branch 'dastgir-16-ItemDB' into hercules
Closes #1061 as merged
-rw-r--r-- | db/item_db2.conf | 46 | ||||
-rw-r--r-- | db/pre-re/item_db.conf | 10209 | ||||
-rw-r--r-- | db/re/item_db.conf | 14913 | ||||
-rw-r--r-- | doc/item_db.txt | 111 | ||||
-rw-r--r-- | src/map/itemdb.c | 172 | ||||
-rw-r--r-- | src/map/itemdb.h | 8 | ||||
-rw-r--r-- | src/map/pc.c | 4 | ||||
-rw-r--r-- | tools/itemdb_jobmask_converter.pl | 100 |
8 files changed, 22147 insertions, 3416 deletions
diff --git a/db/item_db2.conf b/db/item_db2.conf index e1fafa9fd..8098b4155 100644 --- a/db/item_db2.conf +++ b/db/item_db2.conf @@ -9,7 +9,7 @@ //= This file is part of Hercules. //= http://herc.ws - http://github.com/HerculesWS/Hercules //= -//= Copyright (C) 2014-2015 Hercules Dev Team +//= Copyright (C) 2014-2016 Hercules Dev Team //= //= Hercules is free software: you can redistribute it and/or modify //= it under the terms of the GNU General Public License as published by @@ -46,7 +46,39 @@ item_db: ( Def: Defense (int, defaults to 0) Range: Attack Range (int, defaults to 0) Slots: Slots (int, defaults to 0) - Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF) + Job: { (defaults to all job) + All: true/false (boolean, defaults to false) + Novice: true/false (boolean, defaults to false) + Swordsman: true/false (boolean, defaults to false) + Magician: true/false (boolean, defaults to false) + Archer: true/false (boolean, defaults to false) + Acolyte: true/false (boolean, defaults to false) + Merchant: true/false (boolean, defaults to false) + Thief: true/false (boolean, defaults to false) + Knight: true/false (boolean, defaults to false) + Priest: true/false (boolean, defaults to false) + Wizard: true/false (boolean, defaults to false) + Blacksmith: true/false (boolean, defaults to false) + Hunter: true/false (boolean, defaults to false) + Assassin: true/false (boolean, defaults to false) + Crusader: true/false (boolean, defaults to false) + Monk: true/false (boolean, defaults to false) + Sage: true/false (boolean, defaults to false) + Rogue: true/false (boolean, defaults to false) + Alchemist: true/false (boolean, defaults to false) + Bard: true/false (boolean, defaults to false) + Taekwon: true/false (boolean, defaults to false) + Star_Gladiator: true/false (boolean, defaults to false) + Soul_Linker: true/false (boolean, defaults to false) + Gungslinger: true/false (boolean, defaults to false) + Ninja: true/false (boolean, defaults to false) + Gangsi: true/false (boolean, defaults to false) + Death_Knight: true/false (boolean, defaults to false) + Dark_Collector: true/false (boolean, defaults to false) + Kagerou: true/false (boolean, defaults to false) + Rebellion: true/false (boolean, defaults to false) + } + Job: Job mask (alternate format, int, defaults to all jobs = 0xFFFFFFFF) Upper: Upper mask (int, defaults to any = 0x3f) Gender: Gender (int, defaults to both = 2) Loc: Equip location (int, required value for equipment) @@ -577,7 +609,10 @@ item_db: ( Type: 5 Buy: 43000 Weight: 500 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> OnUnequipScript: <" sc_end SC_WEDDING; "> @@ -591,7 +626,10 @@ item_db: ( Type: 5 Buy: 43000 Weight: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Gender: 1 Loc: 16 OnEquipScript: <" sc_start SC_WEDDING,-1,0; "> diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index e2f82d34a..76257058e 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -46,7 +46,39 @@ item_db: ( Def: Defense (int, defaults to 0) Range: Attack Range (int, defaults to 0) Slots: Slots (int, defaults to 0) - Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF) + Job: { (defaults to all job) + All: true/false (boolean, defaults to false) + Novice: true/false (boolean, defaults to false) + Swordsman: true/false (boolean, defaults to false) + Magician: true/false (boolean, defaults to false) + Archer: true/false (boolean, defaults to false) + Acolyte: true/false (boolean, defaults to false) + Merchant: true/false (boolean, defaults to false) + Thief: true/false (boolean, defaults to false) + Knight: true/false (boolean, defaults to false) + Priest: true/false (boolean, defaults to false) + Wizard: true/false (boolean, defaults to false) + Blacksmith: true/false (boolean, defaults to false) + Hunter: true/false (boolean, defaults to false) + Assassin: true/false (boolean, defaults to false) + Crusader: true/false (boolean, defaults to false) + Monk: true/false (boolean, defaults to false) + Sage: true/false (boolean, defaults to false) + Rogue: true/false (boolean, defaults to false) + Alchemist: true/false (boolean, defaults to false) + Bard: true/false (boolean, defaults to false) + Taekwon: true/false (boolean, defaults to false) + Star_Gladiator: true/false (boolean, defaults to false) + Soul_Linker: true/false (boolean, defaults to false) + Gungslinger: true/false (boolean, defaults to false) + Ninja: true/false (boolean, defaults to false) + Gangsi: true/false (boolean, defaults to false) + Death_Knight: true/false (boolean, defaults to false) + Dark_Collector: true/false (boolean, defaults to false) + Kagerou: true/false (boolean, defaults to false) + Rebellion: true/false (boolean, defaults to false) + } + Job: Job mask (alternate format, int, defaults to all jobs = 0xFFFFFFFF) Upper: Upper mask (int, defaults to any = 0x3f) Gender: Gender (int, defaults to both = 2) Loc: Equip location (int, required value for equipment) @@ -1643,7 +1675,34 @@ item_db: ( Type: 2 Buy: 1500 Weight: 150 - Job: 0xFFF7FEEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + Soul_Linker: true + Gunslinger: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } EquipLv: 40 BuyingStore: true Script: <" sc_start SC_ATTHASTE_POTION2, 1800000, 0; "> @@ -1655,7 +1714,21 @@ item_db: ( Type: 2 Buy: 3000 Weight: 200 - Job: 0x01E646A6 + Job: { + Swordsman: true + Magician: true + Merchant: true + Knight: true + Wizard: true + Blacksmith: true + Crusader: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + Soul_Linker: true + Gunslinger: true + } EquipLv: 85 BuyingStore: true Script: <" sc_start SC_ATTHASTE_POTION3, 1800000, 0; "> @@ -4389,7 +4462,18 @@ item_db: ( Atk: 25 Range: 1 Slots: 3 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4405,7 +4489,18 @@ item_db: ( Atk: 25 Range: 1 Slots: 4 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4420,7 +4515,18 @@ item_db: ( Weight: 500 Atk: 25 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4436,7 +4542,18 @@ item_db: ( Atk: 39 Range: 1 Slots: 3 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4452,7 +4569,18 @@ item_db: ( Atk: 39 Range: 1 Slots: 4 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4467,7 +4595,18 @@ item_db: ( Weight: 600 Atk: 39 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4483,7 +4622,18 @@ item_db: ( Atk: 53 Range: 1 Slots: 3 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4499,7 +4649,18 @@ item_db: ( Atk: 53 Range: 1 Slots: 4 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4514,7 +4675,18 @@ item_db: ( Weight: 700 Atk: 53 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4530,7 +4702,18 @@ item_db: ( Atk: 70 Range: 1 Slots: 2 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -4546,7 +4729,18 @@ item_db: ( Atk: 70 Range: 1 Slots: 3 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -4561,7 +4755,18 @@ item_db: ( Weight: 500 Atk: 70 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -4577,7 +4782,18 @@ item_db: ( Atk: 85 Range: 1 Slots: 2 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -4593,7 +4809,18 @@ item_db: ( Atk: 85 Range: 1 Slots: 3 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -4609,7 +4836,18 @@ item_db: ( Atk: 85 Range: 1 Slots: 3 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -4625,7 +4863,11 @@ item_db: ( Atk: 60 Range: 1 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -4641,7 +4883,11 @@ item_db: ( Atk: 60 Range: 1 Slots: 4 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -4656,7 +4902,11 @@ item_db: ( Weight: 1000 Atk: 60 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -4672,7 +4922,17 @@ item_db: ( Atk: 130 Range: 1 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -4688,7 +4948,17 @@ item_db: ( Atk: 130 Range: 1 Slots: 2 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -4703,7 +4973,17 @@ item_db: ( Weight: 1200 Atk: 130 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -4719,7 +4999,17 @@ item_db: ( Atk: 100 Range: 1 Slots: 2 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -4735,7 +5025,17 @@ item_db: ( Atk: 120 Range: 1 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -4751,7 +5051,18 @@ item_db: ( Weight: 800 Atk: 90 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 5 @@ -4768,7 +5079,17 @@ item_db: ( Atk: 100 Range: 1 Slots: 3 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -4784,7 +5105,17 @@ item_db: ( Atk: 115 Range: 1 Slots: 2 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -4800,7 +5131,17 @@ item_db: ( Atk: 115 Range: 1 Slots: 3 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -4816,7 +5157,17 @@ item_db: ( Atk: 120 Range: 1 Slots: 2 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -4832,7 +5183,10 @@ item_db: ( Weight: 1500 Atk: 150 Range: 1 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -4847,7 +5201,17 @@ item_db: ( Weight: 500 Atk: 120 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4867,7 +5231,17 @@ item_db: ( Weight: 600 Atk: 100 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4889,7 +5263,17 @@ item_db: ( Weight: 700 Atk: 115 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4908,7 +5292,17 @@ item_db: ( Weight: 500 Atk: 100 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4928,7 +5322,17 @@ item_db: ( Weight: 700 Atk: 140 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4947,7 +5351,17 @@ item_db: ( Weight: 900 Atk: 150 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4967,7 +5381,17 @@ item_db: ( Weight: 1200 Atk: 85 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4987,7 +5411,17 @@ item_db: ( Weight: 1200 Atk: 150 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -5008,7 +5442,17 @@ item_db: ( Weight: 1000 Atk: 170 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -5030,7 +5474,17 @@ item_db: ( Weight: 1000 Atk: 200 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -5049,7 +5503,17 @@ item_db: ( Weight: 900 Atk: 150 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -5069,7 +5533,17 @@ item_db: ( Weight: 900 Atk: 140 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -5090,7 +5564,17 @@ item_db: ( Weight: 2200 Atk: 104 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 68 @@ -5106,7 +5590,17 @@ item_db: ( Weight: 2500 Atk: 140 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 74 @@ -5122,7 +5616,17 @@ item_db: ( Weight: 1400 Atk: 75 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 48 @@ -5141,7 +5645,9 @@ item_db: ( Weight: 1350 Atk: 125 Range: 1 - Job: 0x00004000 + Job: { + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 75 @@ -5161,7 +5667,9 @@ item_db: ( Atk: 100 Range: 1 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -5177,7 +5685,9 @@ item_db: ( Atk: 100 Range: 1 Slots: 2 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -5193,7 +5703,9 @@ item_db: ( Atk: 140 Range: 1 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 2 WeaponLv: 4 EquipLv: 45 @@ -5213,7 +5725,10 @@ item_db: ( Atk: 150 Range: 1 Slots: 2 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -5231,7 +5746,11 @@ item_db: ( Atk: 90 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -5247,7 +5766,11 @@ item_db: ( Atk: 90 Range: 1 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -5262,7 +5785,11 @@ item_db: ( Weight: 1300 Atk: 90 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -5278,7 +5805,11 @@ item_db: ( Atk: 115 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -5294,7 +5825,11 @@ item_db: ( Atk: 115 Range: 1 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -5309,7 +5844,11 @@ item_db: ( Weight: 1600 Atk: 115 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -5325,7 +5864,11 @@ item_db: ( Atk: 160 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -5341,7 +5884,11 @@ item_db: ( Atk: 160 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -5356,7 +5903,11 @@ item_db: ( Weight: 2200 Atk: 160 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -5372,7 +5923,11 @@ item_db: ( Atk: 140 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -5410,7 +5965,11 @@ item_db: ( Atk: 140 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -5429,7 +5988,10 @@ item_db: ( Weight: 2500 Atk: 180 Range: 1 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -5444,7 +6006,11 @@ item_db: ( Weight: 1000 Atk: 155 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5464,7 +6030,11 @@ item_db: ( Weight: 1000 Atk: 200 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5486,7 +6056,11 @@ item_db: ( Weight: 1300 Atk: 150 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5505,7 +6079,11 @@ item_db: ( Weight: 1600 Atk: 160 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5525,7 +6103,11 @@ item_db: ( Weight: 2200 Atk: 200 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5541,7 +6123,11 @@ item_db: ( Weight: 2200 Atk: 155 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5562,7 +6148,11 @@ item_db: ( Weight: 2000 Atk: 175 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5582,7 +6172,11 @@ item_db: ( Atk: 200 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5599,7 +6193,10 @@ item_db: ( Atk: 180 Range: 1 Slots: 2 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -5613,7 +6210,11 @@ item_db: ( Buy: 1 Atk: 204 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 1 @@ -5642,7 +6243,11 @@ item_db: ( Buy: 2 Atk: 190 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -5664,7 +6269,11 @@ item_db: ( Atk: 200 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -5685,7 +6294,11 @@ item_db: ( Atk: 160 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -5704,7 +6317,11 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 1 Refine: false @@ -5730,7 +6347,11 @@ item_db: ( Atk: 160 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5751,7 +6372,11 @@ item_db: ( Atk: 155 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5773,7 +6398,11 @@ item_db: ( Atk: 150 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5793,7 +6422,11 @@ item_db: ( Atk: 250 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -5819,7 +6452,11 @@ item_db: ( Atk: 200 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 50 @@ -5838,7 +6475,11 @@ item_db: ( Buy: 20 Atk: 200 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -5866,7 +6507,11 @@ item_db: ( Buy: 20 Atk: 200 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -5896,7 +6541,11 @@ item_db: ( Atk: 275 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -5918,7 +6567,11 @@ item_db: ( Atk: 200 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -5942,7 +6595,11 @@ item_db: ( Buy: 20 Atk: 220 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -5981,7 +6638,11 @@ item_db: ( Atk: 180 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -6007,7 +6668,11 @@ item_db: ( Atk: 200 Range: 2 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 2 Loc: 34 WeaponLv: 2 @@ -6027,7 +6692,10 @@ item_db: ( Type: 4 Atk: 220 Range: 1 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 1 @@ -6061,7 +6729,31 @@ item_db: ( Atk: 17 Range: 1 Slots: 3 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -6077,7 +6769,31 @@ item_db: ( Atk: 17 Range: 1 Slots: 4 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -6092,7 +6808,31 @@ item_db: ( Weight: 400 Atk: 17 Range: 1 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -6108,7 +6848,31 @@ item_db: ( Atk: 30 Range: 1 Slots: 3 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -6124,7 +6888,31 @@ item_db: ( Atk: 30 Range: 1 Slots: 4 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -6139,7 +6927,31 @@ item_db: ( Weight: 500 Atk: 30 Range: 1 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -6155,7 +6967,31 @@ item_db: ( Atk: 43 Range: 1 Slots: 3 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -6171,7 +7007,31 @@ item_db: ( Atk: 43 Range: 1 Slots: 4 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -6186,7 +7046,31 @@ item_db: ( Weight: 600 Atk: 43 Range: 1 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -6202,7 +7086,31 @@ item_db: ( Atk: 59 Range: 1 Slots: 2 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6218,7 +7126,31 @@ item_db: ( Atk: 59 Range: 1 Slots: 3 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6233,7 +7165,31 @@ item_db: ( Weight: 500 Atk: 59 Range: 1 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6249,7 +7205,31 @@ item_db: ( Atk: 73 Range: 1 Slots: 2 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6265,7 +7245,31 @@ item_db: ( Atk: 73 Range: 1 Slots: 3 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6280,7 +7284,31 @@ item_db: ( Weight: 600 Atk: 73 Range: 1 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6296,7 +7324,31 @@ item_db: ( Atk: 87 Range: 1 Slots: 2 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6312,7 +7364,31 @@ item_db: ( Atk: 87 Range: 1 Slots: 3 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6327,7 +7403,31 @@ item_db: ( Weight: 700 Atk: 87 Range: 1 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6343,7 +7443,25 @@ item_db: ( Atk: 105 Range: 1 Slots: 2 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -6359,7 +7477,25 @@ item_db: ( Atk: 105 Range: 1 Slots: 3 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -6374,7 +7510,25 @@ item_db: ( Weight: 700 Atk: 105 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -6390,7 +7544,25 @@ item_db: ( Atk: 118 Range: 1 Slots: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -6406,7 +7578,25 @@ item_db: ( Weight: 500 Atk: 90 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 24 @@ -6425,7 +7615,25 @@ item_db: ( Weight: 1000 Atk: 70 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6441,7 +7649,25 @@ item_db: ( Weight: 1000 Atk: 70 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6458,7 +7684,25 @@ item_db: ( Atk: 118 Range: 1 Slots: 2 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -6474,7 +7718,25 @@ item_db: ( Weight: 400 Atk: 80 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6494,7 +7756,25 @@ item_db: ( Weight: 400 Atk: 80 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6514,7 +7794,25 @@ item_db: ( Weight: 500 Atk: 75 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6533,7 +7831,25 @@ item_db: ( Weight: 600 Atk: 80 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6549,7 +7865,25 @@ item_db: ( Weight: 500 Atk: 70 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6569,7 +7903,9 @@ item_db: ( Weight: 600 Atk: 140 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6590,7 +7926,25 @@ item_db: ( Weight: 700 Atk: 90 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6610,7 +7964,25 @@ item_db: ( Weight: 700 Atk: 50 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6629,7 +8001,9 @@ item_db: ( Weight: 700 Atk: 110 Range: 1 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6645,7 +8019,25 @@ item_db: ( Weight: 800 Atk: 140 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6665,7 +8057,25 @@ item_db: ( Weight: 800 Atk: 180 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6686,7 +8096,25 @@ item_db: ( Weight: 1200 Atk: 64 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 3 EquipLv: 70 @@ -6702,7 +8130,25 @@ item_db: ( Weight: 800 Atk: 64 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 3 EquipLv: 65 @@ -6721,7 +8167,25 @@ item_db: ( Weight: 400 Atk: 84 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 1 @@ -6737,7 +8201,12 @@ item_db: ( Weight: 400 Atk: 55 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 85 @@ -6753,7 +8222,12 @@ item_db: ( Weight: 550 Atk: 140 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 55 @@ -6769,7 +8243,9 @@ item_db: ( Weight: 1 Atk: 45 Range: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -6785,7 +8261,12 @@ item_db: ( Weight: 800 Atk: 100 Range: 1 - Job: 0x02021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 55 @@ -6805,7 +8286,9 @@ item_db: ( Atk: 110 Range: 1 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -6821,7 +8304,9 @@ item_db: ( Atk: 110 Range: 1 Slots: 2 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -6836,7 +8321,31 @@ item_db: ( Weight: 600 Atk: 39 Range: 1 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -6852,7 +8361,31 @@ item_db: ( Weight: 600 Atk: 39 Range: 1 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -6868,7 +8401,31 @@ item_db: ( Weight: 600 Atk: 39 Range: 1 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -6887,7 +8444,9 @@ item_db: ( Atk: 125 Range: 1 Slots: 2 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -6903,7 +8462,9 @@ item_db: ( Atk: 125 Range: 1 Slots: 3 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -6919,7 +8480,9 @@ item_db: ( Atk: 148 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -6936,7 +8499,9 @@ item_db: ( Atk: 148 Range: 1 Slots: 2 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -6952,7 +8517,9 @@ item_db: ( Weight: 1500 Atk: 165 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -6968,7 +8535,9 @@ item_db: ( Atk: 165 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -6983,7 +8552,9 @@ item_db: ( Weight: 1200 Atk: 105 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -7002,7 +8573,9 @@ item_db: ( Weight: 1200 Atk: 105 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -7021,7 +8594,9 @@ item_db: ( Weight: 1200 Atk: 105 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -7040,7 +8615,9 @@ item_db: ( Weight: 1200 Atk: 105 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -7059,7 +8636,9 @@ item_db: ( Weight: 1700 Atk: 150 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 65 @@ -7075,7 +8654,9 @@ item_db: ( Weight: 1500 Atk: 140 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 EquipLv: 75 @@ -7096,7 +8677,9 @@ item_db: ( Weight: 1200 Atk: 115 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -7112,7 +8695,9 @@ item_db: ( Weight: 1250 Atk: 151 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 EquipLv: 70 @@ -7134,7 +8719,9 @@ item_db: ( Atk: 90 Range: 1 Slots: 4 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 1 EquipLv: 1 @@ -7150,7 +8737,9 @@ item_db: ( Weight: 1000 Atk: 120 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 EquipLv: 75 @@ -7173,7 +8762,9 @@ item_db: ( Atk: 140 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 EquipLv: 75 @@ -7193,7 +8784,9 @@ item_db: ( Buy: 1 Atk: 189 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 EquipLv: 1 @@ -7227,7 +8820,9 @@ item_db: ( Atk: 160 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -7249,7 +8844,9 @@ item_db: ( Weight: 1500 Atk: 140 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -7270,7 +8867,9 @@ item_db: ( Atk: 110 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -7291,7 +8890,9 @@ item_db: ( Atk: 120 Range: 1 Slots: 2 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -7312,7 +8913,9 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 1 Refine: false @@ -7336,7 +8939,9 @@ item_db: ( Buy: 1 Atk: 148 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -7355,7 +8960,9 @@ item_db: ( Buy: 1 Atk: 179 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -7377,7 +8984,9 @@ item_db: ( Atk: 105 Range: 1 Slots: 3 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -7397,7 +9006,9 @@ item_db: ( Atk: 105 Range: 1 Slots: 3 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -7417,7 +9028,9 @@ item_db: ( Atk: 105 Range: 1 Slots: 3 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -7437,7 +9050,9 @@ item_db: ( Atk: 105 Range: 1 Slots: 3 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -7455,7 +9070,9 @@ item_db: ( Buy: 20 Atk: 130 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -7485,7 +9102,9 @@ item_db: ( Buy: 20 Atk: 130 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -7516,7 +9135,9 @@ item_db: ( Buy: 20 Atk: 140 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -7549,7 +9170,9 @@ item_db: ( Buy: 20 Atk: 140 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -7582,7 +9205,9 @@ item_db: ( Buy: 20 Atk: 175 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -7612,7 +9237,9 @@ item_db: ( Atk: 120 Range: 1 Slots: 2 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 2 Loc: 34 WeaponLv: 3 @@ -7639,7 +9266,9 @@ item_db: ( Atk: 130 Range: 1 Slots: 2 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 2 Loc: 34 WeaponLv: 3 @@ -7659,7 +9288,9 @@ item_db: ( Type: 4 Atk: 200 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 1 @@ -7694,7 +9325,18 @@ item_db: ( Atk: 38 Range: 1 Slots: 3 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 3 @@ -7710,7 +9352,18 @@ item_db: ( Atk: 38 Range: 1 Slots: 4 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 3 @@ -7725,7 +9378,18 @@ item_db: ( Weight: 800 Atk: 38 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 3 @@ -7740,7 +9404,18 @@ item_db: ( Weight: 1500 Atk: 75 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 3 @@ -7755,7 +9430,14 @@ item_db: ( Weight: 1200 Atk: 140 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 44 @@ -7775,7 +9457,10 @@ item_db: ( Atk: 140 Range: 1 Slots: 1 - Job: 0x00040400 + Job: { + Blacksmith: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 76 @@ -7794,7 +9479,17 @@ item_db: ( Weight: 1500 Atk: 115 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -7813,7 +9508,9 @@ item_db: ( Weight: 3000 Atk: 170 Range: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 2 WeaponLv: 4 EquipLv: 45 @@ -7829,7 +9526,18 @@ item_db: ( Atk: 75 Range: 1 Slots: 4 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 3 @@ -7843,7 +9551,14 @@ item_db: ( Buy: 20 Atk: 130 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -7884,7 +9599,14 @@ item_db: ( Atk: 140 Range: 1 Slots: 2 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 2 Loc: 2 WeaponLv: 3 @@ -7910,7 +9632,18 @@ item_db: ( Type: 4 Atk: 110 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 1 @@ -7940,7 +9673,18 @@ item_db: ( Weight: 500 Atk: 77 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -7965,7 +9709,14 @@ item_db: ( Buy: 2 Atk: 200 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -7980,7 +9731,14 @@ item_db: ( Buy: 1 Atk: 229 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 1 @@ -8003,7 +9761,14 @@ item_db: ( Atk: 80 Range: 1 Slots: 3 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 1 EquipLv: 3 @@ -8019,7 +9784,14 @@ item_db: ( Atk: 80 Range: 1 Slots: 4 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 1 EquipLv: 3 @@ -8034,7 +9806,14 @@ item_db: ( Weight: 1500 Atk: 80 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 1 EquipLv: 3 @@ -8050,7 +9829,14 @@ item_db: ( Atk: 120 Range: 1 Slots: 2 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 2 EquipLv: 16 @@ -8066,7 +9852,14 @@ item_db: ( Atk: 120 Range: 1 Slots: 3 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 2 EquipLv: 16 @@ -8081,7 +9874,14 @@ item_db: ( Weight: 2000 Atk: 120 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 2 EquipLv: 16 @@ -8097,7 +9897,14 @@ item_db: ( Atk: 155 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 30 @@ -8113,7 +9920,14 @@ item_db: ( Atk: 155 Range: 1 Slots: 2 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 30 @@ -8128,7 +9942,14 @@ item_db: ( Weight: 2200 Atk: 155 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 30 @@ -8144,7 +9965,14 @@ item_db: ( Atk: 185 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 30 @@ -8160,7 +9988,14 @@ item_db: ( Atk: 185 Range: 1 Slots: 2 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 30 @@ -8175,7 +10010,14 @@ item_db: ( Weight: 2500 Atk: 185 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 30 @@ -8190,7 +10032,14 @@ item_db: ( Weight: 4000 Atk: 170 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 44 @@ -8209,7 +10058,14 @@ item_db: ( Weight: 1800 Atk: 187 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 44 @@ -8228,7 +10084,14 @@ item_db: ( Weight: 2300 Atk: 120 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 44 @@ -8248,7 +10111,14 @@ item_db: ( Weight: 2300 Atk: 180 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 44 @@ -8268,7 +10138,14 @@ item_db: ( Weight: 2500 Atk: 120 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 44 @@ -8288,7 +10165,14 @@ item_db: ( Weight: 2500 Atk: 165 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 44 @@ -8307,7 +10191,14 @@ item_db: ( Weight: 3000 Atk: 215 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 44 @@ -8327,7 +10218,14 @@ item_db: ( Weight: 6000 Atk: 10 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -8353,7 +10251,14 @@ item_db: ( Atk: 10 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -8377,7 +10282,14 @@ item_db: ( Buy: 1 Atk: 229 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 1 @@ -8409,7 +10321,14 @@ item_db: ( Buy: 2 Atk: 205 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -8428,7 +10347,14 @@ item_db: ( Buy: 2 Atk: 200 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -8448,7 +10374,14 @@ item_db: ( Atk: 200 Range: 1 Slots: 2 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 2 Loc: 34 WeaponLv: 3 @@ -8469,7 +10402,14 @@ item_db: ( Atk: 175 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -8491,7 +10431,14 @@ item_db: ( Atk: 332 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -8511,7 +10458,14 @@ item_db: ( Buy: 1 Atk: 215 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -8531,7 +10485,14 @@ item_db: ( Buy: 20 Atk: 200 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -8559,7 +10520,14 @@ item_db: ( Buy: 20 Atk: 200 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -8587,7 +10555,14 @@ item_db: ( Atk: 100 Range: 1 Slots: 3 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 1 EquipLv: 3 @@ -8611,7 +10586,14 @@ item_db: ( Buy: 20 Atk: 220 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -8651,7 +10633,14 @@ item_db: ( Weight: 1500 Atk: 200 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 60 @@ -8680,7 +10669,14 @@ item_db: ( Atk: 250 Range: 1 Slots: 2 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -8719,7 +10715,14 @@ item_db: ( Weight: 2700 Atk: 210 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -8734,7 +10737,14 @@ item_db: ( Type: 4 Atk: 20 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -8770,7 +10780,14 @@ item_db: ( Atk: 330 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 2 Loc: 34 WeaponLv: 3 @@ -8792,7 +10809,14 @@ item_db: ( Type: 4 Atk: 220 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 1 @@ -8822,7 +10846,14 @@ item_db: ( Buy: 2 Atk: 200 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -8837,7 +10868,14 @@ item_db: ( Buy: 1 Atk: 229 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 1 @@ -8860,7 +10898,11 @@ item_db: ( Atk: 28 Range: 3 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -8876,7 +10918,11 @@ item_db: ( Atk: 28 Range: 3 Slots: 4 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -8891,7 +10937,11 @@ item_db: ( Weight: 700 Atk: 28 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -8907,7 +10957,11 @@ item_db: ( Atk: 44 Range: 3 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -8923,7 +10977,11 @@ item_db: ( Atk: 44 Range: 3 Slots: 4 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -8938,7 +10996,11 @@ item_db: ( Weight: 850 Atk: 44 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -8954,7 +11016,11 @@ item_db: ( Atk: 60 Range: 3 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -8970,7 +11036,11 @@ item_db: ( Atk: 60 Range: 3 Slots: 4 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -8985,7 +11055,11 @@ item_db: ( Weight: 1000 Atk: 60 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -9000,7 +11074,11 @@ item_db: ( Weight: 2500 Atk: 185 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -9015,7 +11093,11 @@ item_db: ( Weight: 2500 Atk: 185 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -9030,7 +11112,11 @@ item_db: ( Weight: 2500 Atk: 185 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -9045,7 +11131,11 @@ item_db: ( Weight: 500 Atk: 120 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 4 EquipLv: 4 @@ -9065,7 +11155,11 @@ item_db: ( Weight: 700 Atk: 145 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 4 EquipLv: 48 @@ -9085,7 +11179,11 @@ item_db: ( Weight: 850 Atk: 100 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 4 EquipLv: 48 @@ -9104,7 +11202,11 @@ item_db: ( Weight: 1000 Atk: 95 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 4 EquipLv: 48 @@ -9124,7 +11226,11 @@ item_db: ( Atk: 160 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 71 @@ -9145,7 +11251,11 @@ item_db: ( Atk: 120 Range: 3 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 4 EquipLv: 4 @@ -9165,7 +11275,11 @@ item_db: ( Weight: 4800 Atk: 159 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 1 @@ -9197,7 +11311,11 @@ item_db: ( Atk: 150 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 2 Loc: 2 WeaponLv: 4 @@ -9220,7 +11338,11 @@ item_db: ( Atk: 140 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 2 Loc: 2 WeaponLv: 4 @@ -9242,7 +11364,11 @@ item_db: ( Atk: 180 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 2 Loc: 2 WeaponLv: 4 @@ -9262,7 +11388,11 @@ item_db: ( Buy: 20 Atk: 120 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -9286,7 +11416,11 @@ item_db: ( Buy: 1 Atk: 149 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -9304,7 +11438,11 @@ item_db: ( Buy: 20 Atk: 60 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -9333,7 +11471,11 @@ item_db: ( Buy: 20 Atk: 130 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -9371,7 +11513,11 @@ item_db: ( Buy: 20 Atk: 160 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -9401,7 +11547,11 @@ item_db: ( Atk: 150 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 2 Loc: 2 WeaponLv: 4 @@ -9433,7 +11583,11 @@ item_db: ( Atk: 180 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 2 Loc: 2 WeaponLv: 4 @@ -9461,7 +11615,11 @@ item_db: ( Type: 4 Atk: 74 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -9492,7 +11650,11 @@ item_db: ( Weight: 4800 Atk: 195 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 1 @@ -9513,7 +11675,11 @@ item_db: ( Weight: 4800 Atk: 195 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 1 @@ -9537,7 +11703,11 @@ item_db: ( Atk: 84 Range: 3 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -9553,7 +11723,11 @@ item_db: ( Atk: 84 Range: 3 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -9568,7 +11742,11 @@ item_db: ( Weight: 1000 Atk: 84 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -9584,7 +11762,11 @@ item_db: ( Atk: 104 Range: 3 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -9600,7 +11782,11 @@ item_db: ( Atk: 104 Range: 3 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -9615,7 +11801,11 @@ item_db: ( Weight: 1200 Atk: 104 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -9631,7 +11821,11 @@ item_db: ( Atk: 124 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -9647,7 +11841,11 @@ item_db: ( Atk: 124 Range: 3 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -9662,7 +11860,11 @@ item_db: ( Weight: 2000 Atk: 124 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -9678,7 +11880,11 @@ item_db: ( Atk: 150 Range: 3 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -9694,7 +11900,11 @@ item_db: ( Atk: 150 Range: 3 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -9709,7 +11919,11 @@ item_db: ( Weight: 1200 Atk: 150 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -9725,7 +11939,11 @@ item_db: ( Atk: 165 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -9741,7 +11959,11 @@ item_db: ( Atk: 165 Range: 3 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -9756,7 +11978,11 @@ item_db: ( Weight: 2500 Atk: 165 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -9771,7 +11997,11 @@ item_db: ( Weight: 2500 Atk: 180 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -9790,7 +12020,11 @@ item_db: ( Weight: 1000 Atk: 183 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -9809,7 +12043,11 @@ item_db: ( Weight: 2000 Atk: 170 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -9829,7 +12067,11 @@ item_db: ( Weight: 2500 Atk: 180 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -9849,7 +12091,11 @@ item_db: ( Weight: 3000 Atk: 190 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -9870,7 +12116,11 @@ item_db: ( Weight: 3500 Atk: 200 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -9892,7 +12142,12 @@ item_db: ( Weight: 1400 Atk: 25 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 34 WeaponLv: 3 EquipLv: 73 @@ -9912,7 +12167,12 @@ item_db: ( Weight: 2400 Atk: 120 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 34 WeaponLv: 4 EquipLv: 90 @@ -9934,7 +12194,11 @@ item_db: ( Weight: 2000 Atk: 160 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 60 @@ -9953,7 +12217,11 @@ item_db: ( Weight: 3700 Atk: 200 Range: 4 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 75 @@ -9969,7 +12237,11 @@ item_db: ( Atk: 180 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -9988,7 +12260,11 @@ item_db: ( Weight: 2000 Atk: 170 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 75 @@ -10013,7 +12289,10 @@ item_db: ( Weight: 1000 Atk: 120 Range: 3 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 65 @@ -10034,7 +12313,11 @@ item_db: ( Atk: 170 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 75 @@ -10060,7 +12343,11 @@ item_db: ( Atk: 160 Range: 3 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 60 @@ -10080,7 +12367,11 @@ item_db: ( Atk: 170 Range: 3 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -10098,7 +12389,11 @@ item_db: ( Type: 4 Atk: 160 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -10128,7 +12423,11 @@ item_db: ( Atk: 160 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 2 Loc: 34 WeaponLv: 3 @@ -10152,7 +12451,9 @@ item_db: ( Atk: 150 Range: 3 Slots: 1 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -10173,7 +12474,11 @@ item_db: ( Atk: 112 Range: 3 Slots: 4 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 2 Loc: 34 WeaponLv: 2 @@ -10188,7 +12493,11 @@ item_db: ( Buy: 20 Atk: 220 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -10224,7 +12533,11 @@ item_db: ( Type: 4 Atk: 220 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 1 @@ -10254,7 +12567,10 @@ item_db: ( Buy: 20 Atk: 135 Range: 3 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 1 @@ -10277,7 +12593,18 @@ item_db: ( Atk: 23 Range: 1 Slots: 3 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -10293,7 +12620,18 @@ item_db: ( Atk: 23 Range: 1 Slots: 4 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -10308,7 +12646,18 @@ item_db: ( Weight: 700 Atk: 23 Range: 1 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -10324,7 +12673,18 @@ item_db: ( Atk: 37 Range: 1 Slots: 3 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -10340,7 +12700,18 @@ item_db: ( Atk: 37 Range: 1 Slots: 4 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -10355,7 +12726,18 @@ item_db: ( Weight: 800 Atk: 37 Range: 1 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -10371,7 +12753,18 @@ item_db: ( Atk: 54 Range: 1 Slots: 2 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -10387,7 +12780,18 @@ item_db: ( Atk: 54 Range: 1 Slots: 3 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -10403,7 +12807,18 @@ item_db: ( Atk: 54 Range: 1 Slots: 3 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -10419,7 +12834,17 @@ item_db: ( Atk: 69 Range: 1 Slots: 2 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -10435,7 +12860,17 @@ item_db: ( Atk: 69 Range: 1 Slots: 3 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -10451,7 +12886,17 @@ item_db: ( Atk: 69 Range: 1 Slots: 3 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -10467,7 +12912,17 @@ item_db: ( Atk: 110 Range: 1 Slots: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -10483,7 +12938,17 @@ item_db: ( Atk: 110 Range: 1 Slots: 2 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -10499,7 +12964,17 @@ item_db: ( Atk: 110 Range: 1 Slots: 2 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -10514,7 +12989,17 @@ item_db: ( Weight: 1200 Atk: 130 Range: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -10530,7 +13015,17 @@ item_db: ( Atk: 130 Range: 1 Slots: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -10546,7 +13041,17 @@ item_db: ( Atk: 130 Range: 1 Slots: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -10562,7 +13067,17 @@ item_db: ( Atk: 84 Range: 1 Slots: 2 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -10578,7 +13093,17 @@ item_db: ( Atk: 84 Range: 1 Slots: 3 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -10594,7 +13119,17 @@ item_db: ( Atk: 84 Range: 1 Slots: 3 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -10609,7 +13144,11 @@ item_db: ( Weight: 2000 Atk: 140 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -10625,7 +13164,11 @@ item_db: ( Weight: 700 Atk: 85 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -10646,7 +13189,11 @@ item_db: ( Atk: 110 Range: 1 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -10665,7 +13212,11 @@ item_db: ( Weight: 800 Atk: 135 Range: 3 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -10681,7 +13232,11 @@ item_db: ( Weight: 1000 Atk: 145 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -10701,7 +13256,11 @@ item_db: ( Weight: 900 Atk: 165 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -10721,7 +13280,11 @@ item_db: ( Weight: 1500 Atk: 140 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -10743,7 +13306,10 @@ item_db: ( Weight: 3000 Atk: 155 Range: 2 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 78 @@ -10758,7 +13324,14 @@ item_db: ( Weight: 6000 Atk: 250 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 95 @@ -10781,7 +13354,11 @@ item_db: ( Weight: 2500 Atk: 115 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 55 @@ -10803,7 +13380,11 @@ item_db: ( Atk: 140 Range: 1 Slots: 2 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -10843,7 +13424,11 @@ item_db: ( Buy: 2 Atk: 150 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -10865,7 +13450,17 @@ item_db: ( Atk: 4 Range: 1 Slots: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 44 @@ -10887,7 +13482,17 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -10911,7 +13516,11 @@ item_db: ( Buy: 1 Atk: 193 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -10932,7 +13541,11 @@ item_db: ( Atk: 85 Range: 1 Slots: 2 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -10953,7 +13566,11 @@ item_db: ( Atk: 110 Range: 1 Slots: 2 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -10973,7 +13590,11 @@ item_db: ( Atk: 140 Range: 1 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -10995,7 +13616,11 @@ item_db: ( Weight: 900 Atk: 120 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 60 @@ -11016,7 +13641,18 @@ item_db: ( Buy: 20 Atk: 105 Range: 1 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -11045,7 +13681,18 @@ item_db: ( Buy: 20 Atk: 105 Range: 1 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -11076,7 +13723,11 @@ item_db: ( Atk: 110 Range: 1 Slots: 3 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Upper: 2 Loc: 2 WeaponLv: 3 @@ -11101,7 +13752,18 @@ item_db: ( Atk: 57 Range: 1 Slots: 3 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -11125,7 +13787,18 @@ item_db: ( Buy: 20 Atk: 130 Range: 1 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -11163,7 +13836,17 @@ item_db: ( Buy: 20 Atk: 150 Range: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -11193,7 +13876,11 @@ item_db: ( Atk: 160 Range: 1 Slots: 2 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -11217,7 +13904,11 @@ item_db: ( Atk: 85 Range: 1 Slots: 3 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -11233,7 +13924,11 @@ item_db: ( Atk: 115 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11250,7 +13945,11 @@ item_db: ( Atk: 125 Range: 1 Slots: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11265,7 +13964,11 @@ item_db: ( Weight: 750 Atk: 90 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11281,7 +13984,11 @@ item_db: ( Weight: 750 Atk: 90 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11297,7 +14004,11 @@ item_db: ( Weight: 750 Atk: 90 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11313,7 +14024,11 @@ item_db: ( Weight: 750 Atk: 90 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11329,7 +14044,11 @@ item_db: ( Weight: 800 Atk: 120 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -11353,7 +14072,11 @@ item_db: ( Atk: 60 Range: 1 Slots: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -11369,7 +14092,11 @@ item_db: ( Weight: 700 Atk: 130 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 70 @@ -11390,7 +14117,11 @@ item_db: ( Atk: 100 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 60 @@ -11411,7 +14142,11 @@ item_db: ( Atk: 140 Range: 1 Slots: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 55 @@ -11431,7 +14166,11 @@ item_db: ( Atk: 110 Range: 1 Slots: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -11451,7 +14190,11 @@ item_db: ( Atk: 135 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 1 @@ -11482,7 +14225,11 @@ item_db: ( Atk: 110 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 70 @@ -11504,7 +14251,11 @@ item_db: ( Atk: 137 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 85 @@ -11527,7 +14278,11 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -11551,7 +14306,11 @@ item_db: ( Buy: 1 Atk: 168 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -11572,7 +14331,11 @@ item_db: ( Atk: 90 Range: 1 Slots: 3 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11589,7 +14352,11 @@ item_db: ( Atk: 90 Range: 1 Slots: 3 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11606,7 +14373,11 @@ item_db: ( Atk: 90 Range: 1 Slots: 3 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11623,7 +14394,11 @@ item_db: ( Atk: 90 Range: 1 Slots: 3 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11640,7 +14415,11 @@ item_db: ( Atk: 60 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 60 @@ -11661,7 +14440,11 @@ item_db: ( Atk: 30 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 70 @@ -11676,7 +14459,11 @@ item_db: ( Buy: 20 Atk: 90 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -11706,7 +14493,11 @@ item_db: ( Buy: 20 Atk: 90 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -11735,7 +14526,11 @@ item_db: ( Buy: 20 Atk: 90 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -11769,7 +14564,11 @@ item_db: ( Buy: 20 Atk: 90 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -11805,7 +14604,11 @@ item_db: ( Buy: 20 Atk: 140 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -11836,7 +14639,11 @@ item_db: ( Atk: 137 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 85 @@ -11867,7 +14674,11 @@ item_db: ( Type: 4 Atk: 145 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -11901,7 +14712,11 @@ item_db: ( Atk: 135 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 1 @@ -11917,7 +14732,11 @@ item_db: ( Atk: 135 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 1 @@ -11965,7 +14784,16 @@ item_db: ( Atk: 15 Range: 1 Slots: 3 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -11982,7 +14810,16 @@ item_db: ( Atk: 15 Range: 1 Slots: 4 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -11998,7 +14835,16 @@ item_db: ( Weight: 400 Atk: 15 Range: 1 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -12015,7 +14861,16 @@ item_db: ( Atk: 25 Range: 1 Slots: 2 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -12035,7 +14890,16 @@ item_db: ( Atk: 25 Range: 1 Slots: 3 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -12054,7 +14918,16 @@ item_db: ( Weight: 400 Atk: 25 Range: 1 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -12074,7 +14947,15 @@ item_db: ( Atk: 40 Range: 1 Slots: 2 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -12094,7 +14975,15 @@ item_db: ( Atk: 40 Range: 1 Slots: 3 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -12113,7 +15002,15 @@ item_db: ( Weight: 400 Atk: 40 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -12133,7 +15030,15 @@ item_db: ( Atk: 60 Range: 1 Slots: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -12153,7 +15058,15 @@ item_db: ( Atk: 60 Range: 1 Slots: 2 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -12172,7 +15085,15 @@ item_db: ( Weight: 400 Atk: 60 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -12191,7 +15112,15 @@ item_db: ( Weight: 700 Atk: 130 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -12211,7 +15140,15 @@ item_db: ( Weight: 700 Atk: 75 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -12230,7 +15167,15 @@ item_db: ( Weight: 700 Atk: 40 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -12250,7 +15195,12 @@ item_db: ( Weight: 500 Atk: 60 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -12269,7 +15219,15 @@ item_db: ( Weight: 1000 Atk: 50 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -12290,7 +15248,15 @@ item_db: ( Atk: 50 Range: 1 Slots: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -12310,7 +15276,15 @@ item_db: ( Weight: 1000 Atk: 50 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -12331,7 +15305,15 @@ item_db: ( Atk: 50 Range: 1 Slots: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -12352,7 +15334,9 @@ item_db: ( Atk: 70 Range: 1 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -12372,7 +15356,9 @@ item_db: ( Atk: 70 Range: 1 Slots: 2 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -12390,7 +15376,15 @@ item_db: ( Buy: 1 Atk: 165 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 1 @@ -12423,7 +15417,14 @@ item_db: ( Atk: 60 Range: 1 Slots: 2 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 2 Loc: 2 WeaponLv: 3 @@ -12451,7 +15452,11 @@ item_db: ( Weight: 400 Atk: 10 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 55 @@ -12471,7 +15476,14 @@ item_db: ( Weight: 500 Atk: 80 Range: 1 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 2 Loc: 2 WeaponLv: 3 @@ -12491,7 +15503,15 @@ item_db: ( Buy: 20 Atk: 40 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -12518,7 +15538,15 @@ item_db: ( Buy: 1 Atk: 71 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -12539,7 +15567,15 @@ item_db: ( Atk: 40 Range: 1 Slots: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 50 @@ -12558,7 +15594,12 @@ item_db: ( Weight: 500 Atk: 30 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 50 @@ -12580,7 +15621,10 @@ item_db: ( Atk: 50 Range: 1 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 70 @@ -12601,7 +15645,15 @@ item_db: ( Buy: 20 Atk: 70 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -12631,7 +15683,15 @@ item_db: ( Buy: 20 Atk: 70 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -12661,7 +15721,15 @@ item_db: ( Buy: 20 Atk: 70 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -12689,7 +15757,15 @@ item_db: ( Buy: 20 Atk: 70 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -12720,7 +15796,14 @@ item_db: ( Weight: 700 Atk: 60 Range: 1 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 2 Loc: 2 WeaponLv: 4 @@ -12743,7 +15826,14 @@ item_db: ( Weight: 500 Atk: 80 Range: 1 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 2 Loc: 2 WeaponLv: 4 @@ -12766,7 +15856,11 @@ item_db: ( Buy: 20 Atk: 10 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 1 @@ -12796,7 +15890,16 @@ item_db: ( Atk: 15 Range: 1 Slots: 3 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -12821,7 +15924,15 @@ item_db: ( Buy: 20 Atk: 70 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -12855,7 +15966,15 @@ item_db: ( Buy: 20 Atk: 70 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -12892,7 +16011,15 @@ item_db: ( Buy: 20 Atk: 100 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 2 Refine: false @@ -12922,7 +16049,15 @@ item_db: ( Weight: 100 Atk: 100 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 70 @@ -12947,7 +16082,14 @@ item_db: ( Weight: 500 Atk: 80 Range: 1 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 2 Loc: 2 WeaponLv: 3 @@ -12978,7 +16120,14 @@ item_db: ( Atk: 60 Range: 1 Slots: 2 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 2 Loc: 2 WeaponLv: 3 @@ -13016,7 +16165,11 @@ item_db: ( Atk: 30 Range: 1 Slots: 2 - Job: 0x00010204 + Job: { + Magician: true + Wizard: true + Sage: true + } Upper: 2 Loc: 2 WeaponLv: 3 @@ -13040,7 +16193,11 @@ item_db: ( Atk: 30 Range: 1 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Upper: 2 Loc: 2 WeaponLv: 3 @@ -13062,7 +16219,11 @@ item_db: ( Weight: 500 Atk: 30 Range: 1 - Job: 0x00010204 + Job: { + Magician: true + Wizard: true + Sage: true + } Upper: 2 Loc: 2 WeaponLv: 4 @@ -13091,7 +16252,13 @@ item_db: ( Atk: 15 Range: 5 Slots: 3 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -13107,7 +16274,13 @@ item_db: ( Atk: 15 Range: 5 Slots: 4 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -13121,7 +16294,13 @@ item_db: ( Buy: 1000 Atk: 15 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -13153,7 +16332,13 @@ item_db: ( Atk: 29 Range: 5 Slots: 3 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -13169,7 +16354,13 @@ item_db: ( Atk: 29 Range: 5 Slots: 4 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -13184,7 +16375,13 @@ item_db: ( Weight: 600 Atk: 29 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -13200,7 +16397,13 @@ item_db: ( Atk: 50 Range: 5 Slots: 2 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -13216,7 +16419,13 @@ item_db: ( Atk: 50 Range: 5 Slots: 3 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -13231,7 +16440,13 @@ item_db: ( Weight: 1000 Atk: 50 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -13247,7 +16462,13 @@ item_db: ( Atk: 65 Range: 5 Slots: 2 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -13263,7 +16484,13 @@ item_db: ( Atk: 65 Range: 5 Slots: 3 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -13278,7 +16505,13 @@ item_db: ( Weight: 900 Atk: 65 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -13294,7 +16527,13 @@ item_db: ( Atk: 90 Range: 5 Slots: 1 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -13311,7 +16550,13 @@ item_db: ( Atk: 100 Range: 5 Slots: 1 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -13327,7 +16572,13 @@ item_db: ( Atk: 90 Range: 5 Slots: 2 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -13344,7 +16595,13 @@ item_db: ( Atk: 100 Range: 5 Slots: 2 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -13359,7 +16616,9 @@ item_db: ( Weight: 1500 Atk: 125 Range: 5 - Job: 0x00000800 + Job: { + Hunter: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -13374,7 +16633,9 @@ item_db: ( Weight: 500 Atk: 75 Range: 11 - Job: 0x00000040 + Job: { + Thief: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -13389,7 +16650,12 @@ item_db: ( Weight: 1200 Atk: 150 Range: 5 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -13416,7 +16682,11 @@ item_db: ( Atk: 95 Range: 9 Slots: 1 - Job: 0x00020840 + Job: { + Thief: true + Hunter: true + Rogue: true + } Loc: 34 WeaponLv: 3 EquipLv: 65 @@ -13431,7 +16701,10 @@ item_db: ( Weight: 3500 Atk: 145 Range: 5 - Job: 0x00080800 + Job: { + Hunter: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 77 @@ -13447,7 +16720,9 @@ item_db: ( Atk: 100 Range: 5 Slots: 2 - Job: 0x00000800 + Job: { + Hunter: true + } Loc: 34 WeaponLv: 3 EquipLv: 30 @@ -13463,7 +16738,13 @@ item_db: ( Weight: 1200 Atk: 100 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 60 @@ -13483,7 +16764,10 @@ item_db: ( Atk: 120 Range: 5 Slots: 1 - Job: 0x00080800 + Job: { + Hunter: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 70 @@ -13503,7 +16787,9 @@ item_db: ( Atk: 125 Range: 5 Slots: 1 - Job: 0x00000800 + Job: { + Hunter: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -13519,7 +16805,10 @@ item_db: ( Atk: 145 Range: 5 Slots: 1 - Job: 0x00080800 + Job: { + Hunter: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 77 @@ -13533,7 +16822,10 @@ item_db: ( Buy: 1 Atk: 194 Range: 5 - Job: 0x00080800 + Job: { + Hunter: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 1 @@ -13559,7 +16851,12 @@ item_db: ( Buy: 2 Atk: 185 Range: 5 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 1 @@ -13582,7 +16879,12 @@ item_db: ( Atk: 95 Range: 5 Slots: 1 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -13599,7 +16901,12 @@ item_db: ( Atk: 100 Range: 5 Slots: 1 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -13616,7 +16923,12 @@ item_db: ( Atk: 105 Range: 5 Slots: 1 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -13632,7 +16944,12 @@ item_db: ( Atk: 95 Range: 5 Slots: 1 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -13647,7 +16964,12 @@ item_db: ( Weight: 1600 Atk: 120 Range: 5 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 65 @@ -13662,7 +16984,13 @@ item_db: ( Buy: 20 Atk: 120 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 EquipLv: 1 @@ -13689,7 +17017,9 @@ item_db: ( Atk: 70 Range: 5 Slots: 3 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 2 Loc: 34 WeaponLv: 3 @@ -13707,7 +17037,9 @@ item_db: ( Atk: 135 Range: 5 Slots: 1 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -13725,7 +17057,13 @@ item_db: ( Type: 4 Atk: 100 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -13752,7 +17090,13 @@ item_db: ( Type: 4 Atk: 100 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -13782,7 +17126,9 @@ item_db: ( Atk: 105 Range: 5 Slots: 2 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -13800,7 +17146,11 @@ item_db: ( Atk: 125 Range: 5 Slots: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -13820,7 +17170,13 @@ item_db: ( Atk: 49 Range: 5 Slots: 3 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -13843,7 +17199,13 @@ item_db: ( Type: 4 Atk: 100 Range: 5 - Job: 0x001A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -13876,7 +17238,13 @@ item_db: ( Type: 4 Atk: 170 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 1 @@ -13906,7 +17274,11 @@ item_db: ( Atk: 100 Range: 5 Slots: 2 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Upper: 2 Loc: 34 WeaponLv: 3 @@ -13928,7 +17300,14 @@ item_db: ( Buy: 1 Weight: 1 Atk: 25 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -13941,7 +17320,14 @@ item_db: ( Buy: 3 Weight: 2 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -13955,7 +17341,14 @@ item_db: ( Buy: 3 Weight: 2 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -13969,7 +17362,14 @@ item_db: ( Buy: 4 Weight: 2 Atk: 40 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -13982,7 +17382,14 @@ item_db: ( Buy: 3 Weight: 2 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -13996,7 +17403,14 @@ item_db: ( Buy: 3 Weight: 2 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -14010,7 +17424,14 @@ item_db: ( Buy: 3 Weight: 2 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -14024,7 +17445,14 @@ item_db: ( Buy: 3 Weight: 1 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -14038,7 +17466,14 @@ item_db: ( Buy: 10 Weight: 3 Atk: 1 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -14052,7 +17487,14 @@ item_db: ( Buy: 10 Weight: 3 Atk: 1 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -14069,7 +17511,14 @@ item_db: ( Buy: 10 Weight: 3 Atk: 1 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -14083,7 +17532,14 @@ item_db: ( Buy: 10 Weight: 3 Atk: 1 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -14097,7 +17553,14 @@ item_db: ( Buy: 3 Weight: 2 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -14111,7 +17574,14 @@ item_db: ( Buy: 10 Weight: 3 Atk: 1 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -14128,7 +17598,14 @@ item_db: ( Buy: 20 Weight: 3 Atk: 10 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -14142,7 +17619,14 @@ item_db: ( Buy: 30 Weight: 3 Atk: 50 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -14155,7 +17639,14 @@ item_db: ( Buy: 40 Weight: 3 Atk: 50 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -14169,7 +17660,14 @@ item_db: ( Buy: 3 Weight: 2 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -14183,7 +17681,14 @@ item_db: ( Buy: 10 Weight: 3 Atk: 1 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -14197,7 +17702,14 @@ item_db: ( Buy: 10 Weight: 3 Atk: 1 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -14211,7 +17723,14 @@ item_db: ( Buy: 2 Weight: 1 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -14224,7 +17743,14 @@ item_db: ( Buy: 50 Weight: 5 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 2 @@ -14237,7 +17763,14 @@ item_db: ( Buy: 3 Weight: 2 Atk: 50 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 1 View: 1 @@ -14258,7 +17791,10 @@ item_db: ( Atk: 30 Range: 1 Slots: 3 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -14274,7 +17810,10 @@ item_db: ( Atk: 30 Range: 1 Slots: 4 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -14290,7 +17829,10 @@ item_db: ( Atk: 50 Range: 1 Slots: 2 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -14306,7 +17848,10 @@ item_db: ( Atk: 50 Range: 1 Slots: 3 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -14322,7 +17867,10 @@ item_db: ( Atk: 65 Range: 1 Slots: 2 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -14338,7 +17886,10 @@ item_db: ( Atk: 65 Range: 1 Slots: 3 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -14353,7 +17904,10 @@ item_db: ( Weight: 650 Atk: 115 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -14369,7 +17923,10 @@ item_db: ( Atk: 115 Range: 1 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -14385,7 +17942,10 @@ item_db: ( Atk: 86 Range: 1 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -14402,7 +17962,10 @@ item_db: ( Atk: 86 Range: 1 Slots: 2 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -14419,7 +17982,10 @@ item_db: ( Atk: 97 Range: 1 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -14435,7 +18001,10 @@ item_db: ( Atk: 97 Range: 1 Slots: 2 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -14450,7 +18019,10 @@ item_db: ( Weight: 450 Atk: 110 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -14473,7 +18045,10 @@ item_db: ( Weight: 500 Atk: 120 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -14490,7 +18065,10 @@ item_db: ( Atk: 152 Range: 1 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 70 @@ -14511,7 +18089,10 @@ item_db: ( Atk: 120 Range: 1 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -14526,7 +18107,10 @@ item_db: ( Buy: 1 Atk: 159 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 1 @@ -14562,7 +18146,10 @@ item_db: ( Atk: 80 Range: 1 Slots: 3 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 75 @@ -14579,7 +18166,10 @@ item_db: ( Atk: 80 Range: 1 Slots: 3 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 75 @@ -14596,7 +18186,10 @@ item_db: ( Atk: 80 Range: 1 Slots: 3 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 75 @@ -14613,7 +18206,10 @@ item_db: ( Atk: 80 Range: 1 Slots: 3 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 75 @@ -14630,7 +18226,10 @@ item_db: ( Atk: 30 Range: 1 Slots: 4 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 60 @@ -14649,7 +18248,10 @@ item_db: ( Buy: 20 Atk: 30 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -14679,7 +18281,10 @@ item_db: ( Buy: 20 Atk: 30 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -14711,7 +18316,9 @@ item_db: ( Atk: 95 Range: 1 Slots: 3 - Job: 0x00008000 + Job: { + Monk: true + } Upper: 2 Loc: 2 WeaponLv: 3 @@ -14731,7 +18338,10 @@ item_db: ( Buy: 20 Atk: 30 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -14768,7 +18378,10 @@ item_db: ( Buy: 20 Atk: 30 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -14805,7 +18418,10 @@ item_db: ( Buy: 20 Atk: 150 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -14832,7 +18448,10 @@ item_db: ( Type: 4 Atk: 150 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 1 @@ -14866,7 +18485,9 @@ item_db: ( Atk: 50 Range: 1 Slots: 3 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 1 @@ -14883,7 +18504,9 @@ item_db: ( Atk: 50 Range: 1 Slots: 4 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 1 @@ -14900,7 +18523,9 @@ item_db: ( Atk: 90 Range: 1 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 2 @@ -14917,7 +18542,9 @@ item_db: ( Atk: 90 Range: 1 Slots: 3 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 2 @@ -14934,7 +18561,9 @@ item_db: ( Atk: 105 Range: 1 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 2 @@ -14951,7 +18580,9 @@ item_db: ( Atk: 105 Range: 1 Slots: 3 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 2 @@ -14967,7 +18598,9 @@ item_db: ( Weight: 900 Atk: 142 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -14984,7 +18617,9 @@ item_db: ( Atk: 142 Range: 1 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -15001,7 +18636,9 @@ item_db: ( Atk: 114 Range: 1 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -15019,7 +18656,9 @@ item_db: ( Atk: 114 Range: 1 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -15037,7 +18676,9 @@ item_db: ( Atk: 126 Range: 1 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -15054,7 +18695,9 @@ item_db: ( Atk: 126 Range: 1 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -15070,7 +18713,9 @@ item_db: ( Weight: 1800 Atk: 110 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 4 @@ -15094,7 +18739,9 @@ item_db: ( Weight: 900 Atk: 110 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -15111,7 +18758,9 @@ item_db: ( Weight: 900 Atk: 110 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -15128,7 +18777,9 @@ item_db: ( Weight: 900 Atk: 110 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -15145,7 +18796,9 @@ item_db: ( Weight: 900 Atk: 110 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -15162,7 +18815,9 @@ item_db: ( Weight: 1200 Atk: 150 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 4 @@ -15183,7 +18838,9 @@ item_db: ( Atk: 130 Range: 1 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 2 Gender: 1 Loc: 2 @@ -15205,7 +18862,9 @@ item_db: ( Weight: 1800 Atk: 10 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 2 Gender: 1 Loc: 2 @@ -15227,7 +18886,9 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 1 @@ -15254,7 +18915,9 @@ item_db: ( Atk: 150 Range: 1 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 4 @@ -15273,7 +18936,9 @@ item_db: ( Buy: 20 Atk: 50 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -15302,7 +18967,9 @@ item_db: ( Buy: 20 Atk: 50 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -15333,7 +19000,9 @@ item_db: ( Atk: 110 Range: 1 Slots: 3 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 2 Gender: 1 Loc: 2 @@ -15357,7 +19026,9 @@ item_db: ( Atk: 120 Range: 1 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 2 Gender: 1 Loc: 2 @@ -15383,7 +19054,9 @@ item_db: ( Buy: 20 Atk: 50 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 4 @@ -15416,7 +19089,9 @@ item_db: ( Type: 4 Atk: 40 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 2 Gender: 1 Loc: 2 @@ -15447,7 +19122,9 @@ item_db: ( Type: 4 Atk: 177 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -15482,7 +19159,9 @@ item_db: ( Atk: 45 Range: 2 Slots: 3 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 1 EquipLv: 3 @@ -15498,7 +19177,9 @@ item_db: ( Atk: 45 Range: 2 Slots: 4 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 1 EquipLv: 3 @@ -15514,7 +19195,9 @@ item_db: ( Atk: 80 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 2 EquipLv: 16 @@ -15530,7 +19213,9 @@ item_db: ( Atk: 80 Range: 2 Slots: 3 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 2 EquipLv: 16 @@ -15546,7 +19231,9 @@ item_db: ( Atk: 95 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 2 EquipLv: 16 @@ -15562,7 +19249,9 @@ item_db: ( Atk: 95 Range: 2 Slots: 3 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 2 EquipLv: 16 @@ -15577,7 +19266,9 @@ item_db: ( Weight: 900 Atk: 135 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -15593,7 +19284,9 @@ item_db: ( Atk: 135 Range: 2 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -15609,7 +19302,9 @@ item_db: ( Atk: 105 Range: 2 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -15626,7 +19321,9 @@ item_db: ( Atk: 105 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -15643,7 +19340,9 @@ item_db: ( Atk: 120 Range: 2 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -15659,7 +19358,9 @@ item_db: ( Atk: 120 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -15674,7 +19375,9 @@ item_db: ( Weight: 400 Atk: 100 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 EquipLv: 44 @@ -15693,7 +19396,9 @@ item_db: ( Weight: 300 Atk: 115 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 EquipLv: 44 @@ -15712,7 +19417,9 @@ item_db: ( Weight: 700 Atk: 135 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 EquipLv: 44 @@ -15732,7 +19439,9 @@ item_db: ( Weight: 700 Atk: 110 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -15748,7 +19457,9 @@ item_db: ( Weight: 700 Atk: 110 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -15764,7 +19475,9 @@ item_db: ( Weight: 700 Atk: 110 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -15780,7 +19493,9 @@ item_db: ( Weight: 400 Atk: 120 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -15796,7 +19511,9 @@ item_db: ( Weight: 1200 Atk: 140 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 EquipLv: 30 @@ -15812,7 +19529,9 @@ item_db: ( Weight: 1100 Atk: 150 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 EquipLv: 65 @@ -15831,7 +19550,9 @@ item_db: ( Weight: 700 Atk: 110 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -15848,7 +19569,9 @@ item_db: ( Atk: 100 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 2 Loc: 2 WeaponLv: 4 @@ -15872,7 +19595,9 @@ item_db: ( Atk: 110 Range: 2 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 2 Loc: 2 WeaponLv: 4 @@ -15893,7 +19618,9 @@ item_db: ( Weight: 1300 Atk: 185 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 2 Loc: 2 WeaponLv: 4 @@ -15909,7 +19636,9 @@ item_db: ( Buy: 20 Atk: 120 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -15935,7 +19664,9 @@ item_db: ( Atk: 150 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 EquipLv: 65 @@ -15953,7 +19684,9 @@ item_db: ( Buy: 20 Atk: 50 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -15981,7 +19714,9 @@ item_db: ( Buy: 20 Atk: 50 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -16011,7 +19746,9 @@ item_db: ( Atk: 120 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 2 Loc: 2 WeaponLv: 4 @@ -16038,7 +19775,9 @@ item_db: ( Atk: 110 Range: 2 Slots: 3 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 2 Loc: 2 WeaponLv: 3 @@ -16059,7 +19798,9 @@ item_db: ( Buy: 20 Atk: 50 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -16092,7 +19833,9 @@ item_db: ( Buy: 20 Atk: 160 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -16119,7 +19862,9 @@ item_db: ( Type: 4 Atk: 170 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 1 @@ -16153,7 +19898,9 @@ item_db: ( Atk: 130 Range: 1 Slots: 1 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -16177,7 +19924,10 @@ item_db: ( Weight: 1500 Atk: 120 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 34 WeaponLv: 4 EquipLv: 70 @@ -16198,7 +19948,14 @@ item_db: ( Buy: 20 Atk: 70 Range: 1 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -16239,7 +19996,9 @@ item_db: ( Atk: 130 Range: 1 Slots: 1 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -16272,7 +20031,11 @@ item_db: ( Weight: 1000 Atk: 30 Range: 1 - Job: 0x00010204 + Job: { + Magician: true + Wizard: true + Sage: true + } Upper: 2 Loc: 34 WeaponLv: 4 @@ -16295,7 +20058,11 @@ item_db: ( Atk: 30 Range: 1 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Upper: 2 Loc: 34 WeaponLv: 3 @@ -16318,7 +20085,12 @@ item_db: ( Weight: 1900 Atk: 80 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 34 WeaponLv: 4 EquipLv: 60 @@ -16362,7 +20134,21 @@ item_db: ( Buy: 14000 Weight: 600 Def: 4 - Job: 0x000ED5F2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Blacksmith: true + Assassin: true + Crusader: true + Monk: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 32 View: 2 }, @@ -16375,7 +20161,21 @@ item_db: ( Weight: 600 Def: 4 Slots: 1 - Job: 0x000ED5F2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Blacksmith: true + Assassin: true + Crusader: true + Monk: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 32 View: 2 }, @@ -16387,7 +20187,11 @@ item_db: ( Buy: 56000 Weight: 1300 Def: 6 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 32 View: 3 }, @@ -16400,7 +20204,11 @@ item_db: ( Weight: 1300 Def: 6 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 32 View: 3 }, @@ -16412,7 +20220,12 @@ item_db: ( Buy: 60000 Weight: 1000 Def: 4 - Job: 0x00404082 + Job: { + Swordsman: true + Knight: true + Crusader: true + Star_Gladiator: true + } Loc: 32 View: 4 Script: <" bonus bMdef,5; "> @@ -16426,7 +20239,12 @@ item_db: ( Weight: 1000 Def: 4 Slots: 1 - Job: 0x00404082 + Job: { + Swordsman: true + Knight: true + Crusader: true + Star_Gladiator: true + } Loc: 32 View: 4 Script: <" bonus bMdef,5; "> @@ -16439,7 +20257,12 @@ item_db: ( Buy: 20 Weight: 1000 Def: 3 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 32 View: 5 Script: <" @@ -16455,7 +20278,9 @@ item_db: ( Buy: 85000 Weight: 1400 Def: 5 - Job: 0x00004000 + Job: { + Crusader: true + } Loc: 32 EquipLv: 68 Refine: false @@ -16473,7 +20298,9 @@ item_db: ( Buy: 128000 Weight: 1600 Def: 5 - Job: 0x00004000 + Job: { + Crusader: true + } Loc: 32 EquipLv: 83 View: 4 @@ -16492,7 +20319,9 @@ item_db: ( Buy: 1 Weight: 1 Def: 3 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 32 Refine: false View: 1 @@ -16506,7 +20335,9 @@ item_db: ( Weight: 1000 Def: 3 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 32 EquipLv: 40 View: 3 @@ -16529,7 +20360,10 @@ item_db: ( Weight: 1500 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 32 EquipLv: 65 View: 2 @@ -16544,7 +20378,10 @@ item_db: ( Weight: 500 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 32 EquipLv: 65 View: 4 @@ -16565,7 +20402,9 @@ item_db: ( Weight: 400 Def: 3 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 32 EquipLv: 20 View: 1 @@ -16579,7 +20418,9 @@ item_db: ( Buy: 10000 Weight: 150 Def: 5 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32 EquipLv: 20 View: 1 @@ -16593,7 +20434,9 @@ item_db: ( Weight: 150 Def: 5 Slots: 1 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32 EquipLv: 20 View: 1 @@ -16606,7 +20449,9 @@ item_db: ( Buy: 40000 Weight: 150 Def: 4 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32 EquipLv: 50 View: 1 @@ -16621,7 +20466,9 @@ item_db: ( Weight: 150 Def: 4 Slots: 1 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32 EquipLv: 50 View: 1 @@ -16636,7 +20483,12 @@ item_db: ( Weight: 1000 Def: 3 Slots: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 32 View: 5 Script: <" @@ -16652,7 +20504,10 @@ item_db: ( Buy: 20 Weight: 1200 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 32 EquipLv: 68 @@ -16674,7 +20529,10 @@ item_db: ( Weight: 1000 Def: 5 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 32 EquipLv: 55 @@ -16693,7 +20551,10 @@ item_db: ( Weight: 1000 Def: 5 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 32 EquipLv: 55 @@ -16709,7 +20570,10 @@ item_db: ( Weight: 2500 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 32 EquipLv: 75 @@ -16734,7 +20598,10 @@ item_db: ( Buy: 20 Weight: 700 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 32 EquipLv: 75 View: 2 @@ -16770,7 +20637,9 @@ item_db: ( Weight: 1600 Def: 5 Slots: 1 - Job: 0x00004000 + Job: { + Crusader: true + } Loc: 32 EquipLv: 83 View: 4 @@ -16789,7 +20658,10 @@ item_db: ( Buy: 20 Weight: 600 Def: 5 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 32 EquipLv: 50 View: 5 @@ -16808,7 +20680,9 @@ item_db: ( Weight: 2000 Def: 6 Slots: 1 - Job: 0x00004000 + Job: { + Crusader: true + } Loc: 32 EquipLv: 80 View: 4 @@ -16828,7 +20702,12 @@ item_db: ( Weight: 1000 Def: 2 Slots: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Upper: 2 Loc: 32 EquipLv: 70 @@ -16883,7 +20762,11 @@ item_db: ( Weight: 1000 Def: 5 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 2 Loc: 32 EquipLv: 50 @@ -16903,7 +20786,22 @@ item_db: ( Weight: 500 Def: 3 Slots: 1 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 32 EquipLv: 70 @@ -16922,7 +20820,9 @@ item_db: ( Weight: 800 Def: 4 Slots: 1 - Job: 0x00020000 + Job: { + Rogue: true + } Upper: 2 Loc: 32 EquipLv: 70 @@ -16950,7 +20850,10 @@ item_db: ( Name: "Neo Valkyrja's Shield" Type: 5 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 32 EquipLv: 95 @@ -16973,7 +20876,22 @@ item_db: ( Weight: 1800 Def: 5 Slots: 1 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 32 EquipLv: 65 @@ -17197,7 +21115,11 @@ item_db: ( Buy: 9000 Weight: 100 Def: 4 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 256 View: 11 }, @@ -17210,7 +21132,11 @@ item_db: ( Weight: 100 Def: 4 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 256 View: 11 }, @@ -17269,7 +21195,10 @@ item_db: ( Buy: 4500 Weight: 300 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 7 }, @@ -17282,7 +21211,10 @@ item_db: ( Weight: 300 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 7 }, @@ -17294,7 +21226,20 @@ item_db: ( Buy: 20 Weight: 300 Def: 5 - Job: 0x000E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 768 View: 1 }, @@ -17307,7 +21252,20 @@ item_db: ( Weight: 300 Def: 5 Slots: 1 - Job: 0x000E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 768 View: 1 }, @@ -17319,7 +21277,20 @@ item_db: ( Buy: 12000 Weight: 400 Def: 4 - Job: 0x000E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 256 View: 14 }, @@ -17332,7 +21303,20 @@ item_db: ( Weight: 400 Def: 4 Slots: 1 - Job: 0x000E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 256 View: 14 }, @@ -17344,7 +21328,11 @@ item_db: ( Buy: 44000 Weight: 600 Def: 6 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 256 View: 40 }, @@ -17357,7 +21345,11 @@ item_db: ( Weight: 600 Def: 6 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 256 View: 40 }, @@ -17369,7 +21361,17 @@ item_db: ( Buy: 50000 Weight: 500 Def: 4 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 256 Script: <" bonus bMdef,3; "> }, @@ -17382,7 +21384,17 @@ item_db: ( Weight: 500 Def: 4 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 256 Script: <" bonus bMdef,3; "> }, @@ -17394,7 +21406,15 @@ item_db: ( Buy: 7500 Weight: 300 Def: 3 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 18 Script: <" bonus bMdef,3; "> @@ -17408,7 +21428,15 @@ item_db: ( Weight: 300 Def: 3 Slots: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 18 Script: <" bonus bMdef,3; "> @@ -17421,7 +21449,10 @@ item_db: ( Buy: 20 Weight: 400 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 45 View: 19 @@ -17435,7 +21466,10 @@ item_db: ( Buy: 20 Weight: 400 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Gender: 1 Loc: 256 EquipLv: 45 @@ -17549,7 +21583,10 @@ item_db: ( Buy: 15000 Weight: 200 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 28 Script: <" bonus bMdef,3; "> @@ -17562,7 +21599,10 @@ item_db: ( Buy: 15000 Weight: 400 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 29 }, @@ -17574,7 +21614,10 @@ item_db: ( Buy: 20 Weight: 900 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 40 View: 30 @@ -17588,7 +21631,10 @@ item_db: ( Buy: 15000 Weight: 400 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 31 }, @@ -17600,7 +21646,10 @@ item_db: ( Buy: 15000 Weight: 400 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 32 }, @@ -17612,7 +21661,10 @@ item_db: ( Buy: 20 Weight: 300 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 33 Script: <" bonus bInt,1; "> @@ -17625,7 +21677,10 @@ item_db: ( Buy: 500 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 34 @@ -17639,7 +21694,11 @@ item_db: ( Buy: 30000 Weight: 100 Def: 5 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 256 View: 35 Script: <" bonus bMdef,3; "> @@ -17652,7 +21711,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 4 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 36 Script: <" bonus bMaxSP,100; "> @@ -17678,7 +21742,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 38 Script: <" @@ -17696,7 +21763,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 39 Script: <" @@ -17713,7 +21783,16 @@ item_db: ( Buy: 20 Weight: 800 Def: 5 - Job: 0x006444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 256 View: 41 Script: <" bonus bStr,1; "> @@ -17737,7 +21816,22 @@ item_db: ( Buy: 20 Weight: 1000 Def: 6 - Job: 0x0066D5F2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Blacksmith: true + Assassin: true + Crusader: true + Monk: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 256 EquipLv: 50 View: 43 @@ -17761,7 +21855,10 @@ item_db: ( Buy: 28000 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 Refine: false View: 47 @@ -17774,7 +21871,17 @@ item_db: ( Buy: 20 Weight: 400 Def: 4 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 256 View: 48 }, @@ -17796,7 +21903,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 Refine: false View: 50 @@ -17834,7 +21944,11 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 1 EquipLv: 50 Refine: false @@ -17847,7 +21961,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 54 @@ -17860,7 +21977,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 55 @@ -17873,7 +21993,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 56 @@ -17886,7 +22009,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 57 @@ -17900,7 +22026,10 @@ item_db: ( Buy: 45000 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 58 @@ -17924,7 +22053,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 60 Script: <" bonus bInt,1; "> @@ -17936,7 +22068,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 61 Script: <" @@ -17975,7 +22110,11 @@ item_db: ( Buy: 20 Weight: 100 Def: 2 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 256 View: 64 Script: <" bonus bInt,1; "> @@ -18024,7 +22163,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 513 Refine: false View: 68 @@ -18061,7 +22203,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 71 }, @@ -18072,7 +22217,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 View: 72 @@ -18085,7 +22233,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 EquipLv: 70 Refine: false @@ -18099,7 +22250,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 74 Script: <" bonus bStr,1; "> @@ -18112,7 +22266,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 513 Refine: false View: 75 @@ -18148,7 +22305,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 Refine: false View: 78 @@ -18162,7 +22322,11 @@ item_db: ( Buy: 20 Weight: 300 Def: 2 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 513 EquipLv: 50 Refine: false @@ -18199,7 +22363,10 @@ item_db: ( Type: 5 Buy: 1500 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 Refine: false View: 82 @@ -18213,7 +22380,11 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 512 EquipLv: 50 Refine: false @@ -18228,7 +22399,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 513 Refine: false View: 84 @@ -18253,7 +22427,17 @@ item_db: ( Buy: 20 Weight: 500 Def: 5 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 256 View: 86 }, @@ -18330,7 +22514,10 @@ item_db: ( Buy: 10000 Weight: 600 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 }, { @@ -18342,7 +22529,10 @@ item_db: ( Weight: 600 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 }, { @@ -18353,7 +22543,10 @@ item_db: ( Buy: 22000 Weight: 1200 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 }, { @@ -18365,7 +22558,10 @@ item_db: ( Weight: 1200 Def: 5 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 }, { @@ -18377,7 +22573,10 @@ item_db: ( Weight: 2300 Def: 6 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 30 }, @@ -18389,7 +22588,17 @@ item_db: ( Buy: 48000 Weight: 2800 Def: 7 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 16 }, { @@ -18401,7 +22610,17 @@ item_db: ( Weight: 2800 Def: 7 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 16 }, { @@ -18412,7 +22631,17 @@ item_db: ( Buy: 65000 Weight: 3300 Def: 8 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 16 }, { @@ -18424,7 +22653,17 @@ item_db: ( Weight: 3300 Def: 8 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 16 }, { @@ -18435,7 +22674,11 @@ item_db: ( Buy: 80000 Weight: 4500 Def: 10 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 16 EquipLv: 40 }, @@ -18448,7 +22691,11 @@ item_db: ( Weight: 4500 Def: 10 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 16 EquipLv: 40 }, @@ -18461,7 +22708,11 @@ item_db: ( Weight: 2500 Def: 8 Slots: 1 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 16 EquipLv: 70 Script: <" @@ -18478,7 +22729,10 @@ item_db: ( Weight: 2500 Def: 7 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 60 Script: <" @@ -18495,7 +22749,10 @@ item_db: ( Weight: 300 Def: 5 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 }, { @@ -18506,7 +22763,21 @@ item_db: ( Buy: 8000 Weight: 400 Def: 3 - Job: 0x0085C7B6 + Job: { + Swordsman: true + Magician: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Crusader: true + Monk: true + Sage: true + Alchemist: true + Soul_Linker: true + } Loc: 16 Script: <" bonus bMdef,10; "> }, @@ -18519,7 +22790,21 @@ item_db: ( Weight: 400 Def: 3 Slots: 1 - Job: 0x0085C7B6 + Job: { + Swordsman: true + Magician: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Crusader: true + Monk: true + Sage: true + Alchemist: true + Soul_Linker: true + } Loc: 16 Script: <" bonus bMdef,10; "> }, @@ -18531,7 +22816,11 @@ item_db: ( Buy: 6500 Weight: 400 Def: 4 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 16 }, { @@ -18543,7 +22832,11 @@ item_db: ( Weight: 400 Def: 4 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 16 }, { @@ -18554,7 +22847,14 @@ item_db: ( Buy: 54000 Weight: 600 Def: 6 - Job: 0x00048530 + Job: { + Acolyte: true + Merchant: true + Priest: true + Blacksmith: true + Monk: true + Alchemist: true + } Loc: 16 Script: <" bonus bMdef,5; "> }, @@ -18567,7 +22867,14 @@ item_db: ( Weight: 600 Def: 6 Slots: 1 - Job: 0x00048530 + Job: { + Acolyte: true + Merchant: true + Priest: true + Blacksmith: true + Monk: true + Alchemist: true + } Loc: 16 Script: <" bonus bMdef,5; "> }, @@ -18579,7 +22886,11 @@ item_db: ( Buy: 20 Weight: 1700 Def: 7 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 16 EquipLv: 60 Script: <" @@ -18596,7 +22907,14 @@ item_db: ( Buy: 5500 Weight: 1000 Def: 4 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 16 }, { @@ -18608,7 +22926,14 @@ item_db: ( Weight: 1000 Def: 4 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 16 }, { @@ -18619,7 +22944,11 @@ item_db: ( Buy: 71000 Weight: 500 Def: 6 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 16 EquipLv: 45 Script: <" bonus bDex,1; "> @@ -18633,7 +22962,11 @@ item_db: ( Weight: 500 Def: 6 Slots: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 16 EquipLv: 45 Script: <" bonus bDex,1; "> @@ -18646,7 +22979,12 @@ item_db: ( Buy: 7000 Weight: 700 Def: 4 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 16 }, { @@ -18658,7 +22996,12 @@ item_db: ( Weight: 700 Def: 4 Slots: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 16 }, { @@ -18669,7 +23012,12 @@ item_db: ( Buy: 20 Weight: 600 Def: 5 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 16 EquipLv: 50 Script: <" @@ -18685,7 +23033,12 @@ item_db: ( Buy: 74000 Weight: 100 Def: 6 - Job: 0x02021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + } Loc: 16 Script: <" bonus bAgi,1; "> }, @@ -18698,7 +23051,12 @@ item_db: ( Weight: 100 Def: 6 Slots: 1 - Job: 0x02021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + } Loc: 16 Script: <" bonus bAgi,1; "> }, @@ -18710,7 +23068,12 @@ item_db: ( Buy: 20 Weight: 1500 Def: 7 - Job: 0x02021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + } Loc: 16 EquipLv: 50 Script: <" @@ -18725,7 +23088,10 @@ item_db: ( Type: 5 Buy: 43000 Weight: 500 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 Script: <" bonus bMdef,15; "> }, @@ -18748,7 +23114,9 @@ item_db: ( Weight: 500 Def: 4 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 16 EquipLv: 10 }, @@ -18760,7 +23128,9 @@ item_db: ( Buy: 94000 Weight: 5500 Def: 11 - Job: 0x00004000 + Job: { + Crusader: true + } Loc: 16 EquipLv: 70 }, @@ -18773,7 +23143,9 @@ item_db: ( Weight: 5500 Def: 11 Slots: 1 - Job: 0x00004000 + Job: { + Crusader: true + } Loc: 16 EquipLv: 70 }, @@ -18785,7 +23157,11 @@ item_db: ( Buy: 124800 Weight: 1100 Def: 5 - Job: 0x00810200 + Job: { + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 16 EquipLv: 75 Script: <" @@ -18801,7 +23177,14 @@ item_db: ( Buy: 136000 Weight: 2200 Def: 4 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 16 EquipLv: 45 Script: <" bonus bDefEle,Ele_Fire; "> @@ -18815,7 +23198,10 @@ item_db: ( Weight: 2200 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 45 Script: <" bonus bDefEle,Ele_Fire; "> @@ -18828,7 +23214,14 @@ item_db: ( Buy: 136000 Weight: 2200 Def: 4 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 16 EquipLv: 45 Script: <" bonus bDefEle,Ele_Water; "> @@ -18842,7 +23235,10 @@ item_db: ( Weight: 2200 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 45 Script: <" bonus bDefEle,Ele_Water; "> @@ -18855,7 +23251,14 @@ item_db: ( Buy: 136000 Weight: 2200 Def: 4 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 16 EquipLv: 45 Script: <" bonus bDefEle,Ele_Wind; "> @@ -18869,7 +23272,10 @@ item_db: ( Weight: 2200 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 45 Script: <" bonus bDefEle,Ele_Wind; "> @@ -18882,7 +23288,14 @@ item_db: ( Buy: 136000 Weight: 2200 Def: 4 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 16 EquipLv: 45 Script: <" bonus bDefEle,Ele_Earth; "> @@ -18896,7 +23309,10 @@ item_db: ( Weight: 2200 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 45 Script: <" bonus bDefEle,Ele_Earth; "> @@ -18909,7 +23325,9 @@ item_db: ( Buy: 1 Weight: 1 Def: 4 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 16 Refine: false }, @@ -18922,7 +23340,10 @@ item_db: ( Weight: 2500 Def: 6 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 65 }, @@ -18934,7 +23355,10 @@ item_db: ( Buy: 50000 Weight: 3500 Def: 7 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 54 Script: <" @@ -18951,7 +23375,9 @@ item_db: ( Weight: 600 Def: 4 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 16 EquipLv: 40 Script: <" bonus bMdef,20; "> @@ -18965,7 +23391,10 @@ item_db: ( Weight: 2500 Def: 5 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 16 EquipLv: 70 Script: <" @@ -18981,7 +23410,10 @@ item_db: ( Weight: 2800 Def: 6 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 16 EquipLv: 1 @@ -19019,7 +23451,12 @@ item_db: ( Weight: 1500 Def: 7 Slots: 1 - Job: 0x02021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + } Loc: 16 EquipLv: 50 Script: <" @@ -19036,7 +23473,11 @@ item_db: ( Weight: 1100 Def: 5 Slots: 1 - Job: 0x00810200 + Job: { + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 16 EquipLv: 75 Script: <" @@ -19052,7 +23493,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 500 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 1 Script: <" @@ -19069,7 +23513,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 500 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 1 Script: <" @@ -19086,7 +23533,9 @@ item_db: ( Type: 5 Buy: 20 Weight: 500 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 16 EquipLv: 1 Script: <" @@ -19104,7 +23553,14 @@ item_db: ( Weight: 3000 Def: 10 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 2 Loc: 16 EquipLv: 55 @@ -19122,7 +23578,10 @@ item_db: ( Weight: 300 Def: 2 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 16 EquipLv: 55 @@ -19140,7 +23599,10 @@ item_db: ( Weight: 1500 Def: 6 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 16 EquipLv: 55 @@ -19161,7 +23623,9 @@ item_db: ( Weight: 750 Def: 5 Slots: 1 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 2 Loc: 16 EquipLv: 50 @@ -19198,7 +23662,10 @@ item_db: ( Type: 5 Weight: 500 Def: 12 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 Refine: false Trade: { @@ -19260,7 +23727,12 @@ item_db: ( Weight: 600 Def: 5 Slots: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 16 EquipLv: 50 Script: <" @@ -19277,7 +23749,11 @@ item_db: ( Weight: 1700 Def: 7 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 16 EquipLv: 60 Script: <" @@ -19295,7 +23771,17 @@ item_db: ( Weight: 300 Def: 6 Slots: 1 - Job: 0x00098B1C + Job: { + Magician: true + Archer: true + Acolyte: true + Priest: true + Wizard: true + Hunter: true + Monk: true + Sage: true + Bard: true + } Upper: 2 Loc: 16 EquipLv: 55 @@ -19315,7 +23801,17 @@ item_db: ( Weight: 600 Def: 7 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 2 Loc: 16 EquipLv: 55 @@ -19335,7 +23831,16 @@ item_db: ( Buy: 10 Def: 7 Slots: 1 - Job: 0x006444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 16 EquipLv: 80 Trade: { @@ -19360,7 +23865,11 @@ item_db: ( Buy: 10 Def: 7 Slots: 1 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 16 EquipLv: 80 Trade: { @@ -19385,7 +23894,12 @@ item_db: ( Buy: 10 Def: 7 Slots: 1 - Job: 0x02021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + } Loc: 16 EquipLv: 80 Trade: { @@ -19410,7 +23924,12 @@ item_db: ( Buy: 10 Def: 3 Slots: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 16 EquipLv: 80 Trade: { @@ -19435,7 +23954,11 @@ item_db: ( Buy: 10 Def: 3 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 16 EquipLv: 80 Trade: { @@ -19460,7 +23983,11 @@ item_db: ( Buy: 10 Def: 3 Slots: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 16 EquipLv: 80 Trade: { @@ -19485,7 +24012,9 @@ item_db: ( Buy: 10 Def: 3 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 16 EquipLv: 80 Trade: { @@ -19592,7 +24121,22 @@ item_db: ( Buy: 20 Weight: 1700 Def: 5 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 16 EquipLv: 70 @@ -19613,7 +24157,22 @@ item_db: ( Weight: 1000 Def: 3 Slots: 1 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 16 EquipLv: 70 @@ -19633,7 +24192,9 @@ item_db: ( Weight: 300 Def: 4 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 2 Loc: 16 EquipLv: 70 @@ -19652,7 +24213,22 @@ item_db: ( Weight: 1000 Def: 5 Slots: 1 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 16 EquipLv: 70 @@ -19670,7 +24246,11 @@ item_db: ( Weight: 400 Def: 6 Slots: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Upper: 2 Loc: 16 EquipLv: 75 @@ -19688,7 +24268,11 @@ item_db: ( Weight: 3500 Def: 9 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 2 Loc: 16 EquipLv: 82 @@ -19739,7 +24323,10 @@ item_db: ( Name: "Glorious Suit" Type: 5 Buy: 20 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 81 Trade: { @@ -19762,7 +24349,10 @@ item_db: ( Name: "Glorious Popularized Suit" Type: 5 Buy: 20 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 61 Trade: { @@ -19785,7 +24375,10 @@ item_db: ( Name: "Glorious Mass-Production Suit" Type: 5 Buy: 20 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 Trade: { nodrop: true @@ -19806,7 +24399,10 @@ item_db: ( Buy: 10 Weight: 900 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 }, { @@ -19818,7 +24414,9 @@ item_db: ( Weight: 750 Def: 5 Slots: 1 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 2 Loc: 16 EquipLv: 50 @@ -19846,7 +24444,10 @@ item_db: ( Weight: 500 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 16 Script: <" bonus bMdef,3; "> @@ -19882,7 +24483,10 @@ item_db: ( Buy: 3500 Weight: 400 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 }, { @@ -19894,7 +24498,10 @@ item_db: ( Weight: 400 Def: 2 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 }, { @@ -19905,7 +24512,23 @@ item_db: ( Buy: 18000 Weight: 600 Def: 4 - Job: 0x016E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + Taekwon: true + Star_Gladiator: true + Gunslinger: true + } Loc: 64 }, { @@ -19917,7 +24540,23 @@ item_db: ( Weight: 600 Def: 4 Slots: 1 - Job: 0x016E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + Taekwon: true + Star_Gladiator: true + Gunslinger: true + } Loc: 64 }, { @@ -19927,7 +24566,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 Script: <" bonus bMdef,10; @@ -19952,7 +24594,10 @@ item_db: ( Buy: 8500 Weight: 600 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 Script: <" bonus bMdef,5; "> }, @@ -19983,7 +24628,10 @@ item_db: ( Buy: 48000 Weight: 750 Def: 5 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 64 EquipLv: 65 }, @@ -19996,7 +24644,10 @@ item_db: ( Weight: 750 Def: 5 Slots: 1 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 64 EquipLv: 65 }, @@ -20008,7 +24659,11 @@ item_db: ( Buy: 34000 Weight: 350 Def: 6 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 64 EquipLv: 30 Refine: false @@ -20021,7 +24676,9 @@ item_db: ( Buy: 1 Weight: 1 Def: 2 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 64 Refine: false }, @@ -20034,7 +24691,10 @@ item_db: ( Weight: 300 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 EquipLv: 30 Script: <" @@ -20051,7 +24711,9 @@ item_db: ( Weight: 500 Def: 2 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 64 EquipLv: 40 Script: <" bonus bMaxHPrate,5; "> @@ -20064,7 +24726,10 @@ item_db: ( Buy: 30000 Weight: 500 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 EquipLv: 65 Script: <" @@ -20083,7 +24748,10 @@ item_db: ( Buy: 30000 Weight: 650 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 EquipLv: 65 Script: <" @@ -20099,7 +24767,10 @@ item_db: ( Buy: 30000 Weight: 700 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 EquipLv: 54 Script: <" @@ -20117,7 +24788,9 @@ item_db: ( Weight: 300 Def: 2 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 64 EquipLv: 25 Script: <" bonus bMaxHP,100; "> @@ -20130,7 +24803,10 @@ item_db: ( Weight: 500 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 64 EquipLv: 1 @@ -20149,7 +24825,15 @@ item_db: ( Weight: 200 Def: 2 Slots: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 64 EquipLv: 40 Script: <" bonus bMdef,10; "> @@ -20162,7 +24846,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 64 EquipLv: 85 @@ -20181,7 +24868,10 @@ item_db: ( Weight: 300 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 64 EquipLv: 55 @@ -20195,7 +24885,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 64 EquipLv: 55 @@ -20211,7 +24904,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 2000 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 64 EquipLv: 75 @@ -20251,7 +24947,10 @@ item_db: ( Type: 5 Weight: 300 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 Refine: false Script: <" bonus2 bSubRace,RC_DemiPlayer,5; "> @@ -20264,7 +24963,20 @@ item_db: ( Type: 5 Weight: 1500 Def: 5 - Job: 0x000E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 64 Trade: { nodrop: true @@ -20326,7 +25038,10 @@ item_db: ( Weight: 600 Def: 2 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 Script: <" bonus bMdef,5; "> }, @@ -20339,7 +25054,22 @@ item_db: ( Weight: 250 Def: 4 Slots: 1 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 64 Script: <" bonus bMaxHP,(BaseLevel*10); "> @@ -20353,7 +25083,10 @@ item_db: ( Weight: 500 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 64 EquipLv: 55 @@ -20370,7 +25103,20 @@ item_db: ( Buy: 10 Def: 4 Slots: 1 - Job: 0x026654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + Ninja: true + } Loc: 64 EquipLv: 80 Trade: { @@ -20395,7 +25141,18 @@ item_db: ( Buy: 10 Def: 3 Slots: 1 - Job: 0x00898B1C + Job: { + Magician: true + Archer: true + Acolyte: true + Priest: true + Wizard: true + Hunter: true + Monk: true + Sage: true + Bard: true + Soul_Linker: true + } Loc: 64 EquipLv: 80 Trade: { @@ -20420,7 +25177,9 @@ item_db: ( Buy: 10 Def: 3 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 64 EquipLv: 80 Trade: { @@ -20495,7 +25254,22 @@ item_db: ( Weight: 300 Def: 2 Slots: 1 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 64 EquipLv: 70 @@ -20551,7 +25325,10 @@ item_db: ( Name: "Glorious Shoes" Type: 5 Buy: 20 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 EquipLv: 81 Trade: { @@ -20575,7 +25352,10 @@ item_db: ( Name: "Glorious Popularized Shoes" Type: 5 Buy: 20 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 EquipLv: 61 Trade: { @@ -20598,7 +25378,10 @@ item_db: ( Name: "Glorious Mass-Production Shoes" Type: 5 Buy: 20 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 Trade: { nodrop: true @@ -20618,7 +25401,10 @@ item_db: ( Type: 5 Weight: 1000 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 }, { @@ -20639,7 +25425,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 64 EquipLv: 85 @@ -20666,7 +25455,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 64 EquipLv: 60 @@ -20710,7 +25502,10 @@ item_db: ( Buy: 5000 Weight: 400 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 }, { @@ -20722,7 +25517,10 @@ item_db: ( Weight: 400 Def: 2 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 }, { @@ -20733,7 +25531,19 @@ item_db: ( Buy: 32000 Weight: 600 Def: 4 - Job: 0x006654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 4 }, { @@ -20745,7 +25555,19 @@ item_db: ( Weight: 600 Def: 4 Slots: 1 - Job: 0x006654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 4 }, { @@ -20756,7 +25578,10 @@ item_db: ( Buy: 82000 Weight: 600 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 40 Script: <" bonus bAgi,1; "> @@ -20769,7 +25594,10 @@ item_db: ( Buy: 56000 Weight: 500 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 Script: <" bonus bUnbreakableGarment,0; @@ -20783,7 +25611,12 @@ item_db: ( Type: 5 Buy: 20000 Weight: 550 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 4 EquipLv: 75 Script: <" @@ -20799,7 +25632,9 @@ item_db: ( Buy: 1 Weight: 1 Def: 2 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 4 Refine: false Script: <" bonus2 bSubEle,Ele_Neutral,20; "> @@ -20812,7 +25647,10 @@ item_db: ( Buy: 5000 Weight: 700 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 75 Script: <" @@ -20833,7 +25671,9 @@ item_db: ( Weight: 500 Def: 2 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 4 EquipLv: 40 Script: <" bonus2 bSubEle,Ele_Neutral,10; "> @@ -20847,7 +25687,10 @@ item_db: ( Weight: 500 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 80 }, @@ -20860,7 +25703,17 @@ item_db: ( Weight: 800 Def: 5 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 4 EquipLv: 80 }, @@ -20873,7 +25726,12 @@ item_db: ( Weight: 300 Def: 1 Slots: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 4 EquipLv: 85 }, @@ -20885,7 +25743,10 @@ item_db: ( Buy: 30000 Weight: 400 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 65 Script: <" @@ -20901,7 +25762,10 @@ item_db: ( Buy: 30000 Weight: 600 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 65 Script: <" bonus2 bSubEle,Ele_Neutral,15; "> @@ -20914,7 +25778,10 @@ item_db: ( Buy: 30000 Weight: 600 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 33 Script: <" @@ -20930,7 +25797,10 @@ item_db: ( Buy: 30000 Weight: 600 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 61 Script: <" @@ -20946,7 +25816,10 @@ item_db: ( Buy: 30000 Weight: 700 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 54 Script: <" @@ -20964,7 +25837,9 @@ item_db: ( Weight: 400 Def: 2 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 4 EquipLv: 20 Script: <" bonus bHPrecovRate,5; "> @@ -21002,7 +25877,10 @@ item_db: ( Weight: 500 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 4 EquipLv: 1 @@ -21021,7 +25899,10 @@ item_db: ( Weight: 600 Def: 2 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 40 Script: <" bonus bAgi,1; "> @@ -21046,7 +25927,10 @@ item_db: ( Weight: 600 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 4 EquipLv: 48 @@ -21061,7 +25945,10 @@ item_db: ( Weight: 500 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 4 EquipLv: 55 @@ -21075,7 +25962,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 4 EquipLv: 55 @@ -21090,7 +25980,10 @@ item_db: ( Weight: 500 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 4 EquipLv: 55 @@ -21105,7 +25998,17 @@ item_db: ( Weight: 700 Def: 3 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 2 Loc: 4 EquipLv: 70 @@ -21120,7 +26023,17 @@ item_db: ( Weight: 400 Def: 3 Slots: 1 - Job: 0x00098B1C + Job: { + Magician: true + Archer: true + Acolyte: true + Priest: true + Wizard: true + Hunter: true + Monk: true + Sage: true + Bard: true + } Upper: 2 Loc: 4 EquipLv: 70 @@ -21137,7 +26050,10 @@ item_db: ( Type: 5 Weight: 200 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 Refine: false Script: <" bonus2 bSubRace,RC_DemiPlayer,15; "> @@ -21173,7 +26089,12 @@ item_db: ( Type: 5 Buy: 1 Def: 5 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 4 Refine: false Script: <" @@ -21190,7 +26111,10 @@ item_db: ( Weight: 250 Def: 2 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 60 Script: <" @@ -21208,7 +26132,22 @@ item_db: ( Weight: 250 Def: 5 Slots: 1 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 4 Script: <" @@ -21226,7 +26165,20 @@ item_db: ( Buy: 10 Def: 4 Slots: 1 - Job: 0x026654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + Ninja: true + } Loc: 4 EquipLv: 80 Trade: { @@ -21251,7 +26203,18 @@ item_db: ( Buy: 10 Def: 3 Slots: 1 - Job: 0x00898B1C + Job: { + Magician: true + Archer: true + Acolyte: true + Priest: true + Wizard: true + Hunter: true + Monk: true + Sage: true + Bard: true + Soul_Linker: true + } Loc: 4 EquipLv: 80 Trade: { @@ -21276,7 +26239,9 @@ item_db: ( Buy: 10 Def: 3 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 4 EquipLv: 80 Trade: { @@ -21330,7 +26295,10 @@ item_db: ( Weight: 70 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 4 EquipLv: 70 @@ -21375,7 +26343,22 @@ item_db: ( Weight: 300 Def: 3 Slots: 1 - Job: 0x00CFDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 4 Script: <" @@ -21394,7 +26377,10 @@ item_db: ( Weight: 500 Def: 2 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Upper: 2 Loc: 4 EquipLv: 70 @@ -21438,7 +26424,10 @@ item_db: ( Name: "Neo Muffler" Type: 5 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 4 EquipLv: 95 @@ -21458,7 +26447,10 @@ item_db: ( Name: "Glorious Muffler" Type: 5 Buy: 20 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 81 Trade: { @@ -21493,7 +26485,10 @@ item_db: ( Weight: 500 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 4 EquipLv: 55 @@ -21517,7 +26512,17 @@ item_db: ( Weight: 400 Def: 3 Slots: 1 - Job: 0x00098B1C + Job: { + Magician: true + Archer: true + Acolyte: true + Priest: true + Wizard: true + Hunter: true + Monk: true + Sage: true + Bard: true + } Upper: 2 Loc: 4 EquipLv: 70 @@ -21544,7 +26549,10 @@ item_db: ( Weight: 1000 Def: 5 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 4 Script: <" @@ -21561,7 +26569,10 @@ item_db: ( Weight: 400 Def: 5 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 4 EquipLv: 90 @@ -21590,7 +26601,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -21603,7 +26617,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -21616,7 +26633,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -21629,7 +26649,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -21642,7 +26665,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -21667,7 +26693,10 @@ item_db: ( Type: 5 Buy: 15000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -21733,7 +26762,10 @@ item_db: ( Type: 5 Buy: 90000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 50 Refine: false @@ -21751,7 +26783,10 @@ item_db: ( Buy: 75000 Weight: 100 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 40 Refine: false @@ -21764,7 +26799,10 @@ item_db: ( Type: 5 Buy: 75000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 40 Refine: false @@ -21778,7 +26816,10 @@ item_db: ( Buy: 2 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 35 Refine: false @@ -21792,7 +26833,10 @@ item_db: ( Buy: 2 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 35 Refine: false @@ -21805,7 +26849,11 @@ item_db: ( Type: 5 Buy: 10000 Weight: 100 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 136 EquipLv: 65 Refine: false @@ -21818,7 +26866,12 @@ item_db: ( Type: 5 Buy: 10000 Weight: 100 - Job: 0x02021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + } Loc: 136 EquipLv: 70 Refine: false @@ -21842,7 +26895,10 @@ item_db: ( Buy: 30000 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 90 Refine: false @@ -21856,7 +26912,10 @@ item_db: ( Buy: 30000 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 90 Refine: false @@ -21870,7 +26929,10 @@ item_db: ( Buy: 30000 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 90 Refine: false @@ -21884,7 +26946,10 @@ item_db: ( Buy: 30000 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 90 Refine: false @@ -21898,7 +26963,10 @@ item_db: ( Buy: 30000 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 90 Refine: false @@ -21912,7 +26980,10 @@ item_db: ( Buy: 15000 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 90 Refine: false @@ -21941,7 +27012,9 @@ item_db: ( Buy: 400 Weight: 200 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 136 EquipLv: 1 Refine: false @@ -22002,7 +27075,10 @@ item_db: ( Buy: 125000 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 65 Refine: false @@ -22021,7 +27097,10 @@ item_db: ( Type: 5 Buy: 204000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 80 Refine: false @@ -22136,7 +27215,10 @@ item_db: ( Buy: 40000 Weight: 200 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" @@ -22154,7 +27236,11 @@ item_db: ( Type: 5 Buy: 20 Weight: 700 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 136 EquipLv: 50 Refine: false @@ -22219,7 +27305,12 @@ item_db: ( Type: 5 Buy: 40000 Weight: 200 - Job: 0x02021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + } Loc: 136 EquipLv: 60 Refine: false @@ -22265,7 +27356,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 33 Refine: false @@ -22281,7 +27375,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 33 Refine: false @@ -22297,7 +27394,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 61 Refine: false @@ -22313,7 +27413,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 61 Refine: false @@ -22356,7 +27459,12 @@ item_db: ( Buy: 20000 Weight: 300 Def: 1 - Job: 0x02021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + } Loc: 136 EquipLv: 30 Refine: false @@ -22373,7 +27481,10 @@ item_db: ( Type: 5 Buy: 50000 Weight: 4000 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 1 Refine: false @@ -22386,7 +27497,17 @@ item_db: ( Buy: 20000 Weight: 1000 Def: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 136 EquipLv: 1 Refine: false @@ -22423,7 +27544,22 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 136 EquipLv: 1 @@ -22442,7 +27578,22 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 136 EquipLv: 1 @@ -22461,7 +27612,22 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 136 EquipLv: 1 @@ -22480,7 +27646,22 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 136 EquipLv: 1 @@ -22513,7 +27694,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 75 Refine: false @@ -22529,7 +27713,11 @@ item_db: ( Type: 5 Buy: 20 Weight: 500 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 136 EquipLv: 60 Refine: false @@ -22561,7 +27749,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 300 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 60 Refine: false @@ -22632,7 +27823,11 @@ item_db: ( Buy: 10000 Weight: 100 Slots: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 136 EquipLv: 65 Refine: false @@ -22645,7 +27840,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false }, @@ -22655,7 +27853,10 @@ item_db: ( Name: "Warrior's Shining Ring" Type: 5 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 48 Refine: false @@ -22748,7 +27949,22 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 136 Refine: false @@ -22772,7 +27988,22 @@ item_db: ( Buy: 20 Weight: 100 Def: 2 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 136 Refine: false @@ -22827,7 +28058,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -22841,7 +28075,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -22855,7 +28092,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -22869,7 +28109,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -22882,7 +28125,10 @@ item_db: ( Type: 5 Buy: 1 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 EquipLv: 1 Refine: false @@ -22906,7 +28152,10 @@ item_db: ( Type: 5 Buy: 1 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 EquipLv: 1 Refine: false @@ -22929,7 +28178,10 @@ item_db: ( Name: "Critical Ring" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 1 Refine: false @@ -22951,7 +28203,10 @@ item_db: ( Name: "Earring" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 1 Refine: false @@ -22973,7 +28228,10 @@ item_db: ( Name: "Ring" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 1 Refine: false @@ -22995,7 +28253,10 @@ item_db: ( Name: "Necklace" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 1 Refine: false @@ -23017,7 +28278,10 @@ item_db: ( Name: "Glove" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 1 Refine: false @@ -23039,7 +28303,10 @@ item_db: ( Name: "Brooch" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 1 Refine: false @@ -23061,7 +28328,10 @@ item_db: ( Name: "Rosary" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 1 Refine: false @@ -23087,7 +28357,10 @@ item_db: ( Type: 5 Buy: 1 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 1 Refine: false @@ -23110,7 +28383,10 @@ item_db: ( Type: 5 Buy: 1 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 1 Refine: false @@ -23137,7 +28413,10 @@ item_db: ( Type: 5 Buy: 1 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 1 Refine: false @@ -23164,7 +28443,10 @@ item_db: ( Type: 5 Buy: 1 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 1 Refine: false @@ -23191,7 +28473,10 @@ item_db: ( Type: 5 Buy: 1 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 1 Refine: false @@ -23218,7 +28503,11 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 2 Loc: 136 EquipLv: 60 @@ -23232,7 +28521,10 @@ item_db: ( Buy: 20 Weight: 100 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 136 EquipLv: 90 @@ -23250,7 +28542,10 @@ item_db: ( Buy: 20 Weight: 100 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 136 EquipLv: 90 @@ -23265,7 +28560,10 @@ item_db: ( Buy: 20 Weight: 150 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 136 EquipLv: 50 @@ -23371,7 +28669,10 @@ item_db: ( Name: "Bloody Iron Ball" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" bonus bBaseAtk,30; "> @@ -23452,7 +28753,11 @@ item_db: ( Buy: 20 Weight: 100 Slots: 1 - Job: 0x00810200 + Job: { + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 136 EquipLv: 80 Refine: false @@ -23465,7 +28770,12 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 136 EquipLv: 80 Refine: false @@ -23478,7 +28788,11 @@ item_db: ( Buy: 20 Weight: 200 Slots: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 136 EquipLv: 65 Refine: false @@ -23491,7 +28805,14 @@ item_db: ( Buy: 20 Weight: 700 Def: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 136 EquipLv: 50 Refine: false @@ -23507,7 +28828,12 @@ item_db: ( Type: 5 Buy: 20 Def: 1 - Job: 0x00404082 + Job: { + Swordsman: true + Knight: true + Crusader: true + Star_Gladiator: true + } Loc: 136 EquipLv: 70 Refine: false @@ -23536,7 +28862,12 @@ item_db: ( Type: 5 Buy: 20 Def: 1 - Job: 0x02021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + } Loc: 136 EquipLv: 70 Refine: false @@ -23565,7 +28896,11 @@ item_db: ( Type: 5 Buy: 20 Def: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 136 EquipLv: 70 Refine: false @@ -23593,7 +28928,12 @@ item_db: ( Type: 5 Buy: 20 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 136 EquipLv: 70 Refine: false @@ -23621,7 +28961,11 @@ item_db: ( Type: 5 Buy: 20 Def: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 136 EquipLv: 70 Refine: false @@ -23650,7 +28994,11 @@ item_db: ( Type: 5 Buy: 20 Def: 1 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 136 EquipLv: 70 Refine: false @@ -23679,7 +29027,9 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 2 Loc: 136 EquipLv: 70 @@ -23696,7 +29046,9 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 2 Loc: 136 EquipLv: 70 @@ -23714,7 +29066,10 @@ item_db: ( Buy: 20 Weight: 50 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 80 Refine: false @@ -23732,7 +29087,22 @@ item_db: ( Buy: 20 Weight: 50 Slots: 1 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 136 Refine: false @@ -23752,7 +29122,10 @@ item_db: ( Buy: 20 Weight: 50 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 80 Refine: false @@ -23777,7 +29150,10 @@ item_db: ( Buy: 20 Weight: 50 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 80 Refine: false @@ -23802,7 +29178,10 @@ item_db: ( Buy: 20 Weight: 50 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 80 Refine: false @@ -23823,7 +29202,9 @@ item_db: ( Type: 5 Buy: 20 Def: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 136 EquipLv: 70 Refine: false @@ -23850,7 +29231,9 @@ item_db: ( Name: "Directive" Type: 5 Def: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 136 Refine: false Trade: { @@ -23869,7 +29252,9 @@ item_db: ( Name: "Directive" Type: 5 Def: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 136 Refine: false Trade: { @@ -23889,7 +29274,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 75 Refine: false @@ -23906,7 +29294,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 150 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 75 Refine: false @@ -24024,7 +29415,22 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 136 EquipLv: 70 @@ -24045,7 +29451,22 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 136 EquipLv: 70 @@ -24063,7 +29484,22 @@ item_db: ( Buy: 20 Weight: 200 Slots: 1 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 136 EquipLv: 70 @@ -24081,7 +29517,9 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 2 Loc: 136 EquipLv: 80 @@ -24096,7 +29534,9 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0x00020000 + Job: { + Rogue: true + } Upper: 2 Loc: 136 EquipLv: 80 @@ -24110,7 +29550,11 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Upper: 2 Loc: 136 EquipLv: 84 @@ -24133,7 +29577,22 @@ item_db: ( Weight: 120 Def: 1 Slots: 1 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 136 EquipLv: 90 @@ -24409,7 +29868,10 @@ item_db: ( AegisName: "Skul_Ring_C" Name: "Neo Skull Ring" Type: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 136 EquipLv: 95 @@ -24523,7 +29985,10 @@ item_db: ( Name: "Glorious Ring" Type: 5 Buy: 20 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 81 Refine: false @@ -24553,7 +30018,10 @@ item_db: ( Name: "Glorious Mass-Production Ring" Type: 5 Buy: 20 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 61 Refine: false @@ -24574,7 +30042,10 @@ item_db: ( Name: "Glorious Popularized Ring" Type: 5 Buy: 20 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Trade: { @@ -24759,7 +30230,10 @@ item_db: ( Buy: 20 Weight: 100 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 136 EquipLv: 90 @@ -24800,7 +30274,10 @@ item_db: ( Buy: 20 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 136 EquipLv: 75 @@ -24819,7 +30296,10 @@ item_db: ( Buy: 20 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 136 EquipLv: 60 @@ -24838,7 +30318,10 @@ item_db: ( Buy: 20 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 136 EquipLv: 60 @@ -24857,7 +30340,10 @@ item_db: ( Buy: 20 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 136 EquipLv: 60 @@ -24887,7 +30373,22 @@ item_db: ( AegisName: "Ring_Of_Flame_Lord_I" Name: "Ring of Flame Lord" Type: 5 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 136 Refine: false @@ -24911,7 +30412,22 @@ item_db: ( Name: "Ring of Resonance" Type: 5 Def: 2 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 136 Refine: false @@ -24933,7 +30449,11 @@ item_db: ( Name: "Magic Stone Ring" Type: 5 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 136 EquipLv: 99 Refine: false @@ -24954,7 +30474,10 @@ item_db: ( AegisName: "Green_Apple_Ring" Name: "Green Apple Ring" Type: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 99 Refine: false @@ -24981,7 +30504,12 @@ item_db: ( Name: "Rocks" Type: 5 Weight: 200 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 136 EquipLv: 99 Refine: false @@ -25007,7 +30535,12 @@ item_db: ( Name: "Rocks" Type: 5 Weight: 200 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 136 EquipLv: 99 Refine: false @@ -25033,7 +30566,10 @@ item_db: ( Name: "Will Of Exhausted Angel" Type: 5 Weight: 200 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 136 EquipLv: 99 Refine: false @@ -25071,7 +30607,9 @@ item_db: ( Name: "Swordsman Manual" Type: 5 Weight: 100 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 136 EquipLv: 1 Refine: false @@ -25097,7 +30635,9 @@ item_db: ( Name: "Thief Manual" Type: 5 Weight: 100 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 136 EquipLv: 1 Refine: false @@ -25125,7 +30665,9 @@ item_db: ( Name: "Acolyte Manual" Type: 5 Weight: 100 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 136 EquipLv: 1 Refine: false @@ -25151,7 +30693,9 @@ item_db: ( Name: "Archer Manual" Type: 5 Weight: 100 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 136 EquipLv: 1 Refine: false @@ -25176,7 +30720,9 @@ item_db: ( Name: "Merchant Manual" Type: 5 Weight: 100 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 136 EquipLv: 1 Refine: false @@ -25203,7 +30749,9 @@ item_db: ( Name: "Mage Manual" Type: 5 Weight: 100 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 136 EquipLv: 1 Refine: false @@ -31564,7 +37112,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 1 View: 87 @@ -31578,7 +37129,17 @@ item_db: ( Buy: 20 Weight: 600 Def: 4 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 256 EquipLv: 60 View: 88 @@ -31596,7 +37157,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 89 Script: <" @@ -31611,7 +37175,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 90 @@ -31625,7 +37192,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 513 Refine: false View: 91 @@ -31639,7 +37209,10 @@ item_db: ( Buy: 36000 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 Refine: false View: 92 @@ -31652,7 +37225,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 55 View: 93 @@ -31671,7 +37247,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 94 @@ -31684,7 +37263,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 95 Script: <" @@ -31722,7 +37304,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 98 }, @@ -31753,7 +37338,11 @@ item_db: ( Buy: 20 Weight: 300 Def: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 512 EquipLv: 65 Refine: false @@ -31779,7 +37368,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 102 }, @@ -31791,7 +37383,14 @@ item_db: ( Buy: 20 Weight: 800 Def: 7 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 256 EquipLv: 70 View: 103 @@ -31805,7 +37404,11 @@ item_db: ( Buy: 20 Weight: 300 Def: 4 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 256 View: 104 Script: <" bonus bAgi,1; "> @@ -31818,7 +37421,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 105 Script: <" bonus bVit,1; "> @@ -31843,7 +37449,11 @@ item_db: ( Buy: 20 Weight: 1200 Def: 4 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 256 EquipLv: 38 View: 107 @@ -31860,7 +37470,22 @@ item_db: ( Buy: 20 Weight: 2400 Def: 4 - Job: 0x00CFDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Loc: 768 View: 138 Script: <" @@ -31875,7 +37500,11 @@ item_db: ( Type: 5 Buy: 20 Weight: 1000 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 256 View: 108 }, @@ -31898,7 +37527,22 @@ item_db: ( Buy: 20 Weight: 1600 Def: 5 - Job: 0x00CFDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Loc: 256 EquipLv: 74 View: 110 @@ -31916,7 +37560,10 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 50 View: 111 @@ -31930,7 +37577,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 112 Script: <" @@ -31956,7 +37608,10 @@ item_db: ( Buy: 20 Weight: 900 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 114 @@ -31969,7 +37624,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 40 View: 115 @@ -31982,7 +37640,20 @@ item_db: ( Buy: 20 Weight: 1500 Def: 4 - Job: 0x0006D5F2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Blacksmith: true + Assassin: true + Crusader: true + Monk: true + Rogue: true + Alchemist: true + } Loc: 256 EquipLv: 55 View: 116 @@ -31996,7 +37667,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 117 }, @@ -32008,7 +37682,10 @@ item_db: ( Buy: 20 Weight: 900 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 50 View: 118 @@ -32020,7 +37697,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 500 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 119 }, @@ -32032,7 +37712,10 @@ item_db: ( Buy: 20 Weight: 700 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 38 View: 120 @@ -32045,7 +37728,10 @@ item_db: ( Buy: 20 Weight: 250 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 10 View: 121 @@ -32071,7 +37757,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 64 View: 123 @@ -32121,7 +37810,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 150 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 14 View: 127 @@ -32134,7 +37826,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 EquipLv: 20 Refine: false @@ -32148,7 +37843,9 @@ item_db: ( Buy: 20 Weight: 350 Def: 2 - Job: 0x00000000 + Job: { + All: false + } Loc: 256 EquipLv: 45 View: 129 @@ -32162,7 +37859,15 @@ item_db: ( Buy: 20 Weight: 500 Def: 3 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 256 EquipLv: 50 View: 130 @@ -32191,7 +37896,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 131 }, @@ -32237,7 +37945,9 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x00000000 + Job: { + All: false + } Loc: 1 Refine: false View: 135 @@ -32261,7 +37971,11 @@ item_db: ( Buy: 20 Weight: 3000 Def: 5 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 257 EquipLv: 65 Refine: false @@ -32275,7 +37989,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x00001100 + Job: { + Priest: true + Assassin: true + } Loc: 1 EquipLv: 70 Refine: false @@ -32289,7 +38006,9 @@ item_db: ( Buy: 1 Weight: 1 Def: 3 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 256 Refine: false View: 101 @@ -32325,7 +38044,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 142 Script: <" @@ -32389,7 +38111,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 147 }, @@ -32425,7 +38150,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 70 View: 150 @@ -32442,7 +38170,10 @@ item_db: ( Buy: 20 Weight: 350 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 151 Script: <" bonus bAgi,1; "> @@ -32469,7 +38200,10 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 153 Script: <" @@ -32485,7 +38219,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 154 Script: <" bonus bStr,2; "> @@ -32498,7 +38235,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 155 Script: <" bonus bDex,1; "> @@ -32511,7 +38251,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 70 View: 156 @@ -32528,7 +38271,10 @@ item_db: ( Buy: 20 Weight: 700 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 157 Script: <" bonus bDex, 2; "> @@ -32624,7 +38370,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 75 View: 165 @@ -32666,7 +38415,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 168 Script: <" bonus2 bResEff,Eff_Sleep,2000; "> @@ -32692,7 +38444,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 513 Refine: false View: 170 @@ -32754,7 +38509,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 768 EquipLv: 35 View: 175 @@ -32767,7 +38525,10 @@ item_db: ( Buy: 150000 Weight: 300 Def: 5 - Job: 0x00001100 + Job: { + Priest: true + Assassin: true + } Loc: 768 EquipLv: 65 View: 176 @@ -32781,7 +38542,10 @@ item_db: ( Weight: 300 Def: 5 Slots: 1 - Job: 0x00001100 + Job: { + Priest: true + Assassin: true + } Loc: 768 EquipLv: 65 View: 177 @@ -32795,7 +38559,10 @@ item_db: ( Buy: 500000 Weight: 900 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 768 EquipLv: 55 View: 178 @@ -32814,7 +38581,10 @@ item_db: ( Weight: 1000 Def: 5 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 768 EquipLv: 55 View: 179 @@ -32831,7 +38601,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x00001100 + Job: { + Priest: true + Assassin: true + } Loc: 1 EquipLv: 70 Refine: false @@ -32935,7 +38708,10 @@ item_db: ( Buy: 20 Weight: 600 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 Refine: false @@ -32957,7 +38733,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 Refine: false View: 187 @@ -33063,7 +38842,9 @@ item_db: ( Buy: 8500 Weight: 400 Def: 4 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 256 EquipLv: 40 View: 193 @@ -33146,7 +38927,9 @@ item_db: ( Weight: 400 Def: 4 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 256 EquipLv: 40 View: 193 @@ -33172,7 +38955,10 @@ item_db: ( Buy: 20 Weight: 400 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 768 EquipLv: 70 View: 200 @@ -33189,7 +38975,10 @@ item_db: ( Buy: 30000 Weight: 1000 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 65 View: 250 @@ -33204,7 +38993,10 @@ item_db: ( Weight: 500 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 65 View: 254 @@ -33221,7 +39013,10 @@ item_db: ( Buy: 30000 Weight: 300 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 65 View: 251 @@ -33240,7 +39035,9 @@ item_db: ( Weight: 300 Def: 3 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 256 EquipLv: 50 View: 255 @@ -33254,7 +39051,10 @@ item_db: ( Buy: 30000 Weight: 200 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 33 View: 256 @@ -33268,7 +39068,10 @@ item_db: ( Buy: 30000 Weight: 500 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 61 View: 257 @@ -33285,7 +39088,10 @@ item_db: ( Buy: 30000 Weight: 500 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 54 View: 258 @@ -33318,7 +39124,22 @@ item_db: ( Type: 5 Buy: 20 Weight: 700 - Job: 0x00CFDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Loc: 768 EquipLv: 75 View: 202 @@ -33335,7 +39156,11 @@ item_db: ( Buy: 20 Weight: 1200 Def: 8 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 769 EquipLv: 75 View: 203 @@ -33372,7 +39197,11 @@ item_db: ( Buy: 20 Weight: 150 Def: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 256 Refine: false View: 205 @@ -33401,7 +39230,10 @@ item_db: ( Name: "Cyclop's Eye" Type: 5 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 EquipLv: 75 Refine: false @@ -33427,7 +39259,10 @@ item_db: ( Buy: 20 Weight: 500 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 Refine: false @@ -33446,7 +39281,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 EquipLv: 30 View: 209 @@ -33498,7 +39338,10 @@ item_db: ( Buy: 20 Weight: 400 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 View: 212 @@ -33512,7 +39355,14 @@ item_db: ( Buy: 20 Weight: 3000 Def: 8 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 768 EquipLv: 50 View: 213 @@ -33530,7 +39380,10 @@ item_db: ( Weight: 1000 Def: 5 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Gender: 1 Loc: 769 EquipLv: 30 @@ -33734,7 +39587,17 @@ item_db: ( Weight: 500 Def: 5 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 256 View: 86 }, @@ -33747,7 +39610,11 @@ item_db: ( Weight: 100 Def: 5 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 256 View: 35 Script: <" bonus bMdef,3; "> @@ -33761,7 +39628,10 @@ item_db: ( Weight: 900 Def: 5 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 40 View: 30 @@ -33776,7 +39646,16 @@ item_db: ( Weight: 800 Def: 5 Slots: 1 - Job: 0x006444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 256 View: 41 Script: <" bonus bStr,1; "> @@ -33790,7 +39669,22 @@ item_db: ( Weight: 1000 Def: 6 Slots: 1 - Job: 0x0066D5F2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Blacksmith: true + Assassin: true + Crusader: true + Monk: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 256 EquipLv: 50 View: 43 @@ -33804,7 +39698,14 @@ item_db: ( Weight: 800 Def: 7 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 256 EquipLv: 70 View: 103 @@ -33819,7 +39720,10 @@ item_db: ( Weight: 500 Def: 5 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 105 Script: <" bonus bVit,1; "> @@ -33833,7 +39737,10 @@ item_db: ( Weight: 400 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 45 View: 19 @@ -33848,7 +39755,10 @@ item_db: ( Weight: 400 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Gender: 1 Loc: 256 EquipLv: 45 @@ -33864,7 +39774,11 @@ item_db: ( Weight: 3000 Def: 5 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 257 EquipLv: 65 Refine: false @@ -33926,7 +39840,10 @@ item_db: ( Buy: 30000 Weight: 600 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 224 Script: <" @@ -33943,7 +39860,10 @@ item_db: ( Weight: 1000 Def: 5 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Upper: 2 Loc: 256 View: 225 @@ -34100,7 +40020,17 @@ item_db: ( Weight: 2000 Def: 3 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 768 EquipLv: 50 View: 233 @@ -34148,7 +40078,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 View: 236 @@ -34460,7 +40393,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 259 @@ -34495,7 +40431,10 @@ item_db: ( Weight: 300 Def: 2 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 40 View: 262 @@ -34621,7 +40560,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 38 Trade: { @@ -34644,7 +40586,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 39 Trade: { @@ -34667,7 +40612,16 @@ item_db: ( Buy: 20 Weight: 800 Def: 5 - Job: 0x006444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 256 View: 41 Trade: { @@ -34702,7 +40656,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 142 Trade: { @@ -34722,7 +40679,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 55 @@ -34784,7 +40744,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 768 EquipLv: 35 View: 175 @@ -34803,7 +40766,10 @@ item_db: ( Buy: 500000 Weight: 900 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 768 EquipLv: 55 View: 178 @@ -34869,7 +40835,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 64 View: 271 @@ -34895,7 +40864,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 64 View: 272 @@ -34921,7 +40893,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 64 View: 273 @@ -34947,7 +40922,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 274 Trade: { @@ -34972,7 +40950,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 275 Trade: { @@ -34997,7 +40978,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 276 Trade: { @@ -35022,7 +41006,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 277 Trade: { @@ -35047,7 +41034,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 278 Trade: { @@ -35135,7 +41125,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 282 Trade: { @@ -35160,7 +41155,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 283 Trade: { @@ -35185,7 +41185,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 284 Trade: { @@ -35210,7 +41215,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 285 Trade: { @@ -35235,7 +41245,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 286 Trade: { @@ -35482,7 +41497,10 @@ item_db: ( Buy: 20 Weight: 300 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 301 @@ -35585,7 +41603,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 769 EquipLv: 20 View: 303 @@ -35621,7 +41642,10 @@ item_db: ( Type: 5 Buy: 1 Def: 7 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 1 Refine: false @@ -35693,7 +41717,10 @@ item_db: ( Type: 5 Buy: 1 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 1 Refine: false @@ -35851,7 +41878,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 309 @@ -35874,7 +41904,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 310 @@ -35896,7 +41929,10 @@ item_db: ( Type: 5 Buy: 2 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 142 @@ -35924,7 +41960,10 @@ item_db: ( Type: 5 Buy: 2 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 123 @@ -36282,7 +42321,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 45 View: 322 @@ -36378,7 +42420,10 @@ item_db: ( Type: 5 Weight: 500 Def: 12 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 328 @@ -36493,7 +42538,17 @@ item_db: ( Weight: 100 Def: 5 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 256 View: 334 Trade: { @@ -36619,7 +42674,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 10 View: 341 @@ -36633,7 +42691,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 261 Trade: { @@ -36765,7 +42826,10 @@ item_db: ( Type: 5 Buy: 1 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 768 Refine: false View: 178 @@ -36808,7 +42872,10 @@ item_db: ( Type: 5 Buy: 1 Def: 6 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 142 @@ -36825,7 +42892,10 @@ item_db: ( Type: 5 Buy: 1 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 105 @@ -37105,7 +43175,10 @@ item_db: ( Weight: 200 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 98 }, @@ -37118,7 +43191,10 @@ item_db: ( Weight: 200 Def: 2 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 28 Script: <" bonus bMdef,3; "> @@ -37132,7 +43208,10 @@ item_db: ( Weight: 100 Def: 2 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 102 }, @@ -37145,7 +43224,10 @@ item_db: ( Weight: 100 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 74 Script: <" bonus bStr,1; "> @@ -37172,7 +43254,10 @@ item_db: ( Buy: 20 Weight: 700 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 38 View: 361 @@ -37191,7 +43276,22 @@ item_db: ( Weight: 2400 Def: 4 Slots: 1 - Job: 0x00CFDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Loc: 768 View: 138 Script: <" @@ -37386,7 +43486,17 @@ item_db: ( Weight: 1000 Def: 2 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 256 EquipLv: 70 View: 371 @@ -37769,7 +43879,10 @@ item_db: ( Weight: 250 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 50 View: 389 @@ -38056,7 +44169,14 @@ item_db: ( Weight: 1200 Def: 5 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 2 Loc: 256 EquipLv: 85 @@ -38077,7 +44197,22 @@ item_db: ( Weight: 300 Def: 1 Slots: 1 - Job: 0x00CFFF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + } Upper: 2 Loc: 256 EquipLv: 85 @@ -38377,7 +44512,10 @@ item_db: ( Buy: 20 Weight: 600 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 18 View: 418 @@ -38443,7 +44581,10 @@ item_db: ( Name: "Mask Of Ifrit" Type: 5 Def: 8 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 769 EquipLv: 70 Refine: false @@ -38471,7 +44612,10 @@ item_db: ( Name: "Ears Of Ifrit" Type: 5 Buy: 20 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 EquipLv: 70 Refine: false @@ -38755,7 +44899,10 @@ item_db: ( Buy: 500 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 439 @@ -38769,7 +44916,10 @@ item_db: ( Buy: 500 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 440 @@ -38783,7 +44933,10 @@ item_db: ( Buy: 500 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 441 @@ -38797,7 +44950,10 @@ item_db: ( Buy: 500 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 442 @@ -38920,7 +45076,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 1000 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 451 @@ -39721,7 +45880,10 @@ item_db: ( Name: "Student Cap" Type: 5 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 102 @@ -39746,7 +45908,10 @@ item_db: ( Name: "Ulle's Cap" Type: 5 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 254 @@ -39771,7 +45936,11 @@ item_db: ( Name: "Sphinx Hat" Type: 5 Def: 5 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 257 Refine: false View: 137 @@ -39841,7 +46010,10 @@ item_db: ( Weight: 400 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 View: 495 @@ -39862,7 +46034,10 @@ item_db: ( Buy: 20 Weight: 600 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 768 EquipLv: 50 Refine: false @@ -40224,7 +46399,9 @@ item_db: ( Type: 5 Buy: 10 Weight: 100 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 2 Loc: 512 EquipLv: 60 @@ -40239,7 +46416,11 @@ item_db: ( Type: 5 Buy: 10 Weight: 100 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 512 EquipLv: 60 Refine: false @@ -40426,7 +46607,10 @@ item_db: ( Weight: 500 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 Refine: false @@ -40998,7 +47182,10 @@ item_db: ( Weight: 500 Def: 6 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 541 @@ -42000,7 +48187,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 277 Script: <" bonus bMdef,15; "> @@ -42032,7 +48222,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 55 @@ -42131,7 +48324,16 @@ item_db: ( Buy: 20 Weight: 800 Def: 5 - Job: 0x006444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 256 View: 41 Script: <" bonus bStr,2; "> @@ -42146,7 +48348,11 @@ item_db: ( Buy: 20 Weight: 150 Def: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 256 Refine: false View: 205 @@ -42178,7 +48384,10 @@ item_db: ( Buy: 20 Weight: 500 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 Refine: false @@ -42225,7 +48434,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 64 View: 272 @@ -42427,7 +48639,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 EquipLv: 30 View: 209 @@ -42473,7 +48690,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 286 Script: <" bonus bInt,2; "> @@ -42488,7 +48710,14 @@ item_db: ( Buy: 20 Weight: 3000 Def: 8 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 768 EquipLv: 50 View: 213 @@ -42560,7 +48789,10 @@ item_db: ( Type: 5 Buy: 1 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 EquipLv: 1 Refine: false @@ -42575,7 +48807,10 @@ item_db: ( Type: 5 Buy: 1 Def: 7 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 1 Refine: false @@ -42591,7 +48826,10 @@ item_db: ( Type: 5 Buy: 1 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 EquipLv: 1 Refine: false @@ -42606,7 +48844,10 @@ item_db: ( Name: "F Brooch C" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 1 Refine: false @@ -42621,7 +48862,10 @@ item_db: ( Type: 5 Buy: 2 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 41 @@ -43267,7 +49511,10 @@ item_db: ( Type: 5 Def: 1 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 Refine: false @@ -43413,7 +49660,16 @@ item_db: ( Buy: 20 Weight: 800 Def: 5 - Job: 0x006444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 256 View: 41 Script: <" bonus bStr,2; "> @@ -43428,7 +49684,11 @@ item_db: ( Buy: 20 Weight: 150 Def: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 256 Refine: false View: 205 @@ -43460,7 +49720,10 @@ item_db: ( Buy: 20 Weight: 500 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 Refine: false @@ -43507,7 +49770,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 64 View: 272 @@ -43709,7 +49975,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 EquipLv: 30 View: 209 @@ -43755,7 +50026,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 286 Script: <" bonus bInt,2; "> @@ -43770,7 +50046,14 @@ item_db: ( Buy: 20 Weight: 3000 Def: 8 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 768 EquipLv: 50 View: 213 @@ -43829,7 +50112,10 @@ item_db: ( Type: 5 Buy: 1 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 EquipLv: 1 Refine: false @@ -43844,7 +50130,10 @@ item_db: ( Type: 5 Buy: 1 Def: 7 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 1 Refine: false @@ -43860,7 +50149,10 @@ item_db: ( Type: 5 Buy: 1 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 EquipLv: 1 Refine: false @@ -43875,7 +50167,10 @@ item_db: ( Name: "E Brooch C" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 1 Refine: false @@ -43890,7 +50185,10 @@ item_db: ( Type: 5 Buy: 2 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 41 @@ -44049,7 +50347,9 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x00000000 + Job: { + All: false + } Loc: 256 EquipLv: 1 Refine: false @@ -44104,7 +50404,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 8 Loc: 256 EquipLv: 100 @@ -44131,7 +50433,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 8 Loc: 256 EquipLv: 100 @@ -44158,7 +50462,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 8 Loc: 768 EquipLv: 100 @@ -44185,7 +50491,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 8 Gender: 1 Loc: 256 @@ -44213,7 +50521,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00020000 + Job: { + Rogue: true + } Upper: 8 Loc: 256 EquipLv: 100 @@ -44240,7 +50550,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 8 Gender: 1 Loc: 256 @@ -44265,7 +50577,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 256 EquipLv: 100 @@ -44292,7 +50606,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 8 Loc: 256 EquipLv: 100 @@ -44319,7 +50635,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00008000 + Job: { + Monk: true + } Upper: 8 Loc: 256 EquipLv: 100 @@ -44345,7 +50663,9 @@ item_db: ( Buy: 20 Weight: 100 Def: 12 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 8 Loc: 513 EquipLv: 100 @@ -44371,7 +50691,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00010000 + Job: { + Sage: true + } Upper: 8 Loc: 256 EquipLv: 100 @@ -44398,7 +50720,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00004000 + Job: { + Crusader: true + } Upper: 8 Loc: 768 EquipLv: 100 @@ -44424,7 +50748,9 @@ item_db: ( Weight: 100 Def: 17 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 8 Loc: 256 EquipLv: 100 @@ -44463,7 +50789,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 8 Loc: 256 EquipLv: 100 @@ -45192,7 +51520,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 50 View: 104 @@ -45206,7 +51537,20 @@ item_db: ( Weight: 250 Def: 5 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 2 Loc: 769 View: 364 @@ -45236,7 +51580,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 98 Script: <" @@ -66058,7 +72405,9 @@ item_db: ( Type: 0 Buy: 220 Weight: 70 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 8 BuyingStore: true Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(200,300), 0; "> @@ -66070,7 +72419,9 @@ item_db: ( Type: 0 Buy: 500 Weight: 70 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 8 BuyingStore: true Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(300,400), 0; "> @@ -66082,7 +72433,9 @@ item_db: ( Type: 0 Buy: 1100 Weight: 70 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 8 BuyingStore: true Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(400,500), 0; "> @@ -68459,7 +74812,9 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 8 BuyingStore: true Script: <" makerune 5; "> @@ -68471,7 +74826,9 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 8 BuyingStore: true Script: <" makerune 11; "> @@ -68483,7 +74840,9 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 8 BuyingStore: true Script: <" makerune 14; "> @@ -68495,7 +74854,9 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 8 BuyingStore: true Script: <" makerune 2; "> @@ -68507,7 +74868,9 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 8 BuyingStore: true Script: <" makerune 8; "> @@ -70467,7 +76830,31 @@ item_db: ( Weight: 600 Atk: 39 Range: 1 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -70483,7 +76870,31 @@ item_db: ( Weight: 900 Atk: 110 Range: 1 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 4 EquipLv: 60 @@ -70502,7 +76913,31 @@ item_db: ( Weight: 700 Atk: 148 Range: 1 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 4 EquipLv: 70 @@ -70523,7 +76958,12 @@ item_db: ( Atk: 80 Range: 1 Slots: 1 - Job: 0x02021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + } Loc: 2 WeaponLv: 3 EquipLv: 55 @@ -70540,7 +76980,12 @@ item_db: ( Atk: 80 Range: 1 Slots: 2 - Job: 0x02021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + } Loc: 2 WeaponLv: 3 EquipLv: 55 @@ -70557,7 +77002,9 @@ item_db: ( Atk: 120 Range: 1 Slots: 2 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 2 WeaponLv: 4 EquipLv: 50 @@ -70572,7 +77019,9 @@ item_db: ( Weight: 600 Atk: 150 Range: 1 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 2 WeaponLv: 3 EquipLv: 65 @@ -70591,7 +77040,9 @@ item_db: ( Weight: 400 Atk: 70 Range: 1 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 2 WeaponLv: 2 EquipLv: 35 @@ -70608,7 +77059,9 @@ item_db: ( Atk: 70 Range: 1 Slots: 1 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 2 WeaponLv: 2 EquipLv: 35 @@ -70624,7 +77077,9 @@ item_db: ( Weight: 900 Atk: 125 Range: 2 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 70 @@ -70645,7 +77100,9 @@ item_db: ( Atk: 50 Range: 1 Slots: 2 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 2 WeaponLv: 1 EquipLv: 12 @@ -70662,7 +77119,9 @@ item_db: ( Atk: 50 Range: 1 Slots: 3 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 2 WeaponLv: 1 EquipLv: 12 @@ -70679,7 +77138,9 @@ item_db: ( Atk: 95 Range: 1 Slots: 1 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 2 WeaponLv: 2 EquipLv: 24 @@ -70699,7 +77160,9 @@ item_db: ( Atk: 95 Range: 1 Slots: 2 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 2 WeaponLv: 2 EquipLv: 24 @@ -70718,7 +77181,9 @@ item_db: ( Weight: 800 Atk: 120 Range: 1 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 2 WeaponLv: 3 EquipLv: 42 @@ -70738,7 +77203,9 @@ item_db: ( Atk: 120 Range: 1 Slots: 1 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 2 WeaponLv: 3 EquipLv: 42 @@ -70758,7 +77225,25 @@ item_db: ( Atk: 64 Range: 1 Slots: 2 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 3 EquipLv: 65 @@ -70778,7 +77263,25 @@ item_db: ( Atk: 70 Range: 1 Slots: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -70795,7 +77298,25 @@ item_db: ( Atk: 140 Range: 1 Slots: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -70816,7 +77337,31 @@ item_db: ( Atk: 148 Range: 1 Slots: 1 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 4 EquipLv: 70 @@ -70860,7 +77405,25 @@ item_db: ( Buy: 1 Atk: 129 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 1 @@ -70892,7 +77455,12 @@ item_db: ( Buy: 1 Atk: 209 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 1 @@ -70918,7 +77486,9 @@ item_db: ( Buy: 1 Atk: 120 Range: 1 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -70944,7 +77514,25 @@ item_db: ( Buy: 2 Atk: 105 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -70959,7 +77547,25 @@ item_db: ( Buy: 2 Atk: 105 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -70974,7 +77580,25 @@ item_db: ( Buy: 2 Atk: 85 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -70994,7 +77618,25 @@ item_db: ( Atk: 120 Range: 1 Slots: 3 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Upper: 2 Loc: 2 WeaponLv: 4 @@ -71012,7 +77654,25 @@ item_db: ( Atk: 130 Range: 1 Slots: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Upper: 2 Loc: 2 WeaponLv: 4 @@ -71033,7 +77693,25 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -71059,7 +77737,31 @@ item_db: ( Atk: 110 Range: 1 Slots: 2 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 4 EquipLv: 60 @@ -71079,7 +77781,25 @@ item_db: ( Atk: 70 Range: 1 Slots: 3 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -71096,7 +77816,25 @@ item_db: ( Atk: 70 Range: 1 Slots: 3 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -71113,7 +77851,9 @@ item_db: ( Atk: 140 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -71135,7 +77875,9 @@ item_db: ( Atk: 130 Range: 1 Slots: 2 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 2 Loc: 2 WeaponLv: 2 @@ -71152,7 +77894,9 @@ item_db: ( Atk: 50 Range: 1 Slots: 4 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 2 Loc: 2 WeaponLv: 2 @@ -71167,7 +77911,31 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -71197,7 +77965,31 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -71229,7 +78021,9 @@ item_db: ( Atk: 120 Range: 1 Slots: 3 - Job: 0x00020000 + Job: { + Rogue: true + } Upper: 2 Loc: 2 WeaponLv: 3 @@ -71253,7 +78047,25 @@ item_db: ( Atk: 130 Range: 1 Slots: 2 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Upper: 2 Loc: 2 WeaponLv: 3 @@ -71274,7 +78086,31 @@ item_db: ( Atk: 50 Range: 1 Slots: 3 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -71298,7 +78134,31 @@ item_db: ( Atk: 63 Range: 1 Slots: 3 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 1 EquipLv: 1 @@ -71322,7 +78182,31 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0xFE9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -71355,7 +78239,25 @@ item_db: ( Type: 4 Atk: 120 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -71379,7 +78281,25 @@ item_db: ( Type: 4 Atk: 105 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -71402,7 +78322,9 @@ item_db: ( Type: 4 Atk: 155 Range: 2 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -71428,7 +78350,11 @@ item_db: ( Atk: 110 Range: 1 Slots: 3 - Job: 0x00021040 + Job: { + Thief: true + Assassin: true + Rogue: true + } Upper: 2 Loc: 2 WeaponLv: 2 @@ -71449,7 +78375,11 @@ item_db: ( Atk: 135 Range: 1 Slots: 2 - Job: 0x00021040 + Job: { + Thief: true + Assassin: true + Rogue: true + } Upper: 2 Loc: 2 WeaponLv: 3 @@ -71467,7 +78397,25 @@ item_db: ( Type: 4 Atk: 153 Range: 1 - Job: 0x028F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + } Loc: 2 WeaponLv: 3 EquipLv: 1 @@ -71496,7 +78444,9 @@ item_db: ( Atk: 30 Range: 7 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 1 EquipLv: 10 @@ -71513,7 +78463,9 @@ item_db: ( Atk: 30 Range: 7 Slots: 2 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 1 EquipLv: 10 @@ -71530,7 +78482,9 @@ item_db: ( Atk: 45 Range: 7 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 2 EquipLv: 35 @@ -71547,7 +78501,9 @@ item_db: ( Atk: 45 Range: 7 Slots: 2 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 2 EquipLv: 35 @@ -71564,7 +78520,9 @@ item_db: ( Atk: 70 Range: 7 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 2 EquipLv: 55 @@ -71581,7 +78539,9 @@ item_db: ( Atk: 70 Range: 7 Slots: 2 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 2 EquipLv: 55 @@ -71597,7 +78557,9 @@ item_db: ( Weight: 500 Atk: 20 Range: 7 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 EquipLv: 12 @@ -71617,7 +78579,9 @@ item_db: ( Atk: 68 Range: 7 Slots: 2 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 EquipLv: 70 @@ -71634,7 +78598,9 @@ item_db: ( Type: 4 Atk: 70 Range: 7 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -71664,7 +78630,9 @@ item_db: ( Buy: 20 Atk: 100 Range: 7 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 Refine: false @@ -71683,7 +78651,9 @@ item_db: ( Type: 4 Atk: 80 Range: 7 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -71725,7 +78695,9 @@ item_db: ( Type: 4 Atk: 4 Range: 7 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 1 EquipLv: 26 @@ -71749,7 +78721,9 @@ item_db: ( Type: 4 Atk: 60 Range: 7 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 1 EquipLv: 40 @@ -71778,7 +78752,9 @@ item_db: ( Atk: 50 Range: 9 Slots: 3 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 1 EquipLv: 1 @@ -71794,7 +78770,9 @@ item_db: ( Atk: 120 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 2 EquipLv: 24 @@ -71814,7 +78792,9 @@ item_db: ( Atk: 120 Range: 9 Slots: 2 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 2 EquipLv: 24 @@ -71834,7 +78814,9 @@ item_db: ( Atk: 150 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 2 EquipLv: 56 @@ -71854,7 +78836,9 @@ item_db: ( Atk: 135 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 1 EquipLv: 14 @@ -71871,7 +78855,9 @@ item_db: ( Atk: 180 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 2 EquipLv: 35 @@ -71887,7 +78873,9 @@ item_db: ( Weight: 1000 Atk: 210 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 2 EquipLv: 24 @@ -71907,7 +78895,9 @@ item_db: ( Atk: 50 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 2 EquipLv: 55 @@ -71922,7 +78912,9 @@ item_db: ( Weight: 2500 Atk: 75 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 EquipLv: 68 @@ -71939,7 +78931,9 @@ item_db: ( Atk: 75 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 EquipLv: 68 @@ -71955,7 +78949,9 @@ item_db: ( Weight: 1200 Atk: 220 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 2 EquipLv: 52 @@ -71972,7 +78968,9 @@ item_db: ( Atk: 220 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 2 EquipLv: 52 @@ -71989,7 +78987,9 @@ item_db: ( Atk: 280 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 2 EquipLv: 65 @@ -72004,7 +79004,9 @@ item_db: ( Weight: 1000 Atk: 150 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 EquipLv: 70 @@ -72026,7 +79028,9 @@ item_db: ( Atk: 150 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 EquipLv: 70 @@ -72047,7 +79051,9 @@ item_db: ( Weight: 700 Atk: 170 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 EquipLv: 70 @@ -72069,7 +79075,9 @@ item_db: ( Atk: 170 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 EquipLv: 70 @@ -72090,7 +79098,9 @@ item_db: ( Weight: 1300 Atk: 200 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 4 EquipLv: 70 @@ -72112,7 +79122,9 @@ item_db: ( Atk: 80 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 EquipLv: 70 @@ -72133,7 +79145,9 @@ item_db: ( Atk: 80 Range: 9 Slots: 2 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 EquipLv: 70 @@ -72154,7 +79168,9 @@ item_db: ( Atk: 138 Range: 9 Slots: 2 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 EquipLv: 70 @@ -72172,7 +79188,9 @@ item_db: ( Type: 4 Atk: 50 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -72202,7 +79220,9 @@ item_db: ( Type: 4 Atk: 80 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -72230,7 +79250,9 @@ item_db: ( Type: 4 Atk: 100 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -72259,7 +79281,9 @@ item_db: ( Type: 4 Atk: 300 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -72288,7 +79312,9 @@ item_db: ( Buy: 20 Atk: 170 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 Refine: false @@ -72316,7 +79342,9 @@ item_db: ( Type: 4 Atk: 90 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -72353,7 +79381,9 @@ item_db: ( Type: 4 Atk: 90 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -72389,7 +79419,9 @@ item_db: ( Type: 4 Atk: 110 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -72427,7 +79459,9 @@ item_db: ( Type: 4 Atk: 330 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -72468,7 +79502,9 @@ item_db: ( Buy: 1 Weight: 2 Atk: 10 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 EquipLv: 1 View: 3 @@ -72482,7 +79518,9 @@ item_db: ( Buy: 15 Weight: 2 Atk: 15 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 EquipLv: 1 View: 3 @@ -72496,7 +79534,9 @@ item_db: ( Buy: 30 Weight: 2 Atk: 30 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 EquipLv: 1 View: 3 @@ -72513,7 +79553,9 @@ item_db: ( Buy: 80 Weight: 5 Atk: 50 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 EquipLv: 1 View: 5 @@ -72527,7 +79569,9 @@ item_db: ( Buy: 80 Weight: 5 Atk: 50 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 EquipLv: 1 View: 5 @@ -72541,7 +79585,9 @@ item_db: ( Buy: 80 Weight: 5 Atk: 50 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 EquipLv: 1 View: 5 @@ -72558,7 +79604,9 @@ item_db: ( Buy: 80 Weight: 5 Atk: 50 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 EquipLv: 1 View: 5 @@ -72575,7 +79623,9 @@ item_db: ( Buy: 80 Weight: 5 Atk: 50 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 EquipLv: 1 View: 5 @@ -72591,7 +79641,9 @@ item_db: ( Buy: 4 Weight: 5 Atk: 10 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 EquipLv: 1 View: 6 @@ -72604,7 +79656,9 @@ item_db: ( Buy: 10 Weight: 5 Atk: 30 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 EquipLv: 20 View: 6 @@ -72617,7 +79671,9 @@ item_db: ( Buy: 20 Weight: 5 Atk: 45 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 EquipLv: 40 View: 6 @@ -72630,7 +79686,9 @@ item_db: ( Buy: 40 Weight: 5 Atk: 70 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 EquipLv: 60 View: 6 @@ -72643,7 +79701,9 @@ item_db: ( Buy: 100 Weight: 5 Atk: 100 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 EquipLv: 80 View: 6 @@ -72656,7 +79716,9 @@ item_db: ( Buy: 10 Weight: 20 Atk: 30 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 EquipLv: 1 View: 7 @@ -72670,7 +79732,9 @@ item_db: ( Buy: 10 Weight: 20 Atk: 30 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 EquipLv: 1 View: 7 @@ -72684,7 +79748,9 @@ item_db: ( Buy: 10 Weight: 20 Atk: 30 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 EquipLv: 1 View: 7 @@ -72698,7 +79764,9 @@ item_db: ( Buy: 10 Weight: 20 Atk: 30 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 EquipLv: 1 View: 7 @@ -72712,7 +79780,9 @@ item_db: ( Buy: 10 Weight: 20 Atk: 30 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 EquipLv: 1 View: 7 @@ -72730,7 +79800,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 1 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72743,7 +79815,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 1 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72756,7 +79830,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 1 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72769,7 +79845,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 1 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72782,7 +79860,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 1 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72795,7 +79875,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72808,7 +79890,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72821,7 +79905,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72834,7 +79920,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 10 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72848,7 +79936,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 10 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72862,7 +79952,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72876,7 +79968,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72890,7 +79984,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72912,7 +80008,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 10 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72926,7 +80024,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 10 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72940,7 +80040,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 20 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72954,7 +80056,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 40 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72968,7 +80072,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 80 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72982,7 +80088,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 20 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -72996,7 +80104,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 40 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -73010,7 +80120,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 80 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -73024,7 +80136,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 70 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -73041,7 +80155,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -73058,7 +80174,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -73072,7 +80190,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -73086,7 +80206,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -73100,7 +80222,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -73114,7 +80238,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -73128,7 +80254,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -73142,7 +80270,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -73156,7 +80286,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -73174,7 +80306,9 @@ item_db: ( Weight: 3000 Atk: 150 Range: 1 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 34 WeaponLv: 4 EquipLv: 65 @@ -73196,7 +80330,9 @@ item_db: ( Atk: 50 Range: 1 Slots: 3 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 34 WeaponLv: 4 EquipLv: 42 @@ -73216,7 +80352,9 @@ item_db: ( Atk: 50 Range: 1 Slots: 4 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 34 WeaponLv: 4 EquipLv: 42 @@ -73235,7 +80373,9 @@ item_db: ( Weight: 1500 Atk: 185 Range: 1 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 34 WeaponLv: 4 EquipLv: 55 @@ -73257,7 +80397,9 @@ item_db: ( Atk: 112 Range: 1 Slots: 2 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 34 WeaponLv: 3 EquipLv: 70 @@ -73276,7 +80418,9 @@ item_db: ( Buy: 20 Atk: 55 Range: 1 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -73305,7 +80449,9 @@ item_db: ( Buy: 20 Atk: 55 Range: 1 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -73334,7 +80480,9 @@ item_db: ( Buy: 20 Atk: 55 Range: 1 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -73372,7 +80520,9 @@ item_db: ( Type: 4 Atk: 230 Range: 1 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -73400,7 +80550,9 @@ item_db: ( Type: 4 Atk: 99 Range: 1 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 34 WeaponLv: 4 EquipLv: 1 @@ -73429,7 +80581,17 @@ item_db: ( Atk: 150 Range: 1 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -73448,7 +80610,17 @@ item_db: ( Buy: 1 Atk: 199 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 1 @@ -73478,7 +80650,17 @@ item_db: ( Buy: 2 Atk: 185 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -73497,7 +80679,17 @@ item_db: ( Buy: 2 Atk: 120 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -73518,7 +80710,17 @@ item_db: ( Atk: 130 Range: 1 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 55 @@ -73535,7 +80737,17 @@ item_db: ( Atk: 125 Range: 1 Slots: 2 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 55 @@ -73553,7 +80765,17 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -73577,7 +80799,17 @@ item_db: ( Buy: 1 Atk: 148 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -73596,7 +80828,17 @@ item_db: ( Buy: 1 Atk: 120 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -73616,7 +80858,17 @@ item_db: ( Buy: 1 Atk: 160 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -73636,7 +80888,18 @@ item_db: ( Buy: 20 Atk: 115 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -73665,7 +80928,18 @@ item_db: ( Buy: 20 Atk: 115 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -73696,7 +80970,17 @@ item_db: ( Atk: 150 Range: 1 Slots: 3 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 2 Loc: 2 WeaponLv: 4 @@ -73718,7 +81002,17 @@ item_db: ( Atk: 160 Range: 1 Slots: 3 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 2 Loc: 2 WeaponLv: 4 @@ -73740,7 +81034,17 @@ item_db: ( Atk: 105 Range: 1 Slots: 3 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 2 Loc: 2 WeaponLv: 3 @@ -73766,7 +81070,18 @@ item_db: ( Atk: 59 Range: 1 Slots: 3 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -73790,7 +81105,18 @@ item_db: ( Buy: 20 Atk: 130 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -73828,7 +81154,18 @@ item_db: ( Buy: 20 Atk: 130 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -73858,7 +81195,14 @@ item_db: ( Buy: 20 Atk: 130 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -73889,7 +81233,17 @@ item_db: ( Buy: 20 Atk: 160 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -73915,7 +81269,17 @@ item_db: ( Atk: 160 Range: 1 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 70 @@ -73941,7 +81305,14 @@ item_db: ( Atk: 170 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 2 Loc: 2 WeaponLv: 3 @@ -73956,7 +81327,10 @@ item_db: ( Type: 4 Atk: 185 Range: 1 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 1 @@ -85751,7 +93125,34 @@ item_db: ( Type: 2 Buy: 1500 Weight: 20 - Job: 0xFFF7FEEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + Soul_Linker: true + Gunslinger: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } EquipLv: 40 Script: <" sc_start SC_ATTHASTE_POTION2, 1800000, 0; "> }, @@ -85762,7 +93163,21 @@ item_db: ( Type: 2 Buy: 3000 Weight: 20 - Job: 0x01E646A6 + Job: { + Swordsman: true + Magician: true + Merchant: true + Knight: true + Wizard: true + Blacksmith: true + Crusader: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + Soul_Linker: true + Gunslinger: true + } EquipLv: 85 Script: <" sc_start SC_ATTHASTE_POTION3, 1800000, 0; "> }, @@ -87109,7 +94524,17 @@ item_db: ( Weight: 1000 Def: 7 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 2 Loc: 16 EquipLv: 85 @@ -87127,7 +94552,10 @@ item_db: ( Name: "Odin's Blessing" Type: 5 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 Refine: false Trade: { @@ -87153,7 +94581,17 @@ item_db: ( Atk: 130 Range: 1 Slots: 2 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Upper: 2 Loc: 2 WeaponLv: 4 @@ -87176,7 +94614,17 @@ item_db: ( Atk: 130 Range: 1 Slots: 2 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Upper: 2 Loc: 2 WeaponLv: 3 @@ -87201,7 +94649,11 @@ item_db: ( Type: 4 Atk: 175 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 1 @@ -87783,7 +95235,10 @@ item_db: ( Buy: 100 Weight: 10 Atk: 100 - Job: 0x00040400 + Job: { + Blacksmith: true + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -87797,7 +95252,10 @@ item_db: ( Buy: 200 Weight: 10 Atk: 120 - Job: 0x00040400 + Job: { + Blacksmith: true + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -87812,7 +95270,10 @@ item_db: ( Buy: 200 Weight: 10 Atk: 120 - Job: 0x00040400 + Job: { + Blacksmith: true + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -87827,7 +95288,10 @@ item_db: ( Buy: 200 Weight: 10 Atk: 120 - Job: 0x00040400 + Job: { + Blacksmith: true + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -87842,7 +95306,10 @@ item_db: ( Buy: 500 Weight: 10 Atk: 250 - Job: 0x00040400 + Job: { + Blacksmith: true + Alchemist: true + } Upper: 8 Loc: 32768 EquipLv: 99 @@ -87858,7 +95325,10 @@ item_db: ( Buy: 20 Atk: 190 Range: 5 - Job: 0x00080800 + Job: { + Hunter: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 1 @@ -87873,7 +95343,13 @@ item_db: ( Buy: 2 Atk: 185 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -87898,7 +95374,13 @@ item_db: ( Buy: 2 Atk: 185 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -88031,7 +95513,10 @@ item_db: ( Buy: 20 Weight: 100 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 EquipLv: 70 Refine: false diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 793d7e316..5d6a05d59 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9,7 +9,7 @@ //= This file is part of Hercules. //= http://herc.ws - http://github.com/HerculesWS/Hercules //= -//= Copyright (C) 2014-2015 Hercules Dev Team +//= Copyright (C) 2014-2016 Hercules Dev Team //= //= Hercules is free software: you can redistribute it and/or modify //= it under the terms of the GNU General Public License as published by @@ -46,7 +46,39 @@ item_db: ( Def: Defense (int, defaults to 0) Range: Attack Range (int, defaults to 0) Slots: Slots (int, defaults to 0) - Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF) + Job: { (defaults to all job) + All: true/false (boolean, defaults to false) + Novice: true/false (boolean, defaults to false) + Swordsman: true/false (boolean, defaults to false) + Magician: true/false (boolean, defaults to false) + Archer: true/false (boolean, defaults to false) + Acolyte: true/false (boolean, defaults to false) + Merchant: true/false (boolean, defaults to false) + Thief: true/false (boolean, defaults to false) + Knight: true/false (boolean, defaults to false) + Priest: true/false (boolean, defaults to false) + Wizard: true/false (boolean, defaults to false) + Blacksmith: true/false (boolean, defaults to false) + Hunter: true/false (boolean, defaults to false) + Assassin: true/false (boolean, defaults to false) + Crusader: true/false (boolean, defaults to false) + Monk: true/false (boolean, defaults to false) + Sage: true/false (boolean, defaults to false) + Rogue: true/false (boolean, defaults to false) + Alchemist: true/false (boolean, defaults to false) + Bard: true/false (boolean, defaults to false) + Taekwon: true/false (boolean, defaults to false) + Star_Gladiator: true/false (boolean, defaults to false) + Soul_Linker: true/false (boolean, defaults to false) + Gungslinger: true/false (boolean, defaults to false) + Ninja: true/false (boolean, defaults to false) + Gangsi: true/false (boolean, defaults to false) + Death_Knight: true/false (boolean, defaults to false) + Dark_Collector: true/false (boolean, defaults to false) + Kagerou: true/false (boolean, defaults to false) + Rebellion: true/false (boolean, defaults to false) + } + Job: Job mask (alternate format, int, defaults to all jobs = 0xFFFFFFFF) Upper: Upper mask (int, defaults to any = 0x3f) Gender: Gender (int, defaults to both = 2) Loc: Equip location (int, required value for equipment) @@ -1669,7 +1701,34 @@ item_db: ( Type: 2 Buy: 1500 Weight: 150 - Job: 0xFFF7FEEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + Soul_Linker: true + Gunslinger: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } EquipLv: 40 BuyingStore: true Script: <" sc_start SC_ATTHASTE_POTION2,1800000,6; "> @@ -1681,7 +1740,21 @@ item_db: ( Type: 2 Buy: 3000 Weight: 200 - Job: 0x01E646A6 + Job: { + Swordsman: true + Magician: true + Merchant: true + Knight: true + Wizard: true + Blacksmith: true + Crusader: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + Soul_Linker: true + Gunslinger: true + } EquipLv: 85 BuyingStore: true Script: <" sc_start SC_ATTHASTE_POTION3,1800000,9; "> @@ -4163,7 +4236,18 @@ item_db: ( Atk: 25 Range: 1 Slots: 3 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4179,7 +4263,18 @@ item_db: ( Atk: 25 Range: 1 Slots: 4 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4194,7 +4289,18 @@ item_db: ( Weight: 500 Atk: 25 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4210,7 +4316,18 @@ item_db: ( Atk: 39 Range: 1 Slots: 3 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4226,7 +4343,18 @@ item_db: ( Atk: 39 Range: 1 Slots: 4 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4241,7 +4369,18 @@ item_db: ( Weight: 600 Atk: 39 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4257,7 +4396,18 @@ item_db: ( Atk: 53 Range: 1 Slots: 3 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4273,7 +4423,18 @@ item_db: ( Atk: 53 Range: 1 Slots: 4 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4288,7 +4449,18 @@ item_db: ( Weight: 700 Atk: 53 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -4304,7 +4476,18 @@ item_db: ( Atk: 70 Range: 1 Slots: 2 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -4320,7 +4503,18 @@ item_db: ( Atk: 70 Range: 1 Slots: 3 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -4335,7 +4529,18 @@ item_db: ( Weight: 500 Atk: 70 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -4351,7 +4556,18 @@ item_db: ( Atk: 85 Range: 1 Slots: 2 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -4367,7 +4583,18 @@ item_db: ( Atk: 85 Range: 1 Slots: 3 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -4383,7 +4610,18 @@ item_db: ( Atk: 85 Range: 1 Slots: 3 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -4399,7 +4637,11 @@ item_db: ( Atk: 60 Range: 1 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -4415,7 +4657,11 @@ item_db: ( Atk: 60 Range: 1 Slots: 4 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -4430,7 +4676,11 @@ item_db: ( Weight: 1000 Atk: 60 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -4446,7 +4696,17 @@ item_db: ( Atk: 130 Range: 1 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -4462,7 +4722,17 @@ item_db: ( Atk: 130 Range: 1 Slots: 2 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -4477,7 +4747,17 @@ item_db: ( Weight: 1200 Atk: 130 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -4493,7 +4773,17 @@ item_db: ( Atk: 100 Range: 1 Slots: 2 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -4509,7 +4799,17 @@ item_db: ( Atk: 120 Range: 1 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -4525,7 +4825,18 @@ item_db: ( Weight: 800 Atk: 90 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 5 @@ -4542,7 +4853,17 @@ item_db: ( Atk: 100 Range: 1 Slots: 3 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -4558,7 +4879,17 @@ item_db: ( Atk: 115 Range: 1 Slots: 2 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -4574,7 +4905,17 @@ item_db: ( Atk: 115 Range: 1 Slots: 3 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -4590,7 +4931,17 @@ item_db: ( Atk: 120 Range: 1 Slots: 2 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -4606,7 +4957,10 @@ item_db: ( Weight: 1500 Atk: 150 Range: 1 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -4621,7 +4975,17 @@ item_db: ( Weight: 500 Atk: 120 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4641,7 +5005,17 @@ item_db: ( Weight: 600 Atk: 100 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4663,7 +5037,17 @@ item_db: ( Weight: 700 Atk: 115 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4682,7 +5066,17 @@ item_db: ( Weight: 500 Atk: 100 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4702,7 +5096,17 @@ item_db: ( Weight: 700 Atk: 140 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4721,7 +5125,17 @@ item_db: ( Weight: 900 Atk: 150 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4741,7 +5155,17 @@ item_db: ( Weight: 1200 Atk: 85 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4761,7 +5185,17 @@ item_db: ( Weight: 1200 Atk: 150 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4782,7 +5216,17 @@ item_db: ( Weight: 1000 Atk: 170 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4804,7 +5248,17 @@ item_db: ( Weight: 1000 Atk: 200 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4823,7 +5277,17 @@ item_db: ( Weight: 900 Atk: 150 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4843,7 +5307,17 @@ item_db: ( Weight: 900 Atk: 140 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -4864,7 +5338,17 @@ item_db: ( Weight: 2200 Atk: 104 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 68 @@ -4880,7 +5364,17 @@ item_db: ( Weight: 2500 Atk: 140 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 74 @@ -4896,7 +5390,17 @@ item_db: ( Weight: 1400 Atk: 75 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 48 @@ -4915,7 +5419,9 @@ item_db: ( Weight: 1350 Atk: 125 Range: 1 - Job: 0x00004000 + Job: { + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 75 @@ -4935,7 +5441,9 @@ item_db: ( Atk: 100 Range: 1 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 2 WeaponLv: 3 @@ -4952,7 +5460,9 @@ item_db: ( Atk: 100 Range: 1 Slots: 2 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 2 WeaponLv: 3 @@ -4969,7 +5479,9 @@ item_db: ( Atk: 140 Range: 1 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 2 WeaponLv: 4 @@ -4990,7 +5502,10 @@ item_db: ( Atk: 150 Range: 1 Slots: 2 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -5008,7 +5523,11 @@ item_db: ( Atk: 90 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -5024,7 +5543,11 @@ item_db: ( Atk: 90 Range: 1 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -5039,7 +5562,11 @@ item_db: ( Weight: 1300 Atk: 90 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -5055,7 +5582,11 @@ item_db: ( Atk: 115 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -5071,7 +5602,11 @@ item_db: ( Atk: 115 Range: 1 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -5086,7 +5621,11 @@ item_db: ( Weight: 1600 Atk: 115 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -5102,7 +5641,11 @@ item_db: ( Atk: 160 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -5118,7 +5661,11 @@ item_db: ( Atk: 160 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -5133,7 +5680,11 @@ item_db: ( Weight: 2200 Atk: 160 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -5149,7 +5700,11 @@ item_db: ( Atk: 140 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -5187,7 +5742,11 @@ item_db: ( Atk: 140 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -5206,7 +5765,10 @@ item_db: ( Weight: 2500 Atk: 180 Range: 1 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -5221,7 +5783,11 @@ item_db: ( Weight: 1000 Atk: 155 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5241,7 +5807,11 @@ item_db: ( Weight: 1000 Atk: 200 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5263,7 +5833,11 @@ item_db: ( Weight: 1300 Atk: 150 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5282,7 +5856,11 @@ item_db: ( Weight: 1600 Atk: 160 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5302,7 +5880,11 @@ item_db: ( Weight: 2200 Atk: 200 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5318,7 +5900,11 @@ item_db: ( Weight: 2200 Atk: 155 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5339,7 +5925,11 @@ item_db: ( Weight: 2000 Atk: 175 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5359,7 +5949,11 @@ item_db: ( Atk: 200 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5376,7 +5970,10 @@ item_db: ( Atk: 180 Range: 1 Slots: 2 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -5390,7 +5987,11 @@ item_db: ( Buy: 1 Atk: 204 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -5418,7 +6019,11 @@ item_db: ( Buy: 2 Atk: 190 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -5450,7 +6055,11 @@ item_db: ( Atk: 200 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -5473,7 +6082,11 @@ item_db: ( Atk: 160 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -5492,7 +6105,11 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 1 Refine: false @@ -5518,7 +6135,11 @@ item_db: ( Atk: 160 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5539,7 +6160,11 @@ item_db: ( Atk: 155 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5561,7 +6186,11 @@ item_db: ( Atk: 150 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -5581,7 +6210,11 @@ item_db: ( Atk: 250 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -5608,7 +6241,11 @@ item_db: ( Atk: 200 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -5628,7 +6265,11 @@ item_db: ( Buy: 20 Atk: 200 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -5657,7 +6298,11 @@ item_db: ( Buy: 20 Atk: 200 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -5688,7 +6333,11 @@ item_db: ( Atk: 275 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -5710,7 +6359,11 @@ item_db: ( Atk: 200 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -5734,7 +6387,11 @@ item_db: ( Buy: 20 Atk: 220 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -5772,7 +6429,11 @@ item_db: ( Atk: 180 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -5798,7 +6459,11 @@ item_db: ( Atk: 200 Range: 2 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 34 WeaponLv: 2 @@ -5817,7 +6482,10 @@ item_db: ( Type: 4 Atk: 220 Range: 1 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 Refine: false @@ -5848,7 +6516,9 @@ item_db: ( Weight: 3400 Atk: 280 Range: 2 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 34 WeaponLv: 3 @@ -5863,7 +6533,11 @@ item_db: ( Type: 4 Atk: 162 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 26 @@ -5886,7 +6560,11 @@ item_db: ( Type: 4 Atk: 185 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 40 @@ -5910,7 +6588,11 @@ item_db: ( Buy: 2 Atk: 190 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -5925,7 +6607,11 @@ item_db: ( Buy: 2 Atk: 190 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -5941,7 +6627,11 @@ item_db: ( Weight: 400 Atk: 280 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 34 WeaponLv: 3 @@ -5960,7 +6650,11 @@ item_db: ( Type: 4 Atk: 200 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 60 @@ -5983,7 +6677,11 @@ item_db: ( Type: 4 Atk: 220 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 1 EquipLv: 50 @@ -6019,7 +6717,10 @@ item_db: ( Atk: 250 Matk: 150 Range: 1 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -6038,7 +6739,27 @@ item_db: ( Atk: 17 Range: 1 Slots: 3 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 View: 1 @@ -6053,7 +6774,27 @@ item_db: ( Atk: 17 Range: 1 Slots: 4 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 View: 1 @@ -6067,7 +6808,27 @@ item_db: ( Weight: 400 Atk: 17 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 View: 1 @@ -6082,7 +6843,27 @@ item_db: ( Atk: 30 Range: 1 Slots: 3 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 View: 1 @@ -6097,7 +6878,27 @@ item_db: ( Atk: 30 Range: 1 Slots: 4 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 View: 1 @@ -6111,7 +6912,27 @@ item_db: ( Weight: 500 Atk: 30 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 View: 1 @@ -6126,7 +6947,27 @@ item_db: ( Atk: 43 Range: 1 Slots: 3 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 View: 1 @@ -6141,7 +6982,27 @@ item_db: ( Atk: 43 Range: 1 Slots: 4 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 View: 1 @@ -6155,7 +7016,27 @@ item_db: ( Weight: 600 Atk: 43 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 View: 1 @@ -6170,7 +7051,27 @@ item_db: ( Atk: 59 Range: 1 Slots: 2 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6186,7 +7087,27 @@ item_db: ( Atk: 59 Range: 1 Slots: 3 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6201,7 +7122,27 @@ item_db: ( Weight: 500 Atk: 59 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6217,7 +7158,27 @@ item_db: ( Atk: 73 Range: 1 Slots: 2 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6233,7 +7194,27 @@ item_db: ( Atk: 73 Range: 1 Slots: 3 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6248,7 +7229,27 @@ item_db: ( Weight: 600 Atk: 73 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6264,7 +7265,27 @@ item_db: ( Atk: 87 Range: 1 Slots: 2 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6280,7 +7301,27 @@ item_db: ( Atk: 87 Range: 1 Slots: 3 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6295,7 +7336,27 @@ item_db: ( Weight: 700 Atk: 87 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -6311,7 +7372,26 @@ item_db: ( Atk: 105 Range: 1 Slots: 2 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -6327,7 +7407,26 @@ item_db: ( Atk: 105 Range: 1 Slots: 3 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -6342,7 +7441,26 @@ item_db: ( Weight: 700 Atk: 105 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -6358,7 +7476,26 @@ item_db: ( Atk: 118 Range: 1 Slots: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -6374,7 +7511,26 @@ item_db: ( Weight: 500 Atk: 90 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 24 @@ -6393,7 +7549,26 @@ item_db: ( Weight: 1000 Atk: 70 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6409,7 +7584,26 @@ item_db: ( Weight: 1000 Atk: 70 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6426,7 +7620,26 @@ item_db: ( Atk: 118 Range: 1 Slots: 2 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -6442,7 +7655,26 @@ item_db: ( Weight: 400 Atk: 80 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6462,7 +7694,26 @@ item_db: ( Weight: 400 Atk: 80 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6482,7 +7733,26 @@ item_db: ( Weight: 500 Atk: 75 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6501,7 +7771,26 @@ item_db: ( Weight: 600 Atk: 80 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6518,7 +7807,26 @@ item_db: ( Atk: 70 Matk: 105 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6537,7 +7845,9 @@ item_db: ( Weight: 600 Atk: 140 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6558,7 +7868,26 @@ item_db: ( Weight: 700 Atk: 90 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6578,7 +7907,26 @@ item_db: ( Weight: 700 Atk: 50 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6597,7 +7945,9 @@ item_db: ( Weight: 700 Atk: 110 Range: 1 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6613,7 +7963,26 @@ item_db: ( Weight: 800 Atk: 140 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6633,7 +8002,26 @@ item_db: ( Weight: 800 Atk: 180 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -6654,7 +8042,26 @@ item_db: ( Weight: 1200 Atk: 64 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 EquipLv: 70 @@ -6670,7 +8077,26 @@ item_db: ( Weight: 800 Atk: 64 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 EquipLv: 65 @@ -6689,7 +8115,26 @@ item_db: ( Weight: 400 Atk: 84 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 View: 1 @@ -6704,7 +8149,12 @@ item_db: ( Weight: 400 Atk: 55 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 85 @@ -6720,7 +8170,12 @@ item_db: ( Weight: 550 Atk: 140 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 55 @@ -6736,7 +8191,9 @@ item_db: ( Weight: 1 Atk: 45 Range: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 2 WeaponLv: 1 @@ -6761,7 +8218,13 @@ item_db: ( Weight: 800 Atk: 100 Range: 1 - Job: 0x22021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 55 @@ -6781,7 +8244,9 @@ item_db: ( Atk: 110 Range: 1 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 2 WeaponLv: 3 @@ -6798,7 +8263,9 @@ item_db: ( Atk: 110 Range: 1 Slots: 2 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 2 WeaponLv: 3 @@ -6814,7 +8281,27 @@ item_db: ( Weight: 600 Atk: 39 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 View: 1 @@ -6829,7 +8316,27 @@ item_db: ( Weight: 600 Atk: 39 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 View: 1 @@ -6844,7 +8351,27 @@ item_db: ( Weight: 600 Atk: 39 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 View: 1 @@ -6862,7 +8389,9 @@ item_db: ( Atk: 125 Range: 1 Slots: 2 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -6878,7 +8407,9 @@ item_db: ( Atk: 125 Range: 1 Slots: 3 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -6894,7 +8425,9 @@ item_db: ( Atk: 148 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -6911,7 +8444,9 @@ item_db: ( Atk: 148 Range: 1 Slots: 2 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -6927,7 +8462,9 @@ item_db: ( Weight: 1500 Atk: 165 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -6943,7 +8480,9 @@ item_db: ( Atk: 165 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -6958,7 +8497,9 @@ item_db: ( Weight: 1200 Atk: 105 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -6977,7 +8518,9 @@ item_db: ( Weight: 1200 Atk: 105 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -6996,7 +8539,9 @@ item_db: ( Weight: 1200 Atk: 105 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -7015,7 +8560,9 @@ item_db: ( Weight: 1200 Atk: 105 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -7034,7 +8581,9 @@ item_db: ( Weight: 1700 Atk: 150 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 65 @@ -7050,7 +8599,9 @@ item_db: ( Weight: 1500 Atk: 140 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 EquipLv: 75 @@ -7071,7 +8622,9 @@ item_db: ( Weight: 1200 Atk: 115 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -7087,7 +8640,9 @@ item_db: ( Weight: 1250 Atk: 151 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 EquipLv: 70 @@ -7109,7 +8664,9 @@ item_db: ( Atk: 90 Range: 1 Slots: 4 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 1 View: 16 @@ -7124,7 +8681,9 @@ item_db: ( Weight: 1000 Atk: 120 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 EquipLv: 75 @@ -7147,7 +8706,9 @@ item_db: ( Atk: 140 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 EquipLv: 75 @@ -7167,7 +8728,9 @@ item_db: ( Buy: 1 Atk: 189 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -7200,7 +8763,9 @@ item_db: ( Atk: 160 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -7222,7 +8787,9 @@ item_db: ( Weight: 1500 Atk: 140 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -7243,7 +8810,9 @@ item_db: ( Atk: 110 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -7264,7 +8833,9 @@ item_db: ( Atk: 120 Range: 1 Slots: 2 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -7285,7 +8856,9 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 1 Refine: false @@ -7309,7 +8882,9 @@ item_db: ( Buy: 1 Atk: 148 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -7338,7 +8913,9 @@ item_db: ( Buy: 1 Atk: 179 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -7370,7 +8947,9 @@ item_db: ( Atk: 105 Range: 1 Slots: 3 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -7390,7 +8969,9 @@ item_db: ( Atk: 105 Range: 1 Slots: 3 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -7410,7 +8991,9 @@ item_db: ( Atk: 105 Range: 1 Slots: 3 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -7430,7 +9013,9 @@ item_db: ( Atk: 105 Range: 1 Slots: 3 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -7448,7 +9033,9 @@ item_db: ( Buy: 20 Atk: 130 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -7479,7 +9066,9 @@ item_db: ( Buy: 20 Atk: 130 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -7511,7 +9100,9 @@ item_db: ( Buy: 20 Atk: 140 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -7544,7 +9135,9 @@ item_db: ( Buy: 20 Atk: 140 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -7577,7 +9170,9 @@ item_db: ( Buy: 20 Atk: 175 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -7607,7 +9202,9 @@ item_db: ( Atk: 120 Range: 1 Slots: 2 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 58 Loc: 34 WeaponLv: 3 @@ -7633,7 +9230,9 @@ item_db: ( Atk: 130 Range: 1 Slots: 2 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 58 Loc: 34 WeaponLv: 3 @@ -7653,7 +9252,9 @@ item_db: ( Type: 4 Atk: 200 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 Refine: false @@ -7685,7 +9286,9 @@ item_db: ( Atk: 190 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 34 WeaponLv: 3 @@ -7700,7 +9303,9 @@ item_db: ( Buy: 1 Atk: 145 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -7723,7 +9328,9 @@ item_db: ( Type: 4 Atk: 155 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 60 @@ -7749,7 +9356,9 @@ item_db: ( Atk: 170 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 34 WeaponLv: 3 @@ -7767,7 +9376,9 @@ item_db: ( Atk: 200 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -7790,7 +9401,9 @@ item_db: ( Atk: 80 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 View: 16 @@ -7809,7 +9422,9 @@ item_db: ( Weight: 1200 Atk: 170 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 EquipLv: 95 @@ -7829,7 +9444,9 @@ item_db: ( Weight: 1200 Atk: 50 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 EquipLv: 95 @@ -7846,7 +9463,9 @@ item_db: ( Atk: 120 Range: 1 Slots: 3 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -7868,7 +9487,9 @@ item_db: ( Atk: 75 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 View: 16 @@ -7898,7 +9519,9 @@ item_db: ( Atk: 140 Range: 1 Slots: 2 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -7919,7 +9542,9 @@ item_db: ( Atk: 110 Range: 1 Slots: 2 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -7936,7 +9561,9 @@ item_db: ( Type: 4 Atk: 120 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 40 @@ -7968,7 +9595,16 @@ item_db: ( Atk: 38 Range: 1 Slots: 3 - Job: 0x000454A3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 3 @@ -7984,7 +9620,16 @@ item_db: ( Atk: 38 Range: 1 Slots: 4 - Job: 0x000454A3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 3 @@ -7999,7 +9644,16 @@ item_db: ( Weight: 800 Atk: 38 Range: 1 - Job: 0x000454A3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 3 @@ -8014,7 +9668,16 @@ item_db: ( Weight: 1500 Atk: 75 Range: 1 - Job: 0x000454A3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 3 @@ -8029,7 +9692,14 @@ item_db: ( Weight: 1200 Atk: 140 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 44 @@ -8049,7 +9719,10 @@ item_db: ( Atk: 140 Range: 1 Slots: 1 - Job: 0x00040400 + Job: { + Blacksmith: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 76 @@ -8068,7 +9741,17 @@ item_db: ( Weight: 1500 Atk: 115 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -8087,7 +9770,9 @@ item_db: ( Weight: 3000 Atk: 170 Range: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 2 WeaponLv: 4 @@ -8104,7 +9789,16 @@ item_db: ( Atk: 75 Range: 1 Slots: 4 - Job: 0x000454A3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 3 @@ -8118,7 +9812,14 @@ item_db: ( Buy: 20 Atk: 130 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -8158,7 +9859,14 @@ item_db: ( Atk: 140 Range: 1 Slots: 2 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -8183,7 +9891,16 @@ item_db: ( Type: 4 Atk: 110 Range: 1 - Job: 0x000454A3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Alchemist: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -8212,7 +9929,16 @@ item_db: ( Weight: 500 Atk: 77 Range: 1 - Job: 0x000454A3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Alchemist: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -8236,7 +9962,14 @@ item_db: ( Buy: 2 Atk: 200 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -8251,7 +9984,14 @@ item_db: ( Buy: 1 Atk: 229 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -8268,7 +10008,11 @@ item_db: ( Type: 4 Atk: 100 Range: 1 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -8283,7 +10027,11 @@ item_db: ( Atk: 130 Range: 1 Slots: 1 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 2 WeaponLv: 1 View: 6 @@ -8298,7 +10046,17 @@ item_db: ( Atk: 180 Range: 1 Slots: 2 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 105 @@ -8313,7 +10071,18 @@ item_db: ( Buy: 20 Atk: 100 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 40 @@ -8344,7 +10113,9 @@ item_db: ( Atk: 180 Range: 1 Slots: 2 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -8367,7 +10138,14 @@ item_db: ( Atk: 80 Range: 1 Slots: 3 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 1 EquipLv: 3 @@ -8383,7 +10161,14 @@ item_db: ( Atk: 80 Range: 1 Slots: 4 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 1 EquipLv: 3 @@ -8398,7 +10183,14 @@ item_db: ( Weight: 1500 Atk: 80 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 1 EquipLv: 3 @@ -8414,7 +10206,14 @@ item_db: ( Atk: 120 Range: 1 Slots: 2 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 2 EquipLv: 16 @@ -8430,7 +10229,14 @@ item_db: ( Atk: 120 Range: 1 Slots: 3 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 2 EquipLv: 16 @@ -8445,7 +10251,14 @@ item_db: ( Weight: 2000 Atk: 120 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 2 EquipLv: 16 @@ -8461,7 +10274,14 @@ item_db: ( Atk: 155 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 30 @@ -8477,7 +10297,14 @@ item_db: ( Atk: 155 Range: 1 Slots: 2 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 30 @@ -8492,7 +10319,14 @@ item_db: ( Weight: 2200 Atk: 155 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 30 @@ -8508,7 +10342,14 @@ item_db: ( Atk: 185 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 30 @@ -8524,7 +10365,14 @@ item_db: ( Atk: 185 Range: 1 Slots: 2 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 30 @@ -8539,7 +10387,14 @@ item_db: ( Weight: 2500 Atk: 185 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 30 @@ -8554,7 +10409,14 @@ item_db: ( Weight: 4000 Atk: 170 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 44 @@ -8573,7 +10435,14 @@ item_db: ( Weight: 1800 Atk: 187 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 44 @@ -8592,7 +10461,14 @@ item_db: ( Weight: 2300 Atk: 120 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 44 @@ -8612,7 +10488,14 @@ item_db: ( Weight: 2300 Atk: 180 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 44 @@ -8632,7 +10515,14 @@ item_db: ( Weight: 2500 Atk: 120 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 44 @@ -8652,7 +10542,14 @@ item_db: ( Weight: 2500 Atk: 165 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 44 @@ -8671,7 +10568,14 @@ item_db: ( Weight: 3000 Atk: 215 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 44 @@ -8691,7 +10595,14 @@ item_db: ( Weight: 6000 Atk: 10 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -8716,7 +10627,14 @@ item_db: ( Atk: 10 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -8739,7 +10657,14 @@ item_db: ( Buy: 1 Atk: 229 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -8770,7 +10695,14 @@ item_db: ( Buy: 2 Atk: 205 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -8799,7 +10731,14 @@ item_db: ( Buy: 2 Atk: 200 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -8829,7 +10768,14 @@ item_db: ( Atk: 200 Range: 1 Slots: 2 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 58 Loc: 34 WeaponLv: 3 @@ -8850,7 +10796,14 @@ item_db: ( Atk: 175 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -8872,7 +10825,14 @@ item_db: ( Atk: 332 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -8892,7 +10852,14 @@ item_db: ( Buy: 1 Atk: 215 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -8922,7 +10889,14 @@ item_db: ( Buy: 20 Atk: 200 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -8951,7 +10925,14 @@ item_db: ( Buy: 20 Atk: 200 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -8980,7 +10961,14 @@ item_db: ( Atk: 100 Range: 1 Slots: 3 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 1 EquipLv: 3 @@ -8995,7 +10983,14 @@ item_db: ( Buy: 20 Atk: 220 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -9034,7 +11029,11 @@ item_db: ( Weight: 1500 Atk: 200 Range: 1 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 60 @@ -9056,7 +11055,11 @@ item_db: ( Atk: 250 Range: 1 Slots: 2 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -9096,7 +11099,9 @@ item_db: ( Weight: 2700 Atk: 210 Range: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -9111,7 +11116,14 @@ item_db: ( Type: 4 Atk: 20 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -9146,7 +11158,14 @@ item_db: ( Atk: 330 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 58 Loc: 34 WeaponLv: 3 @@ -9167,7 +11186,14 @@ item_db: ( Type: 4 Atk: 220 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 Refine: false @@ -9196,7 +11222,14 @@ item_db: ( Buy: 2 Atk: 200 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -9211,7 +11244,14 @@ item_db: ( Buy: 1 Atk: 229 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -9228,7 +11268,14 @@ item_db: ( Type: 4 Atk: 195 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 60 @@ -9254,7 +11301,14 @@ item_db: ( Atk: 250 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -9275,7 +11329,14 @@ item_db: ( Atk: 250 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -9298,7 +11359,14 @@ item_db: ( Atk: 110 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 View: 7 @@ -9316,7 +11384,14 @@ item_db: ( Weight: 2500 Atk: 50 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 95 @@ -9335,7 +11410,14 @@ item_db: ( Weight: 5500 Atk: 300 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 95 @@ -9363,7 +11445,9 @@ item_db: ( Atk: 210 Range: 1 Slots: 2 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -9380,7 +11464,14 @@ item_db: ( Atk: 105 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 View: 7 @@ -9408,7 +11499,14 @@ item_db: ( Buy: 20 Atk: 150 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 40 @@ -9441,7 +11539,11 @@ item_db: ( Atk: 140 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 4 EquipLv: 160 @@ -9460,7 +11562,11 @@ item_db: ( Atk: 28 Range: 3 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -9476,7 +11582,11 @@ item_db: ( Atk: 28 Range: 3 Slots: 4 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -9491,7 +11601,11 @@ item_db: ( Weight: 700 Atk: 28 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -9507,7 +11621,11 @@ item_db: ( Atk: 44 Range: 3 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -9523,7 +11641,11 @@ item_db: ( Atk: 44 Range: 3 Slots: 4 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -9538,7 +11660,11 @@ item_db: ( Weight: 850 Atk: 44 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -9554,7 +11680,11 @@ item_db: ( Atk: 60 Range: 3 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -9570,7 +11700,11 @@ item_db: ( Atk: 60 Range: 3 Slots: 4 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -9585,7 +11719,11 @@ item_db: ( Weight: 1000 Atk: 60 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 EquipLv: 4 @@ -9600,7 +11738,11 @@ item_db: ( Weight: 2500 Atk: 185 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -9615,7 +11757,11 @@ item_db: ( Weight: 2500 Atk: 185 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -9630,7 +11776,11 @@ item_db: ( Weight: 2500 Atk: 185 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -9645,7 +11795,11 @@ item_db: ( Weight: 500 Atk: 120 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 4 EquipLv: 4 @@ -9665,7 +11819,11 @@ item_db: ( Weight: 700 Atk: 145 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 4 EquipLv: 48 @@ -9685,7 +11843,11 @@ item_db: ( Weight: 850 Atk: 100 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 4 EquipLv: 48 @@ -9704,7 +11866,11 @@ item_db: ( Weight: 1000 Atk: 100 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 4 EquipLv: 48 @@ -9724,7 +11890,11 @@ item_db: ( Atk: 160 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 71 @@ -9745,7 +11915,11 @@ item_db: ( Atk: 120 Range: 3 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 4 EquipLv: 4 @@ -9765,7 +11939,11 @@ item_db: ( Weight: 4800 Atk: 195 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -9796,7 +11974,11 @@ item_db: ( Atk: 150 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -9819,7 +12001,11 @@ item_db: ( Atk: 140 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -9841,7 +12027,11 @@ item_db: ( Atk: 180 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -9861,7 +12051,11 @@ item_db: ( Buy: 20 Atk: 120 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -9885,7 +12079,11 @@ item_db: ( Buy: 1 Atk: 149 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -9913,7 +12111,11 @@ item_db: ( Buy: 20 Atk: 60 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -9943,7 +12145,11 @@ item_db: ( Buy: 20 Atk: 130 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -9980,7 +12186,11 @@ item_db: ( Buy: 20 Atk: 160 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -10010,7 +12220,11 @@ item_db: ( Atk: 150 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -10042,7 +12256,11 @@ item_db: ( Atk: 180 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -10070,7 +12288,11 @@ item_db: ( Type: 4 Atk: 74 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -10101,7 +12323,11 @@ item_db: ( Weight: 4800 Atk: 195 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -10121,7 +12347,11 @@ item_db: ( Weight: 4800 Atk: 195 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -10143,7 +12373,9 @@ item_db: ( Matk: 40 Range: 3 Slots: 1 - Job: 0x00004000 + Job: { + Crusader: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -10161,7 +12393,11 @@ item_db: ( Type: 4 Atk: 165 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 60 @@ -10187,7 +12423,9 @@ item_db: ( Atk: 180 Range: 3 Slots: 1 - Job: 0x00004000 + Job: { + Crusader: true + } Upper: 56 Loc: 2 WeaponLv: 4 @@ -10208,7 +12446,11 @@ item_db: ( Weight: 850 Atk: 150 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 4 EquipLv: 95 @@ -10232,7 +12474,11 @@ item_db: ( Buy: 20 Atk: 100 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 40 @@ -10263,7 +12509,11 @@ item_db: ( Matk: 100 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 56 Loc: 2 WeaponLv: 4 @@ -10289,7 +12539,9 @@ item_db: ( Atk: 200 Range: 3 Slots: 1 - Job: 0x00004000 + Job: { + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 100 @@ -10309,7 +12561,11 @@ item_db: ( Atk: 90 Range: 3 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 EquipLv: 70 @@ -10331,7 +12587,11 @@ item_db: ( Atk: 225 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 160 @@ -10350,7 +12610,11 @@ item_db: ( Atk: 84 Range: 3 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -10366,7 +12630,11 @@ item_db: ( Atk: 84 Range: 3 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -10381,7 +12649,11 @@ item_db: ( Weight: 1000 Atk: 84 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -10397,7 +12669,11 @@ item_db: ( Atk: 104 Range: 3 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -10413,7 +12689,11 @@ item_db: ( Atk: 104 Range: 3 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -10428,7 +12708,11 @@ item_db: ( Weight: 1200 Atk: 104 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -10444,7 +12728,11 @@ item_db: ( Atk: 124 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -10460,7 +12748,11 @@ item_db: ( Atk: 124 Range: 3 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -10475,7 +12767,11 @@ item_db: ( Weight: 2000 Atk: 124 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -10491,7 +12787,11 @@ item_db: ( Atk: 150 Range: 3 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -10507,7 +12807,11 @@ item_db: ( Atk: 150 Range: 3 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -10522,7 +12826,11 @@ item_db: ( Weight: 1200 Atk: 150 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -10538,7 +12846,11 @@ item_db: ( Atk: 165 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -10554,7 +12866,11 @@ item_db: ( Atk: 165 Range: 3 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -10569,7 +12885,11 @@ item_db: ( Weight: 2500 Atk: 165 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -10584,7 +12904,11 @@ item_db: ( Weight: 2500 Atk: 180 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -10603,7 +12927,11 @@ item_db: ( Weight: 1000 Atk: 183 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -10622,7 +12950,11 @@ item_db: ( Weight: 2000 Atk: 170 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -10642,7 +12974,11 @@ item_db: ( Weight: 2500 Atk: 180 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -10662,7 +12998,11 @@ item_db: ( Weight: 3000 Atk: 190 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -10683,7 +13023,11 @@ item_db: ( Weight: 3500 Atk: 200 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -10706,7 +13050,12 @@ item_db: ( Atk: 25 Matk: 200 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 34 WeaponLv: 3 EquipLv: 73 @@ -10726,7 +13075,12 @@ item_db: ( Atk: 120 Matk: 200 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 34 WeaponLv: 4 EquipLv: 90 @@ -10747,7 +13101,11 @@ item_db: ( Weight: 2000 Atk: 160 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 60 @@ -10766,7 +13124,11 @@ item_db: ( Weight: 3700 Atk: 200 Range: 4 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 75 @@ -10782,7 +13144,11 @@ item_db: ( Atk: 180 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -10801,7 +13167,11 @@ item_db: ( Weight: 2000 Atk: 170 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 75 @@ -10826,7 +13196,10 @@ item_db: ( Weight: 1000 Atk: 120 Range: 3 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 65 @@ -10847,7 +13220,11 @@ item_db: ( Atk: 170 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 75 @@ -10873,7 +13250,11 @@ item_db: ( Atk: 160 Range: 3 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 60 @@ -10893,7 +13274,11 @@ item_db: ( Atk: 170 Range: 3 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -10912,7 +13297,11 @@ item_db: ( Buy: 20 Atk: 160 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -10943,7 +13332,11 @@ item_db: ( Atk: 160 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 34 WeaponLv: 3 @@ -10967,7 +13360,9 @@ item_db: ( Atk: 150 Range: 3 Slots: 1 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -10988,7 +13383,11 @@ item_db: ( Atk: 112 Range: 3 Slots: 4 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 34 WeaponLv: 2 @@ -11003,7 +13402,11 @@ item_db: ( Buy: 20 Atk: 220 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -11038,7 +13441,11 @@ item_db: ( Type: 4 Atk: 220 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 Refine: false @@ -11068,7 +13475,10 @@ item_db: ( Buy: 20 Atk: 135 Range: 3 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 View: 5 @@ -11095,7 +13505,11 @@ item_db: ( Type: 4 Atk: 220 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 1 EquipLv: 50 @@ -11132,7 +13546,9 @@ item_db: ( Weight: 20000 Atk: 20 Range: 3 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -11157,7 +13573,11 @@ item_db: ( Atk: 105 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 View: 5 @@ -11175,7 +13595,11 @@ item_db: ( Weight: 4500 Atk: 250 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 95 @@ -11200,7 +13624,11 @@ item_db: ( Atk: 100 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 View: 5 @@ -11229,7 +13657,11 @@ item_db: ( Atk: 190 Range: 3 Slots: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 105 @@ -11243,7 +13675,11 @@ item_db: ( Type: 4 Atk: 150 Range: 3 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 40 @@ -11274,7 +13710,11 @@ item_db: ( Matk: 50 Range: 3 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -11300,7 +13740,11 @@ item_db: ( Atk: 175 Range: 3 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 70 @@ -11322,7 +13766,18 @@ item_db: ( Atk: 23 Range: 1 Slots: 3 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -11338,7 +13793,18 @@ item_db: ( Atk: 23 Range: 1 Slots: 4 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -11353,7 +13819,18 @@ item_db: ( Weight: 700 Atk: 23 Range: 1 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -11369,7 +13846,18 @@ item_db: ( Atk: 37 Range: 1 Slots: 3 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -11385,7 +13873,18 @@ item_db: ( Atk: 37 Range: 1 Slots: 4 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -11400,7 +13899,18 @@ item_db: ( Weight: 800 Atk: 37 Range: 1 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -11416,7 +13926,18 @@ item_db: ( Atk: 54 Range: 1 Slots: 2 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -11432,7 +13953,18 @@ item_db: ( Atk: 54 Range: 1 Slots: 3 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -11448,7 +13980,18 @@ item_db: ( Atk: 54 Range: 1 Slots: 3 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -11464,7 +14007,17 @@ item_db: ( Atk: 69 Range: 1 Slots: 2 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -11480,7 +14033,17 @@ item_db: ( Atk: 69 Range: 1 Slots: 3 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -11496,7 +14059,17 @@ item_db: ( Atk: 69 Range: 1 Slots: 3 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -11512,7 +14085,17 @@ item_db: ( Atk: 110 Range: 1 Slots: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11528,7 +14111,17 @@ item_db: ( Atk: 110 Range: 1 Slots: 2 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11544,7 +14137,17 @@ item_db: ( Atk: 110 Range: 1 Slots: 2 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11559,7 +14162,17 @@ item_db: ( Weight: 1200 Atk: 130 Range: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11575,7 +14188,17 @@ item_db: ( Atk: 130 Range: 1 Slots: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11591,7 +14214,17 @@ item_db: ( Atk: 130 Range: 1 Slots: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11607,7 +14240,17 @@ item_db: ( Atk: 84 Range: 1 Slots: 2 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -11623,7 +14266,17 @@ item_db: ( Atk: 84 Range: 1 Slots: 3 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -11639,7 +14292,17 @@ item_db: ( Atk: 84 Range: 1 Slots: 3 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -11654,7 +14317,11 @@ item_db: ( Weight: 2000 Atk: 140 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11670,7 +14337,11 @@ item_db: ( Weight: 700 Atk: 85 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -11691,7 +14362,11 @@ item_db: ( Atk: 110 Range: 1 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -11710,7 +14385,11 @@ item_db: ( Weight: 800 Atk: 135 Range: 3 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -11726,7 +14405,11 @@ item_db: ( Weight: 1000 Atk: 145 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -11746,7 +14429,11 @@ item_db: ( Weight: 900 Atk: 165 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -11766,7 +14453,11 @@ item_db: ( Weight: 1500 Atk: 140 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -11788,7 +14479,10 @@ item_db: ( Weight: 3000 Atk: 155 Range: 2 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 78 @@ -11803,7 +14497,14 @@ item_db: ( Weight: 6000 Atk: 350 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 95 @@ -11827,7 +14528,11 @@ item_db: ( Weight: 2500 Atk: 115 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 55 @@ -11849,7 +14554,11 @@ item_db: ( Atk: 140 Range: 1 Slots: 2 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -11889,7 +14598,11 @@ item_db: ( Buy: 2 Atk: 150 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -11921,7 +14634,17 @@ item_db: ( Atk: 4 Range: 1 Slots: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 44 @@ -11942,7 +14665,17 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -11966,7 +14699,11 @@ item_db: ( Buy: 1 Atk: 193 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -11997,7 +14734,11 @@ item_db: ( Atk: 85 Range: 1 Slots: 2 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -12018,7 +14759,11 @@ item_db: ( Atk: 110 Range: 1 Slots: 2 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -12038,7 +14783,11 @@ item_db: ( Atk: 140 Range: 1 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -12060,7 +14809,11 @@ item_db: ( Weight: 900 Atk: 120 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 60 @@ -12081,7 +14834,18 @@ item_db: ( Buy: 20 Atk: 105 Range: 1 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -12111,7 +14875,18 @@ item_db: ( Buy: 20 Atk: 105 Range: 1 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -12143,7 +14918,11 @@ item_db: ( Atk: 110 Range: 1 Slots: 3 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -12167,7 +14946,18 @@ item_db: ( Atk: 57 Range: 1 Slots: 3 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -12182,7 +14972,18 @@ item_db: ( Buy: 20 Atk: 130 Range: 1 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -12219,7 +15020,16 @@ item_db: ( Buy: 20 Atk: 150 Range: 1 - Job: 0x006444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -12249,7 +15059,11 @@ item_db: ( Atk: 160 Range: 1 Slots: 2 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -12270,7 +15084,9 @@ item_db: ( Weight: 3500 Atk: 450 Range: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -12289,7 +15105,11 @@ item_db: ( Atk: 85 Range: 1 Slots: 3 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 2 EquipLv: 14 @@ -12305,7 +15125,11 @@ item_db: ( Atk: 115 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -12322,7 +15146,11 @@ item_db: ( Atk: 125 Range: 1 Slots: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -12337,7 +15165,11 @@ item_db: ( Weight: 750 Atk: 90 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -12353,7 +15185,11 @@ item_db: ( Weight: 750 Atk: 90 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -12369,7 +15205,11 @@ item_db: ( Weight: 750 Atk: 90 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -12385,7 +15225,11 @@ item_db: ( Weight: 750 Atk: 90 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -12401,7 +15245,11 @@ item_db: ( Weight: 800 Atk: 120 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -12425,7 +15273,11 @@ item_db: ( Atk: 60 Range: 1 Slots: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -12441,7 +15293,11 @@ item_db: ( Weight: 700 Atk: 130 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 70 @@ -12463,7 +15319,11 @@ item_db: ( Matk: 120 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 60 @@ -12483,7 +15343,11 @@ item_db: ( Atk: 140 Range: 1 Slots: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 55 @@ -12503,7 +15367,11 @@ item_db: ( Atk: 110 Range: 1 Slots: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -12524,7 +15392,11 @@ item_db: ( Matk: 140 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -12552,7 +15424,11 @@ item_db: ( Matk: 100 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 70 @@ -12574,7 +15450,11 @@ item_db: ( Matk: 100 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 85 @@ -12597,7 +15477,11 @@ item_db: ( Atk: 120 Matk: 125 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -12622,7 +15506,11 @@ item_db: ( Atk: 168 Matk: 100 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -12652,7 +15540,11 @@ item_db: ( Atk: 90 Range: 1 Slots: 3 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -12669,7 +15561,11 @@ item_db: ( Atk: 90 Range: 1 Slots: 3 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -12686,7 +15582,11 @@ item_db: ( Atk: 90 Range: 1 Slots: 3 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -12703,7 +15603,11 @@ item_db: ( Atk: 90 Range: 1 Slots: 3 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 27 @@ -12721,7 +15625,11 @@ item_db: ( Matk: 160 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 60 @@ -12742,7 +15650,11 @@ item_db: ( Matk: 140 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 70 @@ -12757,7 +15669,11 @@ item_db: ( Atk: 90 Matk: 125 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -12788,7 +15704,11 @@ item_db: ( Atk: 90 Matk: 125 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -12818,7 +15738,11 @@ item_db: ( Atk: 90 Matk: 115 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -12852,7 +15776,11 @@ item_db: ( Atk: 90 Matk: 115 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -12886,7 +15814,11 @@ item_db: ( Buy: 20 Atk: 140 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -12917,7 +15849,11 @@ item_db: ( Atk: 137 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 85 @@ -12949,7 +15885,11 @@ item_db: ( Atk: 145 Matk: 100 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -12982,7 +15922,11 @@ item_db: ( Atk: 135 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -12997,7 +15941,11 @@ item_db: ( Atk: 135 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -13011,7 +15959,11 @@ item_db: ( Atk: 135 Matk: 110 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 60 @@ -13038,7 +15990,9 @@ item_db: ( Matk: 160 Range: 1 Slots: 2 - Job: 0x00010000 + Job: { + Sage: true + } Upper: 56 Loc: 2 WeaponLv: 4 @@ -13065,7 +16019,11 @@ item_db: ( Matk: 20 Range: 1 Slots: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 View: 15 @@ -13085,7 +16043,11 @@ item_db: ( Atk: 110 Matk: 125 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 95 @@ -13113,7 +16075,11 @@ item_db: ( Weight: 1000 Atk: 130 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 95 @@ -13134,7 +16100,11 @@ item_db: ( Matk: 10 Range: 1 Slots: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 View: 15 @@ -13165,7 +16135,11 @@ item_db: ( Atk: 130 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 70 @@ -13187,7 +16161,11 @@ item_db: ( Matk: 110 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 105 @@ -13206,7 +16184,11 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 40 @@ -13239,7 +16221,11 @@ item_db: ( Matk: 110 Range: 1 Slots: 3 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 105 @@ -13303,7 +16289,16 @@ item_db: ( Matk: 120 Range: 1 Slots: 1 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 160 @@ -13325,7 +16320,16 @@ item_db: ( Matk: 30 Range: 1 Slots: 3 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 1 View: 10 @@ -13341,7 +16345,16 @@ item_db: ( Matk: 30 Range: 1 Slots: 4 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 1 View: 10 @@ -13356,7 +16369,16 @@ item_db: ( Atk: 15 Matk: 30 Range: 1 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 1 View: 10 @@ -13372,7 +16394,16 @@ item_db: ( Matk: 45 Range: 1 Slots: 2 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -13389,7 +16420,16 @@ item_db: ( Matk: 45 Range: 1 Slots: 3 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -13405,7 +16445,16 @@ item_db: ( Atk: 25 Matk: 45 Range: 1 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -13423,7 +16472,15 @@ item_db: ( Matk: 70 Range: 1 Slots: 2 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -13441,7 +16498,15 @@ item_db: ( Matk: 70 Range: 1 Slots: 3 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -13458,7 +16523,15 @@ item_db: ( Atk: 40 Matk: 70 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -13476,7 +16549,15 @@ item_db: ( Matk: 95 Range: 1 Slots: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -13494,7 +16575,15 @@ item_db: ( Matk: 95 Range: 1 Slots: 2 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -13511,7 +16600,15 @@ item_db: ( Atk: 60 Matk: 95 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -13528,7 +16625,15 @@ item_db: ( Atk: 130 Matk: 100 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -13548,7 +16653,15 @@ item_db: ( Atk: 75 Matk: 105 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -13565,7 +16678,15 @@ item_db: ( Atk: 40 Matk: 110 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -13585,7 +16706,12 @@ item_db: ( Atk: 60 Matk: 115 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -13605,7 +16731,15 @@ item_db: ( Atk: 50 Matk: 120 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -13626,7 +16760,15 @@ item_db: ( Matk: 120 Range: 1 Slots: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -13646,7 +16788,15 @@ item_db: ( Atk: 50 Matk: 120 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -13667,7 +16817,15 @@ item_db: ( Matk: 120 Range: 1 Slots: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -13688,7 +16846,9 @@ item_db: ( Matk: 120 Range: 1 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 2 WeaponLv: 3 @@ -13707,7 +16867,9 @@ item_db: ( Matk: 120 Range: 1 Slots: 2 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 2 WeaponLv: 3 @@ -13724,7 +16886,15 @@ item_db: ( Atk: 165 Matk: 120 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -13756,7 +16926,14 @@ item_db: ( Matk: 170 Range: 1 Slots: 2 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -13783,7 +16960,11 @@ item_db: ( Atk: 10 Matk: 105 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 55 @@ -13803,7 +16984,14 @@ item_db: ( Atk: 80 Matk: 145 Range: 1 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -13823,7 +17011,15 @@ item_db: ( Atk: 40 Matk: 120 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -13851,7 +17047,15 @@ item_db: ( Atk: 71 Matk: 145 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -13883,7 +17087,15 @@ item_db: ( Matk: 125 Range: 1 Slots: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 50 @@ -13900,7 +17112,12 @@ item_db: ( Atk: 30 Matk: 125 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 50 @@ -13922,7 +17139,10 @@ item_db: ( Matk: 140 Range: 1 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 70 @@ -13943,7 +17163,15 @@ item_db: ( Atk: 70 Matk: 125 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -13974,7 +17202,15 @@ item_db: ( Atk: 70 Matk: 125 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -14005,7 +17241,15 @@ item_db: ( Atk: 70 Matk: 125 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -14034,7 +17278,15 @@ item_db: ( Atk: 70 Matk: 125 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -14066,7 +17318,14 @@ item_db: ( Atk: 60 Matk: 160 Range: 1 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -14090,7 +17349,14 @@ item_db: ( Atk: 80 Matk: 170 Range: 1 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -14113,7 +17379,11 @@ item_db: ( Atk: 10 Matk: 125 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -14143,7 +17413,16 @@ item_db: ( Matk: 32 Range: 1 Slots: 3 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -14158,7 +17437,15 @@ item_db: ( Atk: 70 Matk: 135 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -14192,7 +17479,15 @@ item_db: ( Atk: 70 Matk: 135 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -14229,7 +17524,15 @@ item_db: ( Atk: 100 Matk: 120 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 2 Refine: false @@ -14259,7 +17562,15 @@ item_db: ( Atk: 100 Matk: 155 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 70 @@ -14282,7 +17593,14 @@ item_db: ( Weight: 500 Atk: 80 Range: 1 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -14313,7 +17631,14 @@ item_db: ( Atk: 60 Range: 1 Slots: 2 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -14351,7 +17676,11 @@ item_db: ( Matk: 180 Range: 1 Slots: 2 - Job: 0x00010204 + Job: { + Magician: true + Wizard: true + Sage: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -14376,7 +17705,11 @@ item_db: ( Matk: 175 Range: 1 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -14398,7 +17731,11 @@ item_db: ( Atk: 30 Matk: 170 Range: 1 - Job: 0x00010204 + Job: { + Magician: true + Wizard: true + Sage: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -14423,7 +17760,12 @@ item_db: ( Atk: 30 Matk: 180 Range: 1 - Job: 0x00018300 + Job: { + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -14439,7 +17781,15 @@ item_db: ( Atk: 60 Matk: 125 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 2 EquipLv: 26 @@ -14464,7 +17814,15 @@ item_db: ( Atk: 60 Matk: 150 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 2 EquipLv: 40 @@ -14489,7 +17847,16 @@ item_db: ( Weight: 500 Atk: 35 Range: 1 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -14518,7 +17885,11 @@ item_db: ( Atk: 10 Matk: 100 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -14550,7 +17921,9 @@ item_db: ( Matk: 170 Range: 1 Slots: 1 - Job: 0x00010000 + Job: { + Sage: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -14573,7 +17946,12 @@ item_db: ( Type: 4 Atk: 60 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -14589,7 +17967,12 @@ item_db: ( Atk: 60 Range: 1 Slots: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 1 View: 10 @@ -14606,7 +17989,9 @@ item_db: ( Matk: 160 Range: 1 Slots: 2 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -14626,7 +18011,15 @@ item_db: ( Atk: 60 Matk: 170 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 60 @@ -14654,7 +18047,9 @@ item_db: ( Matk: 160 Range: 1 Slots: 1 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 2 WeaponLv: 4 @@ -14680,7 +18075,9 @@ item_db: ( Matk: 180 Range: 1 Slots: 1 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 2 WeaponLv: 4 @@ -14702,7 +18099,9 @@ item_db: ( Atk: 100 Matk: 50 Range: 1 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -14730,7 +18129,15 @@ item_db: ( Matk: 110 Range: 1 Slots: 2 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -14751,7 +18158,11 @@ item_db: ( Matk: 170 Range: 1 Slots: 2 - Job: 0x00010204 + Job: { + Magician: true + Wizard: true + Sage: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -14776,7 +18187,14 @@ item_db: ( Atk: 60 Matk: 160 Range: 1 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -14800,7 +18218,14 @@ item_db: ( Atk: 80 Range: 1 Slots: 2 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -14822,7 +18247,11 @@ item_db: ( Matk: 125 Range: 1 Slots: 2 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -14842,7 +18271,15 @@ item_db: ( Atk: 50 Matk: 100 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 40 @@ -14874,7 +18311,10 @@ item_db: ( Matk: 150 Range: 1 Slots: 2 - Job: 0x00800200 + Job: { + Wizard: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -14894,7 +18334,14 @@ item_db: ( Matk: 200 Range: 1 Slots: 1 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 56 Loc: 2 WeaponLv: 4 @@ -14922,7 +18369,15 @@ item_db: ( Matk: 30 Range: 1 Slots: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 View: 10 @@ -14949,7 +18404,15 @@ item_db: ( Matk: 155 Range: 1 Slots: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -14974,7 +18437,16 @@ item_db: ( Matk: 70 Range: 1 Slots: 2 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 3 EquipLv: 70 @@ -14997,7 +18469,13 @@ item_db: ( Atk: 15 Range: 5 Slots: 3 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -15013,7 +18491,13 @@ item_db: ( Atk: 15 Range: 5 Slots: 4 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -15026,7 +18510,13 @@ item_db: ( Type: 4 Atk: 15 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -15059,7 +18549,13 @@ item_db: ( Atk: 29 Range: 5 Slots: 3 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -15075,7 +18571,13 @@ item_db: ( Atk: 29 Range: 5 Slots: 4 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -15090,7 +18592,13 @@ item_db: ( Weight: 600 Atk: 29 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -15106,7 +18614,13 @@ item_db: ( Atk: 50 Range: 5 Slots: 2 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -15122,7 +18636,13 @@ item_db: ( Atk: 50 Range: 5 Slots: 3 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -15137,7 +18657,13 @@ item_db: ( Weight: 1000 Atk: 50 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -15153,7 +18679,13 @@ item_db: ( Atk: 65 Range: 5 Slots: 2 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -15169,7 +18701,13 @@ item_db: ( Atk: 65 Range: 5 Slots: 3 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -15184,7 +18722,13 @@ item_db: ( Weight: 900 Atk: 65 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 2 EquipLv: 18 @@ -15200,7 +18744,13 @@ item_db: ( Atk: 90 Range: 5 Slots: 1 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -15217,7 +18767,13 @@ item_db: ( Atk: 100 Range: 5 Slots: 1 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -15233,7 +18789,13 @@ item_db: ( Atk: 90 Range: 5 Slots: 2 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -15250,7 +18812,13 @@ item_db: ( Atk: 100 Range: 5 Slots: 2 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -15265,7 +18833,9 @@ item_db: ( Weight: 1500 Atk: 125 Range: 5 - Job: 0x00000800 + Job: { + Hunter: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -15280,7 +18850,9 @@ item_db: ( Weight: 500 Atk: 75 Range: 11 - Job: 0x00000040 + Job: { + Thief: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -15295,7 +18867,12 @@ item_db: ( Weight: 1200 Atk: 150 Range: 5 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -15322,7 +18899,11 @@ item_db: ( Atk: 95 Range: 9 Slots: 1 - Job: 0x00020840 + Job: { + Thief: true + Hunter: true + Rogue: true + } Loc: 34 WeaponLv: 3 EquipLv: 65 @@ -15337,7 +18918,10 @@ item_db: ( Weight: 3500 Atk: 145 Range: 5 - Job: 0x00080800 + Job: { + Hunter: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 77 @@ -15353,7 +18937,9 @@ item_db: ( Atk: 100 Range: 5 Slots: 2 - Job: 0x00000800 + Job: { + Hunter: true + } Loc: 34 WeaponLv: 3 EquipLv: 30 @@ -15369,7 +18955,13 @@ item_db: ( Weight: 1200 Atk: 100 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 60 @@ -15389,7 +18981,10 @@ item_db: ( Atk: 120 Range: 5 Slots: 1 - Job: 0x00080800 + Job: { + Hunter: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 70 @@ -15409,7 +19004,9 @@ item_db: ( Atk: 125 Range: 5 Slots: 1 - Job: 0x00000800 + Job: { + Hunter: true + } Loc: 34 WeaponLv: 3 EquipLv: 33 @@ -15425,7 +19022,10 @@ item_db: ( Atk: 145 Range: 5 Slots: 1 - Job: 0x00080800 + Job: { + Hunter: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 77 @@ -15439,7 +19039,10 @@ item_db: ( Buy: 1 Atk: 194 Range: 5 - Job: 0x00080800 + Job: { + Hunter: true + Bard: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -15464,7 +19067,12 @@ item_db: ( Buy: 2 Atk: 185 Range: 5 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -15496,7 +19104,12 @@ item_db: ( Atk: 95 Range: 5 Slots: 1 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -15513,7 +19126,12 @@ item_db: ( Atk: 100 Range: 5 Slots: 1 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -15530,7 +19148,12 @@ item_db: ( Atk: 105 Range: 5 Slots: 1 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -15546,7 +19169,12 @@ item_db: ( Atk: 95 Range: 5 Slots: 1 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 55 @@ -15561,7 +19189,12 @@ item_db: ( Weight: 1600 Atk: 120 Range: 5 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 65 @@ -15576,7 +19209,13 @@ item_db: ( Buy: 20 Atk: 120 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 Refine: false @@ -15602,7 +19241,9 @@ item_db: ( Atk: 70 Range: 5 Slots: 3 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 58 Loc: 34 WeaponLv: 3 @@ -15620,7 +19261,9 @@ item_db: ( Atk: 135 Range: 5 Slots: 1 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -15639,7 +19282,13 @@ item_db: ( Buy: 20 Atk: 100 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -15668,7 +19317,13 @@ item_db: ( Buy: 20 Atk: 100 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -15699,7 +19354,9 @@ item_db: ( Atk: 105 Range: 5 Slots: 2 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -15717,7 +19374,11 @@ item_db: ( Atk: 125 Range: 5 Slots: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -15736,7 +19397,13 @@ item_db: ( Atk: 49 Range: 5 Slots: 3 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 EquipLv: 4 @@ -15751,7 +19418,13 @@ item_db: ( Buy: 20 Atk: 100 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -15785,7 +19458,13 @@ item_db: ( Buy: 20 Atk: 170 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -15815,7 +19494,9 @@ item_db: ( Atk: 100 Range: 5 Slots: 2 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 58 Loc: 34 WeaponLv: 3 @@ -15837,7 +19518,10 @@ item_db: ( Atk: 160 Range: 5 Slots: 1 - Job: 0x00080800 + Job: { + Hunter: true + Bard: true + } Upper: 56 Loc: 34 WeaponLv: 3 @@ -15852,7 +19536,13 @@ item_db: ( Type: 4 Atk: 82 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 2 EquipLv: 26 @@ -15875,7 +19565,13 @@ item_db: ( Type: 4 Atk: 120 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 2 EquipLv: 40 @@ -15899,7 +19595,13 @@ item_db: ( Weight: 500 Atk: 40 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 Refine: false @@ -15928,7 +19630,14 @@ item_db: ( Buy: 1 Weight: 1 Atk: 25 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 }, @@ -15940,7 +19649,14 @@ item_db: ( Buy: 3 Weight: 2 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" bonus bAtkEle,Ele_Holy; "> @@ -15953,7 +19669,14 @@ item_db: ( Buy: 3 Weight: 2 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" bonus bAtkEle,Ele_Fire; "> @@ -15966,7 +19689,14 @@ item_db: ( Buy: 4 Weight: 2 Atk: 40 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 }, @@ -15978,7 +19708,14 @@ item_db: ( Buy: 3 Weight: 2 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" bonus bAtkEle,Ele_Water; "> @@ -15991,7 +19728,14 @@ item_db: ( Buy: 3 Weight: 2 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" bonus bAtkEle,Ele_Wind; "> @@ -16004,7 +19748,14 @@ item_db: ( Buy: 3 Weight: 2 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" bonus bAtkEle,Ele_Earth; "> @@ -16017,7 +19768,14 @@ item_db: ( Buy: 3 Weight: 1 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" bonus bAtkEle,Ele_Ghost; "> @@ -16030,7 +19788,14 @@ item_db: ( Buy: 10 Weight: 3 Atk: 1 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" bonus2 bAddEff,Eff_Stun,1000; "> @@ -16043,7 +19808,14 @@ item_db: ( Buy: 10 Weight: 3 Atk: 1 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" @@ -16059,7 +19831,14 @@ item_db: ( Buy: 10 Weight: 3 Atk: 1 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" bonus2 bAddEff,Eff_Blind,1000; "> @@ -16072,7 +19851,14 @@ item_db: ( Buy: 10 Weight: 3 Atk: 1 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" bonus2 bAddEff,Eff_Curse,1000; "> @@ -16085,7 +19871,14 @@ item_db: ( Buy: 3 Weight: 2 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" bonus bAtkEle,Ele_Poison; "> @@ -16098,7 +19891,14 @@ item_db: ( Buy: 10 Weight: 3 Atk: 1 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" @@ -16114,7 +19914,14 @@ item_db: ( Buy: 20 Weight: 3 Atk: 10 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" bonus bCritical,20; "> @@ -16127,7 +19934,14 @@ item_db: ( Buy: 30 Weight: 3 Atk: 50 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 }, @@ -16139,7 +19953,14 @@ item_db: ( Buy: 40 Weight: 3 Atk: 50 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" bonus bAtkEle,Ele_Holy; "> @@ -16152,7 +19973,14 @@ item_db: ( Buy: 3 Weight: 2 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" bonus bAtkEle,Ele_Dark; "> @@ -16165,7 +19993,14 @@ item_db: ( Buy: 10 Weight: 3 Atk: 1 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" bonus2 bAddEff,Eff_Sleep,2000; "> @@ -16178,7 +20013,14 @@ item_db: ( Buy: 10 Weight: 3 Atk: 1 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" bonus2 bAddEff,Eff_Silence,1000; "> @@ -16191,7 +20033,14 @@ item_db: ( Buy: 2 Weight: 1 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 }, @@ -16203,7 +20052,14 @@ item_db: ( Buy: 50 Weight: 5 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 2 }, @@ -16215,7 +20071,14 @@ item_db: ( Buy: 3 Weight: 2 Atk: 50 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 Script: <" @@ -16231,7 +20094,14 @@ item_db: ( Buy: 5 Weight: 1 Atk: 45 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 100 View: 1 @@ -16244,7 +20114,14 @@ item_db: ( Buy: 5 Weight: 1 Atk: 35 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 View: 1 }, @@ -16256,7 +20133,14 @@ item_db: ( Buy: 10 Weight: 1 Atk: 45 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 130 View: 1 @@ -16269,7 +20153,14 @@ item_db: ( Buy: 10 Weight: 1 Atk: 30 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Loc: 32768 EquipLv: 95 View: 1 @@ -16286,7 +20177,10 @@ item_db: ( Atk: 150 Range: 1 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 160 @@ -16305,7 +20199,10 @@ item_db: ( Atk: 30 Range: 1 Slots: 3 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 1 View: 12 @@ -16320,7 +20217,10 @@ item_db: ( Atk: 30 Range: 1 Slots: 4 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 1 View: 12 @@ -16335,7 +20235,10 @@ item_db: ( Atk: 50 Range: 1 Slots: 2 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -16351,7 +20254,10 @@ item_db: ( Atk: 50 Range: 1 Slots: 3 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -16367,7 +20273,10 @@ item_db: ( Atk: 65 Range: 1 Slots: 2 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -16383,7 +20292,10 @@ item_db: ( Atk: 65 Range: 1 Slots: 3 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 2 EquipLv: 12 @@ -16398,7 +20310,10 @@ item_db: ( Weight: 650 Atk: 115 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -16414,7 +20329,10 @@ item_db: ( Atk: 115 Range: 1 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -16430,7 +20348,10 @@ item_db: ( Atk: 86 Range: 1 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -16447,7 +20368,10 @@ item_db: ( Atk: 86 Range: 1 Slots: 2 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -16464,7 +20388,10 @@ item_db: ( Atk: 97 Range: 1 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -16480,7 +20407,10 @@ item_db: ( Atk: 97 Range: 1 Slots: 2 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 24 @@ -16495,7 +20425,10 @@ item_db: ( Weight: 450 Atk: 110 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -16518,7 +20451,10 @@ item_db: ( Weight: 500 Atk: 120 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -16535,7 +20471,10 @@ item_db: ( Atk: 152 Range: 1 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 70 @@ -16556,7 +20495,10 @@ item_db: ( Atk: 120 Range: 1 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -16571,7 +20513,10 @@ item_db: ( Buy: 1 Atk: 159 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -16606,7 +20551,10 @@ item_db: ( Atk: 80 Range: 1 Slots: 3 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 75 @@ -16623,7 +20571,10 @@ item_db: ( Atk: 80 Range: 1 Slots: 3 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 75 @@ -16640,7 +20591,10 @@ item_db: ( Atk: 80 Range: 1 Slots: 3 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 75 @@ -16657,7 +20611,10 @@ item_db: ( Atk: 80 Range: 1 Slots: 3 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 75 @@ -16674,7 +20631,10 @@ item_db: ( Atk: 30 Range: 1 Slots: 4 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 60 @@ -16693,7 +20653,10 @@ item_db: ( Buy: 20 Atk: 30 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -16724,7 +20687,10 @@ item_db: ( Buy: 20 Atk: 30 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -16757,7 +20723,9 @@ item_db: ( Atk: 95 Range: 1 Slots: 3 - Job: 0x00008000 + Job: { + Monk: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -16777,7 +20745,10 @@ item_db: ( Buy: 20 Atk: 30 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -16813,7 +20784,10 @@ item_db: ( Buy: 20 Atk: 30 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -16849,7 +20823,10 @@ item_db: ( Buy: 20 Atk: 150 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -16876,7 +20853,10 @@ item_db: ( Type: 4 Atk: 150 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -16908,7 +20888,9 @@ item_db: ( Atk: 142 Range: 1 Slots: 1 - Job: 0x00008000 + Job: { + Monk: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -16930,7 +20912,10 @@ item_db: ( Type: 4 Atk: 120 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 60 @@ -16955,7 +20940,10 @@ item_db: ( Weight: 650 Atk: 160 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 95 @@ -16982,7 +20970,10 @@ item_db: ( Atk: 140 Range: 1 Slots: 2 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 105 @@ -16996,7 +20987,10 @@ item_db: ( Buy: 20 Atk: 150 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 40 @@ -17026,7 +21020,10 @@ item_db: ( Atk: 100 Range: 1 Slots: 2 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 50 @@ -17048,7 +21045,9 @@ item_db: ( Matk: 100 Range: 1 Slots: 1 - Job: 0x00008000 + Job: { + Monk: true + } Upper: 56 Loc: 2 WeaponLv: 4 @@ -17074,7 +21073,10 @@ item_db: ( Atk: 100 Range: 1 Slots: 2 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 EquipLv: 70 @@ -17097,7 +21099,9 @@ item_db: ( Matk: 50 Range: 1 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 4 @@ -17118,7 +21122,9 @@ item_db: ( Atk: 50 Range: 1 Slots: 3 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 1 @@ -17135,7 +21141,9 @@ item_db: ( Atk: 50 Range: 1 Slots: 4 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 1 @@ -17152,7 +21160,9 @@ item_db: ( Atk: 90 Range: 1 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 2 @@ -17169,7 +21179,9 @@ item_db: ( Atk: 90 Range: 1 Slots: 3 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 2 @@ -17186,7 +21198,9 @@ item_db: ( Atk: 105 Range: 1 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 2 @@ -17203,7 +21217,9 @@ item_db: ( Atk: 105 Range: 1 Slots: 3 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 2 @@ -17219,7 +21235,9 @@ item_db: ( Weight: 900 Atk: 142 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -17236,7 +21254,9 @@ item_db: ( Atk: 142 Range: 1 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -17253,7 +21273,9 @@ item_db: ( Atk: 114 Range: 1 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -17271,7 +21293,9 @@ item_db: ( Atk: 114 Range: 1 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -17289,7 +21313,9 @@ item_db: ( Atk: 126 Range: 1 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -17306,7 +21332,9 @@ item_db: ( Atk: 126 Range: 1 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -17322,7 +21350,9 @@ item_db: ( Weight: 1800 Atk: 110 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 4 @@ -17346,7 +21376,9 @@ item_db: ( Weight: 900 Atk: 110 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -17363,7 +21395,9 @@ item_db: ( Weight: 900 Atk: 110 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -17380,7 +21414,9 @@ item_db: ( Weight: 900 Atk: 110 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -17397,7 +21433,9 @@ item_db: ( Weight: 900 Atk: 110 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -17414,7 +21452,9 @@ item_db: ( Weight: 1200 Atk: 150 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 4 @@ -17435,7 +21475,9 @@ item_db: ( Atk: 130 Range: 1 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 58 Gender: 1 Loc: 2 @@ -17457,7 +21499,9 @@ item_db: ( Weight: 1800 Atk: 10 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 58 Gender: 1 Loc: 2 @@ -17479,7 +21523,9 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 1 @@ -17506,7 +21552,9 @@ item_db: ( Atk: 150 Range: 1 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 4 @@ -17525,7 +21573,9 @@ item_db: ( Buy: 20 Atk: 50 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -17555,7 +21605,9 @@ item_db: ( Buy: 20 Atk: 50 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -17587,7 +21639,9 @@ item_db: ( Atk: 110 Range: 1 Slots: 3 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 58 Gender: 1 Loc: 2 @@ -17611,7 +21665,9 @@ item_db: ( Atk: 120 Range: 1 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 58 Gender: 1 Loc: 2 @@ -17636,7 +21692,9 @@ item_db: ( Buy: 20 Atk: 50 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 4 @@ -17669,7 +21727,9 @@ item_db: ( Type: 4 Atk: 40 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 58 Gender: 1 Loc: 2 @@ -17700,7 +21760,9 @@ item_db: ( Type: 4 Atk: 177 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -17734,7 +21796,9 @@ item_db: ( Matk: 50 Range: 1 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Gender: 1 Loc: 2 @@ -17757,7 +21821,9 @@ item_db: ( Type: 4 Atk: 125 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -17781,7 +21847,9 @@ item_db: ( Type: 4 Atk: 100 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -17813,7 +21881,9 @@ item_db: ( Matk: 130 Range: 1 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Gender: 1 Loc: 2 @@ -17841,7 +21911,9 @@ item_db: ( Matk: 120 Range: 1 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Gender: 1 Loc: 2 @@ -17862,7 +21934,9 @@ item_db: ( Atk: 160 Range: 1 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Gender: 1 Loc: 2 @@ -17883,7 +21957,9 @@ item_db: ( Atk: 180 Range: 1 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Gender: 1 Loc: 2 @@ -17905,7 +21981,9 @@ item_db: ( Atk: 180 Range: 1 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Gender: 1 Loc: 2 @@ -17927,7 +22005,9 @@ item_db: ( Atk: 150 Range: 1 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Gender: 1 Loc: 2 @@ -17953,7 +22033,9 @@ item_db: ( Atk: 80 Range: 1 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 3 @@ -17973,7 +22055,9 @@ item_db: ( Atk: 120 Range: 1 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Gender: 1 Loc: 2 WeaponLv: 4 @@ -18008,7 +22092,9 @@ item_db: ( Atk: 45 Range: 2 Slots: 3 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 1 EquipLv: 3 @@ -18024,7 +22110,9 @@ item_db: ( Atk: 45 Range: 2 Slots: 4 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 1 EquipLv: 3 @@ -18040,7 +22128,9 @@ item_db: ( Atk: 80 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 2 EquipLv: 16 @@ -18056,7 +22146,9 @@ item_db: ( Atk: 80 Range: 2 Slots: 3 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 2 EquipLv: 16 @@ -18072,7 +22164,9 @@ item_db: ( Atk: 95 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 2 EquipLv: 16 @@ -18088,7 +22182,9 @@ item_db: ( Atk: 95 Range: 2 Slots: 3 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 2 EquipLv: 16 @@ -18103,7 +22199,9 @@ item_db: ( Weight: 900 Atk: 135 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -18119,7 +22217,9 @@ item_db: ( Atk: 135 Range: 2 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -18135,7 +22235,9 @@ item_db: ( Atk: 105 Range: 2 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -18152,7 +22254,9 @@ item_db: ( Atk: 105 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -18169,7 +22273,9 @@ item_db: ( Atk: 120 Range: 2 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -18185,7 +22291,9 @@ item_db: ( Atk: 120 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -18200,7 +22308,9 @@ item_db: ( Weight: 400 Atk: 100 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 EquipLv: 44 @@ -18219,7 +22329,9 @@ item_db: ( Weight: 300 Atk: 115 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 EquipLv: 44 @@ -18238,7 +22350,9 @@ item_db: ( Weight: 700 Atk: 135 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 EquipLv: 44 @@ -18258,7 +22372,9 @@ item_db: ( Weight: 700 Atk: 110 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -18274,7 +22390,9 @@ item_db: ( Weight: 700 Atk: 110 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -18290,7 +22408,9 @@ item_db: ( Weight: 700 Atk: 110 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -18306,7 +22426,9 @@ item_db: ( Weight: 400 Atk: 120 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -18322,7 +22444,9 @@ item_db: ( Weight: 1200 Atk: 140 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 EquipLv: 30 @@ -18338,7 +22462,9 @@ item_db: ( Weight: 1100 Atk: 150 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 EquipLv: 65 @@ -18357,7 +22483,9 @@ item_db: ( Weight: 700 Atk: 110 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -18374,7 +22502,9 @@ item_db: ( Atk: 100 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -18398,7 +22528,9 @@ item_db: ( Atk: 110 Range: 2 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -18419,7 +22551,9 @@ item_db: ( Weight: 1300 Atk: 185 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -18435,7 +22569,9 @@ item_db: ( Buy: 20 Atk: 120 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -18461,7 +22597,9 @@ item_db: ( Atk: 150 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 EquipLv: 65 @@ -18479,7 +22617,9 @@ item_db: ( Buy: 20 Atk: 50 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -18508,7 +22648,9 @@ item_db: ( Buy: 20 Atk: 50 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -18539,7 +22681,9 @@ item_db: ( Atk: 120 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -18565,7 +22709,9 @@ item_db: ( Atk: 110 Range: 2 Slots: 3 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -18586,7 +22732,9 @@ item_db: ( Buy: 20 Atk: 50 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -18619,7 +22767,9 @@ item_db: ( Buy: 20 Atk: 160 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -18646,7 +22796,9 @@ item_db: ( Type: 4 Atk: 170 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -18679,7 +22831,9 @@ item_db: ( Matk: 50 Range: 1 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -18704,7 +22858,9 @@ item_db: ( Atk: 100 Matk: 130 Range: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Loc: 2 WeaponLv: 4 @@ -18723,7 +22879,9 @@ item_db: ( Type: 4 Atk: 125 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 60 @@ -18745,7 +22903,9 @@ item_db: ( Type: 4 Atk: 100 Range: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -18776,7 +22936,9 @@ item_db: ( Matk: 130 Range: 2 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Loc: 2 WeaponLv: 4 @@ -18803,7 +22965,9 @@ item_db: ( Matk: 120 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -18821,7 +22985,9 @@ item_db: ( Atk: 160 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Loc: 2 WeaponLv: 4 @@ -18839,7 +23005,9 @@ item_db: ( Atk: 180 Range: 2 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -18860,7 +23028,9 @@ item_db: ( Atk: 180 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -18880,7 +23050,9 @@ item_db: ( Atk: 100 Range: 2 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Loc: 2 WeaponLv: 4 @@ -18905,7 +23077,9 @@ item_db: ( Atk: 80 Range: 2 Slots: 2 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 3 EquipLv: 70 @@ -18926,7 +23100,9 @@ item_db: ( Matk: 50 Range: 2 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Loc: 2 WeaponLv: 4 EquipLv: 160 @@ -18949,7 +23125,9 @@ item_db: ( Matk: 280 Range: 1 Slots: 1 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -18974,7 +23152,10 @@ item_db: ( Atk: 120 Matk: 210 Range: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 34 WeaponLv: 4 EquipLv: 70 @@ -18995,7 +23176,15 @@ item_db: ( Atk: 70 Matk: 210 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 34 WeaponLv: 4 EquipLv: 80 @@ -19036,7 +23225,9 @@ item_db: ( Matk: 280 Range: 1 Slots: 1 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -19070,7 +23261,11 @@ item_db: ( Atk: 30 Matk: 240 Range: 1 - Job: 0x00010204 + Job: { + Magician: true + Wizard: true + Sage: true + } Upper: 58 Loc: 34 WeaponLv: 4 @@ -19093,7 +23288,11 @@ item_db: ( Matk: 220 Range: 1 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Upper: 58 Loc: 34 WeaponLv: 3 @@ -19117,7 +23316,12 @@ item_db: ( Atk: 80 Matk: 150 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 34 WeaponLv: 4 EquipLv: 60 @@ -19138,7 +23342,9 @@ item_db: ( Matk: 230 Range: 1 Slots: 2 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -19161,7 +23367,9 @@ item_db: ( Matk: 230 Range: 1 Slots: 2 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -19185,7 +23393,9 @@ item_db: ( Matk: 230 Range: 1 Slots: 2 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -19209,7 +23419,9 @@ item_db: ( Matk: 230 Range: 1 Slots: 2 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -19233,7 +23445,9 @@ item_db: ( Matk: 270 Range: 1 Slots: 1 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -19256,7 +23470,9 @@ item_db: ( Matk: 270 Range: 1 Slots: 1 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -19280,7 +23496,9 @@ item_db: ( Matk: 270 Range: 1 Slots: 1 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -19304,7 +23522,9 @@ item_db: ( Matk: 270 Range: 1 Slots: 1 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -19328,7 +23548,15 @@ item_db: ( Matk: 70 Range: 1 Slots: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 34 WeaponLv: 3 View: 10 @@ -19350,7 +23578,15 @@ item_db: ( Atk: 110 Matk: 220 Range: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 34 WeaponLv: 4 EquipLv: 95 @@ -19379,7 +23615,10 @@ item_db: ( Matk: 210 Range: 1 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 34 WeaponLv: 4 EquipLv: 70 @@ -19400,7 +23639,16 @@ item_db: ( Matk: 70 Range: 1 Slots: 1 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 34 WeaponLv: 3 View: 23 @@ -19431,7 +23679,16 @@ item_db: ( Atk: 50 Matk: 130 Range: 1 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 34 WeaponLv: 3 EquipLv: 40 @@ -19462,7 +23719,11 @@ item_db: ( Atk: 200 Matk: 280 Range: 1 - Job: 0x00810200 + Job: { + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 34 WeaponLv: 4 EquipLv: 90 @@ -19486,7 +23747,9 @@ item_db: ( Atk: 100 Matk: 320 Range: 1 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -19512,7 +23775,9 @@ item_db: ( Atk: 100 Matk: 300 Slots: 1 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 34 WeaponLv: 1 @@ -19531,7 +23796,14 @@ item_db: ( Matk: 250 Range: 1 Slots: 1 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -19558,7 +23830,11 @@ item_db: ( Atk: 30 Matk: 170 Slots: 1 - Job: 0x00810200 + Job: { + Wizard: true + Sage: true + Soul_Linker: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -19584,7 +23860,12 @@ item_db: ( Matk: 150 Range: 1 Slots: 2 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 34 WeaponLv: 3 EquipLv: 70 @@ -19607,7 +23888,12 @@ item_db: ( Matk: 200 Range: 1 Slots: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 34 WeaponLv: 4 EquipLv: 160 @@ -19651,7 +23937,21 @@ item_db: ( Buy: 14000 Weight: 600 Def: 40 - Job: 0x000ED5F2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Blacksmith: true + Assassin: true + Crusader: true + Monk: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 32 View: 2 }, @@ -19664,7 +23964,21 @@ item_db: ( Weight: 600 Def: 40 Slots: 1 - Job: 0x000ED5F2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Blacksmith: true + Assassin: true + Crusader: true + Monk: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 32 View: 2 }, @@ -19676,7 +23990,11 @@ item_db: ( Buy: 56000 Weight: 1300 Def: 60 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 32 View: 3 }, @@ -19689,7 +24007,11 @@ item_db: ( Weight: 1300 Def: 60 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 32 View: 3 }, @@ -19701,7 +24023,12 @@ item_db: ( Buy: 60000 Weight: 1000 Def: 45 - Job: 0x00404082 + Job: { + Swordsman: true + Knight: true + Crusader: true + Star_Gladiator: true + } Loc: 32 View: 4 Script: <" bonus bMdef,5; "> @@ -19715,7 +24042,12 @@ item_db: ( Weight: 1000 Def: 45 Slots: 1 - Job: 0x00404082 + Job: { + Swordsman: true + Knight: true + Crusader: true + Star_Gladiator: true + } Loc: 32 View: 4 Script: <" bonus bMdef,5; "> @@ -19728,7 +24060,12 @@ item_db: ( Buy: 20 Weight: 1000 Def: 25 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 32 View: 5 Script: <" @@ -19744,7 +24081,9 @@ item_db: ( Buy: 85000 Weight: 1400 Def: 110 - Job: 0x00004000 + Job: { + Crusader: true + } Loc: 32 EquipLv: 68 Refine: false @@ -19762,7 +24101,9 @@ item_db: ( Buy: 128000 Weight: 1600 Def: 120 - Job: 0x00004000 + Job: { + Crusader: true + } Loc: 32 EquipLv: 83 View: 4 @@ -19781,7 +24122,9 @@ item_db: ( Buy: 1 Weight: 1 Def: 20 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 32 Refine: false @@ -19805,7 +24148,9 @@ item_db: ( Weight: 1000 Def: 20 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 32 EquipLv: 40 @@ -19831,7 +24176,10 @@ item_db: ( Weight: 1500 Def: 45 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 32 EquipLv: 65 View: 2 @@ -19846,7 +24194,10 @@ item_db: ( Weight: 500 Def: 80 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 32 EquipLv: 65 View: 4 @@ -19867,7 +24218,9 @@ item_db: ( Weight: 400 Def: 30 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 32 EquipLv: 20 @@ -19882,7 +24235,10 @@ item_db: ( Buy: 10000 Weight: 150 Def: 50 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 32 EquipLv: 20 @@ -19897,7 +24253,10 @@ item_db: ( Weight: 150 Def: 50 Slots: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 32 EquipLv: 20 @@ -19911,7 +24270,10 @@ item_db: ( Buy: 40000 Weight: 150 Def: 45 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 32 EquipLv: 50 @@ -19927,7 +24289,10 @@ item_db: ( Weight: 150 Def: 45 Slots: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 32 EquipLv: 50 @@ -19943,7 +24308,12 @@ item_db: ( Weight: 1000 Def: 25 Slots: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 32 View: 5 Script: <" @@ -19959,7 +24329,26 @@ item_db: ( Buy: 20 Weight: 1200 Def: 95 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 32 EquipLv: 68 @@ -19981,7 +24370,26 @@ item_db: ( Weight: 1000 Def: 75 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 32 EquipLv: 55 @@ -20000,7 +24408,26 @@ item_db: ( Weight: 1000 Def: 85 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 32 EquipLv: 55 @@ -20016,7 +24443,17 @@ item_db: ( Weight: 2500 Def: 90 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 58 Loc: 32 EquipLv: 75 @@ -20041,7 +24478,10 @@ item_db: ( Buy: 20 Weight: 700 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 32 View: 2 Script: <" @@ -20080,7 +24520,9 @@ item_db: ( Weight: 1600 Def: 120 Slots: 1 - Job: 0x00004000 + Job: { + Crusader: true + } Loc: 32 EquipLv: 83 View: 4 @@ -20099,7 +24541,10 @@ item_db: ( Buy: 20 Weight: 600 Def: 80 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 32 EquipLv: 50 View: 5 @@ -20118,7 +24563,9 @@ item_db: ( Weight: 2000 Def: 130 Slots: 1 - Job: 0x00004000 + Job: { + Crusader: true + } Loc: 32 EquipLv: 80 View: 4 @@ -20138,7 +24585,12 @@ item_db: ( Weight: 1000 Def: 18 Slots: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 32 EquipLv: 70 View: 5 @@ -20191,7 +24643,11 @@ item_db: ( Weight: 1000 Def: 105 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 32 EquipLv: 50 @@ -20211,7 +24667,20 @@ item_db: ( Weight: 500 Def: 35 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 32 View: 2 @@ -20229,7 +24698,9 @@ item_db: ( Weight: 800 Def: 52 Slots: 1 - Job: 0x00020000 + Job: { + Rogue: true + } Upper: 58 Loc: 32 EquipLv: 70 @@ -20267,7 +24738,26 @@ item_db: ( Name: "Neo Valkyrja's Shield" Type: 5 Def: 110 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 32 EquipLv: 95 @@ -20300,7 +24790,20 @@ item_db: ( Weight: 1800 Def: 98 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 32 EquipLv: 65 @@ -20319,7 +24822,9 @@ item_db: ( Buy: 20000 Weight: 2000 Def: 60 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 32 EquipLv: 99 @@ -20334,7 +24839,9 @@ item_db: ( Buy: 20 Def: 70 Slots: 1 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 32 EquipLv: 99 @@ -20447,7 +24954,26 @@ item_db: ( Weight: 600 Def: 90 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 32 EquipLv: 22 @@ -20462,7 +24988,10 @@ item_db: ( Weight: 1300 Def: 130 Slots: 1 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Upper: 56 Loc: 32 EquipLv: 100 @@ -20490,7 +25019,21 @@ item_db: ( Weight: 300 Def: 45 Slots: 1 - Job: 0x000ED5F2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Blacksmith: true + Assassin: true + Crusader: true + Monk: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 32 View: 2 Script: <" bonus bMaxHPrate,3; "> @@ -20504,7 +25047,11 @@ item_db: ( Weight: 650 Def: 65 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 32 View: 3 Script: <" bonus bMaxHPrate,3; "> @@ -20543,7 +25090,9 @@ item_db: ( Weight: 2500 Def: 120 Slots: 1 - Job: 0x00004000 + Job: { + Crusader: true + } Upper: 56 Loc: 32 EquipLv: 102 @@ -20578,7 +25127,10 @@ item_db: ( Weight: 1500 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 32 View: 4 }, @@ -20591,7 +25143,9 @@ item_db: ( Weight: 500 Def: 10 Slots: 1 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 32 EquipLv: 110 @@ -20653,7 +25207,10 @@ item_db: ( Weight: 2800 Def: 130 Slots: 1 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Upper: 56 Loc: 32 EquipLv: 100 @@ -20674,7 +25231,9 @@ item_db: ( Weight: 1000 Def: 30 Slots: 1 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 32 EquipLv: 100 @@ -20697,7 +25256,9 @@ item_db: ( Weight: 500 Def: 20 Slots: 1 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 32 EquipLv: 140 @@ -20756,7 +25317,10 @@ item_db: ( Weight: 600 Def: 80 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 32 EquipLv: 50 View: 5 @@ -20822,7 +25386,10 @@ item_db: ( Weight: 200 Def: 45 Slots: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 32 EquipLv: 100 @@ -20838,7 +25405,10 @@ item_db: ( Weight: 250 Def: 70 Slots: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 32 EquipLv: 100 @@ -20854,7 +25424,10 @@ item_db: ( Weight: 250 Def: 45 Slots: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 32 EquipLv: 100 @@ -20950,7 +25523,11 @@ item_db: ( Name: "TE WoE Shield" Type: 5 Def: 25 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 32 EquipLv: 40 Refine: false @@ -20976,7 +25553,16 @@ item_db: ( Name: "TE WoE Magic Guard" Type: 5 Def: 5 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 32 EquipLv: 40 Refine: false @@ -21044,7 +25630,9 @@ item_db: ( Weight: 400 Def: 30 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 32 EquipLv: 99 @@ -21089,7 +25677,11 @@ item_db: ( Weight: 1000 Def: 50 Slots: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 32 EquipLv: 99 View: 2 @@ -21186,7 +25778,20 @@ item_db: ( Weight: 200 Def: 5 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 56 Loc: 32 EquipLv: 130 @@ -21441,7 +26046,11 @@ item_db: ( Buy: 9000 Weight: 100 Def: 8 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 256 View: 11 }, @@ -21454,7 +26063,11 @@ item_db: ( Weight: 100 Def: 8 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 256 View: 11 }, @@ -21512,7 +26125,10 @@ item_db: ( Buy: 4500 Weight: 300 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 7 }, @@ -21525,7 +26141,10 @@ item_db: ( Weight: 300 Def: 5 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 7 }, @@ -21537,7 +26156,20 @@ item_db: ( Buy: 20 Weight: 300 Def: 5 - Job: 0x000E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 768 View: 1 }, @@ -21550,7 +26182,20 @@ item_db: ( Weight: 300 Def: 5 Slots: 1 - Job: 0x000E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 768 View: 1 }, @@ -21562,7 +26207,20 @@ item_db: ( Buy: 12000 Weight: 400 Def: 7 - Job: 0x000E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 256 View: 14 }, @@ -21575,7 +26233,20 @@ item_db: ( Weight: 400 Def: 7 Slots: 1 - Job: 0x000E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 256 View: 14 }, @@ -21587,7 +26258,11 @@ item_db: ( Buy: 44000 Weight: 600 Def: 13 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 256 View: 40 }, @@ -21600,7 +26275,11 @@ item_db: ( Weight: 600 Def: 13 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 256 View: 40 }, @@ -21612,7 +26291,17 @@ item_db: ( Buy: 50000 Weight: 500 Def: 8 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 256 Script: <" bonus bMdef,3; "> }, @@ -21625,7 +26314,17 @@ item_db: ( Weight: 500 Def: 8 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 256 Script: <" bonus bMdef,3; "> }, @@ -21637,7 +26336,15 @@ item_db: ( Buy: 7500 Weight: 300 Def: 6 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 18 Script: <" bonus bMdef,3; "> @@ -21651,7 +26358,15 @@ item_db: ( Weight: 300 Def: 6 Slots: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 18 Script: <" bonus bMdef,3; "> @@ -21664,7 +26379,10 @@ item_db: ( Buy: 20 Weight: 400 Def: 7 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Gender: 0 Loc: 256 EquipLv: 45 @@ -21679,7 +26397,10 @@ item_db: ( Buy: 20 Weight: 400 Def: 7 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Gender: 1 Loc: 256 EquipLv: 45 @@ -21791,7 +26512,10 @@ item_db: ( Buy: 15000 Weight: 200 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 28 Script: <" bonus bMdef,3; "> @@ -21804,7 +26528,10 @@ item_db: ( Buy: 15000 Weight: 400 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 29 }, @@ -21816,7 +26543,10 @@ item_db: ( Buy: 20 Weight: 900 Def: 9 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 40 View: 30 @@ -21830,7 +26560,10 @@ item_db: ( Buy: 15000 Weight: 400 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 31 }, @@ -21842,7 +26575,10 @@ item_db: ( Buy: 15000 Weight: 400 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 32 }, @@ -21854,7 +26590,10 @@ item_db: ( Buy: 20 Weight: 300 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 33 Script: <" bonus bInt,1; "> @@ -21867,7 +26606,10 @@ item_db: ( Buy: 500 Weight: 100 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 34 @@ -21881,7 +26623,11 @@ item_db: ( Buy: 30000 Weight: 100 Def: 10 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 256 View: 35 Script: <" bonus bMdef,3; "> @@ -21894,7 +26640,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 7 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 36 Script: <" bonus bMaxSP,100; "> @@ -21920,7 +26671,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 38 Script: <" @@ -21938,7 +26692,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 6 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 39 Script: <" @@ -21955,7 +26712,16 @@ item_db: ( Buy: 20 Weight: 800 Def: 9 - Job: 0x006444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 256 View: 41 Script: <" bonus bStr,1; "> @@ -21979,7 +26745,22 @@ item_db: ( Buy: 20 Weight: 1000 Def: 12 - Job: 0x0066D5F2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Blacksmith: true + Assassin: true + Crusader: true + Monk: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 256 EquipLv: 50 View: 43 @@ -22003,7 +26784,10 @@ item_db: ( Buy: 28000 Weight: 100 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 Refine: false View: 47 @@ -22016,7 +26800,17 @@ item_db: ( Buy: 20 Weight: 400 Def: 8 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 256 View: 48 }, @@ -22038,7 +26832,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 Refine: false View: 50 @@ -22076,7 +26873,11 @@ item_db: ( Buy: 20 Weight: 300 Def: 4 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 1 EquipLv: 50 Refine: false @@ -22089,7 +26890,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 54 @@ -22102,7 +26906,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 55 @@ -22115,7 +26922,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 56 @@ -22128,7 +26938,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 57 @@ -22142,7 +26955,10 @@ item_db: ( Buy: 45000 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 58 @@ -22166,7 +26982,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 60 Script: <" bonus bInt,1; "> @@ -22178,7 +26997,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 61 Script: <" bonus bAgi,2; "> @@ -22214,7 +27036,11 @@ item_db: ( Buy: 20 Weight: 100 Def: 4 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 256 View: 64 Script: <" bonus bInt,1; "> @@ -22263,7 +27089,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 513 Refine: false View: 68 @@ -22300,7 +27129,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 8 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 71 }, @@ -22312,7 +27144,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 View: 72 @@ -22325,7 +27160,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 EquipLv: 70 Refine: false @@ -22339,7 +27177,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 74 Script: <" bonus bStr,1; "> @@ -22352,7 +27193,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 513 Refine: false View: 75 @@ -22388,7 +27232,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 Refine: false View: 78 @@ -22402,7 +27249,11 @@ item_db: ( Buy: 20 Weight: 300 Def: 2 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 513 EquipLv: 50 Refine: false @@ -22439,7 +27290,10 @@ item_db: ( Type: 5 Buy: 1500 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 Refine: false View: 82 @@ -22453,7 +27307,11 @@ item_db: ( Buy: 20 Weight: 100 Def: 2 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 512 EquipLv: 50 Refine: false @@ -22468,7 +27326,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 513 Refine: false View: 84 @@ -22493,7 +27354,17 @@ item_db: ( Buy: 20 Weight: 500 Def: 9 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 256 View: 86 }, @@ -22570,7 +27441,10 @@ item_db: ( Buy: 10000 Weight: 600 Def: 37 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 }, { @@ -22582,7 +27456,10 @@ item_db: ( Weight: 600 Def: 37 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 }, { @@ -22593,7 +27470,10 @@ item_db: ( Buy: 22000 Weight: 1200 Def: 42 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 }, { @@ -22605,7 +27485,10 @@ item_db: ( Weight: 1200 Def: 42 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 }, { @@ -22617,7 +27500,10 @@ item_db: ( Weight: 2300 Def: 30 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 30 }, @@ -22629,7 +27515,17 @@ item_db: ( Buy: 48000 Weight: 2800 Def: 35 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 16 }, { @@ -22641,7 +27537,17 @@ item_db: ( Weight: 2800 Def: 35 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 16 }, { @@ -22652,7 +27558,17 @@ item_db: ( Buy: 65000 Weight: 3300 Def: 55 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 16 }, { @@ -22664,7 +27580,17 @@ item_db: ( Weight: 3300 Def: 55 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 16 }, { @@ -22675,7 +27601,11 @@ item_db: ( Buy: 80000 Weight: 4500 Def: 70 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 16 EquipLv: 40 }, @@ -22688,7 +27618,11 @@ item_db: ( Weight: 4500 Def: 70 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 16 EquipLv: 40 }, @@ -22701,7 +27635,11 @@ item_db: ( Weight: 2500 Def: 59 Slots: 1 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 16 EquipLv: 70 Script: <" @@ -22718,7 +27656,10 @@ item_db: ( Weight: 2500 Def: 58 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 60 Script: <" @@ -22735,7 +27676,10 @@ item_db: ( Weight: 300 Def: 40 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 }, { @@ -22746,7 +27690,21 @@ item_db: ( Buy: 8000 Weight: 400 Def: 20 - Job: 0x0085C7B6 + Job: { + Swordsman: true + Magician: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Crusader: true + Monk: true + Sage: true + Alchemist: true + Soul_Linker: true + } Loc: 16 Script: <" bonus bMdef,10; "> }, @@ -22759,7 +27717,21 @@ item_db: ( Weight: 400 Def: 20 Slots: 1 - Job: 0x0085C7B6 + Job: { + Swordsman: true + Magician: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Crusader: true + Monk: true + Sage: true + Alchemist: true + Soul_Linker: true + } Loc: 16 Script: <" bonus bMdef,10; "> }, @@ -22771,7 +27743,11 @@ item_db: ( Buy: 6500 Weight: 400 Def: 24 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 16 }, { @@ -22783,7 +27759,11 @@ item_db: ( Weight: 400 Def: 24 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 16 }, { @@ -22794,7 +27774,14 @@ item_db: ( Buy: 54000 Weight: 600 Def: 50 - Job: 0x00048530 + Job: { + Acolyte: true + Merchant: true + Priest: true + Blacksmith: true + Monk: true + Alchemist: true + } Loc: 16 Script: <" bonus bMdef,5; "> }, @@ -22807,7 +27794,14 @@ item_db: ( Weight: 600 Def: 50 Slots: 1 - Job: 0x00048530 + Job: { + Acolyte: true + Merchant: true + Priest: true + Blacksmith: true + Monk: true + Alchemist: true + } Loc: 16 Script: <" bonus bMdef,5; "> }, @@ -22819,7 +27813,11 @@ item_db: ( Buy: 20 Weight: 1700 Def: 57 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 16 EquipLv: 60 Script: <" @@ -22836,7 +27834,14 @@ item_db: ( Buy: 5500 Weight: 1000 Def: 25 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 16 }, { @@ -22848,7 +27853,14 @@ item_db: ( Weight: 1000 Def: 25 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 16 }, { @@ -22859,7 +27871,11 @@ item_db: ( Buy: 71000 Weight: 500 Def: 27 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 16 EquipLv: 45 Script: <" bonus bDex,1; "> @@ -22873,7 +27889,11 @@ item_db: ( Weight: 500 Def: 27 Slots: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 16 EquipLv: 45 Script: <" bonus bDex,1; "> @@ -22886,7 +27906,12 @@ item_db: ( Buy: 7000 Weight: 700 Def: 23 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 16 }, { @@ -22898,7 +27923,12 @@ item_db: ( Weight: 700 Def: 23 Slots: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 16 }, { @@ -22909,7 +27939,12 @@ item_db: ( Buy: 20 Weight: 600 Def: 40 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 16 EquipLv: 50 Script: <" @@ -22925,7 +27960,13 @@ item_db: ( Buy: 74000 Weight: 100 Def: 40 - Job: 0x22021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + Kagerou: true + } Loc: 16 Script: <" bonus bAgi,1; "> }, @@ -22938,7 +27979,13 @@ item_db: ( Weight: 100 Def: 40 Slots: 1 - Job: 0x22021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + Kagerou: true + } Loc: 16 Script: <" bonus bAgi,1; "> }, @@ -22950,7 +27997,13 @@ item_db: ( Buy: 20 Weight: 1500 Def: 58 - Job: 0x22021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + Kagerou: true + } Loc: 16 EquipLv: 50 Script: <" @@ -22966,7 +28019,10 @@ item_db: ( Buy: 43000 Weight: 500 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 Script: <" bonus bMdef,15; "> }, @@ -22989,7 +28045,9 @@ item_db: ( Weight: 500 Def: 32 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 16 EquipLv: 10 @@ -23002,7 +28060,9 @@ item_db: ( Buy: 94000 Weight: 5500 Def: 79 - Job: 0x00004000 + Job: { + Crusader: true + } Loc: 16 EquipLv: 70 }, @@ -23015,7 +28075,9 @@ item_db: ( Weight: 5500 Def: 79 Slots: 1 - Job: 0x00004000 + Job: { + Crusader: true + } Loc: 16 EquipLv: 70 }, @@ -23027,7 +28089,11 @@ item_db: ( Buy: 124800 Weight: 1100 Def: 40 - Job: 0x00810200 + Job: { + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 16 EquipLv: 75 Script: <" @@ -23043,7 +28109,14 @@ item_db: ( Buy: 136000 Weight: 2200 Def: 25 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 16 EquipLv: 45 Script: <" bonus bDefEle,Ele_Fire; "> @@ -23057,7 +28130,10 @@ item_db: ( Weight: 2200 Def: 25 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 45 Script: <" bonus bDefEle,Ele_Fire; "> @@ -23070,7 +28146,14 @@ item_db: ( Buy: 136000 Weight: 2200 Def: 25 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 16 EquipLv: 45 Script: <" bonus bDefEle,Ele_Water; "> @@ -23084,7 +28167,10 @@ item_db: ( Weight: 2200 Def: 25 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 45 Script: <" bonus bDefEle,Ele_Water; "> @@ -23097,7 +28183,14 @@ item_db: ( Buy: 136000 Weight: 2200 Def: 25 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 16 EquipLv: 45 Script: <" bonus bDefEle,Ele_Wind; "> @@ -23111,7 +28204,10 @@ item_db: ( Weight: 2200 Def: 25 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 45 Script: <" bonus bDefEle,Ele_Wind; "> @@ -23124,7 +28220,14 @@ item_db: ( Buy: 136000 Weight: 2200 Def: 25 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 16 EquipLv: 45 Script: <" bonus bDefEle,Ele_Earth; "> @@ -23138,7 +28241,10 @@ item_db: ( Weight: 2200 Def: 25 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 45 Script: <" bonus bDefEle,Ele_Earth; "> @@ -23151,7 +28257,9 @@ item_db: ( Buy: 1 Weight: 1 Def: 25 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 16 Refine: false @@ -23174,7 +28282,10 @@ item_db: ( Weight: 2500 Def: 53 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 65 }, @@ -23186,7 +28297,10 @@ item_db: ( Buy: 50000 Weight: 3500 Def: 58 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 54 Script: <" @@ -23203,7 +28317,9 @@ item_db: ( Weight: 600 Def: 25 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 16 EquipLv: 40 @@ -23218,7 +28334,10 @@ item_db: ( Weight: 2500 Def: 45 Slots: 1 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 16 EquipLv: 70 Script: <" @@ -23234,7 +28353,26 @@ item_db: ( Weight: 2800 Def: 55 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 16 Script: <" @@ -23274,7 +28412,13 @@ item_db: ( Weight: 1500 Def: 58 Slots: 1 - Job: 0x22021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + Kagerou: true + } Loc: 16 EquipLv: 50 Script: <" @@ -23291,7 +28435,11 @@ item_db: ( Weight: 1100 Def: 40 Slots: 1 - Job: 0x00810200 + Job: { + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 16 EquipLv: 75 Script: <" @@ -23306,7 +28454,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 500 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 Script: <" bonus bStr,5; @@ -23325,7 +28476,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 500 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 Script: <" bonus bStr,5; @@ -23344,7 +28498,9 @@ item_db: ( Type: 5 Buy: 20 Weight: 500 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 16 Script: <" @@ -23366,7 +28522,14 @@ item_db: ( Weight: 3000 Def: 85 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 58 Loc: 16 EquipLv: 55 @@ -23384,7 +28547,26 @@ item_db: ( Weight: 300 Def: 15 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 16 EquipLv: 55 @@ -23402,7 +28584,26 @@ item_db: ( Weight: 1500 Def: 50 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 16 EquipLv: 55 @@ -23423,7 +28624,9 @@ item_db: ( Weight: 750 Def: 42 Slots: 1 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 58 Loc: 16 EquipLv: 50 @@ -23460,7 +28663,10 @@ item_db: ( Type: 5 Weight: 500 Def: 12 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 Refine: false Trade: { @@ -23522,7 +28728,12 @@ item_db: ( Weight: 600 Def: 40 Slots: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 16 EquipLv: 50 Script: <" @@ -23539,7 +28750,11 @@ item_db: ( Weight: 1700 Def: 57 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 16 EquipLv: 60 Script: <" @@ -23557,7 +28772,17 @@ item_db: ( Weight: 300 Def: 57 Slots: 1 - Job: 0x00098B1C + Job: { + Magician: true + Archer: true + Acolyte: true + Priest: true + Wizard: true + Hunter: true + Monk: true + Sage: true + Bard: true + } Upper: 58 Loc: 16 EquipLv: 60 @@ -23577,7 +28802,17 @@ item_db: ( Weight: 600 Def: 79 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 58 Loc: 16 EquipLv: 60 @@ -23597,7 +28832,16 @@ item_db: ( Buy: 10 Def: 57 Slots: 1 - Job: 0x006444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 16 EquipLv: 80 Trade: { @@ -23623,7 +28867,11 @@ item_db: ( Buy: 10 Def: 50 Slots: 1 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 16 EquipLv: 80 Trade: { @@ -23649,7 +28897,13 @@ item_db: ( Buy: 10 Def: 41 Slots: 1 - Job: 0x22021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + Kagerou: true + } Loc: 16 EquipLv: 80 Trade: { @@ -23675,7 +28929,12 @@ item_db: ( Buy: 10 Def: 36 Slots: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 16 EquipLv: 80 Trade: { @@ -23701,7 +28960,11 @@ item_db: ( Buy: 10 Def: 25 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 16 EquipLv: 80 Trade: { @@ -23727,7 +28990,11 @@ item_db: ( Buy: 10 Def: 35 Slots: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 16 EquipLv: 80 Trade: { @@ -23753,7 +29020,9 @@ item_db: ( Buy: 10 Def: 25 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 16 EquipLv: 80 @@ -23863,7 +29132,20 @@ item_db: ( Buy: 20 Weight: 1700 Def: 55 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 16 EquipLv: 70 @@ -23884,7 +29166,20 @@ item_db: ( Weight: 1000 Def: 20 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 16 Script: <" @@ -23903,7 +29198,9 @@ item_db: ( Weight: 300 Def: 36 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 58 Loc: 16 EquipLv: 70 @@ -23922,7 +29219,20 @@ item_db: ( Weight: 1000 Def: 45 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 16 Script: <" @@ -23939,7 +29249,11 @@ item_db: ( Weight: 400 Def: 38 Slots: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Upper: 58 Loc: 16 EquipLv: 75 @@ -23957,7 +29271,11 @@ item_db: ( Weight: 3500 Def: 75 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 16 EquipLv: 82 @@ -24019,7 +29337,10 @@ item_db: ( Type: 5 Buy: 20 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 81 Trade: { @@ -24043,7 +29364,10 @@ item_db: ( Type: 5 Buy: 20 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 61 Trade: { @@ -24067,7 +29391,10 @@ item_db: ( Type: 5 Buy: 20 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 Trade: { nodrop: true @@ -24088,7 +29415,10 @@ item_db: ( Buy: 10 Weight: 900 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 }, { @@ -24100,7 +29430,9 @@ item_db: ( Weight: 750 Def: 5 Slots: 1 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 58 Loc: 16 EquipLv: 50 @@ -24128,7 +29460,26 @@ item_db: ( Weight: 500 Def: 20 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 16 Script: <" bonus bMdef,3; "> @@ -24164,7 +29515,10 @@ item_db: ( Buy: 3500 Weight: 400 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 }, { @@ -24176,7 +29530,10 @@ item_db: ( Weight: 400 Def: 10 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 }, { @@ -24187,7 +29544,23 @@ item_db: ( Buy: 18000 Weight: 600 Def: 16 - Job: 0x016E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + Taekwon: true + Star_Gladiator: true + Gunslinger: true + } Loc: 64 }, { @@ -24199,7 +29572,23 @@ item_db: ( Weight: 600 Def: 16 Slots: 1 - Job: 0x016E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + Taekwon: true + Star_Gladiator: true + Gunslinger: true + } Loc: 64 }, { @@ -24210,7 +29599,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Gender: 0 Loc: 64 Script: <" @@ -24236,7 +29628,10 @@ item_db: ( Buy: 8500 Weight: 600 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 Script: <" bonus bMdef,5; "> }, @@ -24269,7 +29664,10 @@ item_db: ( Buy: 48000 Weight: 750 Def: 27 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 64 EquipLv: 65 }, @@ -24282,7 +29680,10 @@ item_db: ( Weight: 750 Def: 27 Slots: 1 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 64 EquipLv: 65 }, @@ -24294,7 +29695,11 @@ item_db: ( Buy: 34000 Weight: 350 Def: 22 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 64 EquipLv: 30 Refine: false @@ -24307,7 +29712,9 @@ item_db: ( Buy: 1 Weight: 1 Def: 5 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 64 Refine: false @@ -24330,7 +29737,10 @@ item_db: ( Weight: 300 Def: 9 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 EquipLv: 30 Script: <" @@ -24347,7 +29757,9 @@ item_db: ( Weight: 500 Def: 8 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 64 EquipLv: 40 @@ -24361,7 +29773,10 @@ item_db: ( Buy: 30000 Weight: 500 Def: 12 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 EquipLv: 65 Script: <" @@ -24380,7 +29795,10 @@ item_db: ( Buy: 30000 Weight: 650 Def: 13 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 EquipLv: 65 Script: <" @@ -24396,7 +29814,10 @@ item_db: ( Buy: 30000 Weight: 700 Def: 13 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 EquipLv: 54 Script: <" @@ -24414,7 +29835,9 @@ item_db: ( Weight: 300 Def: 8 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 64 EquipLv: 25 @@ -24428,7 +29851,26 @@ item_db: ( Weight: 500 Def: 13 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 64 Script: <" @@ -24446,7 +29888,15 @@ item_db: ( Weight: 200 Def: 7 Slots: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 64 EquipLv: 40 Script: <" bonus bMdef,10; "> @@ -24459,7 +29909,26 @@ item_db: ( Buy: 20 Weight: 500 Def: 13 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 64 EquipLv: 85 @@ -24478,7 +29947,26 @@ item_db: ( Weight: 300 Def: 13 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 64 EquipLv: 55 @@ -24492,7 +29980,26 @@ item_db: ( Buy: 20 Weight: 500 Def: 16 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 64 EquipLv: 55 @@ -24508,7 +30015,26 @@ item_db: ( Type: 5 Buy: 20 Weight: 2000 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 64 EquipLv: 75 @@ -24547,7 +30073,10 @@ item_db: ( Type: 5 Weight: 300 Def: 22 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 Refine: false Trade: { @@ -24569,7 +30098,20 @@ item_db: ( Type: 5 Weight: 1500 Def: 5 - Job: 0x000E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 64 Trade: { nodrop: true @@ -24631,7 +30173,10 @@ item_db: ( Weight: 600 Def: 10 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 Script: <" bonus bMdef,5; "> }, @@ -24644,7 +30189,20 @@ item_db: ( Weight: 250 Def: 15 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 64 Script: <" bonus bMaxHP,(BaseLevel*10); "> @@ -24658,7 +30216,26 @@ item_db: ( Weight: 500 Def: 16 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 64 EquipLv: 55 @@ -24675,7 +30252,21 @@ item_db: ( Buy: 10 Def: 15 Slots: 1 - Job: 0x226654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + Ninja: true + Kagerou: true + } Loc: 64 EquipLv: 80 Trade: { @@ -24701,7 +30292,18 @@ item_db: ( Buy: 10 Def: 9 Slots: 1 - Job: 0x00898B1C + Job: { + Magician: true + Archer: true + Acolyte: true + Priest: true + Wizard: true + Hunter: true + Monk: true + Sage: true + Bard: true + Soul_Linker: true + } Loc: 64 EquipLv: 80 Trade: { @@ -24727,7 +30329,9 @@ item_db: ( Buy: 10 Def: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 64 EquipLv: 80 @@ -24803,7 +30407,20 @@ item_db: ( Weight: 300 Def: 10 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 64 Script: <" @@ -24877,7 +30494,10 @@ item_db: ( Name: "Glorious Shoes" Type: 5 Buy: 20 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 EquipLv: 81 Trade: { @@ -24902,7 +30522,10 @@ item_db: ( Type: 5 Buy: 20 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 EquipLv: 61 Trade: { @@ -24926,7 +30549,10 @@ item_db: ( Type: 5 Buy: 20 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 Trade: { nodrop: true @@ -24947,7 +30573,10 @@ item_db: ( Buy: 1000 Weight: 1000 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 }, { @@ -24968,7 +30597,26 @@ item_db: ( Buy: 20 Weight: 500 Def: 3 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 64 EquipLv: 85 @@ -24995,7 +30643,26 @@ item_db: ( Buy: 20 Weight: 500 Def: 16 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 64 EquipLv: 60 @@ -25172,7 +30839,10 @@ item_db: ( Weight: 200 Def: 15 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 Script: <" bonus bMaxHPrate,3; "> }, @@ -25185,7 +30855,23 @@ item_db: ( Weight: 300 Def: 21 Slots: 1 - Job: 0x016E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + Taekwon: true + Star_Gladiator: true + Gunslinger: true + } Loc: 64 Script: <" bonus bMaxHPrate,3; "> }, @@ -25198,7 +30884,10 @@ item_db: ( Weight: 400 Def: 32 Slots: 1 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 64 Script: <" bonus bMaxHPrate,3; "> }, @@ -25270,7 +30959,9 @@ item_db: ( Weight: 300 Def: 15 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Loc: 64 EquipLv: 105 @@ -25297,7 +30988,9 @@ item_db: ( Buy: 20 Weight: 500 Def: 12 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 64 EquipLv: 100 @@ -25315,7 +31008,9 @@ item_db: ( Buy: 20 Weight: 500 Def: 12 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 64 EquipLv: 100 @@ -25333,7 +31028,9 @@ item_db: ( Buy: 20 Weight: 500 Def: 12 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 64 EquipLv: 100 @@ -25351,7 +31048,9 @@ item_db: ( Buy: 20 Weight: 500 Def: 12 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 64 EquipLv: 100 @@ -25369,7 +31068,9 @@ item_db: ( Buy: 20 Weight: 300 Def: 12 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 64 EquipLv: 100 @@ -25395,7 +31096,9 @@ item_db: ( Buy: 20 Weight: 300 Def: 12 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 64 EquipLv: 100 @@ -25452,7 +31155,9 @@ item_db: ( Weight: 900 Def: 32 Slots: 1 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 64 EquipLv: 100 @@ -25470,7 +31175,9 @@ item_db: ( Weight: 900 Def: 32 Slots: 1 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 64 EquipLv: 100 @@ -25488,7 +31195,9 @@ item_db: ( Weight: 400 Def: 18 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 64 EquipLv: 100 @@ -25506,7 +31215,9 @@ item_db: ( Weight: 400 Def: 18 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 64 EquipLv: 100 @@ -25524,7 +31235,9 @@ item_db: ( Weight: 400 Def: 18 Slots: 1 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 56 Loc: 64 EquipLv: 100 @@ -25542,7 +31255,9 @@ item_db: ( Weight: 400 Def: 18 Slots: 1 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 56 Loc: 64 EquipLv: 100 @@ -25580,7 +31295,14 @@ item_db: ( Weight: 750 Def: 30 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 64 EquipLv: 95 Script: <" @@ -25597,7 +31319,25 @@ item_db: ( Weight: 500 Def: 20 Slots: 1 - Job: 0x236E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + Taekwon: true + Star_Gladiator: true + Gunslinger: true + Ninja: true + Kagerou: true + } Loc: 64 EquipLv: 95 Script: <" @@ -25614,7 +31354,16 @@ item_db: ( Weight: 350 Def: 15 Slots: 1 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 64 EquipLv: 95 Script: <" @@ -25630,7 +31379,26 @@ item_db: ( Buy: 20 Weight: 2000 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 64 EquipLv: 75 @@ -25645,7 +31413,26 @@ item_db: ( Weight: 500 Def: 16 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 64 EquipLv: 60 @@ -25663,7 +31450,10 @@ item_db: ( Weight: 500 Def: 12 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 EquipLv: 65 Script: <" bonus bAgi,2; "> @@ -25677,7 +31467,10 @@ item_db: ( Weight: 650 Def: 13 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 EquipLv: 65 }, @@ -25723,7 +31516,10 @@ item_db: ( Weight: 700 Def: 13 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 EquipLv: 54 Script: <" @@ -25741,7 +31537,10 @@ item_db: ( Weight: 100 Def: 5 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Gender: 0 Loc: 64 Script: <" @@ -25800,7 +31599,14 @@ item_db: ( Name: "TE WoE Boots" Type: 5 Def: 10 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 64 EquipLv: 40 Refine: false @@ -25826,7 +31632,16 @@ item_db: ( Name: "TE WoE Magic Sandal" Type: 5 Def: 5 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 64 EquipLv: 40 Refine: false @@ -25893,7 +31708,10 @@ item_db: ( Buy: 5000 Weight: 400 Def: 8 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 }, { @@ -25905,7 +31723,10 @@ item_db: ( Weight: 400 Def: 8 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 }, { @@ -25916,7 +31737,19 @@ item_db: ( Buy: 32000 Weight: 600 Def: 13 - Job: 0x006654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 4 }, { @@ -25928,7 +31761,19 @@ item_db: ( Weight: 600 Def: 13 Slots: 1 - Job: 0x006654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 4 }, { @@ -25939,7 +31784,10 @@ item_db: ( Buy: 82000 Weight: 600 Def: 9 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 40 Script: <" bonus bAgi,1; "> @@ -25952,7 +31800,10 @@ item_db: ( Buy: 56000 Weight: 500 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 Script: <" bonus bUnbreakableGarment,0; @@ -25967,7 +31818,12 @@ item_db: ( Buy: 20000 Weight: 550 Def: 10 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 4 EquipLv: 75 Script: <" @@ -25983,7 +31839,9 @@ item_db: ( Buy: 1 Weight: 1 Def: 4 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 4 Refine: false @@ -26006,7 +31864,10 @@ item_db: ( Buy: 5000 Weight: 700 Def: 13 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 75 Script: <" @@ -26027,7 +31888,9 @@ item_db: ( Weight: 500 Def: 7 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 4 EquipLv: 40 @@ -26042,7 +31905,10 @@ item_db: ( Weight: 500 Def: 18 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 80 }, @@ -26055,7 +31921,17 @@ item_db: ( Weight: 800 Def: 25 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 4 EquipLv: 80 }, @@ -26068,7 +31944,12 @@ item_db: ( Weight: 300 Def: 12 Slots: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 4 EquipLv: 85 }, @@ -26080,7 +31961,10 @@ item_db: ( Buy: 30000 Weight: 400 Def: 8 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 65 Script: <" @@ -26096,7 +31980,10 @@ item_db: ( Buy: 30000 Weight: 600 Def: 13 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 65 Script: <" bonus2 bSubEle,Ele_Neutral,15; "> @@ -26109,7 +31996,10 @@ item_db: ( Buy: 30000 Weight: 600 Def: 8 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 33 Script: <" @@ -26125,7 +32015,10 @@ item_db: ( Buy: 30000 Weight: 600 Def: 9 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 61 Script: <" @@ -26141,7 +32034,10 @@ item_db: ( Buy: 30000 Weight: 700 Def: 11 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 54 Script: <" @@ -26159,7 +32055,9 @@ item_db: ( Weight: 400 Def: 6 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 4 EquipLv: 20 @@ -26196,7 +32094,26 @@ item_db: ( Weight: 500 Def: 10 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 4 Script: <" @@ -26214,7 +32131,10 @@ item_db: ( Weight: 600 Def: 9 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 40 Script: <" bonus bAgi,1; "> @@ -26240,7 +32160,26 @@ item_db: ( Weight: 600 Def: 16 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 4 EquipLv: 48 @@ -26255,7 +32194,26 @@ item_db: ( Weight: 500 Def: 11 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 4 EquipLv: 55 @@ -26269,7 +32227,26 @@ item_db: ( Buy: 20 Weight: 500 Def: 13 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 4 EquipLv: 55 @@ -26284,7 +32261,26 @@ item_db: ( Weight: 500 Def: 13 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 4 EquipLv: 55 @@ -26299,7 +32295,17 @@ item_db: ( Weight: 700 Def: 13 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 58 Loc: 4 EquipLv: 70 @@ -26314,7 +32320,17 @@ item_db: ( Weight: 400 Def: 8 Slots: 1 - Job: 0x00098B1C + Job: { + Magician: true + Archer: true + Acolyte: true + Priest: true + Wizard: true + Hunter: true + Monk: true + Sage: true + Bard: true + } Upper: 58 Loc: 4 EquipLv: 70 @@ -26330,7 +32346,10 @@ item_db: ( Type: 5 Weight: 200 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 Refine: false Trade: { @@ -26375,7 +32394,12 @@ item_db: ( Type: 5 Buy: 1 Def: 17 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 4 Refine: false Trade: { @@ -26402,7 +32426,10 @@ item_db: ( Weight: 250 Def: 7 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 60 Script: <" @@ -26420,7 +32447,20 @@ item_db: ( Weight: 250 Def: 15 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 4 Script: <" @@ -26438,7 +32478,21 @@ item_db: ( Buy: 10 Def: 28 Slots: 1 - Job: 0x226654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + Ninja: true + Kagerou: true + } Loc: 4 EquipLv: 80 Trade: { @@ -26464,7 +32518,18 @@ item_db: ( Buy: 10 Def: 20 Slots: 1 - Job: 0x00898B1C + Job: { + Magician: true + Archer: true + Acolyte: true + Priest: true + Wizard: true + Hunter: true + Monk: true + Sage: true + Bard: true + Soul_Linker: true + } Loc: 4 EquipLv: 80 Trade: { @@ -26490,7 +32555,9 @@ item_db: ( Buy: 10 Def: 20 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 4 EquipLv: 80 @@ -26546,7 +32613,26 @@ item_db: ( Weight: 500 Def: 16 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 4 EquipLv: 70 @@ -26591,7 +32677,20 @@ item_db: ( Weight: 500 Def: 14 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 4 Script: <" @@ -26610,7 +32709,9 @@ item_db: ( Weight: 500 Def: 10 Slots: 1 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 58 Loc: 4 EquipLv: 70 @@ -26665,7 +32766,26 @@ item_db: ( Name: "Neo Muffler" Type: 5 Def: 22 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 4 EquipLv: 95 @@ -26696,7 +32816,10 @@ item_db: ( Type: 5 Buy: 20 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 80 Trade: { @@ -26731,7 +32854,26 @@ item_db: ( Weight: 500 Def: 4 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 4 EquipLv: 55 @@ -26755,7 +32897,17 @@ item_db: ( Weight: 400 Def: 3 Slots: 1 - Job: 0x00098B1C + Job: { + Magician: true + Archer: true + Acolyte: true + Priest: true + Wizard: true + Hunter: true + Monk: true + Sage: true + Bard: true + } Upper: 58 Loc: 4 EquipLv: 70 @@ -26782,7 +32934,26 @@ item_db: ( Weight: 1000 Def: 14 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 4 Script: <" @@ -26799,7 +32970,26 @@ item_db: ( Weight: 400 Def: 25 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 4 EquipLv: 90 @@ -26944,7 +33134,10 @@ item_db: ( Weight: 200 Def: 13 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 Script: <" bonus bMaxHPrate,3; "> }, @@ -26957,7 +33150,19 @@ item_db: ( Weight: 300 Def: 18 Slots: 1 - Job: 0x006654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 4 Script: <" bonus bMaxHPrate,3; "> }, @@ -27042,7 +33247,9 @@ item_db: ( Weight: 600 Def: 3 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 4 }, @@ -27079,7 +33286,9 @@ item_db: ( Buy: 20 Weight: 400 Def: 12 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 4 EquipLv: 100 @@ -27097,7 +33306,9 @@ item_db: ( Buy: 20 Weight: 400 Def: 12 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 4 EquipLv: 100 @@ -27162,7 +33373,9 @@ item_db: ( Buy: 20 Weight: 600 Def: 20 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 4 EquipLv: 100 @@ -27179,7 +33392,9 @@ item_db: ( Buy: 20 Weight: 600 Def: 16 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 4 EquipLv: 100 @@ -27251,7 +33466,9 @@ item_db: ( Buy: 20 Weight: 100 Def: 13 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 4 EquipLv: 100 @@ -27268,7 +33485,9 @@ item_db: ( Buy: 20 Weight: 100 Def: 13 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 4 EquipLv: 100 @@ -27297,7 +33516,9 @@ item_db: ( Buy: 20 Weight: 200 Def: 15 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 56 Loc: 4 EquipLv: 100 @@ -27315,7 +33536,9 @@ item_db: ( Buy: 20 Weight: 200 Def: 15 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 56 Loc: 4 EquipLv: 100 @@ -27332,7 +33555,10 @@ item_db: ( Buy: 56000 Weight: 400 Def: 1 - Job: 0x00000300 + Job: { + Priest: true + Wizard: true + } Upper: 56 Loc: 4 EquipLv: 130 @@ -27388,7 +33614,10 @@ item_db: ( Weight: 600 Def: 32 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 95 Script: <" @@ -27421,7 +33650,10 @@ item_db: ( Weight: 500 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 40 Script: <" @@ -27557,7 +33789,10 @@ item_db: ( Weight: 700 Def: 11 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 4 EquipLv: 54 Script: <" @@ -27575,7 +33810,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -27588,7 +33826,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -27601,7 +33842,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -27614,7 +33858,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -27627,7 +33874,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -27652,7 +33902,10 @@ item_db: ( Type: 5 Buy: 15000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -27718,7 +33971,10 @@ item_db: ( Type: 5 Buy: 90000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 50 Refine: false @@ -27736,7 +33992,10 @@ item_db: ( Buy: 75000 Weight: 100 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 40 Refine: false @@ -27749,7 +34008,10 @@ item_db: ( Type: 5 Buy: 75000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 40 Refine: false @@ -27763,7 +34025,10 @@ item_db: ( Buy: 2 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 35 Refine: false @@ -27777,7 +34042,10 @@ item_db: ( Buy: 2 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 35 Refine: false @@ -27790,7 +34058,11 @@ item_db: ( Type: 5 Buy: 10000 Weight: 100 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 136 EquipLv: 65 Refine: false @@ -27803,7 +34075,13 @@ item_db: ( Type: 5 Buy: 10000 Weight: 100 - Job: 0x22021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + Kagerou: true + } Loc: 136 EquipLv: 70 Refine: false @@ -27826,7 +34104,10 @@ item_db: ( Buy: 30000 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 90 Refine: false @@ -27840,7 +34121,10 @@ item_db: ( Buy: 30000 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 90 Refine: false @@ -27854,7 +34138,10 @@ item_db: ( Buy: 30000 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 90 Refine: false @@ -27868,7 +34155,10 @@ item_db: ( Buy: 30000 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 90 Refine: false @@ -27882,7 +34172,10 @@ item_db: ( Buy: 30000 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 90 Refine: false @@ -27896,7 +34189,10 @@ item_db: ( Buy: 15000 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 90 Refine: false @@ -27925,7 +34221,9 @@ item_db: ( Buy: 400 Weight: 200 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 136 Refine: false @@ -27988,7 +34286,10 @@ item_db: ( Buy: 125000 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 65 Refine: false @@ -28005,7 +34306,10 @@ item_db: ( Type: 5 Buy: 204000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 80 Refine: false @@ -28118,7 +34422,10 @@ item_db: ( Buy: 40000 Weight: 200 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" @@ -28136,7 +34443,11 @@ item_db: ( Type: 5 Buy: 20 Weight: 700 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 136 EquipLv: 50 Refine: false @@ -28201,7 +34512,13 @@ item_db: ( Type: 5 Buy: 40000 Weight: 200 - Job: 0x22021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + Kagerou: true + } Loc: 136 EquipLv: 60 Refine: false @@ -28247,7 +34564,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 33 Refine: false @@ -28263,7 +34583,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 33 Refine: false @@ -28279,7 +34602,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 61 Refine: false @@ -28295,7 +34621,10 @@ item_db: ( Type: 5 Buy: 30000 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 61 Refine: false @@ -28338,7 +34667,13 @@ item_db: ( Buy: 20000 Weight: 300 Def: 1 - Job: 0x22021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + Kagerou: true + } Loc: 136 EquipLv: 30 Refine: false @@ -28355,7 +34690,10 @@ item_db: ( Type: 5 Buy: 50000 Weight: 4000 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false }, @@ -28366,7 +34704,17 @@ item_db: ( Type: 5 Buy: 20000 Weight: 1000 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 136 Refine: false Script: <" bonus bMaxHP,50; "> @@ -28401,7 +34749,20 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 Refine: false @@ -28419,7 +34780,20 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 Refine: false @@ -28437,7 +34811,20 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 Refine: false @@ -28455,7 +34842,20 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 Refine: false @@ -28487,7 +34887,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 75 Refine: false @@ -28503,7 +34906,11 @@ item_db: ( Type: 5 Buy: 20 Weight: 500 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 136 EquipLv: 60 Refine: false @@ -28534,7 +34941,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 300 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 60 Refine: false @@ -28604,7 +35014,11 @@ item_db: ( Buy: 10000 Weight: 100 Slots: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 136 EquipLv: 65 Refine: false @@ -28617,7 +35031,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false }, @@ -28627,7 +35044,10 @@ item_db: ( Name: "Warrior's Shining Ring" Type: 5 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 48 Refine: false @@ -28717,7 +35137,20 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 Refine: false @@ -28741,7 +35174,20 @@ item_db: ( Buy: 20 Weight: 100 Def: 2 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 Refine: false @@ -28806,7 +35252,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -28820,7 +35269,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -28834,7 +35286,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -28848,7 +35303,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 20 Refine: false @@ -28861,7 +35319,10 @@ item_db: ( Type: 5 Buy: 1 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 Refine: false View: 73 @@ -28883,7 +35344,10 @@ item_db: ( Type: 5 Buy: 1 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 56 @@ -28905,7 +35369,10 @@ item_db: ( Name: "Rental Critical Ring" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Trade: { @@ -28926,7 +35393,10 @@ item_db: ( Name: "Rental Earring" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Trade: { @@ -28947,7 +35417,10 @@ item_db: ( Name: "Rental Ring" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Trade: { @@ -28968,7 +35441,10 @@ item_db: ( Name: "Rental Necklace" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Trade: { @@ -28989,7 +35465,10 @@ item_db: ( Name: "Glove" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Trade: { @@ -29010,7 +35489,10 @@ item_db: ( Name: "Rental Brooch" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Trade: { @@ -29031,7 +35513,10 @@ item_db: ( Name: "Rental Rosary" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Trade: { @@ -29056,7 +35541,10 @@ item_db: ( Type: 5 Buy: 1 Def: 8 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Trade: { @@ -29078,7 +35566,10 @@ item_db: ( Type: 5 Buy: 1 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Trade: { @@ -29104,7 +35595,10 @@ item_db: ( Type: 5 Buy: 1 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Trade: { @@ -29130,7 +35624,10 @@ item_db: ( Type: 5 Buy: 1 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Trade: { @@ -29156,7 +35653,10 @@ item_db: ( Type: 5 Buy: 1 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Trade: { @@ -29182,7 +35682,11 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 58 Loc: 136 EquipLv: 60 @@ -29196,7 +35700,26 @@ item_db: ( Buy: 20 Weight: 100 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 EquipLv: 90 @@ -29214,7 +35737,26 @@ item_db: ( Buy: 20 Weight: 100 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 EquipLv: 90 @@ -29229,7 +35771,26 @@ item_db: ( Buy: 20 Weight: 150 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 EquipLv: 50 @@ -29364,7 +35925,10 @@ item_db: ( Name: "Bloody Iron Ball" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Trade: { @@ -29465,7 +36029,11 @@ item_db: ( Buy: 20 Weight: 100 Slots: 1 - Job: 0x00810200 + Job: { + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 136 EquipLv: 80 Refine: false @@ -29479,7 +36047,12 @@ item_db: ( Buy: 20 Weight: 200 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 136 EquipLv: 80 Refine: false @@ -29492,7 +36065,11 @@ item_db: ( Buy: 20 Weight: 200 Slots: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 136 EquipLv: 65 Refine: false @@ -29505,7 +36082,14 @@ item_db: ( Buy: 20 Weight: 700 Def: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 136 EquipLv: 50 Refine: false @@ -29521,7 +36105,12 @@ item_db: ( Type: 5 Buy: 20 Def: 1 - Job: 0x00404082 + Job: { + Swordsman: true + Knight: true + Crusader: true + Star_Gladiator: true + } Loc: 136 EquipLv: 70 Refine: false @@ -29550,7 +36139,13 @@ item_db: ( Type: 5 Buy: 20 Def: 1 - Job: 0x22021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + Kagerou: true + } Loc: 136 EquipLv: 70 Refine: false @@ -29579,7 +36174,11 @@ item_db: ( Type: 5 Buy: 20 Def: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 136 EquipLv: 70 Refine: false @@ -29607,7 +36206,12 @@ item_db: ( Type: 5 Buy: 20 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 136 EquipLv: 70 Refine: false @@ -29635,7 +36239,11 @@ item_db: ( Type: 5 Buy: 20 Def: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 136 EquipLv: 70 Refine: false @@ -29664,7 +36272,11 @@ item_db: ( Type: 5 Buy: 20 Def: 1 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 136 EquipLv: 70 Refine: false @@ -29693,7 +36305,9 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 58 Loc: 136 EquipLv: 70 @@ -29710,7 +36324,9 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 58 Loc: 136 EquipLv: 70 @@ -29728,7 +36344,10 @@ item_db: ( Buy: 20 Weight: 50 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 80 Refine: false @@ -29746,7 +36365,20 @@ item_db: ( Buy: 20 Weight: 50 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 Refine: false @@ -29766,7 +36398,10 @@ item_db: ( Buy: 20 Weight: 50 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 80 Refine: false @@ -29791,7 +36426,10 @@ item_db: ( Buy: 20 Weight: 50 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 80 Refine: false @@ -29816,7 +36454,10 @@ item_db: ( Buy: 20 Weight: 50 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 80 Refine: false @@ -29837,7 +36478,9 @@ item_db: ( Type: 5 Buy: 20 Def: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 136 EquipLv: 70 @@ -29865,7 +36508,9 @@ item_db: ( AegisName: "Directive_A" Name: "Directive" Type: 5 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 136 Refine: false @@ -29885,7 +36530,9 @@ item_db: ( AegisName: "Directive_B" Name: "Directive" Type: 5 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 136 Refine: false @@ -29907,7 +36554,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 75 Refine: false @@ -29924,7 +36574,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 150 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 75 Refine: false @@ -30050,7 +36703,20 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 EquipLv: 70 @@ -30071,7 +36737,20 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 Refine: false @@ -30088,7 +36767,20 @@ item_db: ( Buy: 20 Weight: 200 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 Refine: false @@ -30105,7 +36797,9 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 58 Loc: 136 EquipLv: 80 @@ -30120,7 +36814,9 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0x00020000 + Job: { + Rogue: true + } Upper: 58 Loc: 136 EquipLv: 80 @@ -30134,7 +36830,11 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Upper: 58 Loc: 136 EquipLv: 84 @@ -30157,7 +36857,20 @@ item_db: ( Weight: 120 Def: 1 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 EquipLv: 90 @@ -30429,7 +37142,26 @@ item_db: ( AegisName: "Skul_Ring_C" Name: "Neo Skull Ring" Type: 5 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 EquipLv: 95 @@ -30607,7 +37339,10 @@ item_db: ( Name: "Glorious Ring" Type: 5 Buy: 20 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 81 Refine: false @@ -30637,7 +37372,10 @@ item_db: ( Name: "Glorious Popularized Ring" Type: 5 Buy: 20 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 61 Refine: false @@ -30658,7 +37396,10 @@ item_db: ( Name: "Glorious Mass-Production Ring" Type: 5 Buy: 20 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Trade: { @@ -30834,7 +37575,26 @@ item_db: ( Buy: 20 Weight: 100 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 EquipLv: 90 @@ -30875,7 +37635,26 @@ item_db: ( Buy: 20 Weight: 200 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 Refine: false @@ -30893,7 +37672,26 @@ item_db: ( Buy: 20 Weight: 200 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 Refine: false @@ -30911,7 +37709,26 @@ item_db: ( Buy: 20 Weight: 200 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 Refine: false @@ -30929,7 +37746,26 @@ item_db: ( Buy: 20 Weight: 200 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 Refine: false @@ -30958,7 +37794,20 @@ item_db: ( AegisName: "Ring_Of_Flame_Lord_I" Name: "Ring of Flame Lord" Type: 5 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 Refine: false @@ -30990,7 +37839,20 @@ item_db: ( Name: "Ring of Resonance" Type: 5 Def: 2 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 136 Refine: false @@ -31021,7 +37883,9 @@ item_db: ( Name: "Magic Stone Ring" Type: 5 Slots: 1 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 136 EquipLv: 99 @@ -31043,7 +37907,20 @@ item_db: ( AegisName: "Green_Apple_Ring" Name: "Green Apple Ring" Type: 5 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 56 Loc: 136 EquipLv: 99 @@ -31069,7 +37946,12 @@ item_db: ( Name: "Magical Stone" Type: 5 Weight: 200 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 136 EquipLv: 99 Refine: false @@ -31095,7 +37977,12 @@ item_db: ( Name: "Magical Stone" Type: 5 Weight: 200 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 136 EquipLv: 99 Refine: false @@ -31121,7 +38008,10 @@ item_db: ( Name: "Will Of Exhausted Warrior" Type: 5 Weight: 200 - Job: 0x00008100 + Job: { + Priest: true + Monk: true + } Loc: 136 EquipLv: 99 Refine: false @@ -31160,7 +38050,9 @@ item_db: ( Buy: 100000 Weight: 100 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 136 EquipLv: 99 @@ -31175,7 +38067,9 @@ item_db: ( Buy: 100000 Weight: 2000 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 136 EquipLv: 99 @@ -31190,7 +38084,9 @@ item_db: ( Buy: 500000 Weight: 1000 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 136 EquipLv: 99 @@ -31204,7 +38100,9 @@ item_db: ( Buy: 100000 Weight: 500 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 136 EquipLv: 99 @@ -31219,7 +38117,9 @@ item_db: ( Buy: 100000 Weight: 2500 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 136 EquipLv: 99 @@ -31234,7 +38134,9 @@ item_db: ( Buy: 100000 Weight: 6000 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 136 EquipLv: 99 @@ -31250,7 +38152,9 @@ item_db: ( Weight: 8000 Def: 3 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 136 EquipLv: 99 @@ -31265,7 +38169,9 @@ item_db: ( Buy: 200000 Weight: 400 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 136 EquipLv: 99 @@ -31279,7 +38185,9 @@ item_db: ( Buy: 250000 Weight: 1000 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 136 EquipLv: 99 @@ -31294,7 +38202,9 @@ item_db: ( Buy: 100000 Weight: 2500 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 136 EquipLv: 99 @@ -31309,7 +38219,9 @@ item_db: ( Buy: 100000 Weight: 2500 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 136 EquipLv: 99 @@ -31442,7 +38354,9 @@ item_db: ( Name: "Swordman Manual" Type: 5 Weight: 100 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 136 EquipLv: [1, 12] @@ -31469,7 +38383,9 @@ item_db: ( Name: "Thief Manual" Type: 5 Weight: 100 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 136 EquipLv: [1, 12] @@ -31498,7 +38414,9 @@ item_db: ( Name: "Acolyte Manual" Type: 5 Weight: 100 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 136 EquipLv: [1, 12] @@ -31525,7 +38443,9 @@ item_db: ( Name: "Archer Manual" Type: 5 Weight: 100 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 136 EquipLv: [1, 12] @@ -31551,7 +38471,9 @@ item_db: ( Name: "Merchant Manual" Type: 5 Weight: 100 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 136 EquipLv: [1, 12] @@ -31579,7 +38501,9 @@ item_db: ( Name: "Mage Manual" Type: 5 Weight: 100 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 136 EquipLv: [1, 12] @@ -31668,7 +38592,10 @@ item_db: ( AegisName: "Greed_Clip" Name: "Greed Clip" Type: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 10 Refine: false @@ -31758,7 +38685,10 @@ item_db: ( Name: "Critical Ring" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" bonus bCritical,10; "> @@ -31769,7 +38699,10 @@ item_db: ( Name: "Rental Glove" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" bonus bDex,4; "> @@ -31781,7 +38714,10 @@ item_db: ( Type: 5 Buy: 1 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" bonus bMdef,5; "> @@ -31792,7 +38728,10 @@ item_db: ( Name: "Necklace" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" bonus bVit,4; "> @@ -31803,7 +38742,10 @@ item_db: ( Name: "Ring" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" bonus bStr,4; "> @@ -31814,7 +38756,10 @@ item_db: ( Name: "Rosary" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" @@ -31828,7 +38773,10 @@ item_db: ( Name: "Caracas Ring" Type: 5 Def: 2 - Job: 0x00050000 + Job: { + Sage: true + Alchemist: true + } Upper: 56 Loc: 136 EquipLv: 99 @@ -31856,7 +38804,10 @@ item_db: ( Name: "Earring" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" bonus bInt,3; "> @@ -31934,7 +38885,10 @@ item_db: ( Name: "E Critical Ring C" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" bonus bCritical,10; "> @@ -31945,7 +38899,10 @@ item_db: ( Name: "E Glove C" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" bonus bDex,4; "> @@ -31957,7 +38914,10 @@ item_db: ( Type: 5 Buy: 1 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" bonus bMdef,5; "> @@ -31968,7 +38928,10 @@ item_db: ( Name: "E Ring C" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" bonus bVit,4; "> @@ -31979,7 +38942,10 @@ item_db: ( Name: "E Necklace C" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" bonus bStr,4; "> @@ -31990,7 +38956,10 @@ item_db: ( Name: "E Rosary C" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" @@ -32006,7 +38975,20 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 56 Loc: 136 EquipLv: 110 @@ -32030,7 +39012,20 @@ item_db: ( Weight: 100 Def: 1 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 56 Loc: 136 EquipLv: 125 @@ -32143,7 +39138,9 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 136 EquipLv: 100 @@ -32163,7 +39160,9 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 136 EquipLv: 100 @@ -32183,7 +39182,9 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 136 EquipLv: 100 @@ -32203,7 +39204,9 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 136 EquipLv: 100 @@ -32241,7 +39244,9 @@ item_db: ( Name: "Light Of Cure" Type: 5 Buy: 20 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 136 EquipLv: 110 @@ -32257,7 +39262,9 @@ item_db: ( Name: "Seal Of Cathedral" Type: 5 Buy: 20 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 136 EquipLv: 110 @@ -32273,7 +39280,9 @@ item_db: ( Name: "Ring Of Archbishop" Type: 5 Buy: 20 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 136 EquipLv: 110 @@ -32303,7 +39312,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 45 Refine: false @@ -32321,7 +39333,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 45 Refine: false @@ -32533,7 +39548,9 @@ item_db: ( Weight: 200 Def: 4 Slots: 1 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 136 EquipLv: 100 @@ -32553,7 +39570,9 @@ item_db: ( Weight: 200 Def: 3 Slots: 1 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 136 EquipLv: 100 @@ -32596,7 +39615,9 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 136 EquipLv: 100 @@ -32613,7 +39634,9 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 136 EquipLv: 100 @@ -32660,7 +39683,9 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 56 Loc: 136 EquipLv: 100 @@ -32677,7 +39702,9 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 56 Loc: 136 EquipLv: 100 @@ -32696,7 +39723,9 @@ item_db: ( Weight: 400 Def: 3 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 136 EquipLv: 100 @@ -32726,7 +39755,9 @@ item_db: ( Buy: 56000 Weight: 400 Def: 1 - Job: 0x00008000 + Job: { + Monk: true + } Upper: 56 Loc: 136 EquipLv: 130 @@ -32802,7 +39833,10 @@ item_db: ( Buy: 20 Weight: 100 Slots: 1 - Job: 0x00080800 + Job: { + Hunter: true + Bard: true + } Loc: 136 EquipLv: 90 Refine: false @@ -32820,7 +39854,10 @@ item_db: ( Buy: 30000 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 61 Refine: false @@ -32837,7 +39874,10 @@ item_db: ( Buy: 30000 Weight: 200 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 61 Refine: false @@ -32854,7 +39894,10 @@ item_db: ( Buy: 30000 Weight: 100 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 33 Refine: false @@ -32868,7 +39911,10 @@ item_db: ( Buy: 30000 Weight: 100 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 EquipLv: 33 Refine: false @@ -33001,7 +40047,20 @@ item_db: ( Weight: 100 Def: 1 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 136 Refine: false Script: <" @@ -33302,7 +40361,9 @@ item_db: ( Name: "Ninja Tutorial" Type: 5 Weight: 100 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 136 EquipLv: [1, 12] @@ -33329,7 +40390,9 @@ item_db: ( Name: "Gunslinger Tutorial" Type: 5 Weight: 100 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 136 EquipLv: [1, 12] @@ -33357,7 +40420,9 @@ item_db: ( Name: "Taekwon Tutorial" Type: 5 Weight: 100 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 136 EquipLv: [1, 12] @@ -33628,7 +40693,10 @@ item_db: ( Type: 4 Buy: 20 Weight: 200 - Job: 0x00800200 + Job: { + Wizard: true + Soul_Linker: true + } Loc: 136 EquipLv: 80 Refine: false @@ -33693,7 +40761,9 @@ item_db: ( Buy: 62000 Weight: 100 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Gender: 1 Loc: 136 @@ -33709,7 +40779,9 @@ item_db: ( Buy: 62000 Weight: 100 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Loc: 136 EquipLv: 130 @@ -45259,7 +52331,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 6 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 87 Script: <" bonus2 bResEff,Eff_Curse,1000; "> @@ -45272,7 +52347,17 @@ item_db: ( Buy: 20 Weight: 600 Def: 9 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 256 EquipLv: 60 View: 88 @@ -45290,7 +52375,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 89 Script: <" @@ -45305,7 +52393,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 90 @@ -45319,7 +52410,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 513 Refine: false View: 91 @@ -45333,7 +52427,10 @@ item_db: ( Buy: 36000 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 Refine: false View: 92 @@ -45346,7 +52443,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 7 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 55 View: 93 @@ -45365,7 +52465,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 94 @@ -45378,7 +52481,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 7 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 95 Script: <" @@ -45416,7 +52522,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 98 }, @@ -45447,7 +52556,11 @@ item_db: ( Buy: 20 Weight: 300 Def: 5 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 512 EquipLv: 65 Refine: false @@ -45473,7 +52586,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 102 }, @@ -45485,7 +52601,14 @@ item_db: ( Buy: 20 Weight: 800 Def: 15 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 256 EquipLv: 70 View: 103 @@ -45499,7 +52622,11 @@ item_db: ( Buy: 20 Weight: 300 Def: 8 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 256 View: 104 Script: <" bonus bAgi,1; "> @@ -45512,7 +52639,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 11 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 105 Script: <" bonus bVit,1; "> @@ -45537,7 +52667,11 @@ item_db: ( Buy: 20 Weight: 1200 Def: 8 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 256 EquipLv: 38 View: 107 @@ -45554,7 +52688,20 @@ item_db: ( Buy: 20 Weight: 2400 Def: 4 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 768 View: 138 Script: <" @@ -45569,7 +52716,11 @@ item_db: ( Type: 5 Buy: 20 Weight: 1000 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 256 View: 108 }, @@ -45592,7 +52743,20 @@ item_db: ( Buy: 20 Weight: 1600 Def: 10 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 256 EquipLv: 74 View: 110 @@ -45610,7 +52774,10 @@ item_db: ( Buy: 20 Weight: 300 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 50 View: 111 @@ -45624,7 +52791,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 2 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 112 Script: <" @@ -45650,7 +52822,10 @@ item_db: ( Buy: 20 Weight: 900 Def: 6 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 114 @@ -45663,7 +52838,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 6 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 40 View: 115 @@ -45676,7 +52854,20 @@ item_db: ( Buy: 20 Weight: 1500 Def: 9 - Job: 0x0006D5F2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Blacksmith: true + Assassin: true + Crusader: true + Monk: true + Rogue: true + Alchemist: true + } Loc: 256 EquipLv: 55 View: 116 @@ -45690,7 +52881,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 117 }, @@ -45702,7 +52896,10 @@ item_db: ( Buy: 20 Weight: 900 Def: 6 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 50 View: 118 @@ -45714,7 +52911,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 500 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 119 }, @@ -45726,7 +52926,10 @@ item_db: ( Buy: 20 Weight: 700 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 38 View: 120 @@ -45739,7 +52942,10 @@ item_db: ( Buy: 20 Weight: 250 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 10 View: 121 @@ -45765,7 +52971,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 64 View: 123 @@ -45815,7 +53024,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 150 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 14 View: 127 @@ -45828,7 +53040,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 EquipLv: 20 Refine: false @@ -45855,7 +53070,15 @@ item_db: ( Buy: 20 Weight: 500 Def: 6 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 256 EquipLv: 50 View: 130 @@ -45884,7 +53107,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 131 }, @@ -45953,7 +53179,11 @@ item_db: ( Buy: 20 Weight: 3000 Def: 5 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 257 EquipLv: 65 Refine: false @@ -45967,7 +53197,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0x00001100 + Job: { + Priest: true + Assassin: true + } Loc: 1 EquipLv: 70 Refine: false @@ -45981,7 +53214,9 @@ item_db: ( Buy: 1 Weight: 1 Def: 6 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 256 Refine: false @@ -46018,7 +53253,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 142 Script: <" @@ -46082,7 +53320,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 147 }, @@ -46118,7 +53359,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 7 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 70 View: 150 @@ -46135,7 +53379,10 @@ item_db: ( Buy: 20 Weight: 350 Def: 8 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 151 Script: <" bonus bAgi,1; "> @@ -46162,7 +53409,10 @@ item_db: ( Buy: 20 Weight: 300 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 153 Script: <" @@ -46178,7 +53428,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 154 Script: <" bonus bStr,2; "> @@ -46191,7 +53444,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 155 Script: <" bonus bDex,1; "> @@ -46204,7 +53460,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 7 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 70 View: 156 @@ -46221,7 +53480,10 @@ item_db: ( Buy: 20 Weight: 700 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 157 Script: <" bonus bDex, 2; "> @@ -46318,7 +53580,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 75 View: 165 @@ -46360,7 +53625,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 168 Script: <" bonus2 bResEff,Eff_Sleep,2000; "> @@ -46386,7 +53654,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 513 Refine: false View: 170 @@ -46448,7 +53719,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 768 EquipLv: 35 View: 175 @@ -46461,7 +53735,10 @@ item_db: ( Buy: 150000 Weight: 300 Def: 5 - Job: 0x00001100 + Job: { + Priest: true + Assassin: true + } Loc: 768 EquipLv: 65 View: 176 @@ -46475,7 +53752,10 @@ item_db: ( Weight: 300 Def: 5 Slots: 1 - Job: 0x00001100 + Job: { + Priest: true + Assassin: true + } Loc: 768 EquipLv: 65 View: 177 @@ -46489,7 +53769,10 @@ item_db: ( Buy: 500000 Weight: 900 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 768 EquipLv: 55 View: 178 @@ -46507,7 +53790,10 @@ item_db: ( Weight: 1000 Def: 5 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 768 EquipLv: 55 View: 179 @@ -46524,7 +53810,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0x00001100 + Job: { + Priest: true + Assassin: true + } Loc: 1 EquipLv: 70 Refine: false @@ -46622,7 +53911,10 @@ item_db: ( Buy: 20 Weight: 600 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 Refine: false @@ -46639,7 +53931,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 Refine: false View: 187 @@ -46757,7 +54052,9 @@ item_db: ( Buy: 8500 Weight: 400 Def: 8 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 256 EquipLv: 40 @@ -46841,7 +54138,9 @@ item_db: ( Weight: 400 Def: 8 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 256 EquipLv: 40 @@ -46868,7 +54167,10 @@ item_db: ( Buy: 20 Weight: 400 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 768 EquipLv: 70 View: 200 @@ -46885,7 +54187,10 @@ item_db: ( Buy: 30000 Weight: 1000 Def: 9 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 65 View: 250 @@ -46900,7 +54205,10 @@ item_db: ( Weight: 500 Def: 6 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 65 View: 254 @@ -46917,7 +54225,10 @@ item_db: ( Buy: 30000 Weight: 300 Def: 6 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 65 View: 251 @@ -46936,7 +54247,9 @@ item_db: ( Weight: 300 Def: 6 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 256 EquipLv: 50 @@ -46951,7 +54264,10 @@ item_db: ( Buy: 30000 Weight: 200 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 33 View: 256 @@ -46965,7 +54281,10 @@ item_db: ( Buy: 30000 Weight: 500 Def: 8 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 61 View: 257 @@ -46982,7 +54301,10 @@ item_db: ( Buy: 30000 Weight: 500 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 54 View: 258 @@ -47015,7 +54337,20 @@ item_db: ( Type: 5 Buy: 20 Weight: 700 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 768 EquipLv: 75 View: 202 @@ -47032,7 +54367,11 @@ item_db: ( Buy: 20 Weight: 1200 Def: 8 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 769 EquipLv: 75 View: 203 @@ -47071,7 +54410,11 @@ item_db: ( Buy: 20 Weight: 150 Def: 3 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 256 Refine: false View: 205 @@ -47095,7 +54438,10 @@ item_db: ( Name: "Cyclop's Eye" Type: 5 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 EquipLv: 75 Refine: false @@ -47123,7 +54469,10 @@ item_db: ( Weight: 500 Def: 1 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 Refine: false @@ -47142,7 +54491,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 3 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 EquipLv: 30 View: 209 @@ -47195,7 +54549,10 @@ item_db: ( Weight: 400 Def: 1 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 View: 212 @@ -47210,7 +54567,14 @@ item_db: ( Weight: 3000 Def: 20 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 768 EquipLv: 50 View: 213 @@ -47228,7 +54592,10 @@ item_db: ( Weight: 1000 Def: 5 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 769 EquipLv: 30 View: 214 @@ -47450,7 +54817,17 @@ item_db: ( Weight: 500 Def: 9 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 256 View: 86 }, @@ -47463,7 +54840,11 @@ item_db: ( Weight: 100 Def: 10 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 256 View: 35 Script: <" bonus bMdef,3; "> @@ -47477,7 +54858,10 @@ item_db: ( Weight: 900 Def: 9 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 40 View: 30 @@ -47492,7 +54876,16 @@ item_db: ( Weight: 800 Def: 9 Slots: 1 - Job: 0x006444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 256 View: 41 Script: <" bonus bStr,1; "> @@ -47506,7 +54899,22 @@ item_db: ( Weight: 1000 Def: 12 Slots: 1 - Job: 0x0066D5F2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Blacksmith: true + Assassin: true + Crusader: true + Monk: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 256 EquipLv: 50 View: 43 @@ -47520,7 +54928,14 @@ item_db: ( Weight: 800 Def: 15 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 256 EquipLv: 70 View: 103 @@ -47535,7 +54950,10 @@ item_db: ( Weight: 500 Def: 10 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 105 Script: <" bonus bVit,1; "> @@ -47549,7 +54967,10 @@ item_db: ( Weight: 400 Def: 7 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Gender: 0 Loc: 256 EquipLv: 45 @@ -47565,7 +54986,10 @@ item_db: ( Weight: 400 Def: 7 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Gender: 1 Loc: 256 EquipLv: 45 @@ -47581,7 +55005,11 @@ item_db: ( Weight: 3000 Def: 5 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 257 EquipLv: 65 Refine: false @@ -47642,7 +55070,10 @@ item_db: ( Buy: 30000 Weight: 600 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 224 Script: <" @@ -47659,7 +55090,26 @@ item_db: ( Weight: 1000 Def: 10 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 256 View: 225 @@ -47821,7 +55271,17 @@ item_db: ( Weight: 500 Def: 3 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 768 EquipLv: 50 View: 233 @@ -47869,7 +55329,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 8 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 View: 236 @@ -48179,7 +55642,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 259 @@ -48209,7 +55675,10 @@ item_db: ( Weight: 300 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 40 View: 262 @@ -48326,7 +55795,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 38 Script: <" @@ -48344,7 +55816,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 6 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 39 Script: <" @@ -48362,7 +55837,16 @@ item_db: ( Buy: 20 Weight: 800 Def: 10 - Job: 0x006444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 256 View: 41 Script: <" bonus bStr,2; "> @@ -48387,7 +55871,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 142 Script: <" @@ -48402,7 +55889,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 55 @@ -48449,7 +55939,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 768 EquipLv: 35 View: 175 @@ -48463,7 +55956,10 @@ item_db: ( Buy: 500000 Weight: 900 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 768 EquipLv: 55 View: 178 @@ -48519,7 +56015,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 64 View: 271 @@ -48536,7 +56035,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 64 View: 272 @@ -48553,7 +56055,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 64 View: 273 @@ -48570,7 +56075,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 274 Script: <" @@ -48586,7 +56094,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 275 Script: <" @@ -48602,7 +56113,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 276 Script: <" @@ -48618,7 +56132,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 277 Script: <" @@ -48634,7 +56151,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 278 Script: <" @@ -48686,7 +56206,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 2 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 282 Script: <" @@ -48702,7 +56227,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 2 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 283 Script: <" @@ -48718,7 +56248,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 2 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 284 Script: <" @@ -48734,7 +56269,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 2 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 285 Script: <" @@ -48750,7 +56290,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 2 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 286 Script: <" @@ -48985,7 +56530,10 @@ item_db: ( Buy: 20 Weight: 300 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 301 @@ -49085,7 +56633,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 769 EquipLv: 20 View: 303 @@ -49116,7 +56667,10 @@ item_db: ( Type: 5 Buy: 1 Def: 12 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 72 @@ -49186,7 +56740,10 @@ item_db: ( Type: 5 Buy: 1 Def: 12 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 93 @@ -49353,7 +56910,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 309 @@ -49371,7 +56931,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 310 @@ -49388,7 +56951,10 @@ item_db: ( Type: 5 Buy: 2 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 142 @@ -49414,7 +56980,10 @@ item_db: ( Type: 5 Buy: 2 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 41 @@ -49437,7 +57006,10 @@ item_db: ( Type: 5 Buy: 2 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 123 @@ -49796,7 +57368,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 45 View: 322 @@ -49873,7 +57448,10 @@ item_db: ( Type: 5 Weight: 500 Def: 20 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 328 @@ -49987,7 +57565,17 @@ item_db: ( Weight: 100 Def: 5 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 256 View: 334 Script: <" @@ -50132,7 +57720,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 8 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 261 Trade: { @@ -50273,7 +57864,10 @@ item_db: ( Type: 5 Buy: 1 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 768 Refine: false View: 178 @@ -50346,7 +57940,10 @@ item_db: ( Type: 5 Buy: 1 Def: 9 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 142 @@ -50373,7 +57970,10 @@ item_db: ( Type: 5 Buy: 1 Def: 14 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 105 @@ -50666,7 +58266,10 @@ item_db: ( Weight: 200 Def: 5 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 98 }, @@ -50679,7 +58282,10 @@ item_db: ( Weight: 200 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 28 Script: <" bonus bMdef,3; "> @@ -50693,7 +58299,10 @@ item_db: ( Weight: 100 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 102 }, @@ -50706,7 +58315,10 @@ item_db: ( Weight: 100 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 74 Script: <" bonus bStr,1; "> @@ -50733,7 +58345,10 @@ item_db: ( Buy: 20 Weight: 700 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 38 View: 361 @@ -50747,7 +58362,20 @@ item_db: ( Weight: 2400 Def: 4 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 768 View: 138 Script: <" @@ -50915,7 +58543,17 @@ item_db: ( Weight: 1000 Def: 9 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 256 EquipLv: 70 View: 371 @@ -51238,7 +58876,10 @@ item_db: ( Weight: 250 Def: 6 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 50 View: 389 @@ -51489,7 +59130,14 @@ item_db: ( Weight: 1200 Def: 10 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 58 Loc: 256 EquipLv: 85 @@ -51511,7 +59159,20 @@ item_db: ( Weight: 300 Def: 5 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 256 EquipLv: 85 @@ -51836,7 +59497,10 @@ item_db: ( Buy: 20 Weight: 600 Def: 4 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 18 View: 418 @@ -51906,7 +59570,10 @@ item_db: ( Weight: 800 Def: 12 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 769 EquipLv: 50 Refine: false @@ -51930,7 +59597,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 300 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 EquipLv: 50 Refine: false @@ -52203,7 +59873,10 @@ item_db: ( Buy: 500 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 439 @@ -52217,7 +59890,10 @@ item_db: ( Buy: 500 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 440 @@ -52231,7 +59907,10 @@ item_db: ( Buy: 500 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 441 @@ -52245,7 +59924,10 @@ item_db: ( Buy: 500 Weight: 100 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 442 @@ -52375,7 +60057,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 1000 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 451 @@ -53134,7 +60819,10 @@ item_db: ( Name: "Student Cap" Type: 5 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 102 @@ -53159,7 +60847,10 @@ item_db: ( Name: "Ulle's Cap" Type: 5 Def: 12 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 254 @@ -53184,7 +60875,11 @@ item_db: ( Name: "Sphinx Hat" Type: 5 Def: 10 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 257 Refine: false View: 137 @@ -53245,7 +60940,10 @@ item_db: ( Weight: 400 Def: 6 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 495 Script: <" @@ -53566,7 +61264,9 @@ item_db: ( Type: 5 Buy: 10 Weight: 100 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 58 Loc: 512 EquipLv: 60 @@ -53584,7 +61284,11 @@ item_db: ( Type: 5 Buy: 10 Weight: 100 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 512 EquipLv: 60 Refine: false @@ -53757,7 +61461,10 @@ item_db: ( Weight: 500 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 Refine: false @@ -54266,7 +61973,10 @@ item_db: ( Weight: 500 Def: 6 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 541 @@ -55271,7 +62981,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 277 Script: <" bonus bMdef,15; "> @@ -55299,7 +63012,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 55 @@ -55386,7 +63102,16 @@ item_db: ( Buy: 20 Weight: 800 Def: 5 - Job: 0x006444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 256 View: 41 Script: <" bonus bStr,2; "> @@ -55399,7 +63124,11 @@ item_db: ( Buy: 20 Weight: 150 Def: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 256 Refine: false View: 205 @@ -55430,7 +63159,10 @@ item_db: ( Buy: 20 Weight: 500 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 Refine: false @@ -55474,7 +63206,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 64 View: 272 @@ -55656,7 +63391,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 EquipLv: 30 View: 209 @@ -55704,7 +63444,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 286 Script: <" bonus bInt,2; "> @@ -55717,7 +63462,14 @@ item_db: ( Buy: 20 Weight: 3000 Def: 8 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 768 EquipLv: 50 View: 213 @@ -55781,7 +63533,10 @@ item_db: ( Type: 5 Buy: 1 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 56 @@ -55793,7 +63548,10 @@ item_db: ( Type: 5 Buy: 1 Def: 7 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 72 @@ -55806,7 +63564,10 @@ item_db: ( Type: 5 Buy: 1 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 Refine: false View: 73 @@ -55818,7 +63579,10 @@ item_db: ( Name: "Brooch" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" bonus bAgi,4; "> @@ -55830,7 +63594,10 @@ item_db: ( Type: 5 Buy: 2 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 41 @@ -56432,7 +64199,10 @@ item_db: ( Type: 5 Def: 1 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 Refine: false @@ -56563,7 +64333,16 @@ item_db: ( Buy: 20 Weight: 800 Def: 5 - Job: 0x006444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 256 View: 41 Script: <" bonus bStr,2; "> @@ -56576,7 +64355,11 @@ item_db: ( Buy: 20 Weight: 150 Def: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 256 Refine: false View: 205 @@ -56606,7 +64389,10 @@ item_db: ( Buy: 20 Weight: 500 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 Refine: false @@ -56650,7 +64436,10 @@ item_db: ( Buy: 20 Weight: 800 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 64 View: 272 @@ -56832,7 +64621,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 EquipLv: 30 View: 209 @@ -56878,7 +64672,12 @@ item_db: ( Buy: 20 Weight: 300 Def: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 286 Script: <" bonus bInt,2; "> @@ -56891,7 +64690,14 @@ item_db: ( Buy: 20 Weight: 3000 Def: 8 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 768 EquipLv: 50 View: 213 @@ -56941,7 +64747,10 @@ item_db: ( Type: 5 Buy: 1 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 Refine: false View: 56 @@ -56953,7 +64762,10 @@ item_db: ( Type: 5 Buy: 1 Def: 7 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 72 @@ -56966,7 +64778,10 @@ item_db: ( Type: 5 Buy: 1 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 Refine: false View: 73 @@ -56978,7 +64793,10 @@ item_db: ( Name: "E Brooch C" Type: 5 Buy: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 136 Refine: false Script: <" bonus bAgi,4; "> @@ -56990,7 +64808,10 @@ item_db: ( Type: 5 Buy: 2 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 41 @@ -57198,7 +65019,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -57230,7 +65053,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -57262,7 +65087,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 56 Loc: 768 EquipLv: 100 @@ -57294,7 +65121,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -57326,7 +65155,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00020000 + Job: { + Rogue: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -57358,7 +65189,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -57388,7 +65221,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -57420,7 +65255,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -57452,7 +65289,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00008000 + Job: { + Monk: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -57483,7 +65322,9 @@ item_db: ( Buy: 20 Weight: 100 Def: 6 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 513 EquipLv: 100 @@ -57515,7 +65356,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00010000 + Job: { + Sage: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -57547,7 +65390,9 @@ item_db: ( Weight: 100 Def: 17 Slots: 1 - Job: 0x00004000 + Job: { + Crusader: true + } Upper: 56 Loc: 768 EquipLv: 100 @@ -57579,7 +65424,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -57623,7 +65470,9 @@ item_db: ( Weight: 100 Def: 12 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -58494,7 +66343,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 50 View: 104 @@ -58508,7 +66360,20 @@ item_db: ( Weight: 250 Def: 5 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 769 View: 364 @@ -58549,7 +66414,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 5 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 98 Script: <" @@ -59342,7 +67210,14 @@ item_db: ( Weight: 600 Def: 7 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 58 Loc: 256 EquipLv: 60 @@ -59365,7 +67240,14 @@ item_db: ( Weight: 600 Def: 6 Slots: 1 - Job: 0x000A1848 + Job: { + Archer: true + Thief: true + Hunter: true + Assassin: true + Rogue: true + Bard: true + } Upper: 58 Loc: 256 EquipLv: 60 @@ -59388,7 +67270,14 @@ item_db: ( Weight: 600 Def: 6 Slots: 1 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 58 Loc: 256 EquipLv: 60 @@ -59468,7 +67357,9 @@ item_db: ( Weight: 50 Def: 20 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 256 EquipLv: 100 View: 1118 @@ -59494,7 +67385,9 @@ item_db: ( Weight: 200 Def: 10 Slots: 1 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -59515,7 +67408,9 @@ item_db: ( Weight: 200 Def: 10 Slots: 1 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -59536,7 +67431,9 @@ item_db: ( Weight: 200 Def: 10 Slots: 1 - Job: 0x00004000 + Job: { + Crusader: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -59558,7 +67455,9 @@ item_db: ( Weight: 200 Def: 10 Slots: 1 - Job: 0x00020000 + Job: { + Rogue: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -59578,7 +67477,9 @@ item_db: ( Weight: 200 Def: 10 Slots: 1 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Gender: 1 Loc: 256 @@ -59599,7 +67500,9 @@ item_db: ( Weight: 200 Def: 10 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -59622,7 +67525,9 @@ item_db: ( Weight: 200 Def: 20 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -71755,7 +79660,10 @@ item_db: ( Buy: 200 Weight: 2 Atk: 10 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 32768 View: 3 }, @@ -71767,7 +79675,10 @@ item_db: ( Buy: 450 Weight: 3 Atk: 10 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 32768 View: 5 }, @@ -71779,7 +79690,10 @@ item_db: ( Buy: 1500 Weight: 100 Atk: 10 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 32768 View: 5 }, @@ -82026,7 +89940,9 @@ item_db: ( Type: 0 Buy: 275 Weight: 100 - Job: 0x00000400 + Job: { + Blacksmith: true + } BuyingStore: true Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(200,300), 0; "> }, @@ -82037,7 +89953,9 @@ item_db: ( Type: 0 Buy: 625 Weight: 140 - Job: 0x00000400 + Job: { + Blacksmith: true + } BuyingStore: true Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(300,400), 0; "> }, @@ -82048,7 +89966,9 @@ item_db: ( Type: 0 Buy: 1375 Weight: 180 - Job: 0x00000400 + Job: { + Blacksmith: true + } BuyingStore: true Script: <" if(checkmount() == MOUNT_MADO) itemheal rand(400,500), 0; "> }, @@ -86080,7 +94000,9 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 - Job: 0x00000080 + Job: { + Knight: true + } BuyingStore: true Script: <" makerune 5; "> }, @@ -86091,7 +94013,9 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 - Job: 0x00000080 + Job: { + Knight: true + } BuyingStore: true Script: <" makerune 11; "> }, @@ -86102,7 +94026,9 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 - Job: 0x00000080 + Job: { + Knight: true + } BuyingStore: true Script: <" makerune 14; "> }, @@ -86113,7 +94039,9 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 - Job: 0x00000080 + Job: { + Knight: true + } BuyingStore: true Script: <" makerune 2; "> }, @@ -86124,7 +94052,9 @@ item_db: ( Type: 0 Buy: 2 Weight: 100 - Job: 0x00000080 + Job: { + Knight: true + } BuyingStore: true Script: <" makerune 8; "> }, @@ -87152,7 +95082,34 @@ item_db: ( AegisName: "C_Awakening_Potion" Name: "Infinite Awakening Potion" Type: 11 - Job: 0xFFF7FEEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + Soul_Linker: true + Gunslinger: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } EquipLv: 40 Trade: { nodrop: true @@ -87174,7 +95131,21 @@ item_db: ( AegisName: "C_Berserk_Potion" Name: "Infinite Berserk Potion" Type: 11 - Job: 0x01E646A6 + Job: { + Swordsman: true + Magician: true + Merchant: true + Knight: true + Wizard: true + Blacksmith: true + Crusader: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + Soul_Linker: true + Gunslinger: true + } EquipLv: 85 Trade: { nodrop: true @@ -89008,7 +96979,27 @@ item_db: ( Weight: 600 Atk: 39 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 View: 1 @@ -89023,7 +97014,27 @@ item_db: ( Weight: 900 Atk: 110 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 60 @@ -89042,7 +97053,27 @@ item_db: ( Weight: 700 Atk: 148 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 70 @@ -89063,7 +97094,13 @@ item_db: ( Atk: 80 Range: 1 Slots: 1 - Job: 0x22021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 EquipLv: 55 @@ -89080,7 +97117,13 @@ item_db: ( Atk: 80 Range: 1 Slots: 2 - Job: 0x22021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 EquipLv: 55 @@ -89097,7 +97140,9 @@ item_db: ( Atk: 120 Range: 1 Slots: 2 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 2 WeaponLv: 4 @@ -89113,7 +97158,10 @@ item_db: ( Weight: 600 Atk: 150 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 3 @@ -89133,7 +97181,10 @@ item_db: ( Weight: 400 Atk: 70 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 2 @@ -89151,7 +97202,10 @@ item_db: ( Atk: 70 Range: 1 Slots: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 2 @@ -89168,7 +97222,10 @@ item_db: ( Weight: 900 Atk: 125 Range: 2 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 4 @@ -89191,7 +97248,10 @@ item_db: ( Matk: 50 Range: 1 Slots: 2 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 1 @@ -89209,7 +97269,10 @@ item_db: ( Matk: 50 Range: 1 Slots: 3 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 1 @@ -89226,7 +97289,10 @@ item_db: ( Atk: 95 Range: 1 Slots: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 2 @@ -89247,7 +97313,10 @@ item_db: ( Atk: 95 Range: 1 Slots: 2 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 2 @@ -89267,7 +97336,10 @@ item_db: ( Weight: 800 Atk: 120 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 3 @@ -89288,7 +97360,10 @@ item_db: ( Atk: 120 Range: 1 Slots: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 3 @@ -89309,7 +97384,26 @@ item_db: ( Atk: 64 Range: 1 Slots: 2 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 EquipLv: 65 @@ -89329,7 +97423,26 @@ item_db: ( Atk: 70 Range: 1 Slots: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -89346,7 +97459,26 @@ item_db: ( Atk: 140 Range: 1 Slots: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -89367,7 +97499,27 @@ item_db: ( Atk: 148 Range: 1 Slots: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 70 @@ -89411,7 +97563,26 @@ item_db: ( Buy: 1 Atk: 129 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -89442,7 +97613,12 @@ item_db: ( Buy: 1 Atk: 209 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -89468,7 +97644,10 @@ item_db: ( Atk: 120 Matk: 98 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 1 @@ -89493,7 +97672,26 @@ item_db: ( Buy: 2 Atk: 105 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -89518,7 +97716,26 @@ item_db: ( Buy: 2 Atk: 105 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -89543,7 +97760,26 @@ item_db: ( Buy: 2 Atk: 85 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -89573,7 +97809,23 @@ item_db: ( Atk: 120 Range: 1 Slots: 3 - Job: 0x000F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -89591,7 +97843,23 @@ item_db: ( Atk: 130 Range: 1 Slots: 1 - Job: 0x000F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -89612,7 +97880,26 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -89638,7 +97925,27 @@ item_db: ( Atk: 110 Range: 1 Slots: 2 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 60 @@ -89658,7 +97965,26 @@ item_db: ( Atk: 70 Range: 1 Slots: 3 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -89675,7 +98001,26 @@ item_db: ( Atk: 70 Range: 1 Slots: 3 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -89692,7 +98037,9 @@ item_db: ( Atk: 140 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 2 WeaponLv: 4 EquipLv: 36 @@ -89714,7 +98061,9 @@ item_db: ( Atk: 130 Range: 1 Slots: 2 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 58 Loc: 2 WeaponLv: 2 @@ -89731,7 +98080,9 @@ item_db: ( Atk: 50 Range: 1 Slots: 4 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 58 Loc: 2 WeaponLv: 2 @@ -89746,7 +98097,27 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -89777,7 +98148,27 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -89810,7 +98201,9 @@ item_db: ( Atk: 120 Range: 1 Slots: 3 - Job: 0x00020000 + Job: { + Rogue: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -89834,7 +98227,23 @@ item_db: ( Atk: 130 Range: 1 Slots: 2 - Job: 0x000F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -89855,7 +98264,27 @@ item_db: ( Atk: 50 Range: 1 Slots: 3 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -89869,7 +98298,27 @@ item_db: ( Atk: 63 Range: 1 Slots: 3 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -89883,7 +98332,27 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -89916,7 +98385,26 @@ item_db: ( Type: 4 Atk: 120 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -89940,7 +98428,26 @@ item_db: ( Type: 4 Atk: 105 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -89963,7 +98470,10 @@ item_db: ( Type: 4 Atk: 155 Range: 2 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 4 @@ -89990,7 +98500,11 @@ item_db: ( Atk: 110 Range: 1 Slots: 3 - Job: 0x00021040 + Job: { + Thief: true + Assassin: true + Rogue: true + } Upper: 58 Loc: 2 WeaponLv: 2 @@ -90011,7 +98525,11 @@ item_db: ( Atk: 135 Range: 1 Slots: 2 - Job: 0x00021040 + Job: { + Thief: true + Assassin: true + Rogue: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -90029,7 +98547,26 @@ item_db: ( Type: 4 Atk: 153 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -90060,7 +98597,27 @@ item_db: ( Atk: 45 Range: 1 Slots: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 View: 1 @@ -90088,7 +98645,27 @@ item_db: ( Atk: 124 Matk: 60 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 2 EquipLv: 26 @@ -90112,7 +98689,27 @@ item_db: ( Atk: 158 Matk: 70 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 2 EquipLv: 40 @@ -90136,7 +98733,27 @@ item_db: ( Weight: 500 Atk: 51 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -90163,7 +98780,26 @@ item_db: ( Buy: 2 Atk: 85 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -90177,7 +98813,26 @@ item_db: ( Buy: 1 Atk: 129 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -90191,7 +98846,10 @@ item_db: ( Buy: 1 Atk: 120 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 1 @@ -90206,7 +98864,12 @@ item_db: ( Buy: 1 Atk: 209 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -90220,7 +98883,26 @@ item_db: ( Buy: 2 Atk: 85 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -90234,7 +98916,26 @@ item_db: ( Buy: 1 Atk: 129 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -90248,7 +98949,10 @@ item_db: ( Buy: 1 Atk: 120 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 1 @@ -90263,7 +98967,12 @@ item_db: ( Buy: 1 Atk: 209 Range: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -90279,7 +98988,9 @@ item_db: ( Atk: 142 Range: 1 Slots: 1 - Job: 0x00020000 + Job: { + Rogue: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -90303,7 +99014,23 @@ item_db: ( Atk: 107 Matk: 120 Range: 1 - Job: 0x000F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -90324,7 +99051,13 @@ item_db: ( Type: 4 Atk: 60 Range: 1 - Job: 0x22021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -90340,7 +99073,13 @@ item_db: ( Atk: 110 Range: 1 Slots: 1 - Job: 0x22021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 View: 1 @@ -90355,7 +99094,9 @@ item_db: ( Atk: 120 Range: 1 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 2 WeaponLv: 1 @@ -90370,7 +99111,27 @@ item_db: ( Atk: 165 Matk: 80 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 EquipLv: 60 @@ -90397,7 +99158,26 @@ item_db: ( Matk: 70 Range: 1 Slots: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 EquipLv: 30 @@ -90412,7 +99192,26 @@ item_db: ( Atk: 160 Matk: 100 Range: 1 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 1 EquipLv: 50 @@ -90449,7 +99248,17 @@ item_db: ( Atk: 160 Matk: 80 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -90470,7 +99279,17 @@ item_db: ( Atk: 160 Matk: 80 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -90491,7 +99310,27 @@ item_db: ( Atk: 55 Range: 1 Slots: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 View: 1 @@ -90510,7 +99349,27 @@ item_db: ( Weight: 1000 Atk: 180 Range: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 95 @@ -90531,7 +99390,12 @@ item_db: ( Atk: 140 Range: 1 Slots: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 2 WeaponLv: 4 EquipLv: 55 @@ -90543,7 +99407,10 @@ item_db: ( Name: "Ninja Cutter" Type: 4 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 4 @@ -90569,7 +99436,10 @@ item_db: ( Weight: 700 Atk: 130 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 3 @@ -90588,7 +99458,10 @@ item_db: ( Matk: 100 Range: 1 Slots: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 3 @@ -90606,7 +99479,10 @@ item_db: ( Atk: 50 Matk: 120 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 4 @@ -90624,7 +99500,10 @@ item_db: ( Matk: 120 Range: 1 Slots: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 4 @@ -90644,7 +99523,12 @@ item_db: ( Atk: 55 Range: 1 Slots: 1 - Job: 0x02021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + } Upper: 1 Loc: 2 WeaponLv: 3 @@ -90674,7 +99558,26 @@ item_db: ( Weight: 700 Atk: 140 Slots: 3 - Job: 0x228F5EEE + Job: { + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 4 @@ -90689,7 +99592,30 @@ item_db: ( Atk: 100 Matk: 100 Range: 1 - Job: 0x3E9F7EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + } Upper: 1 Loc: 2 WeaponLv: 3 @@ -90721,7 +99647,15 @@ item_db: ( Atk: 50 Range: 1 Slots: 1 - Job: 0x02800075 + Job: { + Novice: true + Magician: true + Acolyte: true + Merchant: true + Thief: true + Soul_Linker: true + Ninja: true + } Upper: 1 Loc: 2 WeaponLv: 3 @@ -90751,7 +99685,20 @@ item_db: ( Matk: 130 Range: 1 Slots: 1 - Job: 0x000E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 56 Loc: 2 WeaponLv: 4 @@ -90777,7 +99724,15 @@ item_db: ( Atk: 120 Range: 1 Slots: 1 - Job: 0x02800075 + Job: { + Novice: true + Magician: true + Acolyte: true + Merchant: true + Thief: true + Soul_Linker: true + Ninja: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -90802,7 +99757,9 @@ item_db: ( Atk: 30 Range: 7 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 1 @@ -90820,7 +99777,9 @@ item_db: ( Atk: 30 Range: 7 Slots: 2 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 1 @@ -90838,7 +99797,9 @@ item_db: ( Atk: 45 Range: 7 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 2 @@ -90856,7 +99817,9 @@ item_db: ( Atk: 45 Range: 7 Slots: 2 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 2 @@ -90874,7 +99837,9 @@ item_db: ( Atk: 70 Range: 7 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 2 @@ -90892,7 +99857,9 @@ item_db: ( Atk: 70 Range: 7 Slots: 2 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 2 @@ -90909,7 +99876,9 @@ item_db: ( Weight: 500 Atk: 20 Range: 7 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -90930,7 +99899,9 @@ item_db: ( Atk: 68 Range: 7 Slots: 2 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -90949,7 +99920,9 @@ item_db: ( Buy: 20 Atk: 70 Range: 7 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -90981,7 +99954,9 @@ item_db: ( Buy: 20 Atk: 100 Range: 7 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -91012,7 +99987,9 @@ item_db: ( Buy: 20 Atk: 80 Range: 7 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -91049,7 +100026,9 @@ item_db: ( Buy: 20 Atk: 105 Range: 7 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -91074,7 +100053,9 @@ item_db: ( Type: 4 Atk: 44 Range: 7 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 2 @@ -91099,7 +100080,9 @@ item_db: ( Type: 4 Atk: 60 Range: 7 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 2 @@ -91124,7 +100107,9 @@ item_db: ( Type: 4 Atk: 76 Range: 7 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -91152,7 +100137,9 @@ item_db: ( Atk: 35 Range: 7 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -91171,7 +100158,9 @@ item_db: ( Weight: 500 Atk: 20 Range: 7 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 1 @@ -91186,7 +100175,10 @@ item_db: ( Type: 4 Atk: 60 Range: 7 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 34 WeaponLv: 3 EquipLv: 40 @@ -91216,7 +100208,10 @@ item_db: ( Atk: 150 Range: 9 Slots: 1 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 34 WeaponLv: 3 EquipLv: 99 @@ -91235,7 +100230,9 @@ item_db: ( Weight: 1000 Atk: 200 Range: 9 - Job: 0x40000000 + Job: { + Rebellion: true + } Loc: 34 WeaponLv: 3 EquipLv: 140 @@ -91256,7 +100253,9 @@ item_db: ( Atk: 200 Range: 9 Slots: 1 - Job: 0x40000000 + Job: { + Rebellion: true + } Loc: 34 WeaponLv: 3 EquipLv: 140 @@ -91277,7 +100276,9 @@ item_db: ( Atk: 100 Range: 7 Slots: 2 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 3 EquipLv: 70 @@ -91297,7 +100298,9 @@ item_db: ( Atk: 150 Range: 7 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 34 WeaponLv: 4 EquipLv: 160 @@ -91316,7 +100319,9 @@ item_db: ( Atk: 50 Range: 9 Slots: 3 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 1 @@ -91332,7 +100337,9 @@ item_db: ( Atk: 120 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 2 @@ -91353,7 +100360,9 @@ item_db: ( Atk: 120 Range: 9 Slots: 2 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 2 @@ -91374,7 +100383,9 @@ item_db: ( Atk: 150 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 2 @@ -91395,7 +100406,9 @@ item_db: ( Atk: 135 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 1 @@ -91413,7 +100426,9 @@ item_db: ( Atk: 180 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 2 @@ -91430,7 +100445,9 @@ item_db: ( Weight: 1000 Atk: 210 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 2 @@ -91451,7 +100468,9 @@ item_db: ( Atk: 50 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 2 @@ -91467,7 +100486,9 @@ item_db: ( Weight: 2500 Atk: 75 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -91485,7 +100506,9 @@ item_db: ( Atk: 75 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -91502,7 +100525,9 @@ item_db: ( Weight: 1200 Atk: 220 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 2 @@ -91520,7 +100545,9 @@ item_db: ( Atk: 220 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 2 @@ -91538,7 +100565,9 @@ item_db: ( Atk: 280 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 2 @@ -91554,7 +100583,9 @@ item_db: ( Weight: 1000 Atk: 150 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -91577,7 +100608,9 @@ item_db: ( Atk: 150 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -91599,7 +100632,9 @@ item_db: ( Weight: 700 Atk: 170 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -91622,7 +100657,9 @@ item_db: ( Atk: 170 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -91644,7 +100681,9 @@ item_db: ( Weight: 1300 Atk: 200 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -91667,7 +100706,9 @@ item_db: ( Atk: 80 Range: 9 Slots: 1 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -91689,7 +100730,9 @@ item_db: ( Atk: 80 Range: 9 Slots: 2 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -91711,7 +100754,9 @@ item_db: ( Atk: 138 Range: 9 Slots: 2 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -91731,7 +100776,9 @@ item_db: ( Buy: 20 Atk: 50 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -91764,7 +100811,9 @@ item_db: ( Buy: 20 Atk: 80 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -91795,7 +100844,9 @@ item_db: ( Buy: 20 Atk: 100 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -91827,7 +100878,9 @@ item_db: ( Buy: 20 Atk: 300 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -91859,7 +100912,9 @@ item_db: ( Buy: 20 Atk: 170 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -91889,7 +100944,9 @@ item_db: ( Buy: 20 Atk: 90 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -91927,7 +100984,9 @@ item_db: ( Buy: 20 Atk: 90 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -91964,7 +101023,9 @@ item_db: ( Buy: 20 Atk: 110 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -92003,7 +101064,9 @@ item_db: ( Buy: 20 Atk: 330 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -92044,7 +101107,9 @@ item_db: ( Atk: 50 Range: 9 Slots: 3 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 1 @@ -92059,7 +101124,9 @@ item_db: ( Weight: 1000 Atk: 80 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 1 @@ -92074,7 +101141,9 @@ item_db: ( Weight: 1500 Atk: 40 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 1 @@ -92089,7 +101158,9 @@ item_db: ( Weight: 1500 Atk: 40 Range: 9 - Job: 0x01000000 + Job: { + Gunslinger: true + } Upper: 1 Loc: 34 WeaponLv: 1 @@ -92103,7 +101174,10 @@ item_db: ( Type: 4 Atk: 80 Range: 9 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 34 WeaponLv: 3 EquipLv: 40 @@ -92130,7 +101204,10 @@ item_db: ( Type: 4 Atk: 100 Range: 9 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 34 WeaponLv: 3 EquipLv: 40 @@ -92157,7 +101234,10 @@ item_db: ( Type: 4 Atk: 100 Range: 9 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 34 WeaponLv: 3 EquipLv: 40 @@ -92184,7 +101264,10 @@ item_db: ( Type: 4 Atk: 100 Range: 9 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 34 WeaponLv: 3 EquipLv: 40 @@ -92214,7 +101297,9 @@ item_db: ( Atk: 240 Range: 9 Slots: 2 - Job: 0x40000000 + Job: { + Rebellion: true + } Loc: 34 WeaponLv: 3 EquipLv: 105 @@ -92234,7 +101319,9 @@ item_db: ( Atk: 260 Range: 9 Slots: 1 - Job: 0x40000000 + Job: { + Rebellion: true + } Loc: 34 WeaponLv: 3 EquipLv: 140 @@ -92255,7 +101342,9 @@ item_db: ( Atk: 400 Range: 9 Slots: 1 - Job: 0x40000000 + Job: { + Rebellion: true + } Loc: 34 WeaponLv: 3 EquipLv: 108 @@ -92276,7 +101365,9 @@ item_db: ( Atk: 280 Range: 9 Slots: 1 - Job: 0x40000000 + Job: { + Rebellion: true + } Loc: 34 WeaponLv: 3 EquipLv: 120 @@ -92296,7 +101387,10 @@ item_db: ( Weight: 1400 Atk: 250 Range: 9 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 34 WeaponLv: 3 EquipLv: 120 @@ -92315,7 +101409,9 @@ item_db: ( Weight: 1300 Atk: 260 Range: 9 - Job: 0x40000000 + Job: { + Rebellion: true + } Loc: 34 WeaponLv: 3 EquipLv: 140 @@ -92336,7 +101432,10 @@ item_db: ( Atk: 250 Range: 9 Slots: 1 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 34 WeaponLv: 3 EquipLv: 120 @@ -92356,7 +101455,10 @@ item_db: ( Atk: 220 Range: 9 Slots: 2 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 34 WeaponLv: 2 EquipLv: 106 @@ -92371,7 +101473,10 @@ item_db: ( Weight: 2500 Atk: 250 Range: 9 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 34 WeaponLv: 2 EquipLv: 140 @@ -92392,7 +101497,10 @@ item_db: ( Atk: 250 Range: 9 Slots: 1 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 34 WeaponLv: 2 EquipLv: 140 @@ -92413,7 +101521,9 @@ item_db: ( Buy: 1 Weight: 2 Atk: 10 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 View: 3 Script: <" bonus bAtkEle, Ele_Neutral; "> @@ -92426,7 +101536,9 @@ item_db: ( Buy: 15 Weight: 2 Atk: 15 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 View: 3 Script: <" bonus bAtkEle,Ele_Holy; "> @@ -92439,7 +101551,9 @@ item_db: ( Buy: 30 Weight: 2 Atk: 30 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 View: 3 Script: <" @@ -92455,7 +101569,9 @@ item_db: ( Buy: 80 Weight: 5 Atk: 50 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 View: 5 Script: <" bonus bAtkEle,Ele_Fire; "> @@ -92468,7 +101584,9 @@ item_db: ( Buy: 80 Weight: 5 Atk: 50 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 View: 5 Script: <" bonus bAtkEle,Ele_Wind; "> @@ -92481,7 +101599,9 @@ item_db: ( Buy: 80 Weight: 5 Atk: 50 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 View: 5 Script: <" @@ -92497,7 +101617,9 @@ item_db: ( Buy: 80 Weight: 5 Atk: 50 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 View: 5 Script: <" @@ -92513,7 +101635,9 @@ item_db: ( Buy: 80 Weight: 5 Atk: 50 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 View: 5 Script: <" bonus bAtkEle,Ele_Water; "> @@ -92525,7 +101649,9 @@ item_db: ( Type: 10 Weight: 20 Atk: 50 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 EquipLv: 50 View: 3 @@ -92548,7 +101674,10 @@ item_db: ( Buy: 250 Weight: 500 Atk: 30 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 32768 View: 3 Script: <" bonus bAtkEle, Ele_Neutral; "> @@ -92561,7 +101690,10 @@ item_db: ( Buy: 500 Weight: 500 Atk: 30 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 32768 View: 3 Script: <" bonus bAtkEle, Ele_Neutral; "> @@ -92574,7 +101706,10 @@ item_db: ( Buy: 750 Weight: 750 Atk: 30 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 32768 View: 3 Script: <" bonus bAtkEle, Ele_Neutral; "> @@ -92587,7 +101722,10 @@ item_db: ( Buy: 1 Weight: 1000 Atk: 30 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 32768 View: 3 Script: <" bonus bAtkEle, Ele_Neutral; "> @@ -92600,7 +101738,10 @@ item_db: ( Buy: 1 Weight: 1200 Atk: 30 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 32768 View: 3 Script: <" bonus bAtkEle, Ele_Neutral; "> @@ -92613,7 +101754,10 @@ item_db: ( Buy: 15 Weight: 2 Atk: 50 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 32768 EquipLv: 100 View: 3 @@ -92627,7 +101771,10 @@ item_db: ( Buy: 10 Weight: 2 Atk: 40 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 32768 EquipLv: 100 View: 3 @@ -92641,7 +101788,10 @@ item_db: ( Buy: 10 Weight: 2 Atk: 40 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 32768 EquipLv: 100 View: 3 @@ -92655,7 +101805,10 @@ item_db: ( Buy: 10 Weight: 2 Atk: 40 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 32768 EquipLv: 100 View: 3 @@ -92669,7 +101822,10 @@ item_db: ( Buy: 10 Weight: 2 Atk: 40 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 32768 EquipLv: 100 View: 3 @@ -92683,7 +101839,10 @@ item_db: ( Buy: 10 Weight: 2 Atk: 40 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 32768 EquipLv: 100 View: 3 @@ -92697,7 +101856,9 @@ item_db: ( Buy: 5 Weight: 2 Atk: 15 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 View: 3 Script: <" bonus bAtkEle, Ele_Holy; "> @@ -92710,7 +101871,9 @@ item_db: ( Buy: 10 Weight: 2 Atk: 30 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 View: 3 Script: <" @@ -92726,7 +101889,9 @@ item_db: ( Buy: 15 Weight: 5 Atk: 50 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 View: 3 Script: <" bonus bAtkEle, Ele_Fire; "> @@ -92739,7 +101904,9 @@ item_db: ( Buy: 15 Weight: 5 Atk: 50 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 View: 3 Script: <" bonus bAtkEle, Ele_Wind; "> @@ -92752,7 +101919,9 @@ item_db: ( Buy: 15 Weight: 5 Atk: 50 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 View: 3 Script: <" @@ -92768,7 +101937,9 @@ item_db: ( Buy: 15 Weight: 5 Atk: 50 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 View: 3 Script: <" @@ -92784,7 +101955,9 @@ item_db: ( Buy: 15 Weight: 5 Atk: 50 - Job: 0x01000000 + Job: { + Gunslinger: true + } Loc: 32768 View: 3 Script: <" bonus bAtkEle, Ele_Water; "> @@ -92799,7 +101972,9 @@ item_db: ( Buy: 4 Weight: 5 Atk: 10 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 View: 6 }, @@ -92811,7 +101986,9 @@ item_db: ( Buy: 10 Weight: 5 Atk: 30 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 EquipLv: 20 View: 6 @@ -92824,7 +102001,9 @@ item_db: ( Buy: 20 Weight: 5 Atk: 45 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 EquipLv: 40 View: 6 @@ -92837,7 +102016,9 @@ item_db: ( Buy: 40 Weight: 5 Atk: 70 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 EquipLv: 60 View: 6 @@ -92850,7 +102031,9 @@ item_db: ( Buy: 100 Weight: 5 Atk: 100 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 EquipLv: 80 View: 6 @@ -92863,7 +102046,9 @@ item_db: ( Buy: 10 Weight: 20 Atk: 30 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 View: 7 Script: <" bonus bAtkEle,Ele_Water; "> @@ -92876,7 +102061,9 @@ item_db: ( Buy: 10 Weight: 20 Atk: 30 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 View: 7 Script: <" bonus bAtkEle,Ele_Earth; "> @@ -92889,7 +102076,9 @@ item_db: ( Buy: 10 Weight: 20 Atk: 30 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 View: 7 Script: <" bonus bAtkEle,Ele_Wind; "> @@ -92902,7 +102091,9 @@ item_db: ( Buy: 10 Weight: 20 Atk: 30 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 View: 7 Script: <" bonus bAtkEle,Ele_Fire; "> @@ -92915,7 +102106,9 @@ item_db: ( Buy: 10 Weight: 20 Atk: 30 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 View: 7 Script: <" @@ -92932,7 +102125,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 1 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -92944,7 +102139,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 1 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -92956,7 +102153,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 1 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -92968,7 +102167,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 1 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -92980,7 +102181,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 1 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -92992,7 +102195,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93004,7 +102209,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93016,7 +102223,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93028,7 +102237,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 10 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93041,7 +102252,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 10 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93054,7 +102267,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93067,7 +102282,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93080,7 +102297,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93101,7 +102320,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 10 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93114,7 +102335,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 10 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93127,7 +102350,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 20 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93140,7 +102365,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 40 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93153,7 +102380,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 80 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93166,7 +102395,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 20 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93179,7 +102410,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 40 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93192,7 +102425,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 80 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93205,7 +102440,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 70 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93221,7 +102458,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93237,7 +102476,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93250,7 +102491,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93263,7 +102506,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93276,7 +102521,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93289,7 +102536,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93302,7 +102551,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93315,7 +102566,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93328,7 +102581,9 @@ item_db: ( Type: 10 Buy: 100 Weight: 50 - Job: 0x00040000 + Job: { + Alchemist: true + } Loc: 32768 EquipLv: 99 View: 9 @@ -93343,7 +102598,9 @@ item_db: ( Type: 10 Weight: 5 Atk: 110 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 EquipLv: 50 View: 7 @@ -93369,7 +102626,9 @@ item_db: ( Buy: 10 Weight: 20 Atk: 50 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 View: 7 Trade: { @@ -93394,7 +102653,9 @@ item_db: ( Buy: 10 Weight: 20 Atk: 50 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 View: 6 Trade: { @@ -93419,7 +102680,9 @@ item_db: ( Buy: 100 Weight: 30 Atk: 50 - Job: 0x02000000 + Job: { + Ninja: true + } Loc: 32768 EquipLv: 100 View: 7 @@ -93454,7 +102717,10 @@ item_db: ( Weight: 3000 Atk: 150 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -93477,7 +102743,10 @@ item_db: ( Atk: 50 Range: 1 Slots: 3 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -93498,7 +102767,10 @@ item_db: ( Atk: 50 Range: 1 Slots: 4 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -93518,7 +102790,10 @@ item_db: ( Weight: 1500 Atk: 185 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -93541,7 +102816,10 @@ item_db: ( Atk: 112 Range: 1 Slots: 2 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -93561,7 +102839,10 @@ item_db: ( Buy: 20 Atk: 55 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -93592,7 +102873,10 @@ item_db: ( Buy: 20 Atk: 55 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -93624,7 +102908,10 @@ item_db: ( Atk: 55 Matk: 90 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -93662,7 +102949,10 @@ item_db: ( Type: 4 Atk: 230 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -93691,7 +102981,10 @@ item_db: ( Type: 4 Atk: 99 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -93716,7 +103009,10 @@ item_db: ( Atk: 150 Matk: 50 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -93743,7 +103039,10 @@ item_db: ( Weight: 1500 Atk: 170 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -93759,7 +103058,10 @@ item_db: ( Buy: 90000 Weight: 3000 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -93787,7 +103089,10 @@ item_db: ( Matk: 50 Range: 1 Slots: 2 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -93809,7 +103114,10 @@ item_db: ( Atk: 200 Matk: 50 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -93831,7 +103139,10 @@ item_db: ( Atk: 200 Matk: 50 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 4 @@ -93853,7 +103164,10 @@ item_db: ( Atk: 55 Range: 1 Slots: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -93873,7 +103187,10 @@ item_db: ( Atk: 80 Matk: 100 Range: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 34 WeaponLv: 3 @@ -93904,7 +103221,10 @@ item_db: ( Atk: 100 Range: 1 Slots: 2 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Loc: 34 WeaponLv: 3 EquipLv: 70 @@ -93927,7 +103247,10 @@ item_db: ( Matk: 50 Range: 1 Slots: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Loc: 34 WeaponLv: 4 EquipLv: 160 @@ -93950,7 +103273,17 @@ item_db: ( Atk: 150 Range: 1 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -93969,7 +103302,17 @@ item_db: ( Buy: 1 Atk: 199 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -93998,7 +103341,17 @@ item_db: ( Buy: 2 Atk: 185 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -94027,7 +103380,17 @@ item_db: ( Buy: 2 Atk: 120 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -94058,7 +103421,17 @@ item_db: ( Atk: 130 Range: 1 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -94076,7 +103449,17 @@ item_db: ( Atk: 125 Range: 1 Slots: 2 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -94095,7 +103478,17 @@ item_db: ( Buy: 20 Atk: 120 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -94119,7 +103512,17 @@ item_db: ( Buy: 1 Atk: 148 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -94148,7 +103551,17 @@ item_db: ( Buy: 1 Atk: 120 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -94178,7 +103591,17 @@ item_db: ( Buy: 1 Atk: 160 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -94208,7 +103631,18 @@ item_db: ( Buy: 20 Atk: 115 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -94239,7 +103673,18 @@ item_db: ( Atk: 115 Matk: 74 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -94271,7 +103716,17 @@ item_db: ( Atk: 150 Range: 1 Slots: 3 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -94293,7 +103748,17 @@ item_db: ( Atk: 160 Range: 1 Slots: 3 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -94316,7 +103781,17 @@ item_db: ( Matk: 95 Range: 1 Slots: 3 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -94341,7 +103816,18 @@ item_db: ( Atk: 59 Range: 1 Slots: 3 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 2 @@ -94356,7 +103842,18 @@ item_db: ( Buy: 20 Atk: 130 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -94396,7 +103893,18 @@ item_db: ( Atk: 130 Matk: 80 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -94426,7 +103934,14 @@ item_db: ( Atk: 130 Matk: 80 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 80 @@ -94456,7 +103971,17 @@ item_db: ( Buy: 20 Atk: 160 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -94482,7 +104007,17 @@ item_db: ( Atk: 160 Range: 1 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 70 @@ -94503,7 +104038,14 @@ item_db: ( Atk: 170 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -94518,7 +104060,10 @@ item_db: ( Type: 4 Atk: 185 Range: 1 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -94542,7 +104087,17 @@ item_db: ( Type: 4 Atk: 147 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 26 @@ -94565,7 +104120,17 @@ item_db: ( Type: 4 Atk: 170 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 40 @@ -94589,7 +104154,18 @@ item_db: ( Weight: 500 Atk: 61 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -94617,7 +104193,17 @@ item_db: ( Buy: 2 Atk: 185 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -94632,7 +104218,17 @@ item_db: ( Buy: 2 Atk: 120 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -94649,7 +104245,17 @@ item_db: ( Atk: 170 Range: 1 Slots: 3 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 50 @@ -94663,7 +104269,17 @@ item_db: ( Buy: 2 Atk: 185 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -94678,7 +104294,17 @@ item_db: ( Buy: 2 Atk: 120 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 Refine: false @@ -94694,7 +104320,14 @@ item_db: ( Weight: 2200 Atk: 180 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -94712,7 +104345,11 @@ item_db: ( Type: 4 Atk: 80 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -94727,7 +104364,11 @@ item_db: ( Atk: 120 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 2 WeaponLv: 1 View: 2 @@ -94739,7 +104380,17 @@ item_db: ( Type: 4 Atk: 185 Range: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 60 @@ -94766,7 +104417,18 @@ item_db: ( Matk: 110 Range: 1 Slots: 2 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 105 @@ -94780,7 +104442,18 @@ item_db: ( Atk: 120 Matk: 100 Range: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 40 @@ -94810,7 +104483,17 @@ item_db: ( Atk: 120 Matk: 80 Slots: 3 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 80 @@ -94829,7 +104512,17 @@ item_db: ( Weight: 700 Atk: 190 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 View: 2 @@ -94845,7 +104538,18 @@ item_db: ( Atk: 85 Range: 1 Slots: 2 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 70 @@ -94865,7 +104569,18 @@ item_db: ( Atk: 135 Range: 1 Slots: 1 - Job: 0x000654E3 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 160 @@ -110523,7 +120238,34 @@ item_db: ( Type: 2 Buy: 1500 Weight: 20 - Job: 0xFFF7FEEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + Soul_Linker: true + Gunslinger: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Trade: { nodrop: true notrade: true @@ -110542,7 +120284,21 @@ item_db: ( Type: 2 Buy: 3000 Weight: 20 - Job: 0x01E646A6 + Job: { + Swordsman: true + Magician: true + Merchant: true + Knight: true + Wizard: true + Blacksmith: true + Crusader: true + Rogue: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + Soul_Linker: true + Gunslinger: true + } Trade: { nodrop: true notrade: true @@ -112623,7 +122379,17 @@ item_db: ( Weight: 1000 Def: 60 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 58 Loc: 16 Script: <" @@ -112640,7 +122406,10 @@ item_db: ( Name: "Odin's Blessing" Type: 5 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 Refine: false Trade: { @@ -112661,7 +122430,9 @@ item_db: ( Type: 5 Def: 95 Slots: 1 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 16 EquipLv: 99 @@ -112854,7 +122625,26 @@ item_db: ( Weight: 2800 Def: 58 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 16 EquipLv: 22 @@ -112868,7 +122658,10 @@ item_db: ( Weight: 4500 Def: 93 Slots: 1 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Upper: 56 Loc: 16 EquipLv: 100 @@ -112894,7 +122687,10 @@ item_db: ( Weight: 600 Def: 47 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 Script: <" bonus bMaxHPrate,3; "> }, @@ -112907,7 +122703,14 @@ item_db: ( Weight: 300 Def: 55 Slots: 1 - Job: 0x00048530 + Job: { + Acolyte: true + Merchant: true + Priest: true + Blacksmith: true + Monk: true + Alchemist: true + } Loc: 16 Script: <" bonus bMdef,5; @@ -112923,7 +122726,11 @@ item_db: ( Weight: 250 Def: 32 Slots: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 16 Script: <" bonus bDex,1; @@ -112939,7 +122746,13 @@ item_db: ( Weight: 100 Def: 45 Slots: 1 - Job: 0x22021040 + Job: { + Thief: true + Assassin: true + Rogue: true + Ninja: true + Kagerou: true + } Loc: 16 Script: <" bonus bAgi,1; @@ -112955,7 +122768,17 @@ item_db: ( Weight: 1650 Def: 60 Slots: 1 - Job: 0x000654E2 + Job: { + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Loc: 16 Script: <" bonus bMaxHPrate,3; "> }, @@ -112968,7 +122791,10 @@ item_db: ( Weight: 150 Def: 45 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 Script: <" bonus bMaxHPrate,3; "> }, @@ -113034,7 +122860,9 @@ item_db: ( Buy: 20 Weight: 500 Def: 40 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 16 EquipLv: 100 @@ -113055,7 +122883,9 @@ item_db: ( Buy: 20 Weight: 500 Def: 40 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 16 EquipLv: 100 @@ -113076,7 +122906,9 @@ item_db: ( Buy: 20 Weight: 500 Def: 40 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 16 EquipLv: 100 @@ -113097,7 +122929,9 @@ item_db: ( Buy: 20 Weight: 500 Def: 40 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 16 EquipLv: 100 @@ -113118,7 +122952,9 @@ item_db: ( Buy: 20 Weight: 300 Def: 22 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 16 EquipLv: 100 @@ -113137,7 +122973,9 @@ item_db: ( Buy: 20 Weight: 300 Def: 22 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 16 EquipLv: 100 @@ -113194,7 +123032,10 @@ item_db: ( Weight: 500 Def: 2 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 Script: <" bonus bMdef,10; @@ -113219,7 +123060,9 @@ item_db: ( Type: 5 Weight: 600 Def: 37 - Job: 0x00000000 + Job: { + All: false + } Loc: 16 Refine: false Trade: { @@ -113241,7 +123084,9 @@ item_db: ( Weight: 600 Def: 37 Slots: 1 - Job: 0x00000000 + Job: { + All: false + } Loc: 16 Refine: false Trade: { @@ -113288,7 +123133,9 @@ item_db: ( Buy: 20 Weight: 3000 Def: 110 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 16 EquipLv: 100 @@ -113307,7 +123154,9 @@ item_db: ( Buy: 20 Weight: 3000 Def: 110 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 16 EquipLv: 100 @@ -113326,7 +123175,9 @@ item_db: ( Weight: 100 Def: 45 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 16 EquipLv: 100 @@ -113344,7 +123195,9 @@ item_db: ( Weight: 100 Def: 45 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 16 EquipLv: 100 @@ -113397,7 +123250,9 @@ item_db: ( Weight: 100 Def: 45 Slots: 1 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 56 Loc: 16 EquipLv: 100 @@ -113415,7 +123270,9 @@ item_db: ( Weight: 100 Def: 45 Slots: 1 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 56 Loc: 16 EquipLv: 100 @@ -113433,7 +123290,9 @@ item_db: ( Weight: 660 Def: 66 Slots: 1 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 56 Loc: 16 EquipLv: 100 @@ -113460,7 +123319,16 @@ item_db: ( Weight: 3300 Def: 85 Slots: 1 - Job: 0x006444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + Taekwon: true + Star_Gladiator: true + } Loc: 16 EquipLv: 95 Script: <" @@ -113484,7 +123352,25 @@ item_db: ( Weight: 750 Def: 50 Slots: 1 - Job: 0x236E5CEA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + Bard: true + Taekwon: true + Star_Gladiator: true + Gunslinger: true + Ninja: true + Kagerou: true + } Loc: 16 EquipLv: 95 Script: <" @@ -113508,7 +123394,16 @@ item_db: ( Weight: 500 Def: 40 Slots: 1 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 16 EquipLv: 95 Script: <" @@ -113593,7 +123488,10 @@ item_db: ( Buy: 10000 Weight: 1200 Def: 70 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 16 EquipLv: 100 @@ -113608,7 +123506,10 @@ item_db: ( Weight: 1800 Def: 90 Slots: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 16 EquipLv: 100 @@ -113626,7 +123527,10 @@ item_db: ( Weight: 1500 Def: 60 Slots: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 16 EquipLv: 100 @@ -113644,7 +123548,10 @@ item_db: ( Weight: 1200 Def: 70 Slots: 1 - Job: 0x22000000 + Job: { + Ninja: true + Kagerou: true + } Upper: 1 Loc: 16 EquipLv: 100 @@ -113671,7 +123578,26 @@ item_db: ( Weight: 1000 Def: 40 Slots: 1 - Job: 0x000FDFFE + Job: { + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 58 Loc: 16 EquipLv: 55 @@ -113752,7 +123678,14 @@ item_db: ( Name: "TE Woe Chain Mail" Type: 5 Def: 25 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 16 EquipLv: 40 Refine: false @@ -113780,7 +123713,16 @@ item_db: ( Name: "TE Woe Mage Coat" Type: 5 Def: 5 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 16 EquipLv: 40 Refine: false @@ -113822,7 +123764,9 @@ item_db: ( Weight: 600 Def: 40 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 16 EquipLv: 99 @@ -113873,7 +123817,10 @@ item_db: ( Buy: 20 Weight: 300 Def: 40 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 16 EquipLv: 80 Script: <" @@ -113890,7 +123837,18 @@ item_db: ( Weight: 2400 Def: 90 Slots: 1 - Job: 0x000654EA + Job: { + Swordsman: true + Archer: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } Upper: 56 Loc: 16 EquipLv: 120 @@ -113907,7 +123865,14 @@ item_db: ( Weight: 1300 Def: 55 Slots: 1 - Job: 0x00018314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + } Upper: 56 Loc: 16 EquipLv: 120 @@ -113976,7 +123941,9 @@ item_db: ( Weight: 9000 Def: 56 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 16 EquipLv: 105 @@ -114031,7 +123998,17 @@ item_db: ( Atk: 130 Range: 1 Slots: 2 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -114054,7 +124031,17 @@ item_db: ( Atk: 130 Range: 1 Slots: 2 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Upper: 58 Loc: 2 WeaponLv: 3 @@ -114081,7 +124068,11 @@ item_db: ( Type: 4 Atk: 175 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -114113,7 +124104,14 @@ item_db: ( Atk: 175 Range: 1 Slots: 2 - Job: 0x0004C580 + Job: { + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -114127,7 +124125,17 @@ item_db: ( Type: 4 Atk: 142 Range: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 26 @@ -114150,7 +124158,17 @@ item_db: ( Type: 4 Atk: 163 Range: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 2 EquipLv: 40 @@ -114174,7 +124192,18 @@ item_db: ( Weight: 500 Atk: 45 Range: 1 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -114201,7 +124230,14 @@ item_db: ( Buy: 20 Atk: 250 Range: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 95 @@ -114221,7 +124257,11 @@ item_db: ( Buy: 2 Atk: 150 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -114235,7 +124275,11 @@ item_db: ( Buy: 2 Atk: 150 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 3 Refine: false @@ -114252,7 +124296,9 @@ item_db: ( Matk: 100 Range: 1 Slots: 1 - Job: 0x00040000 + Job: { + Alchemist: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -114276,7 +124322,11 @@ item_db: ( Type: 4 Atk: 60 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 1 Refine: false @@ -114291,7 +124341,11 @@ item_db: ( Atk: 110 Range: 1 Slots: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 1 View: 8 @@ -114307,7 +124361,9 @@ item_db: ( Matk: 180 Range: 1 Slots: 2 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -114327,7 +124383,17 @@ item_db: ( Type: 4 Atk: 172 Range: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 60 @@ -114353,7 +124419,18 @@ item_db: ( Atk: 88 Range: 1 Slots: 3 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 View: 8 @@ -114369,7 +124446,17 @@ item_db: ( Type: 4 Atk: 180 Range: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 1 EquipLv: 50 @@ -114402,7 +124489,11 @@ item_db: ( Weight: 1500 Atk: 170 Range: 1 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Upper: 58 Loc: 2 WeaponLv: 4 @@ -114424,7 +124515,9 @@ item_db: ( Matk: 180 Range: 1 Slots: 1 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 2 WeaponLv: 4 @@ -114447,7 +124540,18 @@ item_db: ( Atk: 80 Range: 1 Slots: 1 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 View: 8 @@ -114466,7 +124570,18 @@ item_db: ( Weight: 1500 Atk: 170 Range: 1 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 95 @@ -114488,7 +124603,18 @@ item_db: ( Weight: 1500 Atk: 170 Range: 1 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 95 @@ -114510,7 +124636,11 @@ item_db: ( Atk: 120 Range: 1 Slots: 2 - Job: 0x00008110 + Job: { + Acolyte: true + Priest: true + Monk: true + } Loc: 2 WeaponLv: 4 EquipLv: 60 @@ -114529,7 +124659,18 @@ item_db: ( Atk: 80 Range: 1 Slots: 1 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 View: 8 @@ -114559,7 +124700,9 @@ item_db: ( Atk: 165 Range: 1 Slots: 2 - Job: 0x00000010 + Job: { + Acolyte: true + } Loc: 2 WeaponLv: 4 EquipLv: 40 @@ -114577,7 +124720,9 @@ item_db: ( Type: 4 Atk: 120 Range: 1 - Job: 0x00000010 + Job: { + Acolyte: true + } Loc: 2 WeaponLv: 3 EquipLv: 40 @@ -114609,7 +124754,17 @@ item_db: ( Atk: 100 Range: 1 Slots: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 View: 8 @@ -114625,7 +124780,17 @@ item_db: ( Atk: 120 Range: 1 Slots: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Upper: 56 Loc: 2 WeaponLv: 3 @@ -114649,7 +124814,17 @@ item_db: ( Matk: 120 Range: 1 Slots: 1 - Job: 0x0004C5B2 + Job: { + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Upper: 56 Loc: 2 WeaponLv: 4 @@ -114674,7 +124849,9 @@ item_db: ( Atk: 400 Range: 1 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 2 WeaponLv: 4 @@ -114690,7 +124867,9 @@ item_db: ( Weight: 4000 Atk: 450 Range: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 2 WeaponLv: 4 @@ -114707,7 +124886,9 @@ item_db: ( Atk: 400 Range: 1 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 2 WeaponLv: 4 @@ -114725,7 +124906,18 @@ item_db: ( Atk: 80 Range: 1 Slots: 1 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 40 @@ -114745,7 +124937,18 @@ item_db: ( Atk: 80 Range: 1 Slots: 2 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 3 EquipLv: 70 @@ -114766,7 +124969,18 @@ item_db: ( Atk: 130 Range: 1 Slots: 1 - Job: 0x0004C5B3 + Job: { + Novice: true + Swordsman: true + Acolyte: true + Merchant: true + Knight: true + Priest: true + Blacksmith: true + Crusader: true + Monk: true + Alchemist: true + } Loc: 2 WeaponLv: 4 EquipLv: 160 @@ -119104,7 +129318,10 @@ item_db: ( Buy: 100 Weight: 10 Atk: 100 - Job: 0x00040400 + Job: { + Blacksmith: true + Alchemist: true + } Upper: 8 Loc: 32768 View: 8 @@ -119117,7 +129334,10 @@ item_db: ( Buy: 200 Weight: 10 Atk: 120 - Job: 0x00040400 + Job: { + Blacksmith: true + Alchemist: true + } Upper: 8 Loc: 32768 View: 8 @@ -119131,7 +129351,10 @@ item_db: ( Buy: 200 Weight: 10 Atk: 120 - Job: 0x00040400 + Job: { + Blacksmith: true + Alchemist: true + } Upper: 8 Loc: 32768 View: 8 @@ -119145,7 +129368,10 @@ item_db: ( Buy: 200 Weight: 10 Atk: 120 - Job: 0x00040400 + Job: { + Blacksmith: true + Alchemist: true + } Upper: 8 Loc: 32768 View: 8 @@ -119159,7 +129385,10 @@ item_db: ( Buy: 500 Weight: 10 Atk: 250 - Job: 0x00040400 + Job: { + Blacksmith: true + Alchemist: true + } Upper: 8 Loc: 32768 View: 8 @@ -119174,7 +129403,10 @@ item_db: ( Buy: 1 Atk: 190 Range: 5 - Job: 0x00080800 + Job: { + Hunter: true + Bard: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -119199,7 +129431,12 @@ item_db: ( Buy: 2 Atk: 185 Range: 5 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -119224,7 +129461,12 @@ item_db: ( Buy: 2 Atk: 185 Range: 5 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 Refine: false @@ -119250,7 +129492,10 @@ item_db: ( Weight: 1700 Atk: 75 Range: 5 - Job: 0x00080800 + Job: { + Hunter: true + Bard: true + } Upper: 56 Loc: 34 WeaponLv: 3 @@ -119269,7 +129514,11 @@ item_db: ( Type: 4 Atk: 60 Range: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 34 WeaponLv: 1 Refine: false @@ -119285,7 +129534,11 @@ item_db: ( Atk: 90 Range: 5 Slots: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 34 WeaponLv: 1 View: 11 @@ -119297,7 +129550,11 @@ item_db: ( Type: 4 Atk: 140 Range: 5 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 60 @@ -119320,7 +129577,13 @@ item_db: ( Type: 4 Atk: 120 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 1 EquipLv: 50 @@ -119352,7 +129615,10 @@ item_db: ( Type: 4 Atk: 180 Range: 5 - Job: 0x00080800 + Job: { + Hunter: true + Bard: true + } Loc: 34 WeaponLv: 1 EquipLv: 50 @@ -119387,7 +129653,9 @@ item_db: ( Atk: 150 Range: 5 Slots: 2 - Job: 0x00020000 + Job: { + Rogue: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -119408,7 +129676,9 @@ item_db: ( Atk: 160 Range: 5 Slots: 2 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -119430,7 +129700,10 @@ item_db: ( Atk: 150 Range: 5 Slots: 2 - Job: 0x00080800 + Job: { + Hunter: true + Bard: true + } Upper: 56 Loc: 34 WeaponLv: 3 @@ -119451,7 +129724,11 @@ item_db: ( Atk: 60 Range: 5 Slots: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 34 WeaponLv: 3 View: 11 @@ -119471,7 +129748,13 @@ item_db: ( Weight: 1100 Atk: 50 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 95 @@ -119490,7 +129773,13 @@ item_db: ( Weight: 1100 Atk: 110 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 95 @@ -119510,7 +129799,12 @@ item_db: ( Atk: 120 Range: 5 Slots: 1 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 65 @@ -119525,7 +129819,11 @@ item_db: ( Atk: 50 Range: 5 Slots: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 34 WeaponLv: 3 View: 11 @@ -119556,7 +129854,12 @@ item_db: ( Atk: 80 Range: 5 Slots: 1 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 105 @@ -119571,7 +129874,12 @@ item_db: ( Weight: 1500 Atk: 120 Range: 5 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 40 @@ -119602,7 +129910,12 @@ item_db: ( Matk: 110 Range: 5 Slots: 1 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -119628,7 +129941,12 @@ item_db: ( Atk: 115 Range: 5 Slots: 1 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Upper: 56 Loc: 34 WeaponLv: 3 @@ -119651,7 +129969,12 @@ item_db: ( Atk: 170 Range: 5 Slots: 1 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 4 EquipLv: 160 @@ -119668,7 +129991,9 @@ item_db: ( Atk: 195 Range: 5 Slots: 1 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -119690,7 +130015,11 @@ item_db: ( Atk: 160 Range: 5 Slots: 1 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -119709,7 +130038,13 @@ item_db: ( Type: 4 Atk: 100 Range: 5 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 View: 11 @@ -119730,7 +130065,9 @@ item_db: ( Atk: 170 Range: 5 Slots: 1 - Job: 0x00000800 + Job: { + Hunter: true + } Upper: 56 Loc: 34 WeaponLv: 3 @@ -119750,7 +130087,13 @@ item_db: ( Atk: 160 Range: 5 Slots: 1 - Job: 0x000A0848 + Job: { + Archer: true + Thief: true + Hunter: true + Rogue: true + Bard: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -119775,7 +130118,12 @@ item_db: ( Atk: 120 Range: 5 Slots: 2 - Job: 0x000A0808 + Job: { + Archer: true + Hunter: true + Rogue: true + Bard: true + } Loc: 34 WeaponLv: 3 EquipLv: 7 @@ -119940,7 +130288,10 @@ item_db: ( Buy: 20 Weight: 100 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 EquipLv: 70 Refine: false @@ -119955,7 +130306,10 @@ item_db: ( Weight: 100 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 30 View: 677 @@ -119977,7 +130331,10 @@ item_db: ( Weight: 100 Def: 6 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 15 View: 678 @@ -120037,7 +130394,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 300 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 Refine: false View: 681 @@ -120075,7 +130435,10 @@ item_db: ( Buy: 6000 Weight: 2500 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 769 EquipLv: 90 Refine: false @@ -120089,7 +130452,10 @@ item_db: ( Buy: 6000 Weight: 2500 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 769 EquipLv: 90 Refine: false @@ -120103,7 +130469,10 @@ item_db: ( Buy: 6000 Weight: 2500 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 769 EquipLv: 90 Refine: false @@ -120925,7 +131294,20 @@ item_db: ( Weight: 400 Def: 7 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -121138,7 +131520,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 749 Script: <" bonus bMdef,15; "> @@ -121151,7 +131536,10 @@ item_db: ( Buy: 250000 Weight: 500 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 750 Script: <" bonus bMdef,15; "> @@ -121257,7 +131645,10 @@ item_db: ( Weight: 100 Def: 2 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 Refine: false View: 47 @@ -121304,7 +131695,10 @@ item_db: ( Weight: 1000 Def: 9 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 250 Script: <" bonus bStr,2; "> @@ -121536,7 +131930,10 @@ item_db: ( Buy: 20 Weight: 100 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 Refine: false View: 187 @@ -121636,7 +132033,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 EquipLv: 20 Refine: false @@ -121649,7 +132049,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 100 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 EquipLv: 20 Refine: false @@ -121663,7 +132066,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 EquipLv: 20 Refine: false @@ -121678,7 +132084,10 @@ item_db: ( Weight: 200 Def: 8 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 775 @@ -121691,7 +132100,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 776 @@ -121875,7 +132287,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 6 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 70 View: 784 @@ -122000,7 +132415,10 @@ item_db: ( Buy: 20 Weight: 400 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 791 Script: <" @@ -122016,7 +132434,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 792 Script: <" @@ -122032,7 +132453,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 793 }, @@ -122044,7 +132468,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 794 Script: <" @@ -122060,7 +132487,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 EquipLv: 20 Refine: false @@ -122074,7 +132504,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 EquipLv: 20 Refine: false @@ -122088,7 +132521,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 EquipLv: 20 Refine: false @@ -122323,7 +132759,10 @@ item_db: ( Weight: 400 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 809 Script: <" bonus bAgi,2; "> @@ -122337,7 +132776,10 @@ item_db: ( Weight: 400 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 810 @@ -122351,7 +132793,10 @@ item_db: ( Buy: 20 Weight: 400 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 811 Script: <" bonus bInt,3; "> @@ -122365,7 +132810,10 @@ item_db: ( Weight: 200 Def: 2 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 812 @@ -122379,7 +132827,10 @@ item_db: ( Buy: 20 Weight: 400 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 EquipLv: 20 View: 813 @@ -122391,7 +132842,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 EquipLv: 20 Refine: false @@ -122424,7 +132878,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 60 Refine: false @@ -122453,7 +132910,10 @@ item_db: ( Weight: 200 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 819 Script: <" @@ -122534,7 +132994,10 @@ item_db: ( Weight: 200 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 11 Script: <" @@ -122552,7 +133015,10 @@ item_db: ( Weight: 200 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 11 @@ -122569,7 +133035,10 @@ item_db: ( Buy: 20 Weight: 400 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 EquipLv: 20 Refine: false @@ -122583,7 +133052,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 EquipLv: 20 Refine: false @@ -122599,7 +133071,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 EquipLv: 20 Refine: false @@ -122615,7 +133090,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 EquipLv: 20 Refine: false @@ -122690,7 +133168,10 @@ item_db: ( Weight: 200 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 11 Script: <" @@ -122809,7 +133290,10 @@ item_db: ( Weight: 200 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 837 Script: <" @@ -122826,7 +133310,10 @@ item_db: ( Weight: 200 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 838 @@ -122843,7 +133330,10 @@ item_db: ( Weight: 200 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 839 @@ -122860,7 +133350,10 @@ item_db: ( Weight: 400 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 840 @@ -122874,7 +133367,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 841 @@ -122889,7 +133385,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 EquipLv: 20 Refine: false @@ -122902,7 +133401,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 EquipLv: 20 Refine: false @@ -122946,7 +133448,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 70 Refine: false @@ -123019,7 +133524,10 @@ item_db: ( Buy: 20 Weight: 400 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 851 @@ -123033,7 +133541,10 @@ item_db: ( Buy: 20 Weight: 500 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 852 @@ -123046,7 +133557,10 @@ item_db: ( Buy: 20 Weight: 200 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 20 View: 853 @@ -123063,7 +133577,10 @@ item_db: ( Weight: 200 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 854 }, @@ -123074,7 +133591,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 EquipLv: 20 Refine: false @@ -123088,7 +133608,10 @@ item_db: ( Buy: 20 Weight: 400 Def: 3 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 512 EquipLv: 20 Refine: false @@ -123101,7 +133624,10 @@ item_db: ( Type: 5 Buy: 20 Weight: 200 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 1 EquipLv: 20 Refine: false @@ -123146,7 +133672,10 @@ item_db: ( Weight: 2500 Def: 2 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 768 EquipLv: 80 Refine: false @@ -123401,7 +133930,14 @@ item_db: ( Name: "TE WoE Bone Helm" Type: 5 Def: 10 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 256 EquipLv: 40 Refine: false @@ -123429,7 +133965,12 @@ item_db: ( Name: "TE WoE Magic Eyes" Type: 5 Def: 5 - Job: 0x00812201 + Job: { + Novice: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 EquipLv: 40 Refine: false @@ -123677,7 +134218,10 @@ item_db: ( Weight: 600 Def: 1 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 224 Script: <" @@ -123752,7 +134296,12 @@ item_db: ( Weight: 300 Def: 2 Slots: 1 - Job: 0x00810204 + Job: { + Magician: true + Wizard: true + Sage: true + Soul_Linker: true + } Loc: 256 View: 112 Script: <" @@ -123771,7 +134320,15 @@ item_db: ( Weight: 500 Def: 6 Slots: 1 - Job: 0x00818314 + Job: { + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 256 EquipLv: 50 View: 130 @@ -123790,7 +134347,10 @@ item_db: ( Buy: 20 Weight: 300 Def: 2 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 153 Script: <" @@ -123808,7 +134368,10 @@ item_db: ( Weight: 100 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 89 Script: <" @@ -123842,7 +134405,10 @@ item_db: ( Weight: 500 Def: 10 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 99 View: 105 @@ -123862,7 +134428,20 @@ item_db: ( Weight: 1600 Def: 10 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 256 EquipLv: 99 View: 110 @@ -123886,7 +134465,20 @@ item_db: ( Weight: 2400 Def: 4 Slots: 1 - Job: 0x000FDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + } Loc: 768 EquipLv: 99 View: 138 @@ -123914,7 +134506,14 @@ item_db: ( Weight: 800 Def: 15 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 256 EquipLv: 70 View: 103 @@ -123982,7 +134581,11 @@ item_db: ( Buy: 20 Weight: 100 Def: 2 - Job: 0x00080808 + Job: { + Archer: true + Hunter: true + Bard: true + } Loc: 512 EquipLv: 50 Refine: false @@ -124000,7 +134603,11 @@ item_db: ( Buy: 20 Weight: 300 Def: 5 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 512 EquipLv: 65 Refine: false @@ -124017,7 +134624,10 @@ item_db: ( Buy: 20 Weight: 100 Def: 1 - Job: 0x00001100 + Job: { + Priest: true + Assassin: true + } Loc: 1 EquipLv: 70 Refine: false @@ -124035,7 +134645,11 @@ item_db: ( Buy: 20 Weight: 300 Def: 2 - Job: 0x00040420 + Job: { + Merchant: true + Blacksmith: true + Alchemist: true + } Loc: 513 EquipLv: 50 Refine: false @@ -124055,7 +134669,9 @@ item_db: ( Weight: 300 Def: 6 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 256 EquipLv: 99 View: 255 @@ -124303,7 +134919,9 @@ item_db: ( Weight: 200 Def: 30 Slots: 1 - Job: 0x00000100 + Job: { + Priest: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -124322,7 +134940,10 @@ item_db: ( Type: 5 Weight: 400 Def: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 45 View: 901 @@ -124341,7 +134962,9 @@ item_db: ( Weight: 200 Def: 25 Slots: 1 - Job: 0x00010000 + Job: { + Sage: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -124363,7 +134986,9 @@ item_db: ( Weight: 200 Def: 15 Slots: 1 - Job: 0x00000200 + Job: { + Wizard: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -124391,7 +135016,9 @@ item_db: ( Type: 5 Weight: 200 Def: 15 - Job: 0x00080000 + Job: { + Bard: true + } Upper: 56 Loc: 256 EquipLv: 100 @@ -124435,7 +135062,10 @@ item_db: ( Weight: 100 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 915 Script: <" @@ -124453,7 +135083,10 @@ item_db: ( Weight: 100 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 916 Script: <" @@ -124615,7 +135248,10 @@ item_db: ( Weight: 400 Def: 3 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 924 Script: <" @@ -124703,7 +135339,10 @@ item_db: ( Weight: 100 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 927 Script: <" @@ -124720,7 +135359,10 @@ item_db: ( Weight: 100 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 928 Script: <" @@ -124737,7 +135379,10 @@ item_db: ( Weight: 100 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 929 Script: <" @@ -124755,7 +135400,10 @@ item_db: ( Weight: 100 Def: 4 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 View: 930 Script: <" @@ -126370,7 +137018,10 @@ item_db: ( Weight: 500 Def: 10 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 54 View: 258 @@ -126388,7 +137039,10 @@ item_db: ( Weight: 500 Def: 8 Slots: 1 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 256 EquipLv: 61 View: 257 @@ -126420,7 +137074,25 @@ item_db: ( Weight: 500 Def: 16 Slots: 1 - Job: 0xFFF0207F + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Acolyte: true + Merchant: true + Thief: true + Taekwon: true + Star_Gladiator: true + Soul_Linker: true + Gunslinger: true + Ninja: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Upper: 58 Loc: 4 EquipLv: 70 @@ -133555,7 +144227,14 @@ item_db: ( Name: "TE Woe Manteau" Type: 5 Def: 10 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 4 Refine: false EquipLv: 40 @@ -133580,7 +144259,16 @@ item_db: ( Name: "TE Woe Magic Manteau" Type: 5 Def: 5 - Job: 0x00818315 + Job: { + Novice: true + Magician: true + Acolyte: true + Priest: true + Wizard: true + Monk: true + Sage: true + Soul_Linker: true + } Loc: 4 Refine: false EquipLv: 40 @@ -133670,7 +144358,9 @@ item_db: ( Weight: 400 Def: 6 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Upper: 47 Loc: 4 EquipLv: 99 @@ -133828,7 +144518,9 @@ item_db: ( Weight: 500 Def: 20 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 4 EquipLv: 100 @@ -133846,7 +144538,9 @@ item_db: ( Weight: 1500 Def: 25 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 4 EquipLv: 100 @@ -134113,7 +144807,11 @@ item_db: ( Atk: 100 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 View: 3 @@ -134132,7 +144830,11 @@ item_db: ( Weight: 3500 Atk: 260 Range: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 95 @@ -134155,7 +144857,11 @@ item_db: ( Weight: 2500 Atk: 100 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 95 @@ -134172,7 +144878,11 @@ item_db: ( Atk: 155 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 48 @@ -134193,7 +144903,9 @@ item_db: ( Atk: 280 Range: 2 Slots: 2 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 34 WeaponLv: 3 @@ -134209,7 +144921,11 @@ item_db: ( Atk: 95 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 View: 3 @@ -134235,7 +144951,11 @@ item_db: ( Type: 4 Atk: 150 Range: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 40 @@ -134265,7 +144985,10 @@ item_db: ( Atk: 330 Range: 1 Slots: 1 - Job: 0x00004080 + Job: { + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 1 EquipLv: 150 @@ -134282,7 +145005,11 @@ item_db: ( Atk: 170 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 50 @@ -134303,7 +145030,11 @@ item_db: ( Matk: 120 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -134329,7 +145060,11 @@ item_db: ( Atk: 225 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 56 Loc: 34 WeaponLv: 3 @@ -134350,7 +145085,11 @@ item_db: ( Atk: 300 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -134376,7 +145115,9 @@ item_db: ( Matk: 150 Range: 1 Slots: 2 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -134393,7 +145134,9 @@ item_db: ( Atk: 210 Range: 1 Slots: 2 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -134414,7 +145157,11 @@ item_db: ( Atk: 230 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -134439,7 +145186,11 @@ item_db: ( Atk: 170 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 3 EquipLv: 70 @@ -134460,7 +145211,11 @@ item_db: ( Atk: 220 Range: 1 Slots: 1 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Loc: 34 WeaponLv: 4 EquipLv: 160 @@ -134477,7 +145232,11 @@ item_db: ( Atk: 340 Range: 1 Slots: 2 - Job: 0x00004082 + Job: { + Swordsman: true + Knight: true + Crusader: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -134498,7 +145257,9 @@ item_db: ( Atk: 75 Range: 1 Slots: 2 - Job: 0x00000080 + Job: { + Knight: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -134782,7 +145543,27 @@ item_db: ( Weight: 500 Def: 13 Slots: 1 - Job: 0x7CCFDF80 + Job: { + Knight: true + Priest: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Monk: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Star_Gladiator: true + Soul_Linker: true + Gangsi: true + Death_Knight: true + Dark_Collector: true + Kagerou: true + Rebellion: true + } Loc: 64 EquipLv: 85 Script: <" @@ -134801,7 +145582,9 @@ item_db: ( Weight: 300 Def: 8 Slots: 1 - Job: 0x00000001 + Job: { + Novice: true + } Loc: 64 EquipLv: 99 Script: <" @@ -135046,7 +145829,9 @@ item_db: ( Weight: 350 Def: 25 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 64 EquipLv: 100 @@ -135061,7 +145846,9 @@ item_db: ( Weight: 1000 Def: 23 Slots: 1 - Job: 0x00000400 + Job: { + Blacksmith: true + } Upper: 56 Loc: 64 EquipLv: 100 @@ -135156,7 +145943,10 @@ item_db: ( Buy: 3500 Weight: 400 Def: 10 - Job: 0xFFFFFFFE + Job: { + All: true + Novice: false + } Loc: 64 Script: <" skill ALL_CATCRY, 1; @@ -138371,7 +149161,9 @@ item_db: ( Matk: 80 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -138397,7 +149189,9 @@ item_db: ( Atk: 120 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 34 WeaponLv: 3 @@ -138418,7 +149212,9 @@ item_db: ( Buy: 20 Atk: 130 Range: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -138443,7 +149239,9 @@ item_db: ( Atk: 130 Range: 1 Slots: 2 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 3 EquipLv: 70 @@ -138463,7 +149261,9 @@ item_db: ( Atk: 180 Range: 1 Slots: 1 - Job: 0x00001000 + Job: { + Assassin: true + } Loc: 34 WeaponLv: 4 EquipLv: 160 @@ -138482,7 +149282,9 @@ item_db: ( Atk: 300 Range: 1 Slots: 2 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -138507,7 +149309,14 @@ item_db: ( Matk: 80 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -138533,7 +149342,14 @@ item_db: ( Atk: 320 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -138554,7 +149370,14 @@ item_db: ( Atk: 265 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Upper: 56 Loc: 34 WeaponLv: 4 @@ -138579,7 +149402,14 @@ item_db: ( Atk: 200 Range: 1 Slots: 2 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 3 EquipLv: 70 @@ -138600,7 +149430,14 @@ item_db: ( Atk: 250 Range: 1 Slots: 1 - Job: 0x000444A2 + Job: { + Swordsman: true + Merchant: true + Knight: true + Blacksmith: true + Crusader: true + Alchemist: true + } Loc: 34 WeaponLv: 4 EquipLv: 160 @@ -138622,7 +149459,9 @@ item_db: ( Atk: 410 Range: 9 Slots: 1 - Job: 0x40000000 + Job: { + Rebellion: true + } Loc: 34 WeaponLv: 4 EquipLv: 110 @@ -138637,7 +149476,9 @@ item_db: ( Weight: 2000 Atk: 480 Range: 9 - Job: 0x40000000 + Job: { + Rebellion: true + } Loc: 34 WeaponLv: 4 EquipLv: 141 @@ -138654,7 +149495,9 @@ item_db: ( Atk: 480 Range: 9 Slots: 1 - Job: 0x40000000 + Job: { + Rebellion: true + } Loc: 34 WeaponLv: 4 EquipLv: 141 @@ -138668,7 +149511,10 @@ item_db: ( Type: 4 Atk: 50 Range: 9 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -138690,7 +149536,10 @@ item_db: ( Type: 4 Atk: 100 Range: 9 - Job: 0x41000000 + Job: { + Gunslinger: true + Rebellion: true + } Loc: 34 WeaponLv: 3 EquipLv: 80 @@ -138957,7 +149806,11 @@ item_db: ( Atk: 45 Range: 1 Slots: 2 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 3 EquipLv: 70 @@ -138979,7 +149832,11 @@ item_db: ( Atk: 95 Range: 1 Slots: 1 - Job: 0x00410100 + Job: { + Priest: true + Sage: true + Star_Gladiator: true + } Loc: 2 WeaponLv: 4 EquipLv: 160 @@ -139003,7 +149860,27 @@ item_db: ( Matk: 100 Range: 1 Slots: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 100 @@ -139027,7 +149904,9 @@ item_db: ( Atk: 130 Range: 1 Slots: 4 - Job: 0x00001000 + Job: { + Assassin: true + } Upper: 58 Loc: 2 WeaponLv: 2 @@ -139044,7 +149923,27 @@ item_db: ( Atk: 55 Range: 1 Slots: 2 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 3 EquipLv: 70 @@ -139066,7 +149965,27 @@ item_db: ( Matk: 50 Range: 1 Slots: 1 - Job: 0x228F5EEF + Job: { + Novice: true + Swordsman: true + Magician: true + Archer: true + Merchant: true + Thief: true + Knight: true + Wizard: true + Blacksmith: true + Hunter: true + Assassin: true + Crusader: true + Sage: true + Rogue: true + Alchemist: true + Bard: true + Soul_Linker: true + Ninja: true + Kagerou: true + } Loc: 2 WeaponLv: 4 EquipLv: 160 diff --git a/doc/item_db.txt b/doc/item_db.txt index 087725025..3a31bb77c 100644 --- a/doc/item_db.txt +++ b/doc/item_db.txt @@ -24,7 +24,39 @@ item_db: ( Def: Defense (int, defaults to 0) Range: Attack Range (int, defaults to 0) Slots: Slots (int, defaults to 0) - Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF) + Job: { (defaults to all job) + All: true/false (boolean, defaults to false) + Novice: true/false (boolean, defaults to false) + Swordsman: true/false (boolean, defaults to false) + Magician: true/false (boolean, defaults to false) + Archer: true/false (boolean, defaults to false) + Acolyte: true/false (boolean, defaults to false) + Merchant: true/false (boolean, defaults to false) + Thief: true/false (boolean, defaults to false) + Knight: true/false (boolean, defaults to false) + Priest: true/false (boolean, defaults to false) + Wizard: true/false (boolean, defaults to false) + Blacksmith: true/false (boolean, defaults to false) + Hunter: true/false (boolean, defaults to false) + Assassin: true/false (boolean, defaults to false) + Crusader: true/false (boolean, defaults to false) + Monk: true/false (boolean, defaults to false) + Sage: true/false (boolean, defaults to false) + Rogue: true/false (boolean, defaults to false) + Alchemist: true/false (boolean, defaults to false) + Bard: true/false (boolean, defaults to false) + Gungslinger: true/false (boolean, defaults to false) + Ninja: true/false (boolean, defaults to false) + Taekwon: true/false (boolean, defaults to false) + Star_Gladiator: true/false (boolean, defaults to false) + Soul_Linker: true/false (boolean, defaults to false) + Gangsi: true/false (boolean, defaults to false) + Death_Knight: true/false (boolean, defaults to false) + Dark_Collector: true/false (boolean, defaults to false) + Kagerou: true/false (boolean, defaults to false) + Rebellion: true/false (boolean, defaults to false) + } + Job: Job mask (alternate synxtax, int, defaults to all jobs = 0xFFFFFFFF) Upper: Upper mask (int, defaults to any = 0x3f) Gender: Gender (int, defaults to both = 2) Loc: Equip location (int, required value for equipment) @@ -109,42 +141,47 @@ Range: Weapon's attack range. When not specified, becomes 0. Slots: Amount of slots the item possesses. When not specified, becomes 0. -Job: Equippable jobs. Uses the following bitmask table: - - (S.) Novice (2^00): 0x00000001 - Swordman (2^01): 0x00000002 - Magician (2^02): 0x00000004 - Archer (2^03): 0x00000008 - Acolyte (2^04): 0x00000010 - Merchant (2^05): 0x00000020 - Thief (2^06): 0x00000040 - Knight (2^07): 0x00000080 - Priest (2^08): 0x00000100 - Wizard (2^09): 0x00000200 - Blacksmith (2^10): 0x00000400 - Hunter (2^11): 0x00000800 - Assassin (2^12): 0x00001000 - Unused (2^13): 0x00002000 - Crusader (2^14): 0x00004000 - Monk (2^15): 0x00008000 - Sage (2^16): 0x00010000 - Rogue (2^17): 0x00020000 - Alchemist (2^18): 0x00040000 - Bard/Dancer (2^19): 0x00080000 - Unused (2^20): 0x00100000 - Taekwon (2^21): 0x00200000 - Star Gladiator (2^22): 0x00400000 - Soul Linker (2^23): 0x00800000 - Gunslinger (2^24): 0x01000000 - Ninja (2^25): 0x02000000 - Gangsi (2^26): 0x04000000 - Death Knight (2^27): 0x08000000 - Dark Collector (2^28): 0x10000000 - Kagerou/Oboro (2^29): 0x20000000 - Rebellion (2^30): 0x40000000 - Some other commonly used values: - All except novice: 0xFFFFFFFE - All (default value): 0xFFFFFFFF +Job: Job restrictions. If this block is omitted, item can be equipped by all class + All the settings in this group are boolean values, + Default value is false (restriction not set) for any missing setting. + + Alternate Format: + Equippable jobs. Uses the following bitmask table: + + (S.) Novice (2^00): 0x00000001 + Swordman (2^01): 0x00000002 + Magician (2^02): 0x00000004 + Archer (2^03): 0x00000008 + Acolyte (2^04): 0x00000010 + Merchant (2^05): 0x00000020 + Thief (2^06): 0x00000040 + Knight (2^07): 0x00000080 + Priest (2^08): 0x00000100 + Wizard (2^09): 0x00000200 + Blacksmith (2^10): 0x00000400 + Hunter (2^11): 0x00000800 + Assassin (2^12): 0x00001000 + Unused (2^13): 0x00002000 + Crusader (2^14): 0x00004000 + Monk (2^15): 0x00008000 + Sage (2^16): 0x00010000 + Rogue (2^17): 0x00020000 + Alchemist (2^18): 0x00040000 + Bard/Dancer (2^19): 0x00080000 + Unused (2^20): 0x00100000 + Taekwon (2^21): 0x00200000 + Star Gladiator (2^22): 0x00400000 + Soul Linker (2^23): 0x00800000 + Gunslinger (2^24): 0x01000000 + Ninja (2^25): 0x02000000 + Gangsi (2^26): 0x04000000 + Death Knight (2^27): 0x08000000 + Dark Collector (2^28): 0x10000000 + Kagerou/Oboro (2^29): 0x20000000 + Rebellion (2^30): 0x40000000 + Some other commonly used values: + All except novice: 0xFFFFFFFE + All (default value): 0xFFFFFFFF Upper: Equippable upper-types. Uses the following bitmasks: Normal jobs: 0x01 (1) diff --git a/src/map/itemdb.c b/src/map/itemdb.c index 451f447fb..daae2a943 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.c @@ -2,7 +2,7 @@ * This file is part of Hercules. * http://herc.ws - http://github.com/HerculesWS/Hercules * - * Copyright (C) 2012-2015 Hercules Dev Team + * Copyright (C) 2012-2016 Hercules Dev Team * Copyright (C) Athena Dev Teams * * Hercules is free software: you can redistribute it and/or modify @@ -342,15 +342,132 @@ const char* itemdb_typename(int type) return "Unknown Type"; } -/*========================================== - * Converts the jobid from the format in itemdb - * to the format used by the map server. [Skotlex] - *------------------------------------------*/ -void itemdb_jobid2mapid(unsigned int *bclass, unsigned int jobmask) + /** + * Converts the JobID to the format used by map-server to check item + * restriction as per job. + * + * @param bclass Pointer to the variable containing the new format + * @param job_id Variable containing JobID + * @param enable Boolean value which (un)set the restriction. + * + * @author Dastgir + */ +void itemdb_jobid2mapid(uint64 *bclass, int job_id, bool enable) +{ +#define set_jobmask(bclass_idx, mapid) \ + do { \ + if (enable) \ + bclass[(bclass_idx)] |= 1L<<(mapid); \ + else \ + bclass[(bclass_idx)] &= ~(1L<<(mapid)); \ + } while (false) + + nullpo_retv(bclass); + + switch(job_id) { + // Base Classes + case JOB_NOVICE: + case JOB_SUPER_NOVICE: + set_jobmask(0, MAPID_NOVICE); + set_jobmask(1, MAPID_NOVICE); + break; + case JOB_SWORDMAN: + case JOB_MAGE: + case JOB_ARCHER: + case JOB_ACOLYTE: + case JOB_MERCHANT: + case JOB_THIEF: + set_jobmask(0, MAPID_NOVICE+job_id); + break; + // 2-1 Classes + case JOB_KNIGHT: + set_jobmask(1, MAPID_SWORDMAN); + break; + case JOB_PRIEST: + set_jobmask(1, MAPID_ACOLYTE); + break; + case JOB_WIZARD: + set_jobmask(1, MAPID_MAGE); + break; + case JOB_BLACKSMITH: + set_jobmask(1, MAPID_MERCHANT); + break; + case JOB_HUNTER: + set_jobmask(1, MAPID_ARCHER); + break; + case JOB_ASSASSIN: + set_jobmask(1, MAPID_THIEF); + break; + // 2-2 Classes + case JOB_CRUSADER: + set_jobmask(2, MAPID_SWORDMAN); + break; + case JOB_MONK: + set_jobmask(2, MAPID_ACOLYTE); + break; + case JOB_SAGE: + set_jobmask(2, MAPID_MAGE); + break; + case JOB_ALCHEMIST: + set_jobmask(2, MAPID_MERCHANT); + break; + case JOB_BARD: + set_jobmask(2, MAPID_ARCHER); + break; + case JOB_ROGUE: + set_jobmask(2, MAPID_THIEF); + break; + // Extended Classes + case JOB_TAEKWON: + set_jobmask(0, MAPID_TAEKWON); + break; + case JOB_STAR_GLADIATOR: + set_jobmask(1, MAPID_TAEKWON); + break; + case JOB_SOUL_LINKER: + set_jobmask(2, MAPID_TAEKWON); + break; + case JOB_GUNSLINGER: + set_jobmask(0, MAPID_GUNSLINGER); + set_jobmask(1, MAPID_GUNSLINGER); + break; + case JOB_NINJA: + set_jobmask(0, MAPID_NINJA); + set_jobmask(1, MAPID_NINJA); + break; + case JOB_KAGEROU: + case JOB_OBORO: + set_jobmask(1, MAPID_NINJA); + break; + case JOB_REBELLION: + set_jobmask(1, MAPID_GUNSLINGER); + break; + // Other Classes + case JOB_GANGSI: //Bongun/Munak + set_jobmask(0, MAPID_GANGSI); + break; + case JOB_DEATH_KNIGHT: + set_jobmask(1, MAPID_GANGSI); + break; + case JOB_DARK_COLLECTOR: + set_jobmask(2, MAPID_GANGSI); + break; + } +#undef set_jobmask +} + +/** + * Converts the JobMask to the format used by map-server to check item + * restriction as per job. + * + * @param bclass Pointer to the variable containing the new format. + * @param jobmask Variable containing JobMask. + */ +void itemdb_jobmask2mapid(uint64 *bclass, int64 jobmask) { int i; nullpo_retv(bclass); - bclass[0]= bclass[1]= bclass[2]= 0; + bclass[0] = bclass[1] = bclass[2] = 0; //Base classes if (jobmask & 1<<JOB_NOVICE) { //Both Novice/Super-Novice are counted with the same ID @@ -1535,6 +1652,32 @@ void itemdb_readdb_additional_fields(int itemid, struct config_setting_t *it, in } /** + * Processes job names and changes it into mapid format. + * + * @param id item_data entry. + * @param t Libconfig setting entry. It is expected to be valid and it won't + * be freed (it is care of the caller to do so if necessary). + */ +void itemdb_readdb_job_sub(struct item_data *id, struct config_setting_t *t) +{ + int idx = 0; + struct config_setting_t *it = NULL; + id->class_base[0] = id->class_base[1] = id->class_base[2] = 0; + while ((it = libconfig->setting_get_elem(t, idx++)) != NULL) { + const char *job_name = config_setting_name(it); + int job_id; + + if (strcmp(job_name, "All") == 0) { + itemdb->jobmask2mapid(id->class_base, UINT64_MAX); + } else if ((job_id = pc->check_job_name(job_name)) == -1) { + ShowWarning("itemdb_readdb_job_sub: unknown job name '%s'!\n", job_name); + } else { + itemdb->jobid2mapid(id->class_base, job_id, libconfig->setting_get_bool(it)); + } + } +} + +/** * Processes one itemdb entry from the libconfig backend, loading and inserting * it into the item database. * @@ -1675,10 +1818,15 @@ int itemdb_readdb_libconfig_sub(struct config_setting_t *it, int n, const char * if( itemdb->lookup_const(it, "Slots", &i32) && i32 >= 0 ) id.slot = i32; - if( itemdb->lookup_const(it, "Job", &i32) ) // This is an unsigned value, do not check for >= 0 - itemdb->jobid2mapid(id.class_base, (unsigned int)i32); - else if( !inherit ) - itemdb->jobid2mapid(id.class_base, UINT_MAX); + if ((t = libconfig->setting_get_member(it, "Job")) != NULL) { + if (config_setting_is_group(t)) { + itemdb->readdb_job_sub(&id, t); + } else if (itemdb->lookup_const(it, "Job", &i32) && i32 >= 0) { + itemdb->jobmask2mapid(id.class_base, i32); + } + } else if (!inherit) { + itemdb->jobmask2mapid(id.class_base, UINT64_MAX); + } if( itemdb->lookup_const(it, "Upper", &i32) && i32 >= 0 ) id.class_upper = (unsigned int)i32; @@ -2226,6 +2374,7 @@ void itemdb_defaults(void) { itemdb->searchname_array_sub = itemdb_searchname_array_sub; itemdb->searchrandomid = itemdb_searchrandomid; itemdb->typename = itemdb_typename; + itemdb->jobmask2mapid = itemdb_jobmask2mapid; itemdb->jobid2mapid = itemdb_jobid2mapid; itemdb->create_dummy_data = create_dummy_data; itemdb->create_item_data = create_item_data; @@ -2250,6 +2399,7 @@ void itemdb_defaults(void) { itemdb->gendercheck = itemdb_gendercheck; itemdb->validate_entry = itemdb_validate_entry; itemdb->readdb_additional_fields = itemdb_readdb_additional_fields; + itemdb->readdb_job_sub = itemdb_readdb_job_sub; itemdb->readdb_libconfig_sub = itemdb_readdb_libconfig_sub; itemdb->readdb_libconfig = itemdb_readdb_libconfig; itemdb->unique_id = itemdb_unique_id; diff --git a/src/map/itemdb.h b/src/map/itemdb.h index b83c27ed2..3834b1954 100644 --- a/src/map/itemdb.h +++ b/src/map/itemdb.h @@ -2,7 +2,7 @@ * This file is part of Hercules. * http://herc.ws - http://github.com/HerculesWS/Hercules * - * Copyright (C) 2012-2015 Hercules Dev Team + * Copyright (C) 2012-2016 Hercules Dev Team * Copyright (C) Athena Dev Teams * * Hercules is free software: you can redistribute it and/or modify @@ -478,7 +478,7 @@ struct item_data { int delay; //Lupus: I rearranged order of these fields due to compatibility with ITEMINFO script command // some script commands should be revised as well... - unsigned int class_base[3]; ///< Specifies if the base can wear this item (split in 3 indexes per type: 1-1, 2-1, 2-2) + uint64 class_base[3]; ///< Specifies if the base can wear this item (split in 3 indexes per type: 1-1, 2-1, 2-2) unsigned class_upper : 6; ///< Specifies if the upper-type can equip it (bitfield, 0x01: normal, 0x02: upper, 0x04: baby normal, 0x08: third normal, 0x10: third upper, 0x20: third baby) struct { unsigned short chance; @@ -608,7 +608,8 @@ struct itemdb_interface { int (*searchname_array_sub) (DBKey key, DBData data, va_list ap); int (*searchrandomid) (struct item_group *group); const char* (*typename) (int type); - void (*jobid2mapid) (unsigned int *bclass, unsigned int jobmask); + void (*jobmask2mapid) (uint64 *bclass, int64 jobmask); + void (*jobid2mapid) (uint64 *bclass, int job_id, bool enable); void (*create_dummy_data) (void); struct item_data* (*create_item_data) (int nameid); int (*isequip) (int nameid); @@ -632,6 +633,7 @@ struct itemdb_interface { int (*gendercheck) (struct item_data *id); int (*validate_entry) (struct item_data *entry, int n, const char *source); void (*readdb_additional_fields) (int itemid, struct config_setting_t *it, int n, const char *source); + void (*readdb_job_sub) (struct item_data *id, struct config_setting_t *t); int (*readdb_libconfig_sub) (struct config_setting_t *it, int n, const char *source); int (*readdb_libconfig) (const char *filename); uint64 (*unique_id) (struct map_session_data *sd); diff --git a/src/map/pc.c b/src/map/pc.c index 919205b81..ac34910a2 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -998,7 +998,7 @@ int pc_isequip(struct map_session_data *sd,int n) } } //Not equipable by class. [Skotlex] - if (!(1<<(sd->class_&MAPID_BASEMASK)&item->class_base[(sd->class_&JOBL_2_1)?1:((sd->class_&JOBL_2_2)?2:0)])) + if (!(1L<<(sd->class_&MAPID_BASEMASK)&item->class_base[(sd->class_&JOBL_2_1)?1:((sd->class_&JOBL_2_2)?2:0)])) return 0; //Not usable by upper class. [Inkfish] while( 1 ) { @@ -4842,7 +4842,7 @@ int pc_isUseitem(struct map_session_data *sd,int n) //Not equipable by class. [Skotlex] if (!( - (1<<(sd->class_&MAPID_BASEMASK)) & + (1L<<(sd->class_&MAPID_BASEMASK)) & (item->class_base[(sd->class_&JOBL_2_1) ? 1 : ((sd->class_&JOBL_2_2) ? 2 : 0)]) )) return 0; diff --git a/tools/itemdb_jobmask_converter.pl b/tools/itemdb_jobmask_converter.pl new file mode 100644 index 000000000..11a5e7a5f --- /dev/null +++ b/tools/itemdb_jobmask_converter.pl @@ -0,0 +1,100 @@ +#!/usr/bin/perl +# +# This file is part of Hercules. +# http://herc.ws - http://github.com/HerculesWS/Hercules +# +# Copyright (C) 2016 Hercules Dev Team +# +# Hercules is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +# Base Author: Dastgir @ http://herc.ws + +# This script converts item_db.conf Jobmask field into groups format +# usage example: perl tools/itemdb_jobmask_converter.pl < db/item_db2.conf > db/item_db_out.conf + +use strict; +use warnings; + +sub parsedb (@) { + my @input = @_; + my @jobNames = ( + "Novice", + "Swordsman", + "Magician", + "Archer", + "Acolyte", + "Merchant", + "Thief", + "Knight", + "Priest", + "Wizard", + "Blacksmith", + "Hunter", + "Assassin", + "Unused", + "Crusader", + "Monk", + "Sage", + "Rogue", + "Alchemist", + "Bard", + "Unused", + "Taekwon", + "Star_Gladiator", + "Soul_Linker", + "Gunslinger", + "Ninja", + "Gangsi", + "Death_Knight", + "Dark_Collector", + "Kagerou", + "Rebellion" + ); + my $jobSize = $#jobNames + 1; + + foreach (@input) { + chomp $_; + if ($_ =~ /^\s*Job\s*:\s*(?<Job>(?:0x)?[0-9A-Fa-f]+)/x) { + my %cols = map { $_ => $+{$_} } keys %+; + my $jobMask = hex($cols{Job}); + my $allJobs = 0xFFFFFFFF; + my $allJobsExceptNovice = 0xFFFFFFFE; + if ($jobMask < 0 || $jobMask eq "") { + print "$_\n"; + next; + } + print "\tJob: {\n"; + if (($jobMask&$allJobs) == $allJobs) { + print "\t\tAll: true\n"; + } elsif (($jobMask&$allJobsExceptNovice) == $allJobsExceptNovice) { + print "\t\tAll: true\n"; + print "\t\tNovice: false\n"; + } elsif ($jobMask == 0) { + print "\t\tAll: false\n"; + } else { + for (my $i = 0; $i < $jobSize; $i++) { + my $currBit = 1<<$i; + if (($jobMask & $currBit) == $currBit) { + print "\t\t$jobNames[$i]: true\n" unless $jobNames[$i] eq "Unused"; + } + } + } + print "\t}\n"; + } else { + print "$_\n"; + } + } +} + +parsedb(<>); |