-
Move item donator to Central Bank
Hello everyone,
I've a problem with central bank!
I added id and name item in dbo.item, I added icashitem="true" to my donator but when I move donator to central bank, it's don't show up, I relog and it's show up in equipments.
I use Phoenix's DB and server files 2007.
http://i56.tinypic.com/eh0i6q.jpg
-
Re: Move item donator to Central Bank
Maybe your client messes it all up.
That happens sometimes.
-
Re: Move item donator to Central Bank
You need all item codes to be in the Item.dbo in order for the Storage / Central bank to work. No fix or anything is needed.
-
Re: Move item donator to Central Bank
Quote:
Originally Posted by
phoenix_147
You need all item codes to be in the Item.dbo in order for the Storage / Central bank to work. No fix or anything is needed.
Yes, I've all id in dbo.Item.[COLOR="Silver"]
http://i56.tinypic.com/eh0i6q.jpg
-
Re: Move item donator to Central Bank
-
Re: Move item donator to Central Bank
1) Tip : You just need to enter Item ID's in the DB. Don't waste time adding names.
2) Which runnable / server are you using?
-
Re: Move item donator to Central Bank
Server files 2007 with clan/quest server all in one.
Runnable 2007 by GUNZ08323 I think, I don't remember your nick.
I use your DB but by my old db storage work.
-
Re: Move item donator to Central Bank
Quote:
Originally Posted by
Lolled
Server files 2007 with clan/quest server all in one.
Runnable 2007 by GUNZ08323 I think, I don't remember your nick.
I use your DB but by my old db storage work.
Which Quest + Clan server? Is it the one by gregon?
Secondly, what do you mean by: (see the bold part in your quote).
-
Re: Move item donator to Central Bank
Quote:
Originally Posted by
phoenix_147
Which Quest + Clan server? Is it the one by gregon?
Secondly, what do you mean by: (see the bold part in your quote).
No, I use matchserver edited and released by wtfhacker.
I mean with my default db the storage work fine but with your db, it's don't work.
Are you understand?
-
Re: Move item donator to Central Bank
Now I use your server files 2008 repack 3 but it is same.
Where is the problem?
-
Re: Move item donator to Central Bank
It has always worked for me.
I don't know where you're messing it up.
-
Re: Move item donator to Central Bank
Quote:
Originally Posted by
phoenix_147
It has always worked for me.
I don't know where you're messing it up.
Oh damn it!
What are you typed in Icash on dbo.Item?
I've 1.
-
Re: Move item donator to Central Bank
You just need to type item id's. Don't touch other columns.
-
Re: Move item donator to Central Bank
Quote:
Originally Posted by
phoenix_147
You just need to type item id's. Don't touch other columns.
Okay, bump!
-
Re: Move item donator to Central Bank
-
Re: Move item donator to Central Bank
-
Re: Move item donator to Central Bank
Use a admin panel, with that you can send stuff in people their central bank.
-
Re: Move item donator to Central Bank
Quote:
Originally Posted by
wesley1189
Use a admin panel, with that you can send stuff in people their central bank.
Lol I know that but i cant move my items in central bank.
I re-login and all items are in Equipments.
-
Re: Move item donator to Central Bank
-
Re: Move item donator to Central Bank
execute this ignore errors
Code:
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (1, 'Rusty Dagger' ,0,2,0,0,8,5,20,8,366,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger01' , 'It has some rust here and there. Once used, its sure to be difficult to sell.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (11, 'Iron Dagger' ,0,2,0,5,8,5,200,9,356,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger01' , 'Basic iron dagger, made in a factory. A serial number is barely visible on the surface.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (3, 'Military Dagger' ,0,2,0,9,8,6,400,11,356,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger01' , 'Military assault dagger.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4, 'Lightweight Dagger' ,0,2,0,18,8,5,1000,10,346,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger01' , 'Easy to use lightweight dagger.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5, 'High-Class Dagger' ,0,2,0,27,8,6,2500,12,351,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger01' , 'Heavy unique high-class dagger. Beautiful pattern inscribed on the surface.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6, 'Phantom Slaying Dagger' ,0,2,0,36,8,4,5000,13,356,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger02' , 'Mysterious dagger, used to kill evil spirits. However, it could be an urban legend.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7, 'Warlords Gut Ripper' ,0,2,0,45,8,6,10000,14,346,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger03' , 'Unique dagger, used by Warlords during the Storm civil war.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (8, 'Crystal Blade' ,0,2,0,54,8,4,0,15,346,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger12' , 'A dagger which uses its easy breakable disadvantage property to its advantage. The light crystal blade leaves its broken pieces in the opponents body when attack and creates fatal wounds.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (2, 'Rusty Sword' ,0,2,0,0,8,10,20,15,359,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana01' , 'Its a rusty sword. Once used, its sure to be difficult to sell.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (12, 'Iron Sword' ,0,2,0,5,8,10,300,16,359,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana02' , 'Low level iron sword. Faint serial number visible on the surface.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (13, 'Military Sword' ,0,2,0,10,8,12,600,18,349,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana02' , 'Great looking sword, used by ranked officers.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (14, 'Lightweight Sword' ,0,2,0,20,8,9,1500,15,339,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana01' , 'Easy to use lightweight sword.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (15, 'High-class Sword' ,0,2,0,30,8,13,3600,20,339,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana04' , 'High-Class sword, made of rare materials for combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (16, 'Devil Slayer' ,0,2,0,40,8,11,7200,22,339,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana06' , 'Mysterious sword used to kill a haunted evil spirit.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (17, 'Golden Dragon Sword' ,0,2,0,50,8,12,15000,24,329,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana03' , 'Gold plated attractive sword. Sword collectors desperately want to acquire this powerful katana.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (18, 'Shura' ,0,2,0,60,8,10,0,25,329,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana17' , 'A sword used by Gumho, who was a legendary warrior at the battle field long time ago. After his death, his nick name became the name of the weapon.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (31, 'Iron Kodachi' ,0,2,0,10,8,18,850,14,290,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'blade02' , '(Dual Wield) These Kodachi Iron swords are widely produced for the general public.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (32, 'Lightweight Kodachi' ,0,2,0,21,8,14,2000,15,280,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'blade01' , '(Dual Wield) Kodachi swords designed for two hands. Much lighter and smaller than regular swords.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (33, 'High-Class Kodachi' ,0,2,0,32,8,20,5000,16,280,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'blade06' , '(Dual Wield) This unique sword produced by Kodachi is made of high-end rare materials.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (34, 'Red Blood' ,0,2,0,43,8,18,12000,18,260,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'blade05' , '(Dual Wield) These powerful swords are a symbol of the Red Blood Dynasty, carried by a great swordsman in ancient times.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (35, 'Dual Scimitar' ,0,2,0,54,8,19,0,23,290,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'blade09' , 'A dual sword used by nomads who live in the distant desert far from Axium (tax included)' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (51, 'Giant Sword' ,0,2,0,43,8,18,12000,18,260,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'sword01' , 'Sword used by the Hiru tribe.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4001, 'Raptor 50' ,0,2,0,0,9,7,20,8,250,30,10,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol01' , 'This pistol has been used since a long time ago in the empire. Its production has been discontinued. Manufactured by Walcom.' ,10,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4002, 'Raptor 50 x2' ,0,2,0,0,9,14,40,16,250,36,10,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol01x2' , '(Dual Wield) These pistols have been used since a long time ago in the empire. Their production has been discontinued. Manufactured by Walcom.' ,10,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4009, 'Raptor 80' ,0,2,0,5,9,7,200,8,200,30,12,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol01' , 'A revised model of the Raptor 50. Its performance slightly improved but the appearance has not changed from the old version. Its production was announced to be stopped quite early as its competition released a new product. Manufactured by Walcom.' ,12,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4010, 'Raptor 80 x2' ,0,2,0,7,9,14,360,16,200,36,12,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol01x2' , '(Dual Wield) Revised models of the Raptor 50. The performance improved slightly but the appearance has not changed from the old version. Manufactured by Walcom.' ,12,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4011, 'Raven 5' ,0,2,0,6,9,8,300,10,250,40,10,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol05' , 'This pistol was produced to be supplied to the battlefront of the Republic. Manufactured by Maxwell.' ,10,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4012, 'Raven 5 x2' ,0,2,0,8,9,16,540,20,250,48,10,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol05x2' , '(Dual Wield) These pistols were produced to be supplied to the battle front of the Republic. Manufactured by Maxwell.' ,10,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4003, 'Raptor 120' ,0,2,0,10,9,7,500,9,200,25,12,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol02' , 'It was developed to be supplied to the military. Its accuracy has been improved from the Raptor 80. Manufactured by Walcom.' ,12,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4004, 'Raptor 120 x2' ,0,2,0,12,9,14,900,18,200,30,12,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol02x2' , '(Dual Wield) It was developed to be supplied to the military. Its accuracy has been improved from the Raptor 80s. Manufactured by Walcom.' ,12,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4013, 'Raven 6' ,0,2,0,14,9,8,800,12,220,40,14,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol05' , 'The follow-up model of the Raven 5. Its performance has been improved but its manufacturer failed to make it lighter. Manufactured by Maxwell.' ,14,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4014, 'Raven 6 x2' ,0,2,0,16,9,16,1440,24,220,48,14,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol05x2' , '(Dual Wield) The follow-up models of the Raven 5. The performance has been improved but its manufacturer failed to make it lighter. Manufactured by Maxwell.' ,14,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4015, 'Raptor 160' ,0,2,0,24,9,8,2500,11,180,25,13,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol02' , 'The follow-up model to the Raptor 120. It has more firepower, better performance and an excellent rate of fire.' ,13,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4016, 'Raptor 160 x2' ,0,2,0,26,9,16,4500,22,180,30,13,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol02x2' , '(Dual Wield) The follow-up model to the Raptor 120. They have more firepower, better performance and an excellent rate of fire.' ,13,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4017, 'Raven 7' ,0,2,0,32,9,9,5000,13,210,40,15,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol05' , 'The Raven 7 has more firepower and a better rate of fire but it still has some drawbacks in terms of accuracy and weight.' ,15,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4018, 'Raven 7 x2' ,0,2,0,34,9,18,9000,26,210,48,15,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol05x2' , '(Dual Wield) The Raven 7s have more firepower and a better rate of fire but they still have some drawbacks in terms of accuracy and weight.' ,15,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4019, 'Raptor 200' ,0,2,0,40,9,8,8000,11,160,25,14,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol02' , 'The Raptor series won confidence with its high rate of fire and accuracy. This weapon shows the advanced development capability of Walcom.' ,14,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4020, 'Raptor 200 x2' ,0,2,0,42,9,16,14400,22,160,30,14,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol02x2' , '(Dual Wield) The Raptor series won confidence with its high rate of fire and accuracy. These weapons show the advanced development capability of Walcom.' ,14,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4021, 'Raven 8' ,0,2,0,48,9,10,0,15,200,40,14,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol06' , 'Model developed mainly to improve fire power and higher rate of fire and laid aside the weight improvement which has been the chronic problem of problem of Raven series.' ,14,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4022, 'Raven 8 x2' ,0,2,0,50,9,20,0,30,200,48,14,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol06x2' , '(Dual Wield) Model developed mainly to improve fire power and higher rate of fire and laid aside the weight improvement which has been the chronic problem of problem of Raven series.' ,14,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4023, 'Iris Pistol Limited x2' ,0,2,0,7,9,12,0,20,220,36,12,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol04_gold' , 'Limited edition of Iris pistol with unique color used by Republican soldiers which is no longer in production and became a valued premium among the collectors.' ,12,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4005, 'Minic 567' ,0,2,0,0,9,8,20,16,400,60,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol07' , 'This legendary revolver was produced by Maxwell and supplied to the general infantry of the Republic. Its production is now discontinued.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4006, 'Minic 567 x2' ,0,2,0,0,9,16,40,32,400,72,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol07x2' , '(Dual Wield) These legendary revolvers were produced by Maxwell and supplied to the general infantry of the Republic. Its production is now discontinued.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4501, 'Dynax 7000' ,0,2,0,5,9,7,220,14,300,60,8,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol12' , 'The first of the lightweight revolvers from Canox. Though its production has been discontinued, the second-hand Dynax is still a popular gun.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4502, 'Dynax 7000 x2' ,0,2,0,7,9,14,396,28,300,72,8,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol12x2' , '(Dual Wield) The first of the lightweight revolvers from Canox. Though their production has been discontinued, the second-hand Dynax is still a popular gun.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4503, 'Minic 567 Limited' ,0,2,0,7,9,8,340,18,400,50,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol07' , 'This model was produced in order to commemorate the fifth anniversary of Maxwells Minic. It is more powerful than the original.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4504, 'Minic 567 Limited x2' ,0,2,0,9,9,16,612,36,400,60,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol07x2' , '(Dual Wield) These were produced in order to commemorate the fifth aniversary of Maxwells Minic. They have more firepower that the originals.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4007, 'Zaurus A' ,0,2,0,10,9,7,550,20,400,60,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol08' , 'This revolver was developed to supply the military. Manufactured by Walcom.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4008, 'Zaurus A x2' ,0,2,0,12,9,14,990,40,400,72,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol08x2' , '(Dual Wield) These revolvers were developed to supply the military. Manufactured by Walcom.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4505, 'Phantom Cruise' ,0,2,0,16,9,9,1200,22,400,70,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol10' , 'High-end revolver made by Nico. Its upgraded design draws a lot of attention.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4506, 'Phantom Cruise x2' ,0,2,0,18,9,18,2160,44,400,84,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol10x2' , '(Dual Wield) High-end revolvers made by Nico. Its upgraded design draws a lot of attention.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4507, 'Phantom Cruise N' ,0,2,0,21,9,8,2500,23,400,65,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol10' , 'Phantom Cruises slightly upgraded model. Its performance has slightly improved.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4508, 'Phantom Cruise N x2' ,0,2,0,23,9,16,4500,46,400,78,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol10x2' , '(Dual Wield) Phantom Cruises minor upgraded models. The performance has slightly improved.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4509, 'Dynax 8000' ,0,2,0,26,9,7,4000,18,300,60,8,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol12' , 'Lightweight revolver made by Canox. This is the follow-up model of the Dynax 7000, its performance has remarkably improved.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4510, 'Dynax 8000 x2' ,0,2,0,28,9,14,7200,36,300,72,8,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol12x2' , '(Dual Wield) Lightweight revolvers made by Canox. These are the follow-up models of the Dynax 7000, their performance have remarkably improved.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4511, 'Minic 567 MK.II' ,0,2,0,34,9,8,7000,25,400,50,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol07' , 'This is an upgraded model of the commemorative fifth anniversary Minic 567. It packs more power than the original one.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4512, 'Minic 567 MK.II x2' ,0,2,0,36,9,16,12600,50,400,60,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol07x2' , '(Dual Wield) This is the upgraded models of the commemorative fifth anniversary Minic 567. They pack more power than the original ones.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4513, 'Zaurus B' ,0,2,0,42,9,8,12000,25,360,50,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol08' , 'The Zaurus Type B is the most powerful handgun money can buy. It also has better accuracy.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4514, 'Zaurus B x2' ,0,2,0,46,9,16,21600,50,360,60,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol08x2' , '(Duel Wield) The Zaurus Type Bs are the most powerful handgun money can buy. They also have better accuracy.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4515, 'Dynax 800C' ,0,2,0,52,9,7,0,23,300,60,8,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol19' , 'Illegally altered model of 8000 which once was very popular. This model gained popularity so the Canox company decided to sell it officially.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4516, 'Dynax 800C x2' ,0,2,0,54,9,14,0,45,300,72,8,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol19x2' , '(Dual Wield) Illegally altered model of 8000 which once was very popular. This model gained popularity so the Canox company decided to sell it officially.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5001, 'Renard' ,0,2,0,0,9,15,30,7,90,50,32,5,1,0,0,0,0,0,0,0,0,0,0, 'smg01' , 'This old submachine gun was produced by Canox. Its production has been discontinued.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5002, 'Renard x2' ,0,2,0,0,9,30,60,14,90,90,32,5,1,0,0,0,0,0,0,0,0,0,0, 'smg01x2' , '(Dual Wield) These old submachine guns were produced by Canox. Its production has been discontinued.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5003, 'Walcom S5' ,0,2,0,10,9,15,750,8,90,50,36,5,1,0,0,0,0,0,0,0,0,0,0, 'smg02' , 'This submachine gun produced by Walcom are quite popular. They have better firepower and a larger ammo capacity. ' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5004, 'Walcom S5 x2' ,0,2,0,13,9,30,1350,16,90,90,36,5,1,0,0,0,0,0,0,0,0,0,0, 'smg02x2' , '(Dual Wield) These submachine guns produced by Walcom are quite popular. They have better firepower and a larger ammo capacity.' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5005, 'Ellan' ,0,2,0,10,9,12,700,5,90,70,60,2,1,0,0,0,0,0,0,0,0,0,0, 'smg05' , 'Canoxs small submachine gun. This was manufactured with a focus on better mobility.' ,60,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5006, 'Ellan x2' ,0,2,0,12,9,24,1260,10,90,126,60,2,1,0,0,0,0,0,0,0,0,0,0, 'smg05x2' , '(Dual Wield) Canoxs small submachine guns. These were manufactured with focus on better mobility.' ,60,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5007, 'Renard V' ,0,2,0,24,9,15,2800,7,85,35,32,3,1,0,0,0,0,0,0,0,0,0,0, 'smg01' , 'Follow-up model of the once widely-popular Renard. It has better accuracy and a higher rate of fire.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5008, 'Renard V x2' ,0,2,0,27,9,30,5040,14,85,63,32,3,1,0,0,0,0,0,0,0,0,0,0, 'smg01x2' , '(Dual Wield) Follow-up model of the once widely popular Renards. They have better accuracy and a higher rate of fire.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5009, 'Walcom S6' ,0,2,0,24,9,16,2800,9,95,55,36,5,1,0,0,0,0,0,0,0,0,0,0, 'smg02' , 'The follow-up model of the Walcom S5. It has more firepower and better stability compared with its previous model.' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5010, 'Walcom S6 x2' ,0,2,0,27,9,32,5040,18,95,99,36,5,1,0,0,0,0,0,0,0,0,0,0, 'smg02x2' , '(Dual Wield) The follow-up models of Walcoms S5. They have more firepower and better stability compared with its previous models.' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5011, 'New Renard V' ,0,2,0,36,9,15,5600,8,80,35,40,3,1,0,0,0,0,0,0,0,0,0,0, 'smg01' , 'New version of the popular Renard V produced by Canox.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5012, 'New Renard V x2' ,0,2,0,39,9,30,10080,16,80,63,40,3,1,0,0,0,0,0,0,0,0,0,0, 'smg01x2' , '(Dual Wield) New versions of the popular Renard V produced by Canox.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5013, 'Walcom XL' ,0,2,0,36,9,14,5800,9,95,50,32,5,1,0,0,0,0,0,0,0,0,0,0, 'smg03' , 'This model was produced in order to commemorate the 70th anniversary of Walcom. It has a lightweight body and it is called the Exterminator.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5014, 'Walcom XL x2' ,0,2,0,39,9,28,10440,18,95,90,32,5,1,0,0,0,0,0,0,0,0,0,0, 'smg03x2' , '(Dual Wield) These models were produced in order to commemorate the 70th anniversary of Walcom. It has a lightweight body and it is called the Exterminator.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5015, 'Renard VI' ,0,2,0,45,9,14,12000,8,80,35,40,3,1,0,0,0,0,0,0,0,0,0,0, 'smg01' , 'This new model was produced by Canox whose popularity was dented by Walcom XL.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5016, 'Renard VI x2' ,0,2,0,48,9,28,21600,16,80,63,40,3,1,0,0,0,0,0,0,0,0,0,0, 'smg01x2' , '(Dual Wield) These new models were produced by Canox whose popularity was dented by Walcom XL.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5017, 'Walcom XLS' ,0,2,0,45,9,14,12000,11,95,50,32,5,1,0,0,0,0,0,0,0,0,0,0, 'smg03' , 'Upgrade to the Walcom XL. The only difference from the old model is enhanced fire power.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5018, 'Walcom XLS x2' ,0,2,0,48,9,28,21600,22,95,90,32,5,1,0,0,0,0,0,0,0,0,0,0, 'smg03x2' , '(Dual Wield) Upgrades to the Walcom XL. The only difference from the old models are enhanced fire power.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5019, 'Walcom S7' ,0,2,0,54,9,14,0,13,95,50,32,5,1,0,0,0,0,0,0,0,0,0,0, 'smg04' , 'New SMG from Walcom company which has been rivary of Renard company. The fire power has been enhanced.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5020, 'Walcom S7 x2' ,0,2,0,57,9,28,0,26,95,90,32,5,1,0,0,0,0,0,0,0,0,0,0, 'smg04x2' , '(Dual Wield) New SMG from Walcom company which has been rivary of Renard company. The fire power has been enhanced.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6001, 'Breaker 3' ,0,2,0,5,9,15,200,6,1100,60,3,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun01' , 'Pump action shotgun produced by Leonics, who has specialized in the production of shotguns for ages. Its production has been discontinued.' ,3,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6002, 'Breaker 5' ,0,2,0,10,9,18,800,6,1000,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun01' , 'Pump action type shotgun produced by Leonics. Though made a long time ago, it is still very popular.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6003, 'Breaker 6' ,0,2,0,15,9,20,1600,7,1000,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun01' , 'Leonics new shotgun that was released quite recently.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6004, 'Breaker 7' ,0,2,0,30,9,20,8000,8,1000,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun03' , 'Leonicss 7th model adopted a new design different from the existing Breaker series.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6005, 'Avenger' ,0,2,0,30,9,15,9000,10,1200,100,2,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun07' , 'Shotgun introduced by Nico as a monumental product. This weapon has strong destructive power. Its only drawback, is it can only load a small number of bullets.' ,2,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6006, 'Breaker 8' ,0,2,0,45,9,20,20000,9,1000,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun03' , 'New shotgun produced by Leonics, who is quite famous for the Breaker series of shotguns.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6007, 'Avenger MK.II' ,0,2,0,45,9,16,24000,11,1200,100,2,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun07' , 'Avengers follow-up model that became the weapon of choice for adventurers.' ,2,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6008, 'Breaker 9P' ,0,2,0,60,9,18,0,9,1000,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun02' , 'Prototype model of the Breaker9, the newest shotgun of Rionix. Great ability but a bit unstable.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6009, 'Iron Crow Shotgun Limited ' ,0,2,0,15,9,18,0,7,900,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun09_gold' , 'Limited edition of Iron Crow shotgun with unique color which is no longer in production and became a valued premium among the collectors.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6010, 'Cruelizon Limited' ,0,2,0,24,9,18,0,9,1100,90,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun06_silver' , 'Limited edition of Cruelizon with unique color which is no longer in production and became a valued premium among the collectors.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7001, 'Nico R2' ,0,2,0,5,9,15,400,11,120,30,32,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle03' , 'Rifle produced by Nico in the early days.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7002, 'Nico R5' ,0,2,0,10,9,18,1500,12,110,30,32,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle01' , 'One of the most popular rifles among the Republican army.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7003, 'Walcom Warrior 77' ,0,2,0,15,9,20,2800,15,100,50,24,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle02' , 'Produced by Walcom, it has the drawback of being difficult to use but it has relatively strong power.' ,24,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7004, 'Maxwell LX30' ,0,2,0,18,9,20,3000,13,80,20,40,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle04' , 'Produced by Maxwell, this weapon has stable grip, good operability, and a high rate of fire.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7005, 'Nico R6' ,0,2,0,26,9,18,6000,15,90,30,36,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle03' , 'Follow-up model of popular R5 of Nico. With its improved fire power, it is popular among R5 maniacs.' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7006, 'Maxwell LX44' ,0,2,0,34,9,20,12000,14,80,20,40,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle04' , '(Discontinued Item) Rifle with a higher fire rate than LX30. It has a stable grip with high accuracy.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7007, 'Nico R7' ,0,2,0,42,9,18,24000,16,90,30,40,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle01' , 'Nicos new rifle with better fire power.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7008, 'Walcom Warrior 88' ,0,2,0,50,9,20,48000,19,100,50,32,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle02' , 'Still not easy to use but, this new product by Walcom is produced to focus on stronger fire power.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7009, 'Maxwell SWT' ,0,2,0,58,9,18,0,16,80,20,50,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle06' , 'New rifle developed by Maxwell company which has been requested by Special force in charge of Metropolise security. It has greatly improved on weight and bullet carriage.' ,50,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (8001, 'Nico MG-K8' ,0,2,0,25,9,28,8000,16,100,70,120,10,1,0,0,0,0,0,0,0,0,0,0, 'machinegun01' , 'It is so heavy that it is hard to carry but, its rate of fire makes the enemies shiver in fear.' ,120,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (8002, 'Nico MG-K9' ,0,2,0,35,9,28,16000,17,100,70,120,10,1,0,0,0,0,0,0,0,0,0,0, 'machinegun01' , 'K9 machine gun with upgraded power. Its powerful rate of fire and damage will make swiss cheese of the opposition.' ,120,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (8003, 'Nico MG-KX' ,0,2,0,45,9,28,32000,18,100,70,120,10,1,0,0,0,0,0,0,0,0,0,0, 'machinegun02' , 'Nicos new machine gun with explosive power. Even just looking at the MG-KX will make the enemies feel pain.' ,120,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (8004, 'Nico MG-K11' ,0,2,0,55,9,28,0,19,100,70,120,10,1,0,0,0,0,0,0,0,0,0,0, 'machinegun06' , 'With the popularity of KX, this previously developed machine gun model has been released with the name K11.' ,120,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (9001, 'Walcom L1' ,0,2,0,15,9,30,3200,50,1200,50,3,3,0,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher' , 'Rocket launcher with strong fire power produced by Walcom.' ,3,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (9002, 'Maxwell RW-77' ,0,2,0,20,9,28,5200,35,900,50,5,3,0,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher02' , 'Rocket launcher produced by Maxwell. It can hold more bullets than Walcoms L series and has a better fire rate capability. However, the fire power was reduced.' ,5,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (9003, 'Walcom L1 mk. II' ,0,2,0,30,9,30,12000,55,1200,50,3,3,0,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher' , 'Walcoms Rocket Launcher. This slightly upgraded model of the L1 has slightly stronger fire power.' ,3,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (9004, 'Maxwell RW-88' ,0,2,0,40,9,28,24000,36,800,50,5,3,0,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher02' , 'An upgraded version of RW-77. Though nothing major has changed, it has a better rate of fire than the previous models.' ,5,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (9005, 'Walcom L2' ,0,2,0,50,9,25,50000,55,1200,50,4,3,0,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher03' , 'Walcoms Rocket Launcher. Holds more bullets than L1, it has become a little lighter and more powerful.' ,4,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (9006, 'Maxwell RW-66' ,0,2,0,10,9,30,2000,30,1000,50,4,3,0,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher02' , 'Rocket launcher made in the early days by Maxwell. It lacks the strong power.' ,4,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (9007, 'Maxwell RW-99' ,0,2,0,60,9,27,0,45,700,50,6,3,0,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher08' , 'A revolutionary rocket that has increased the maximum number of bullet and reduced the weight by using new material.' ,6,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (10001, 'Birds Sniper Rifle SN40' ,0,2,0,0,9,25,50000,80,1200,0,2,7,0,0,0,0,0,0,0,0,0,0,0, 'rifle03' , 'Used by the military during the storm civil war. This is a typical sniper rifle with optimal level of accuracy.' ,2,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30301, 'Canox FG1' ,0,2,0,0,7,2,200,100,1500,20,2,10,0,0,0,0,0,0,0,0,0,0,0, 'grenade01' , 'New grenade produced by Canox, this grenade can be easily used indoors. 2 units' ,2,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30302, 'Canox FG2' ,0,2,0,11,7,3,500,100,1500,20,3,10,0,0,0,0,0,0,0,0,0,0,0, 'grenade01' , 'New grenade produced by Canox, this grenade can be easily used indoors. 3 units' ,3,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30303, 'Canox FG3' ,0,2,0,22,7,4,1000,100,1500,20,4,10,0,0,0,0,0,0,0,0,0,0,0, 'grenade01' , 'New grenade produced by Canox, this grenade can be easily used indoors. 4 units' ,4,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30304, 'Canox FG4' ,0,2,0,33,7,5,2000,100,1500,20,5,10,0,0,0,0,0,0,0,0,0,0,0, 'grenade01' , 'New grenade produced by Canox, this grenade can be easily used indoors. 5 units' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30305, 'Canox FG5' ,0,2,0,44,7,6,4000,100,1500,20,6,10,0,0,0,0,0,0,0,0,0,0,0, 'grenade01' , 'New grenade produced by Canox, this grenade can be easily used indoors. 6 units' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30201, 'Canox FB1' ,0,2,0,0,7,2,200,0,1500,20,2,10,0,0,0,0,0,0,0,0,0,0,0, 'flashbang01' , 'Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 2 units' ,2,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30202, 'Canox FB2' ,0,2,0,10,7,3,500,0,1500,20,3,10,0,0,0,0,0,0,0,0,0,0,0, 'flashbang01' , 'Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 3 units' ,3,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30203, 'Canox FB3' ,0,2,0,20,7,4,1000,0,1500,20,4,10,0,0,0,0,0,0,0,0,0,0,0, 'flashbang01' , 'Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 4 units' ,4,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30204, 'Canox FB4' ,0,2,0,30,7,5,2000,0,1500,20,5,10,0,0,0,0,0,0,0,0,0,0,0, 'flashbang01' , 'Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 5 units' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30205, 'Canox FB5' ,0,2,0,40,7,6,4000,0,1500,20,6,10,0,0,0,0,0,0,0,0,0,0,0, 'flashbang01' , 'Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 6 units' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30401, 'Canox SG1' ,0,2,0,0,7,2,200,0,1500,20,3,10,0,0,0,0,0,0,0,0,0,0,0, 'smoke01' , 'Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 3 units' ,3,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30402, 'Canox SG2' ,0,2,0,12,7,3,500,0,1500,20,4,10,0,0,0,0,0,0,0,0,0,0,0, 'smoke01' , 'Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 4 units' ,4,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30403, 'Canox SG3' ,0,2,0,24,7,4,1000,0,1500,20,5,10,0,0,0,0,0,0,0,0,0,0,0, 'smoke01' , 'Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 5 units' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30404, 'Canox SG4' ,0,2,0,36,7,5,2000,0,1500,20,6,10,0,0,0,0,0,0,0,0,0,0,0, 'smoke01' , 'Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 6 units' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30405, 'Canox SG5' ,0,2,0,48,7,6,4000,0,1500,20,7,10,0,0,0,0,0,0,0,0,0,0,0, 'smoke01' , 'Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 7 units' ,7,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30001, 'Medical Kit MK-1' ,0,2,0,0,7,5,400,0,1000,0,2,10,0,0,0,0,0,0,0,0,0,0,0, 'medikit' , 'This enables you to recover physical strength. 2 units' ,2,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30002, 'Medical Kit MK-2' ,0,2,0,20,7,6,5000,0,1000,0,3,10,0,0,0,0,0,0,0,0,0,0,0, 'medikit' , 'This enables you to recover physical strength. 3 units' ,3,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30003, 'Medical Kit MK-3' ,0,2,0,40,7,7,20000,0,1000,0,4,10,0,0,0,0,0,0,0,0,0,0,0, 'medikit' , 'This enables you to recover physical strength. 4 units' ,4,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30101, 'Repair Kit RK-1' ,0,2,0,0,7,5,400,0,1000,0,2,10,0,0,0,0,0,0,0,0,0,0,0, 'repairkit' , 'Enables you to repair armor. 2 units' ,2,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30102, 'Repair Kit RK-2' ,0,2,0,20,7,6,5000,0,1000,0,3,10,0,0,0,0,0,0,0,0,0,0,0, 'repairkit' , 'Enables you to repair armor. 3 units' ,3,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30103, 'Repair Kit RK-3' ,0,2,0,40,7,7,20000,0,1000,0,4,10,0,0,0,0,0,0,0,0,0,0,0, 'repairkit' , 'Enables you to repair armor. 4 units' ,4,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25001, 'Ring of the Citizen' ,0,2,0,0,6,2,400,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0, '0' , 'This ring was designed by the mayor in commemoration of his city and citizens.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25002, 'Ring of the Crying Hawk' ,0,2,0,0,6,2,400,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, '0' , 'This legendary ring was used by the special combat forces in ancient times.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25003, 'Warriors Cry' ,0,2,0,10,6,2,1000,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0, '0' , 'This small ring preserves the wishes of many warriors who longed for a safe return home alive.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25004, 'Pierres Ring' ,0,2,0,10,6,2,1000,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0, '0' , 'This ring holds the spirit of a brave commander who was killed in battle.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25005, 'FMT Ring' ,0,2,0,20,6,2,10000,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0, '0' , 'This unique ring was designed to commemorate the scientist who created a system named FMT. There is a faint McField signature inscribed inside of the band.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25006, 'Ring of Good Fortune' ,0,2,0,20,6,0,10000,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0, '0' , 'Simple designed ring for good fortune.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25007, 'Altemas Ring' ,0,2,0,30,6,2,20000,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, '0' , 'This ring was designed by the TEAMI in commemoration of Altemas war achievements.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25008, 'Band of the Blood' ,0,2,0,30,6,4,20000,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0, '0' , 'A beautiful red jewel is the center piece for this energy based ring.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25009, 'Elias Ring' ,0,2,0,40,6,2,40000,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0, '0' , 'Elias troops heroically protected Menlo, during the battle of Sun and raised the overall morale of Emperor Altemas soldiers. This ring was created to commemorate the princess call of immortal courage.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25010, 'Ring of a Feather' ,0,2,0,40,6,0,40000,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0, '0' , 'This legendary ring enhances forces that help defy gravity.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (20001, 'Champion Crown (Men)' ,0,2,0,25,1,4,0,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_head_crown' , 'A crown for the winner of the Clan Tournament. It can only be owned by the winners. ' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (20501, 'Champion Crown (Women)' ,0,2,0,25,1,4,0,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_head_crown' , 'A crown for the winner of the Clan Tournament. It can only be owned by the winners.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21001, 'Ares Running Shirt' ,0,2,0,0,2,5,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_chest_12' , 'Mens running shirt designed by Ares, a supplier of military outfits.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21002, 'Renaut Cotton Shirt' ,0,2,0,0,2,10,200,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_chest_06' , 'Very active mens cotton shirt designed by Renaut Sports.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21003, 'Venico Leather Coat' ,0,2,0,10,2,15,800,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0, 'eq_chest_13' , 'Mens Leather Coat designed by Venico.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21004, 'Vinz Winter Jacket' ,0,2,0,20,2,18,1600,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0, 'eq_chest_01' , 'This winter jacket for men has good thermal insulation great for any cold environment.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21005, 'Miz Leather Coat' ,0,2,0,30,2,20,3200,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0, 'eq_chest_03' , 'Quite Fashionable and stylish mens trench coat produced by Miz.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21006, 'Ares Military Jacket' ,0,2,0,0,2,12,200,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_chest_a001' , 'Military jacket that Ares designed to supply the military.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21007, 'Vinz Long Coat' ,0,2,0,20,2,16,1600,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0, 'eq_chest_07_1' , 'Long wool coat designed by Vinz for men.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21008, 'Renaut Summer Shirt' ,0,2,0,0,2,10,500,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_chest_21' , 'Mens shirt with flower patterns designed by Renaut for summer.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21009, 'Miz Noir formal shirt' ,0,2,0,40,2,20,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0, 'eq_chest_02' , 'Dandy upper garments set of shirt, tie and vest from Miz Company.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21010, 'Empire Royal Guard coat (Men)' ,0,2,0,60,2,20,0,0,0,0,0,0,0,0,2,30,0,0,0,0,0,0,0, 'eq_chest_guard' , 'Mens coat for the Royal Guard, who protect the Imperial family.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21011, 'Clan Master Coat (Male)' ,0,2,0,15,2,16,0,0,0,0,0,0,0,0,6,23,0,0,0,0,0,0,0, 'eq_chest_clanmaster' , 'Coat (for male) provided with purchase of clan name change item. Only the clan master can wear it.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21501, 'Flex Cotton T-Shirt' ,0,2,0,0,2,5,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_chest_05' , 'Cotton T-Shirt exclusively for women. This product is especially suitable for active women.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21502, 'Urike Leather Jacket' ,0,2,0,0,2,10,200,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_chest_n013' , 'Urike Womens Leather Jacket quite popular with the elastic fabric.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21504, 'Arona Leather Jacket' ,0,2,0,10,2,15,800,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0, 'eq_chest_c001' , 'Fashionable leather jacket for women.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21503, 'Rex Military Vest' ,0,2,0,20,2,18,1600,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0, 'eq_chest_p001' , 'Womens military vest, which ensures greater survival in combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21505, 'L-Star Leather Coat' ,0,2,0,30,2,20,3200,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0, 'eq_chest_long001' , 'Womens luxury coat designed by L-Star.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21506, 'Rex Military Jacket' ,0,2,0,0,2,12,200,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_chest_07' , 'Womens military jacket supplied by Rex.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21507, 'Urike Trench Coat' ,0,2,0,20,2,16,1600,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0, 'eq_chest_long004' , 'Womens stylish trench coat, a new design by Urike.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21508, 'Bics Summer Top' ,0,2,0,0,2,10,500,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_chest_21' , 'Womens flower patterned top for summer wear, designed by Bics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21509, 'L* Noir formal shirt' ,0,2,0,40,2,20,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0, 'eq_chest_noir' , 'Dandy upper garments set of shirt, tie and vest from L* Company.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21510, 'Empire Royal Guard coat (Women)' ,0,2,0,60,2,20,0,0,0,0,0,0,0,0,2,30,0,0,0,0,0,0,0, 'eq_chest_guard' , 'Womens coat for the Royal Guard, who protect the Imperial family.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21511, 'Clan Master Coat (Female)' ,0,2,0,15,2,16,0,0,0,0,0,0,0,0,6,23,0,0,0,0,0,0,0, 'eq_chest_clanmaster' , 'Coat (for female) provided with purchase of clan name change item. Only the clan master can wear it.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22001, 'Ares Combat Gloves' ,0,2,0,0,5,5,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_hands_a001' , 'Popular combat gloves, very comfortable simple design.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22002, 'Vinz Winter Gloves' ,0,2,0,10,5,5,500,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_hands_01' , 'Winter gloves for men. designed by Vinz.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22003, 'Ares Iron Gloves' ,0,2,0,20,5,8,1000,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0, 'eq_hands_02' , 'During combat these iron gloves provide excellent defensive power.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22004, 'Miz Sheep Leather Gloves' ,0,2,0,20,5,6,1500,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0, 'eq_hands_04' , 'Gloves made of durable sheep leather.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22005, 'Renaut Summer Gloves' ,0,2,0,0,5,4,250,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_hands_21' , 'Summer gloves for men, designed by Renaut.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22006, 'Miz stylish leather gloves' ,0,2,0,40,5,7,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0, 'eq_hands_03' , 'High quality soft leather gloves with excellent durability. Product of Miz Company.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22007, 'Empire Royal Guard gloves (Men)' ,0,2,0,60,5,6,0,0,0,0,0,0,0,0,1,17,0,0,0,0,0,0,0, 'eq_hands_guard' , 'Mens gloves for the Royal Guard, who protect the Imperial family.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22501, 'Rex Combat Gloves' ,0,2,0,0,5,5,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_hands_07' , 'Traditional design combat gloves, made out of elastic materials.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22502, 'Arona Winter Leather Gloves' ,0,2,0,10,5,5,500,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_hands_leather04' , 'Womens winter leather gloves.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22503, 'Rex Iron Gloves' ,0,2,0,20,5,8,1000,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0, 'eq_hands_02' , 'Womens iron gloves designed for aggressive combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22504, 'Urike Sheepskin Leather Gloves' ,0,2,0,20,5,6,1500,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0, 'eq_hands_leather02' , 'Womens sheepskin leather gloves designed for combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22505, 'Bics Summer Gloves' ,0,2,0,0,5,4,250,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_hands_21' , 'Womens gloves for summer wear designed by Bics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22506, 'L* stylish leather gloves' ,0,2,0,40,5,7,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0, 'eq_hands_noir' , 'High quality soft leather gloves with excellent durability. Product of L* Company.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22507, 'Empire Royal Guard gloves (Women)' ,0,2,0,60,5,6,0,0,0,0,0,0,0,0,1,17,0,0,0,0,0,0,0, 'eq_hands_guard' , 'Womens gloves for the Royal Guard, who protect the Imperial family.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23001, 'Vinz Training Pants' ,0,2,0,0,3,10,50,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_legs_01' , 'Mens trousers designed by Vinz, made out of elastic materials.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23005, 'Ares Military Trousers' ,0,2,0,0,3,10,200,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_legs_a001' , 'Trousers that Ares supplies to the military.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23002, 'Renaut Sporty Pants' ,0,2,0,0,3,10,200,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0, 'eq_legs_02' , 'Sporty trousers designed by Renaut sportswear.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23004, 'Venico Denim Trousers' ,0,2,0,10,3,15,1200,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0, 'eq_legs_13' , 'Venico trousers designed for men.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23003, 'Miz Leather Trousers' ,0,2,0,20,3,15,2400,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0, 'eq_legs_04' , 'Miz trousers in a sophisticated design to enhance greater defense. Sleek and clean sewing on pure leather.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23006, 'Webs Blue Jeans' ,0,2,0,20,3,14,3000,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0, 'eq_legs_12' , 'Webs jeans for tough adventurers.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23007, 'Renaut Summer Shorts' ,0,2,0,0,3,10,500,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0, 'eq_legs_21' , 'Mens swim trousers for summer designed by Renaut.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23008, 'Miz Noir formal pants' ,0,2,0,40,3,15,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0, 'eq_legs_03' , 'Formal pants which form a set with the Noir formal shirt. Product of Miz Company.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23009, 'Empire Royal Guard pants (Men)' ,0,2,0,60,3,17,0,0,0,0,0,0,0,0,1,29,0,0,0,0,0,0,0, 'eq_legs_guard' , 'Mens pants for the Royal Guard, who protect the Imperial family.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23501, 'Flex Training Pants' ,0,2,0,0,3,10,50,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_legs_g002' , 'Flex womens training pants with excellent elasticity, good touch and feel.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23508, 'Rex Military Trousers' ,0,2,0,0,3,10,200,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_legs_007' , 'Womens military trousers designed by Rex.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23502, 'Arona Blue Jeans' ,0,2,0,0,3,10,200,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0, 'eq_legs_j001' , '(Discontinued Item) Womens Blue jeans widely worn by all, young and old.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23503, 'Rex Military Trousers' ,0,2,0,0,3,15,1200,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0, 'eq_legs_c001' , 'Comfortable military trousers especially designed for female soldiers.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23504, 'L-Star Black Cotton Slacks' ,0,2,0,0,3,15,2400,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0, 'eq_legs_ge001' , '(Discontinued Item) Cotton trousers with luxurious touch that L-Star presents for special females.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23505, 'Arona Blue Jeans (Women)' ,0,2,0,0,3,10,200,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0, 'eq_legs_j001' , 'Womens Blue jeans widely worn by all, young and old.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23506, 'Vinz Chamois Trousers' ,0,2,0,10,3,15,1200,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0, 'eq_legs_c001' , 'Womens Chamois trousers with a good touch and feel, designed by Vinz.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23507, 'L-Star Black Cotton Slacks' ,0,2,0,20,3,15,2400,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0, 'eq_legs_ge001' , 'Cotton trousers (new) with luxurious touch that L-Star presents for special females.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23509, 'Urike Cotton Slacks' ,0,2,0,20,3,14,3000,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0, 'eq_legs_c002' , 'Stylish cotton trousers made by Urike. They have an added practical touch and stylish look, using coarse fabric.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23510, 'Bics Summer Shorts' ,0,2,0,0,3,10,500,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0, 'eq_legs_21' , 'Womens swimming shorts for summer designed by Bics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23511, 'L* Noir formal pants' ,0,2,0,40,3,15,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0, 'eq_legs_noir' , 'Formal pants which form a set with the Noir formal shirt. Product of L* Company.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23512, 'Empire Royal Guard pants (Women)' ,0,2,0,60,3,17,0,0,0,0,0,0,0,0,1,29,0,0,0,0,0,0,0, 'eq_legs_guard' , 'Womens pants for the Royal Guard, who protect the Imperial family.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24001, 'Ares Combat Shoes' ,0,2,0,0,4,5,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_feet_a001' , 'High-end shoes with comfortable touch for dynamic activity.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24002, 'Venico Casual Shoes' ,0,2,0,0,4,5,100,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_feet_05' , 'Uniquely designed casual shoes.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24003, 'Renaut Climbing Shoes' ,0,2,0,10,4,5,500,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0, 'eq_feet_04' , 'Made with sturdy leather, these shoes do not tear no matter how tough the terrain is that they trod upon.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24004, 'Ares Iron Boots' ,0,2,0,20,4,8,1000,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0, 'eq_feet_02' , 'Heavy boots for greater defensive power during battle.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24005, 'Vinz Casual Shoes' ,0,2,0,20,4,6,1500,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0, 'eq_feet_09' , 'Very sturdy casual shoes designed by Vinz.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24006, 'Renaut Summer Sandals' ,0,2,0,0,4,4,250,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_feet_21' , 'Mens sandals for summer designed by Renaut.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24007, 'Miz stylish shoes' ,0,2,0,40,4,7,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0, 'eq_feet_07' , 'High quality formal shoes from Miz Company.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24008, 'Empire Royal Guard boots (Men)' ,0,2,0,60,4,8,0,0,0,0,0,0,0,0,1,22,0,0,0,0,0,0,0, 'eq_feet_guard' , 'Mens boots for the Royal Guard, who protect the Imperial family.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24501, 'Urike Leather Shoes' ,0,2,0,0,4,5,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_feets_leather003' , 'Urike leather shoes designed for combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24502, 'Rex Combat Shoes' ,0,2,0,0,4,5,100,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_feets_07' , 'Combat shoes specially made for female soldiers by Rex.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24503, 'L-Star Leather Boots' ,0,2,0,10,4,5,500,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0, 'eq_feets_leather007' , 'Leather boots designed by L-Star.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24504, 'Rex Iron Boots' ,0,2,0,20,4,8,1000,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0, 'eq_feets_p002' , 'Heavy looking, however these shoes are made for those who put great value to their defensive power.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24505, 'Urike Leather Boots' ,0,2,0,20,4,6,1500,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0, 'eq_feets_leather008' , 'Leather boots with a unique touch and feel, designed by Urike.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24506, 'Bics Summer Sandals' ,0,2,0,0,4,4,250,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_feet_21' , 'Womens summer sandals, designed by Bics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24507, 'L* stylish shoes' ,0,2,0,40,4,7,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0, 'eq_feet_noir' , 'High quality formal shoes from L* Company.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24508, 'Empire Royal Guard boots (Women)' ,0,2,0,60,4,8,0,0,0,0,0,0,0,0,1,22,0,0,0,0,0,0,0, 'eq_feets_guard' , 'Womens boots for the Royal Guard, who protect the Imperial family.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300011, 'STR:ZITEM_NAME_300011' ,0,2,0,0,8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300011' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300012, 'STR:ZITEM_NAME_300012' ,0,2,0,0,8,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300012' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300013, 'STR:ZITEM_NAME_300013' ,0,2,0,0,8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300013' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300014, 'STR:ZITEM_NAME_300014' ,0,2,0,0,8,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300014' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300015, 'STR:ZITEM_NAME_300015' ,0,2,0,0,8,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300015' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300016, 'STR:ZITEM_NAME_300016' ,0,2,0,0,8,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300016' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300017, 'STR:ZITEM_NAME_300017' ,0,2,0,0,8,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300017' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300018, 'STR:ZITEM_NAME_300018' ,0,2,0,0,8,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300018' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300021, 'STR:ZITEM_NAME_300021' ,0,2,0,0,8,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300021' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300022, 'STR:ZITEM_NAME_300022' ,0,2,0,0,8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300022' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300023, 'STR:ZITEM_NAME_300023' ,0,2,0,0,8,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300023' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300024, 'STR:ZITEM_NAME_300024' ,0,2,0,0,8,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300024' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300025, 'STR:ZITEM_NAME_300025' ,0,2,0,0,8,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300025' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300026, 'STR:ZITEM_NAME_300026' ,0,2,0,0,8,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300026' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300031, 'Skeleton Sword' ,0,2,0,0,8,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'Precious sword used by the Skeleton soldiers.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300032, 'STR:ZITEM_NAME_300032' ,0,2,0,0,8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300032' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300033, 'STR:ZITEM_NAME_300033' ,0,2,0,0,8,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300033' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300034, 'STR:ZITEM_NAME_300034' ,0,2,0,0,8,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300034' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300035, 'STR:ZITEM_NAME_300035' ,0,2,0,0,8,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300035' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300036, 'STR:ZITEM_NAME_300036' ,0,2,0,0,8,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300036' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300037, 'STR:ZITEM_NAME_300037' ,0,2,0,0,8,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300037' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300039, 'STR:ZITEM_NAME_300039' ,0,2,0,0,8,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300039' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (399998, 'GM Coat (Women)' ,0,2,0,0,2,1,400,0,0,0,0,0,0,0,999999,0,0,0,0,0,0,0,0, 'eq_chest_gm' , 'GM exclusive Coat' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (399999, 'GM Coat (Men)' ,0,2,0,0,2,1,400,0,0,0,0,0,0,0,999999,0,0,0,0,0,0,0,0, 'eq_chest_gm' , 'GM exclusive Coat' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400001, 'Ring of Apology' ,0,2,0,0,6,5,800,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0, '0' , '(Event Item) This unique heavy ring enhances defensive strength during battle.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400002, 'Bug Buster Trench Coat (Men)' ,0,2,0,0,2,5,0,0,0,0,0,0,0,0,0,5,2,0,0,0,0,0,0, 'eq_chest_07' , '(Event Item) Mens trench coat that only those adventurers who helped rid the abnormal noxious creatures away from the world of Astra, can wear it.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400003, 'Bug Buster Trench Coat (Women)' ,0,2,0,0,2,5,0,0,0,0,0,0,0,0,0,5,2,0,0,0,0,0,0, 'eq_chest_long003' , '(Event Item) Womens trench coat that only those adventurers who helped rid the abnormal noxious creatures away from the world of Astra, can wear it.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400004, 'Main Event Jacket (Men)' ,0,2,0,0,2,2,0,0,0,0,0,0,0,0,15,15,2,0,0,0,0,0,0, 'eq_chest_staff' , '(Event Item) Jackets for the crowd control staff members.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400005, 'Main Event Jacket (Women)' ,0,2,0,0,2,2,0,0,0,0,0,0,0,0,15,15,2,0,0,0,0,0,0, 'eq_chest_staff' , '(Event Item) Jackets for the crowd control staff members.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400006, 'Deciphers Ring' ,0,2,0,0,6,1,40000,0,0,0,0,0,0,0,20,20,5,0,0,0,0,0,0, '0' , '(Event Item) Precious golden ring with ancient symbols inscribed on its surface.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400007, 'Triangle Seaweed-Rolled Rice' ,0,2,0,5,7,5,2000,0,1000,0,4,10,0,0,0,0,0,0,0,0,0,0,0, 'samgak01' , '(Event Item) Triangle shaped rice rolls wrapped in seaweed. It can help you recover health and armor in combat.' ,4,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400008, 'Pampoa Companion Coat (Men)' ,0,2,0,0,2,5,2000,0,0,0,0,0,0,0,2,2,2,0,0,0,0,0,0, 'eq_chest_ce' , 'Mysterious legendary armor produced by King Roku for the Pampoa tribe. This coat enhances health and armor during battle.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400009, 'Pampoa Companion Coat (Women)' ,0,2,0,0,2,5,2000,0,0,0,0,0,0,0,2,2,2,0,0,0,0,0,0, 'eq_chest_ce' , 'Mysterious legendary armor produced by King Roku for the Pampoas tribe. This coat enhances health and armor during battle.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400010, 'Candy Bar' ,0,2,0,10,7,5,1000,0,1000,0,5,10,0,0,0,0,0,0,0,0,0,0,0, 'candy' , '(Event Item) Sweet Candy.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400011, 'Burning Tide Helmet (Men)' ,0,2,0,0,1,5,100,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'eq_head_helmet2' , 'Designed by Vinz. The flames give it an intense look.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400012, 'Burning Tide Helmet (Women)' ,0,2,0,0,1,5,100,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'eq_head_helmet' , 'Designed by Vinz. The fierce but passionate look is so impressive.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400013, 'Turkey Dinner' ,0,2,0,1,7,4,100,0,1000,0,3,10,0,0,0,0,0,0,0,0,0,0,0, 'medickit_turkey' , 'Special item for Thanksgiving that has healing powers.' ,3,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400014, 'Icecream' ,0,2,0,0,7,5,0,0,1000,0,4,10,0,0,0,0,0,0,0,0,0,0,0, 'medickit_icecream' , 'Natural Icecream for hot summer nights. Its good for health and has good taste, so lets have it as much as possible.' ,4,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (500001, 'Adventurer Dagger' ,0,2,0,0,8,4,500000,9,356,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger06' , 'Practical lightweight dagger.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (500002, 'Koden Knife' ,0,2,0,7,8,4,500000,10,346,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger05' , 'A dagger designed by a legendary swordsman.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (500003, 'Dark-Sun Martial Dagger' ,0,2,0,15,8,6,500000,11,346,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger04' , 'An obscure dagger handed down from the Moon dynasty.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (500004, 'Ridic Hunter Dagger' ,0,2,0,0,8,4,500000,8,356,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'dagger11' , 'This strange dagger raises defensive strength.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (500005, 'Cakram' ,0,2,0,25,8,8,500000,14,380,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger_cakram' , 'An unsually shaped ring sword that only the first class swordsmen of the ancient kingdom could handle. The sound of it piercing the wind makes their own army tremble with fear.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502001, 'Adventurer Long Sword' ,0,2,0,0,8,9,500000,16,359,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana05' , 'Adventurers Lightweight practical sword.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502002, 'Salamanda' ,0,2,0,7,8,8,500000,17,349,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana07' , 'A unique sword designed by a legendary swordsman.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502003, 'Dark Karma' ,0,2,0,15,8,10,500000,19,349,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana08' , 'An obscure sword handed down from the Moon dynasty.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502004, 'Wooden Sword' ,0,2,0,0,8,6,500000,10,329,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana15' , 'A light wooden sword suitable for beginners practicing swordsmanship.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502005, 'Mace' ,0,2,0,0,8,12,500000,17,370,0,0,0,0,0,0,2,0,0,0,0,0,0,0, 'katana16' , 'A gruesome looking iron hammer. It is powerful, but slow, heavy and hard to handle.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502006, 'Sacrifice' ,0,2,0,40,8,11,500000,26,450,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana18' , 'A sword that assumedly used for ancient traditional ceremonies. The blade is not made of iron but some mystery metal and despite for its old age, the blade hasnt lost its sharpness.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502007, 'Golden Dragon Dual Sword' ,0,2,0,25,8,18,500000,17,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'blade_gdk' , 'Golden Dragon Dual Sword, used by the highest officers, designed to intimidate enemies of the Empire. (Designed by Bak4Maru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502008, 'Thunder Bird' ,0,2,0,25,8,11,500000,22,399,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana_thunder' , 'A sword made of mystical black iron only found at the mountain areas of southern mainland. The unique refinery technique of black iron made the thunder bird shape on the sword. (Designed by jin_sd from KR GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502009, 'PlungerX' ,0,2,0,15,8,8,500000,22,329,0,0,0,0,0,5,0,0,0,0,0,0,0,0, 'katana_plunger' , 'Ultimate weapon that can flush anything. It strikes both mind and body.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502010, 'PlungerX' ,0,2,0,15,8,8,500000,16,329,0,0,0,0,0,5,0,0,0,0,0,0,0,0, 'katana_plunger' , 'Ultimate weapon that can flush anything. It strikes both mind and body.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502011, 'ROCK' ,0,2,0,25,8,12,500000,24,450,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana19' , 'The sword that has the soul of a legendary guitarist of Astra. The sound from the hilt drives people wild and even a slight touch of the blade can be deadly. (Designed by ROOT from JAPAN GunZ)' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504001, 'Adventurer Pistol x2' ,0,2,0,0,9,12,500000,18,250,36,12,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol18x2' , '(Dual Wield) These pistols are mainly used by novice adventurers.' ,12,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504002, 'Ridic Hunter Pistol x2' ,0,2,0,0,9,12,500000,16,240,36,13,4,1,0,0,2,0,0,0,0,0,0,0, 'pistol20x2' , '(Dual Wield) These strange pistols raise AP for the person who wears it.' ,13,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504003, 'Iris Pistol x2' ,0,2,0,7,9,12,500000,20,220,36,12,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol04x2' , '(Dual Wield) These are pistols that the Republics soldiers used to use. It was named after their residence.' ,12,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504004, 'Iron Crow Pistol x2' ,0,2,0,15,9,14,500000,24,200,36,13,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol13x2' , '(Dual Wield) Pistols used in Iron Crow, the center of the Havani.' ,13,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504501, 'Iris Revolver x2' ,0,2,0,7,9,12,500000,38,360,36,6,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol09x2' , '(Dual Wield) Revolvers that the Republics soldiers used to use. It was named after their residence.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504502, 'Iron Crow Revolver x2' ,0,2,0,15,9,14,500000,42,360,36,8,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol17x2' , '(Dual Wield) Revolvers used in Iron Crow, the center of the Havani.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504503, 'Gold Hound x2' ,0,2,0,24,9,16,500000,48,450,80,6,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol15x2' , '(Dual Wield) The most powerful revolvers of their class. Developed mainly focusing on firepower. It is difficult for beginners to use it due to its slow firing rate and strong recoil.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504504, 'Peacemaker x2' ,0,2,0,40,9,17,500000,50,400,90,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol11x2' , 'A pair of revolver which use Magnum bullets to enhance the fire power. In order to reduce the recoil and increase the continuous shooting power, the size of the gun is augmented to raise the weight.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504505, 'Golden Olympus' ,0,2,0,15,9,18,500000,46,450,80,6,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol_brazil' , 'A powerful pistol created by a famous gunsmith from the Midwest part of Astra. (Designed by Müller Pereira from Brazil GunZ)' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504506, 'Bow Gun' ,0,2,0,25,9,17,500000,48,500,30,8,8,0,0,0,0,0,0,0,0,0,0,0, 'pistol_bowgun' , 'A weapon that shoots arrows using the catapult. It is remodeled to improve the revolvers control ability.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (505001, 'Adventurer SMG x2' ,0,2,0,0,9,28,500000,14,85,90,40,5,1,0,0,0,0,0,0,0,0,0,0, 'smg06x2' , '(Dual Wield) SMGs mainly used by novice adventurers. It seems that merchants remodel the Renards Magazine illegally and then sell them on the black market.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (505002, 'Iris SMG x2' ,0,2,0,7,9,28,500000,16,95,90,40,5,1,0,0,0,0,0,0,0,0,0,0, 'smg08x2' , '(Dual Wield) SMGs that the Republics soldiers used to use.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (505003, 'Iron Crow SMG x2' ,0,2,0,15,9,28,500000,16,90,80,40,5,1,0,0,0,0,0,0,0,0,0,0, 'smg07x2' , '(Dual Wield) SMGs used in Iron Crow, the center of the Havani.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (505004, 'Nail Gun SMG x2' ,0,2,0,15,9,26,500000,17,120,80,40,5,1,0,0,0,0,0,0,0,0,0,0, 'smg_nailgun' , 'An industrial tool reformed for military use. It has strong damage but slow consecutive shot speed.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (506001, 'Iris Shotgun' ,0,2,0,7,9,18,500000,7,1100,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun08' , 'Shotgun that the Republics soldiers used to use. It was named after their residence.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (506002, 'Iron Crow Shotgun' ,0,2,0,15,9,18,500000,7,900,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun09' , 'Shotgun used in Iron Crow, the center of the Havani.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (506003, 'Biggie Shotgun' ,0,2,0,7,9,16,500000,7,1200,0,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun10_1' , 'A unknown foreign country developed this shotgun. It looks a little too light as a weapon, but the gun has great capability which comes from its light weight.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (506004, 'Cruelizon' ,0,2,0,24,9,18,500000,9,1100,0,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun06' , 'A shotgun with enhanced power from the Breaker series. Fire rate and stability are relatively decreased, thus making it hard to control this gun.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (506005, 'Pioneer' ,0,2,0,40,9,18,0,9,1000,70,6,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun11' , 'The guns inner structure is remarkably altered for faster continuous shooting and high bullet charge. Such attempt has named the weapon as Pioneer.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (506006, 'Arquebus' ,0,2,0,40,9,15,0,11,1100,80,2,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun_long' , 'Updated version of an old model which was once quite popular. It has extreme destructive power, but is rather difficult to control.' ,2,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (506007, 'Red Arquebus' ,0,2,0,40,9,16,0,11,1100,100,3,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun_long_red' , '[Rare] Limited Edition of remodeled “Arquebusâ€. The ammunition capacity for one clip has increased, but is rather difficult to control.' ,3,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (507001, 'Iris Rifle' ,0,2,0,7,9,18,500000,15,110,30,36,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle10' , 'Rifle that the Republics soldiers used to use. It was named after their residence.' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (507002, 'Iron Crow Rifle' ,0,2,0,15,9,18,500000,16,100,30,36,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle15' , 'Rifle used in Iron Crow, the center of the Havani.' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (507003, 'Prime TX' ,0,2,0,24,9,18,500000,17,100,30,36,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle09' , 'A rifle focused on fire rate and stability. Its stable and controllable recoil makes it an excellent choice to use.' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (507004, 'Garm' ,0,2,0,40,9,18,0,19,100,30,36,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle17' , 'The test model which has been developed secretly at Walcom Company. In order to reduce the weight and increase the bullet charge, the newest high technology is introduced to the weapon.' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (508001, 'Iron Crow Machine Gun' ,0,2,0,15,9,26,500000,15,100,70,120,10,1,0,0,0,0,0,0,0,0,0,0, 'machinegun03' , 'Machine Gun used in Iron Crow, the center of the Havani, main city for outlaws.' ,120,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (509001, 'Iris Rocket' ,0,2,0,7,9,28,500000,35,1000,50,4,3,1,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher04' , 'A rocket the Republic soldiers used to use. It was named after their residence.' ,4,90,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (509002, 'Iron Crow Rocket' ,0,2,0,15,9,26,500000,55,1400,50,4,3,1,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher06' , 'A rocket produced for the Iron Crow. Used to dominate Havani, city of outlaws.' ,4,90,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (509003, 'Pressure RX' ,0,2,0,24,9,28,500000,50,1000,50,5,3,1,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher05' , 'A more balanced rocket launcher. Its damage is somewhat sacrificed but the clip capacity and the reload speed have been improved.' ,5,90,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (509004, 'CRUZ-FX177' ,0,2,0,25,9,16,4000,46,360,80,8,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol_cru' , 'A latest model weapon identified to be created confidentially at Harvani, the city of outlaws. (Designed by Ryo ^1Shintenzu/Shikamaru ^0from NA GunZ)' ,8,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (509005, 'Jaws Launcher' ,0,2,0,25,9,30,4000,60,1400,50,4,8,1,0,0,0,0,0,0,0,0,0,0, 'rl_shark' , 'A rocket launcher in the shape of Jaws, the shark. Its performance is dreadfully powerful. ' ,4,90,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (509006, 'Breaker 9se' ,0,2,0,50,9,18,4000,9,1000,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun02' , 'Latest model of the Breaker 9 series, made by Rionix. No major changes in ability, but the level restriction got lowered.' ,5,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (509007, 'CK-1' ,0,2,0,25,9,24,4000,55,1500,50,4,8,1,0,0,0,0,0,0,0,0,0,0, 'rl_ck1' , 'A stray rocket launcher that can carry more rockets than a normal rocket launcher. It is lighter and does less damage.' ,4,90,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525001, 'Clover Ring' ,0,2,0,10,6,0,200000,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0, '0' , 'This ring brings luck and makes you lighter.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525002, 'Iron Calvary Ring' ,0,2,0,30,6,0,200000,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0, '0' , 'Powerful magicians designed this ring for the Iron Calvary. Its mighty force makes you feel lighter.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525003, 'Ring of the Great Emperor' ,0,2,0,40,6,0,200000,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0, '0' , 'This enchanted ring was designed for the Great Emperor of Ryswick. A mysterious power affects anyone that wears this ring.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525004, 'Skill Ring' ,0,2,0,0,6,3,200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'Increases experience and bounty by 20%.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525005, 'Lucky Ring' ,0,2,0,0,6,0,20000,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0, '0' , 'A ring that possesses many different mysterious powers. Only one can be equiped at a time.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525006, 'Bronze Skill Ring' ,0,2,0,0,6,1,20000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'Beginners version of skill ring. It will increase bounty and experience gained by 15%. Cannot equip the same ring simultaneously.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525007, 'Silver Skill Ring' ,0,2,0,7,6,3,20000,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0, '0' , 'Silver skill ring when activated improves learning capability and battle ability. It will increase experience gained by 20%. Cannot equip the same ring simultaneously.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525008, 'Gold Skill Ring' ,0,2,0,15,6,0,20000,0,0,0,0,0,0,0,3,3,3,0,0,0,0,0,0, '0' , 'Gold skill ring when activated awakens battle ability and learning capability to its full potential. It will increase experience gained by 25% and max weight by 3. Cannot equip the same ring simultaneously.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525101, 'Lucky Chocolate Bar' ,0,2,0,0,7,4,2000,0,1000,0,4,10,0,0,0,0,0,0,0,0,0,0,0, 'chocobar' , 'A delicious looking chocolate. A small amount of both HP and AP are healed at once when eaten.' ,4,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (526001, 'Magazine Pouch' ,0,2,0,0,7,3,400,0,1000,0,3,10,0,0,0,0,0,0,0,0,0,0,0, 'bulletkit' , 'This Pouch holds three extra magazine clips.' ,3,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (527001, 'Medical Kit MX-S1' ,0,2,0,0,7,3,400,0,1000,0,3,10,0,0,0,0,0,0,0,0,0,0,0, 'medickit_rx' , 'A powerful super lightweight medical kit. Medical Kit MX-S1 heals almost twice more than MK series. (3 bundle pack)' ,3,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (527002, 'Medical Kit MX-S2' ,0,2,0,15,7,5,400,0,1000,0,5,10,0,0,0,0,0,0,0,0,0,0,0, 'medickit_rx' , 'A powerful super lightweight medical kit. Medical Kit MX-S2 heals almost twice more than MK series. (5 bundle pack)' ,5,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (528001, 'Repair Kit RX-S1' ,0,2,0,0,7,3,400,0,1000,0,3,10,0,0,0,0,0,0,0,0,0,0,0, 'repairkit_rx' , 'A powerful super lightweight repair kit. Repair Kit RX-S1 heals almost twice more than RK series. (3 bundle pack)' ,3,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (528002, 'Repair Kit RX-S2' ,0,2,0,15,7,5,400,0,1000,0,5,10,0,0,0,0,0,0,0,0,0,0,0, 'repairkit_rx' , 'A powerful super lightweight repair kit. Repair Kit RX-S2 heals almost twice more than RK series. (5 bundle pack)' ,5,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520001, 'Ares Military Hat' ,0,2,0,0,1,4,50000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_a001' , 'Military combat hat designed by Ares.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520002, 'Ceremonial Dress Hat (Men)' ,0,2,0,7,1,4,500000,0,0,0,0,0,0,0,2,3,0,0,0,0,0,0,0, 'eq_head_12' , 'Ceremonial dress hat designed by Icon for the Ranks of the Empire to wear at political ceremonies.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520003, 'Gunners Heaven Soft Hat (Men)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_07' , 'Exclusive soft hat for the Gunners Heaven crew, it matches a dark colored coat.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520004, 'Military Head Bandana (Men)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_04' , 'Basic military head bandana for combat.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520005, 'Basic Head Bandana (Men)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_13' , 'Mens Bandana used for fashion.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520006, 'Water-Drop Head Bandana (Men)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_15' , 'Practical lightweight bandana with a water drop pattern.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520007, 'Star Glaze Bandana (Men)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_14' , 'Soft star glazed pattern bandana for men.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520008, 'Eternal Blue Hat (Men)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_10' , 'This unique hat was designed for the Eternal Blue outlaw crew.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520009, 'Adventurers Hat (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'eq_head_16' , 'Lightweight hat recommended for novice adventurers who hate outfits with heavy equipment.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520010, 'Blue Whistle Hat (Men)' ,0,2,0,7,1,4,500000,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0, 'eq_head_20' , 'Hat designed for Blue Whistle.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520011, 'Coral Reef Hat (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'eq_head_21' , 'Keep the sun out of your eyes with this cool hat.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520012, 'Iron Crow Hat (Men)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_23' , 'Iron Crow warriors wear these protective hats around the city of Havani, the city of outlaws.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520013, 'Santa Claus Cap (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_head_santa' , 'A Christmas season Santa Cap for men.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520014, 'Phantom Breed Bandana (Men)' ,0,2,0,7,1,5,500000,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0, 'eq_head_24' , 'Heavy bandana designed for the Phantom Breed spy crew.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520015, 'Republic Gun Priest Hat (Men)' ,0,2,0,15,1,3,500000,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0, 'eq_head_22' , 'Mens hat for a secret organization associated with religious groups.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520016, 'Gray Dust Hat (Men)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_19' , 'Mens hat for the Empires elite troops.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520017, 'Sir Protector Hat (Men)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0, 'eq_head_11' , 'Mens Sir Protector Hat, designed for protection.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520018, 'Bigi Sports Hat (Men)' ,0,2,0,7,1,4,500000,0,0,0,0,0,0,0,2,3,0,0,0,0,0,0,0, 'eq_head_bigi' , 'This loud and stylish hat was designed for the Bigi crew members.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520019, 'Warrior Hat (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_head_hanbok' , 'Mens Warrior Hat used in combat, enhances defensive strength.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520020, 'Desert Flame Hat (Men)' ,0,2,0,15,1,3,500000,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_head_26' , 'Desert Flame hat originally designed for troops that were stationed in desert areas.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520021, 'Battle Brood Helmet (Men)' ,0,2,0,15,1,5,500000,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0, 'eq_head_25' , 'Specially designed mens helmet made from all reinforced material. This headgear protects against all types of damage.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520022, 'Red Active Sports Bandana (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_head_korea' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Red]' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520023, 'Yellow Active Sports Bandana (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_head_brazil' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520024, 'Blue Active Sports Bandana (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_head_japan' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520025, 'Military Officer Hat (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'eq_head_visor' , 'Military officer hat used by war fanatics.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520026, 'Classic Leather Hat (Men)' ,0,2,0,0,1,5,500000,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0, 'eq_head_musketeer3' , 'A classic leather hat for men.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520027, 'Zeus Hair Band (Men)' ,0,2,0,0,1,2,500000,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0, 'eq_head_zeus' , 'Stylishly designed lightweight hair band for men. Poor defensive enhancement, but good health bonus.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520028, 'Pumpkin Head (Men)' ,0,2,0,0,1,5,500000,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0, 'eq_head_pumpkin' , 'Happy Halloween!' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520029, 'Blue Vane Hat (Men)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_29' , 'Mens Blue Vane hat made of highly flexible material.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520030, 'Train Guard Hat (Men)' ,0,2,0,15,1,5,500000,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0, 'eq_head_33' , 'Mens hat worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520031, 'PA Hat (Men)' ,0,2,0,15,1,3,500000,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0, 'eq_head_34' , 'Mens hat worn by the personal assistants of the empires nobles.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520032, 'Divine Hands Hat (Men)' ,0,2,0,15,1,5,500000,0,0,0,0,0,0,0,5,4,0,0,0,0,0,0,0, 'eq_head_36' , 'Mens hat worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520033, 'Bunny Ears Head Band (Men)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0, 'eq_head_rabbit' , 'Mens bunny ears head band that can be used as an extra accessory.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520034, 'Cat Ears Head Band (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0, 'eq_head_cat' , 'Mens cat ears head band that can be used as an extra accessory.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520035, 'Slider Sports Hat (Men)' ,0,2,0,15,1,3,500000,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0, 'eq_head_35' , 'Mens sports hat that is comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520036, 'Summer Breeze Visor (Men)' ,0,2,0,0,1,2,500000,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_head_swim' , 'A sporty visor that works well against harmful sunlight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520037, 'Carpediem School uniform Hat (Men)' ,0,2,0,25,1,3,500000,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_school' , 'Male students hat at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520038, 'Fimbul Winter Headband (Men)' ,0,2,0,25,1,2,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_winter' , 'Headband for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520039, 'Deities Aura Headset (Men)' ,0,2,0,25,1,4,500000,0,0,0,0,0,0,0,3,10,0,0,0,0,0,0,0, 'eq_head_aura' , 'Headgear for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520040, 'Hyper Mouse Head (Men)' ,0,2,0,0,1,4,10,0,0,0,0,0,0,0,2,3,0,0,0,0,0,0,0, 'eq_head_mouse' , 'A helmet which can only be worn once in twelve years.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520041, 'Star Tower hat (Men)' ,0,2,0,0,1,3,10,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0, 'eq_head_american' , 'A familiar hat with a stylish picture that looks as if seen somewhere else before.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520042, 'Big Fun Wig (Men)' ,0,2,0,0,1,3,10,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0, 'eq_head_french' , 'A festival wig that will enhance your festive mood.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520043, 'Valkyrie Headset (Men)' ,0,2,0,25,1,5,10,0,0,0,0,0,0,0,4,12,0,0,0,0,0,0,0, 'eq_head_valkyrie' , 'Valkyrie Headset for the adventurers who are active even during harsh winter. It is flexible enough for outdoor activity and keeps warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520044, 'Scriders Hat (Men)' ,0,2,0,25,1,3,10,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_28' , 'Hat worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520045, 'Icarus Hat (Men)' ,0,2,0,15,1,4,10,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_32' , 'Icarus Hat worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520046, 'Koala Hat (Men)' ,0,2,0,0,1,3,10,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0, 'eq_head_koala' , 'Hat worn by people who reside in the southern island. This hat is cute and unique to its geographical location.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520047, 'Xian Tactical Assassin Mask (Men)' ,0,2,0,25,1,4,0,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_head_Assassin' , 'Highly customized mask worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520048, 'Kung fu Wig (Men)' ,0,2,0,15,1,3,0,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0, 'eq_head_kungfu' , 'Kung fu wig that carries the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520049, 'Heavy Metal Hat (Men)' ,0,2,0,25,1,4,0,0,0,0,0,0,0,0,4,10,0,0,0,0,0,0,0, 'eq_head_heavymetal' , 'Heavy Metal Hat for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520050, 'Judgement Hair Ornament (Men)' ,0,2,0,25,1,3,0,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_head_judgement' , 'A hair ornament for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520051, 'Axium Noble Formal Hat (Men)' ,0,2,0,25,1,4,0,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_head_royal_children' , 'A formal hat worn by the young men of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520052, 'Tuxedo Wig (Men)' ,0,2,0,25,1,4,0,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0, 'eq_head_wedding' , 'A tuxedo wig for a wedding that has a sharp and elegant touch.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520053, 'Navy Hat (Men)' ,0,2,0,15,1,4,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_US_Navy_Costume' , 'A uniform hat worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520054, 'Yohawk Headband (Men)' ,0,2,0,15,1,4,0,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_clan_yohawk' , 'A traditional head band of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520055, 'Magician Hat (Men)' ,0,2,0,15,1,4,0,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_magician' , 'A felted hat worn by the disciples of Ramitz during the renaissance of forgotten magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520056, 'Devils Horns (Men)' ,0,2,0,25,1,4,0,0,0,0,0,0,0,0,3,10,0,0,0,0,0,0,0, 'eq_head_devil' , 'Devils Horns worn by the young lads to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520057, 'Police Hat (Men)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0, 'eq_head_police' , 'A hat worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520058, 'Fenrir Guardian Helmet (Men)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_head_fenrir_guardian' , 'Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made helmet with priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520059, 'White Winter Hat (Men)' ,0,2,0,1,0,3,500000,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_head_santa_w' , 'A white winter hat that is great for a snowy day. (Men)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520060, 'Reindeer Hair Band (Men)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'eq_head_antler' , 'A reindeer hair band for a snowy winter day. Increases EXP earned by 20%' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520061, 'Sun Rang Hat (Men)' ,0,2,0,1,0,3,500000,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0, 'eq_head_sunduk' , 'A hat of Sun Rang, a private group of the sons of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520062, 'Axium Hitman Hair (Men)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0, 'eq_head_ach' , 'Man’s wig for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520063, 'Travia Cryinghawks Wig (Men)' ,0,2,0,15,0,4,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_eola' , 'Men’s wig for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520064, 'Axium Soulreaper Wig (Men)' ,0,2,0,15,0,3,500000,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0, 'eq_head_axium_uniform' , 'Men’s wig for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520065, 'Axium High-Class Soulreaper Wig (Men)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0, 'eq_head_axium_high' , 'Mens formal wig for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520066, 'Victory Hat (Men)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'eq_head_worldcup2010' , 'A fan’s wishful hat for the victory of the game. (Men)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520067, 'Travia Preacher Wig (Men)' ,0,2,0,25,0,3,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_travia_suit' , 'The official wig for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520068, 'Shark Teeth Tricorne (Men)' ,0,2,0,15,0,4,500000,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_head_pirate' , 'A tricorne of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520069, 'Cowboy Hat (Men)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,5,8,0,0,0,0,0,0,0, 'eq_head_western' , 'A hat worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520070, 'Skull Mask (Men)' ,0,2,0,0,0,2,500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'eq_head_halloween' , 'A skull mask with a smile on it, which tempts people to wear it.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520071, 'STR:ZITEM_NAME_520071' ,0,2,0,25,0,3,500000,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_head_blackleather' , 'STR:ZITEM_DESC_520071' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520501, 'Rex Military Hat (Women)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_04' , 'Military hat for female soldiers. Designed by Rex.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520502, 'Ceremonial Dress Beret (Women)' ,0,2,0,7,1,4,500000,0,0,0,0,0,0,0,2,3,0,0,0,0,0,0,0, 'eq_head_05' , 'A ceremonial dress hat supplied to the female soldiers of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520503, 'Gunners Heaven Hat (Women)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_06' , 'A hat exclusively for the Gunners Heaven, a private organization of the Republic.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520504, 'Military Bandana (Women)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_07' , 'An easy-to-wear womens bandana. It can also be used to disguise yourself at battlefield.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520505, 'Basic Head Bandana (Women)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_10' , 'Womens Bandana used for fashion.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520506, 'Water-Drop Head Bandana (Women)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_11' , 'Practical lightweight bandana with a water drop pattern.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520507, 'Star Glaze Bandana (Women)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_12' , 'Soft star glazed pattern bandana for women.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520508, 'Eternal Blue Hat (Women)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_08' , 'For outlaws of the sea, Eternal Blue womens pirate hat.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520509, 'Adventurer Hat (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'eq_head_13' , 'A stylish baseball hat recommended for the novice adventurers. This item is made for those who hate to wear heavy gear.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520510, 'Blue Whistle Hat (Women)' ,0,2,0,7,1,4,500000,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0, 'eq_head_01' , 'The Blue Whistle womens hat.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520511, 'Coral Reef Hat (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'eq_head_20' , 'Shade the rays with a cool hat.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520512, 'Iron Crow Hat (Women)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_23' , 'Womens hat worn in Havani, the city of outlaws' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520513, 'Mrs. Claus Cap (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_head_santa' , 'Christmas season item for women.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520514, 'Phantom Breed Bandana (Women)' ,0,2,0,7,1,5,500000,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0, 'eq_head_24' , 'Heavy bandana designed for the Phantom Breed spy crew.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520515, 'Republic Gun Priestess Hat (Women)' ,0,2,0,15,1,3,500000,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0, 'eq_head_22' , 'Womens lightweight hat for a secret organization related with religious groups.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520516, 'Gray Dust Hat (Women)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_18' , 'A womens hat used by Gray Dust, the elite troops of the empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520517, 'Sir Protector Hat (Women)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0, 'eq_head_26' , 'Womens Sir Protector Hat, designed for protection.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520518, 'Bigi Sports Hat (Women)' ,0,2,0,7,1,4,500000,0,0,0,0,0,0,0,2,3,0,0,0,0,0,0,0, 'eq_head_bigi' , 'This loud and stylish hat was designed for the Bigi crew members.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520519, 'Princess Warrior Hat (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_head_hanbok' , 'The crown hat of a princess warrior in battle.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520520, 'Desert Flame Hat (Women)' ,0,2,0,15,1,3,500000,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_head_27' , 'The Desert Flames helmet is made for the female troops who are deployed in the tough terrain of the desert.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520521, 'Battle Brood Helmet (Women)' ,0,2,0,15,1,5,500000,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0, 'eq_head_25' , 'Specially designed womens helmet made from all reinforced material. This headgear protects against all types of damage.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520522, 'Red Active Sports Bandana (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_head_korea' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Red]' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520523, 'Yellow Active Sports Bandana (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_head_brazil' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520524, 'Blue Active Sports Bandana (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_head_japan' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520525, 'Military Officer Hat (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'eq_head_visor' , 'A female military officer hat favored by military fanatics.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520526, 'Picnic Hat (Women)' ,0,2,0,0,1,5,500000,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0, 'eq_head_hat' , 'A gorgeous female Picnic Hat with classical look. It does not seem to have much value as an armor, but it seems that something joyful will happen.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520527, 'Zeus Hair Band (Women)' ,0,2,0,0,1,2,500000,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0, 'eq_head_zeus' , 'A light weighted female hair band. It does not have much defense bonus but is an item with strong health bonus benefit.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520528, 'Pumpkin Head (Women)' ,0,2,0,0,1,5,500000,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0, 'eq_head_pumpkin' , 'Happy Halloween!' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520529, 'Blue Vane Hat (Women)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_30' , 'Womens Blue Vane hat made of highly flexible material.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520530, 'Train Guard Hat (Women)' ,0,2,0,15,1,5,500000,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0, 'eq_head_33' , 'Womens hat worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520531, 'PA Headdress (Women)' ,0,2,0,15,1,3,500000,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0, 'eq_head_34' , 'Womens hat worn by the personal assistants of the empires nobles.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520532, 'Divine Hands Hat (Women)' ,0,2,0,15,1,5,500000,0,0,0,0,0,0,0,5,4,0,0,0,0,0,0,0, 'eq_head_35' , 'Womens nurse hat worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520533, 'Bunny Ears Head Band (Women)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0, 'eq_head_rabbit' , 'Womens bunny ears head band that can be used as an extra accessory.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520534, 'Cat Ears Head Band (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0, 'eq_head_cat' , 'Womens cat ears head band that can be used as an extra accessory.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520535, 'Slider Sports Hat (Women)' ,0,2,0,15,1,3,500000,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0, 'eq_head_36' , 'Womens sports hat that is comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520536, 'Summer Breeze Hat (Women)' ,0,2,0,0,1,2,500000,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_head_swim' , 'A straw hat that keeps your head cool and shaded from the suns harmful rays.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520537, 'Carpediem School uniform Hat (Women)' ,0,2,0,25,1,3,500000,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_school' , 'Female students hat at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520538, 'Fimbul Winter Headband (Women)' ,0,2,0,25,1,2,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_winter' , 'Headband for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520539, 'Deities Aura Headset (Women)' ,0,2,0,25,1,4,500000,0,0,0,0,0,0,0,3,10,0,0,0,0,0,0,0, 'eq_head_aura' , 'Headgear for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520540, 'Hyper Mouse Head (Women)' ,0,2,0,0,1,4,10,0,0,0,0,0,0,0,2,3,0,0,0,0,0,0,0, 'eq_head_mouse' , 'A helmet which can only be worn once in twelve years.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520541, 'Star Tower hat (Women)' ,0,2,0,0,1,3,10,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0, 'eq_head_american' , 'A familiar hat with a stylish picture that looks as if seen somewhere else before.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520542, 'Big Fun Wig (Women)' ,0,2,0,0,1,3,10,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0, 'eq_head_french' , 'A festival wig that will enhance your festive mood.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520543, 'Valkyrie Headset (Women)' ,0,2,0,25,1,5,10,0,0,0,0,0,0,0,4,12,0,0,0,0,0,0,0, 'eq_head_valkyrie' , 'Valkyrie Headset for the adventurers who are active even during harsh winter. It is flexible enough for outdoor activity and keeps warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520544, 'Scriders Hat (Women)' ,0,2,0,25,1,3,10,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_29' , 'Hat worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520545, 'Icarus Hat (Women)' ,0,2,0,15,1,4,10,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_32' , 'Icarus Hat worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520546, 'Koala Hat (Women)' ,0,2,0,0,1,3,10,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0, 'eq_head_koala' , 'Hat worn by people who reside in the southern island. This hat is cute and unique to its geographical location.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520547, 'Xian Tactical Assassin Mask (Women)' ,0,2,0,25,1,4,10,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_head_Assassin' , 'Highly customized mask worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520548, 'Kung fu Wig (Women)' ,0,2,0,15,1,3,10,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0, 'eq_head_kungfu' , 'Kung fu wig that carries the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520549, 'Heavy Metal Hat (Women)' ,0,2,0,25,1,4,10,0,0,0,0,0,0,0,4,10,0,0,0,0,0,0,0, 'eq_head_heavymetal' , 'Heavy Metal Hat for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520550, 'Judgement Hair Ornament (Women)' ,0,2,0,25,1,3,10,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_head_judgement' , 'A hair ornament for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520551, 'Axium Noble Tiara (Women)' ,0,2,0,25,1,4,10,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_head_royal_children' , 'A formal tiara worn by the young women of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520552, 'Wedding Veil (Women)' ,0,2,0,25,1,4,10,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0, 'eq_head_wedding' , 'Pure white wedding veil of every girls dream, in cheerful minimal style.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520553, 'Navy Hat (Women)' ,0,2,0,15,1,4,10,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_US_Navy_Costume' , 'A uniform hat worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520554, 'Yohawk Headband (Women)' ,0,2,0,15,1,4,10,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_yohawk' , 'A traditional head band of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520555, 'Magician Hat (Women)' ,0,2,0,15,1,4,10,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_magician' , 'A hat worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520556, 'Angels Halo (Women)' ,0,2,0,25,1,4,10,0,0,0,0,0,0,0,3,10,0,0,0,0,0,0,0, 'eq_head_angel' , 'Angels halo worn by the young ladies to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520557, 'Police Hat (Women)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0, 'eq_head_police' , 'A hat worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520558, 'Fenrir Guardian Helmet (Women)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_head_fenrir_guardian' , 'Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made helmet with priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520559, 'White Winter Hat (Women)' ,0,2,0,1,0,3,500000,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_head_santa_w' , 'A white winter hat that is great for a snowy day. (Women)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520560, 'Reindeer Hair Band (Women)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'eq_head_antler' , 'A reindeer hair band for a snowy winter day. Increases EXP earned by 20%' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520561, 'Sun Rang Hair pin (Women)' ,0,2,0,1,0,3,500000,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0, 'eq_head_sunduk' , 'A hat of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520562, 'Axium Hitman Hair (Women)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0, 'eq_head_ach' , 'Woman’s wig for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520563, 'Travia Cryinghawks Wig (Women)' ,0,2,0,15,0,4,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_eola' , 'Women’s wig for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520564, 'Axium Soulreaper Wig (Women)' ,0,2,0,15,0,3,500000,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0, 'eq_head_axium_uniform' , 'Women’s wig for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520565, 'Axium High-Class Soulreaper Wig (Women)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0, 'eq_head_axium_high' , 'Womens formal wig for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520566, 'Victory Hat (Women)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'eq_head_worldcup2010' , 'A fan’s wishful hat for the victory of the game. (Women)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520567, 'Travia Preacher Wig (Women)' ,0,2,0,25,0,3,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_travia_suit' , 'The official wig for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520568, 'Shark Teeth Bicorne (Women)' ,0,2,0,15,0,4,500000,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_head_pirate' , 'A Bicorne of the Empire navy’s worst enemy ,the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520569, 'Cowgirl Hat (Women)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,5,8,0,0,0,0,0,0,0, 'eq_head_western' , 'A hat worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520570, 'Witch Hat (Women)' ,0,2,0,0,0,2,500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'eq_head_halloween' , 'A pitch-black witch’s hat. Despite its sinister look, it gives good luck to those who wear it.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520571, 'STR:ZITEM_NAME_520571' ,0,2,0,25,0,3,500000,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_head_blackleather' , 'STR:ZITEM_DESC_520571' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521001, 'Ceremonial Dress Garment (Men)' ,0,2,0,7,2,14,50000,0,0,0,0,0,0,0,4,16,0,0,0,0,0,0,0, 'eq_chest_16' , 'A ceremonial dress garment that the Empire ranks wear at important ceremonies.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521002, 'Gunners Heaven Coat (Men)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_04' , 'Long leather coat and garment design for the Gunners Heaven crew, a private organization of the Republic.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521003, 'Eternal Blue Coat (Men)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_17' , 'Mens Coat worn by the Eternal Blue, outcast pirates from the Costa Islands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521004, 'Adventurer Jacket (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,10,0,0,0,0,0,0,0, 'eq_chest_10' , 'This jacket is great for novice adventurers who hate heavy outfits and equipment.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521005, 'Blue Whistle Jacket (Men)' ,0,2,0,7,2,14,50000,0,0,0,0,0,0,0,3,18,0,0,0,0,0,0,0, 'eq_chest_09' , 'Mens jacket worn by Blue Whistle, the headache of the empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521006, 'Coral Reef Shirt (Men)' ,0,2,0,0,2,9,50000,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_chest_20' , 'A Hawaiian shirt made for hot summer days.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521007, 'Iron Crow Coat (Men)' ,0,2,0,15,2,14,500000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_chest_23' , 'The Iron Crow men wear this coat around the city of Havani.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521008, 'Santa Claus Coat (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,1,13,0,0,0,0,0,0,0, 'eq_chest_santa' , 'Christmas gift for men.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521009, 'Phantom Breed Jacket (Men)' ,0,2,0,7,2,15,50000,0,0,0,0,0,0,0,5,16,0,0,0,0,0,0,0, 'eq_chest_24' , 'Heavy armor designed for the Phantom Breed spy crew.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521010, 'Republic Gun Priest Garment (Men)' ,0,2,0,15,2,14,50000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_chest_22' , 'Mens lightweight garment developed for a secret organization associated with religious groups.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521011, 'Gray Dust Long Coat (Men)' ,0,2,0,15,2,15,50000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_19' , 'Mens long coat worn by the elite troops, Gray Dust.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521012, 'Sir Protector Garment (Men)' ,0,2,0,15,2,15,50000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_18' , 'Mens Sir Protector Garment, designed for protection.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521013, 'Bigi Trench Coat (Men)' ,0,2,0,7,2,14,50000,0,0,0,0,0,0,0,3,18,0,0,0,0,0,0,0, 'eq_chest_bigi' , 'A men’s trench coat designed by Bigi. An exotic and sophisticated emblem is marked on the back of the coat.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521014, 'Gun Knight Trench Coat (Men)' ,0,2,0,25,2,14,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_27' , 'This trench coat was once worn by a legendary male gun knight of Axium' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521015, 'Warrior Coat (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,1,13,0,0,0,0,0,0,0, 'eq_chest_hanbok' , 'Legendary coat designed for elite warriors.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521016, 'Desert Flame Top (Men)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_26' , 'Desert Flame mens top for desert terrain.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521017, 'Battle Brood Armor (Men)' ,0,2,0,15,2,17,500000,0,0,0,0,0,0,0,4,25,0,0,0,0,0,0,0, 'eq_chest_25' , 'This special armor enhances protection against heavy damage attacks.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521018, 'Red Active Sports Shirt (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_korea' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Red]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521019, 'Yellow Active Sports Shirt (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_brazil' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521020, 'Blue Active Sports Shirt (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_japan' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521021, 'Military Officer Jacket (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0, 'eq_chest_14' , 'Military officer jacket used by war fanatics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521022, 'Zeus Coat (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,12,0,0,0,0,0,0,0, 'eq_chest_zeus' , 'Radiant lightweight coat design by Zeus. It enhances health bonuses during combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521023, 'Blue Vane Coat (Men)' ,0,2,0,0,2,9,500000,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0, 'eq_chest_29' , 'Mens Blue Vane coat made of highly flexible material.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521024, 'Train Guard Coat (Men)' ,0,2,0,15,2,14,500000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_chest_33' , 'Mens coat worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521025, 'PA Jacket (Men)' ,0,2,0,15,2,13,500000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_chest_34' , 'Mens Jacket worn by the personal assistants of the empires nobles.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521026, 'Divine Hands Robe (Men)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0, 'eq_chest_36' , 'Mens robe worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521027, 'Slider Sports Jacket (Men)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_35' , 'Mens sports jacket that is comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521028, 'Summer Breeze Shirt (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,5,4,0,0,0,0,0,0,0, 'eq_chest_swim' , 'A Hawaiian shirt made for hot summer days.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521029, 'Carpediem School uniform Shirt (Men)' ,0,2,0,25,2,13,500000,0,0,0,0,0,0,0,6,17,0,0,0,0,0,0,0, 'eq_chest_school' , 'Male students shirt at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521030, 'Fimbul Winter Coat (Men)' ,0,2,0,25,2,13,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_winter' , 'Coat for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521031, 'Deities Aura Upper Garment (Men)' ,0,2,0,25,2,16,500000,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_chest_aura' , 'Upper garment for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521032, 'Maple Shirt (Men)' ,0,2,0,0,2,10,10,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_canada' , 'A familiar shirt with a vivid Maple logo on its chest. It has a refreshing scent of far away land.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521033, 'Valkyrie Coat (Men)' ,0,2,0,25,2,17,10,0,0,0,0,0,0,0,6,26,0,0,0,0,0,0,0, 'eq_chest_valkyrie' , 'Valkyrie Coat for the adventurers who are active even during harsh winter. It is flexible enough for outdoor activity and keeps warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521034, 'Scriders Coat (Men)' ,0,2,0,25,2,15,10,0,0,0,0,0,0,0,4,27,0,0,0,0,0,0,0, 'eq_chest_28' , 'Coat worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521035, 'Icarus Jacket (Men)' ,0,2,0,15,2,14,10,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_32' , 'Icarus Jacket worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521036, 'Colorful Striped Shirt (Men)' ,0,2,0,0,2,10,10,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_germany' , '3 colored striped shirt worn by the brave who want to stand out in battle.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521037, 'Ancient vest (Men)' ,0,2,0,0,2,10,10,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_peru' , 'Vest worn by ancient warriors from a distant land.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521038, 'Xian Tactical Assassin Coat (Men)' ,0,2,0,25,2,17,10,0,0,0,0,0,0,0,6,26,0,0,0,0,0,0,0, 'eq_chest_Assassin' , 'Highly customized coat worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521039, 'Kung fu Shirt (Men)' ,0,2,0,15,2,14,10,0,0,0,0,0,0,0,3,23,0,0,0,0,0,0,0, 'eq_chest_kungfu' , 'Yellow Kung fu shirt that carries the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521040, 'Heavy Metal Jacket (Men)' ,0,2,0,25,2,16,10,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_chest_heavymetal' , 'Heavy Metal Jacket for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521041, 'Judgement Upper Garment (Men)' ,0,2,0,25,2,16,10,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_chest_judgement' , 'An upper garment for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521042, 'Axium Noble Jacket (Men)' ,0,2,0,25,2,16,10,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_chest_royal_children' , 'A formal jacket worn by the young men of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521043, 'Tuxedo Jacket (Men)' ,0,2,0,25,2,15,10,0,0,0,0,0,0,0,5,25,0,0,0,0,0,0,0, 'eq_chest_wedding' , 'A tuxedo jacket for a wedding that has a sharp and elegant touch.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521044, 'Navy Shirt (Men)' ,0,2,0,15,2,15,10,0,0,0,0,0,0,0,4,23,0,0,0,0,0,0,0, 'eq_chest_US_Navy_Costume' , 'A uniform shirt worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521045, 'Yohawk Vest (Men)' ,0,2,0,15,2,13,10,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_chest_clan_yohawk' , 'A traditional vest of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521046, 'Magician Coat (Men)' ,0,2,0,15,2,14,10,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_magician' , 'A coat worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521047, 'Devils Wings (Men)' ,0,2,0,25,2,15,10,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0, 'eq_chest_devil' , 'Devils Wings worn by the young lads to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521048, 'Wing of Kali Azar' ,0,2,0,25,2,15,10,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0, 'eq_chest_devil_small' , 'Wings created by the followers of Kali Azar, the god of disease and suffering. This wings imitate the wings of Kali and are used for the ritual.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521049, 'Police Shirt (Men)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,4,23,0,0,0,0,0,0,0, 'eq_chest_police' , 'A Shirt worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521050, 'Fenrir Guardian Garment (Men)' ,0,2,0,25,0,17,500000,0,0,0,0,0,0,0,4,30,0,0,0,0,0,0,0, 'eq_chest_fenrir_guardian' , 'Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made garment with top priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521051, 'Fenrir Guardian Field Garment (Men)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,3,30,0,0,0,0,0,0,0, 'eq_chest_fenrir_guardian_s' , '[Rare] This is the Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521052, 'White Winter Top (Men)' ,0,2,0,1,0,10,500000,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0, 'eq_chest_santa_w' , 'A white winter top that is great for a snowy day. (Men)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521053, 'Sun Rang Garment (Men)' ,0,2,0,1,0,11,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_sunduk' , 'A garment of Sun Rang, a private group of the sons of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521054, 'Axium Hitman Fur Coat (Men)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,6,25,0,0,0,0,0,0,0, 'eq_chest_ach' , 'Man’s fur coat for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521055, 'Travia Cryinghawks Leather Jacket (Men)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_eola' , 'Men’s leather jacket for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521056, 'Axium Soulreaper Jumper (Men)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_axium_uniform' , 'Men’s jumper for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521057, 'Axium High-Class Soulreaper Coat (Men)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,6,25,0,0,0,0,0,0,0, 'eq_chest_axium_high' , 'Mens formal coat for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521058, 'Travia Preacher Robe (Men)' ,0,2,0,25,0,15,500000,0,0,0,0,0,0,0,4,27,0,0,0,0,0,0,0, 'eq_chest_travia_suit' , 'The official robe for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521059, 'Shark Teeth Coat (Men)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,3,23,0,0,0,0,0,0,0, 'eq_chest_pirate' , 'A coat of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521060, 'Cowboy Jacket (Men)' ,0,2,0,25,0,17,500000,0,0,0,0,0,0,0,7,23,0,0,0,0,0,0,0, 'eq_chest_western' , 'A jacket worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521061, 'STR:ZITEM_NAME_521061' ,0,2,0,25,0,15,500000,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0, 'eq_chest_blackleather' , 'STR:ZITEM_DESC_521061' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521501, 'Ceremonial Dress Jacket (Women)' ,0,2,0,7,2,14,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_chest_long002' , 'A ceremonial dress jacket supplied to the female soldiers of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521502, 'Gunners Heaven Long Wool Coat (Women)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_17' , 'A womens long wool coat and garment exclusively for the Gunners Heaven, a private organization of the Republic.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521503, 'Eternal Blue Coat (Women)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_19' , 'For outlaws of the sea, Eternal Blue womens pirate garment.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521504, 'Adventurer Jacket (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,10,0,0,0,0,0,0,0, 'eq_chest_14' , 'Womens jacket recommended for novice adventurers. This item is made for those who hate to wear heavy gear.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521505, 'Blue Whistle Jacket (Women)' ,0,2,0,7,2,14,50000,0,0,0,0,0,0,0,3,18,0,0,0,0,0,0,0, 'eq_chest_08' , 'Womens Blue Whistle jacket, Blue Whistle is known as the headache of the Empire. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521506, 'Coral Reef Bikini Top (Women)' ,0,2,0,0,2,9,50000,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_chest_20' , 'A bikini top for women. Perfect for that summer tan!' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521507, 'Iron Crow Coat (Women)' ,0,2,0,15,2,14,500000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_chest_023' , 'Iron Crow womens coat worn in Havani, the main city of outlaws.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521508, 'Mrs. Claus Coat (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,1,13,0,0,0,0,0,0,0, 'eq_chest_santa' , 'Christmas season item for women.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521509, 'Phantom Breed Jacket (Women)' ,0,2,0,7,2,15,50000,0,0,0,0,0,0,0,5,16,0,0,0,0,0,0,0, 'eq_chest_024' , 'Womens Jacket handed down from ancient times. It is pretty heavy.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521510, 'Republic Gun Priestess Upper Garment (Women)' ,0,2,0,15,2,14,50000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_chest_22' , 'Womens lightweight garment for a secret organization associated with religious groups.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521511, 'Gray Dust Trench Coat (Women)' ,0,2,0,15,2,15,50000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_18' , 'A womens Gray Dust Trench Coat for the elite troops of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521512, 'Sir Protector Garment (Women)' ,0,2,0,15,2,15,50000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_026' , 'Womens Sir Protector Garment, designed for protection.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521513, 'Bigi Trench Coat (Women)' ,0,2,0,7,2,14,50000,0,0,0,0,0,0,0,3,18,0,0,0,0,0,0,0, 'eq_chest_bigi' , 'A womens trench coat designed by Bigi. An exotic and sophisticated emblem is marked on the back of the coat' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521514, 'Gun Knight Jacket (Women)' ,0,2,0,25,2,14,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_28' , 'This jacket was once worn by a legendary female gun knight of Axium.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521515, 'Princess Warrior Coat (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,1,13,0,0,0,0,0,0,0, 'eq_chest_hanbok' , 'Coat made suitable for a princess to wear in combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521516, 'Desert Flame Top (Women)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_027' , 'The Desert Flames womens top designed for troops who operate in desert.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521517, 'Battle Brood Armor (Women)' ,0,2,0,15,2,17,500000,0,0,0,0,0,0,0,4,25,0,0,0,0,0,0,0, 'eq_chest_025' , 'A part of womens special armor made of reinforced material. It protects the chest from all types of damage.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521518, 'Red Active Sports Shirt (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_korea' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Red]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521519, 'Yellow Active Sports Shirt (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_brazil' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521520, 'Blue Active Sports Shirt (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_japan' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521521, 'Military Officer Jacket (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0, 'eq_chest_15' , 'A female military officer Jacket favored by military fanatics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521522, 'Zeus Coat (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,12,0,0,0,0,0,0,0, 'eq_chest_zeus' , 'A light weight female coat. The harmony of orange and dark blue color attracts peoples eyes.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521523, 'Blue Vane Coat (Women)' ,0,2,0,0,2,9,500000,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0, 'eq_chest_30' , 'Womens Blue Vane coat made of highly flexible material.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521524, 'Train Guard Coat (Women)' ,0,2,0,15,2,14,500000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_chest_33' , 'Womens coat worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521525, 'PA Dress Coat (Women)' ,0,2,0,15,2,13,500000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_chest_34' , 'Womens coat worn by the personal assistants of the empires nobles.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521526, 'Divine Hands Jacket (Women)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0, 'eq_chest_35' , 'Womens jacket worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521527, 'Slider Sports Jacket (Women)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_36' , 'Womens sports jacket that is comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521528, 'Summer Breeze Bikini Top (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,5,4,0,0,0,0,0,0,0, 'eq_chest_swim' , 'Patterned bikini top for hot summer days.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521529, 'Carpediem School uniform Shirt (Women)' ,0,2,0,25,2,13,500000,0,0,0,0,0,0,0,6,17,0,0,0,0,0,0,0, 'eq_chest_school' , 'Female students shirt at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521530, 'Fimbul Winter Coat (Women)' ,0,2,0,25,2,13,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_winter' , 'Coat for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521531, 'Deities Aura Upper Garment (Women)' ,0,2,0,25,2,16,500000,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_chest_aura' , 'Upper garment for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521532, 'Maple Shirt (Women)' ,0,2,0,0,2,10,10,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_canada' , 'A familiar shirt with a vivid Maple logo on its chest. It has a refreshing scent of far away land.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521533, 'Valkyrie Coat (Women)' ,0,2,0,25,2,17,10,0,0,0,0,0,0,0,6,26,0,0,0,0,0,0,0, 'eq_chest_valkyrie' , 'Valkyrie Coat for the adventurers who are active even during harsh winter. It is flexible enough for outdoor activity and keeps warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521534, 'Scriders Coat (Women)' ,0,2,0,25,2,15,10,0,0,0,0,0,0,0,4,27,0,0,0,0,0,0,0, 'eq_chest_29' , 'Coat worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521535, 'Icarus Jacket (Women)' ,0,2,0,15,2,14,10,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_32' , 'Icarus Jacket worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521536, 'Colorful Striped Shirt (Women)' ,0,2,0,0,2,10,10,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_germany' , '3 colored striped shirt worn by the brave who want to stand out in battle.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521537, 'Ancient vest (Women)' ,0,2,0,0,2,10,10,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_peru' , 'Vest worn by ancient warriors from a distant land.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521538, 'Xian Tactical Assassin Coat (Women)' ,0,2,0,25,2,17,10,0,0,0,0,0,0,0,6,26,0,0,0,0,0,0,0, 'eq_chest_Assassin' , 'Highly customized coat worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521539, 'Kung fu Jacket (Women)' ,0,2,0,15,2,14,10,0,0,0,0,0,0,0,3,23,0,0,0,0,0,0,0, 'eq_chest_kungfu' , 'Yellow Kung fu jacket that carries the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521540, 'Heavy Metal Shirt (Women)' ,0,2,0,25,2,16,10,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_chest_heavymetal' , 'Heavy Metal Shirt for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521541, 'Judgement Upper Garment (Women)' ,0,2,0,25,2,16,10,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_chest_judgement' , 'An upper garment for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521542, 'Axium Noble blouse (Women)' ,0,2,0,25,2,16,10,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_chest_royal_children' , 'A formal blouse worn by the young women of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521543, 'Wedding Upper Garment (Women)' ,0,2,0,25,2,15,10,0,0,0,0,0,0,0,5,25,0,0,0,0,0,0,0, 'eq_chest_wedding' , 'Pure white wedding upper garment of every girls dream, in cheerful minimal style.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521544, 'Navy Shirt (Women)' ,0,2,0,15,2,15,10,0,0,0,0,0,0,0,4,23,0,0,0,0,0,0,0, 'eq_chest_US_Navy_Costume' , 'A uniform shirt worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521545, 'Yohawk Shirt (Women)' ,0,2,0,15,2,13,10,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_chest_yohawk' , 'A traditional shirt of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521546, 'Magician Shirt (Women)' ,0,2,0,15,2,14,10,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_magician' , 'A shirt worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521547, 'Angels Wings (Women)' ,0,2,0,25,2,15,10,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0, 'eq_chest_angel' , 'Angels wings worn by the young ladies to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521548, 'Wing of Freyja' ,0,2,0,25,2,15,10,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0, 'eq_chest_angel_small' , 'Wings created by the follows of Freyja, the god of love and charity. These wings imitate the wings of Freyja and are used for the ritual.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521549, 'Police Shirt (Women)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,4,23,0,0,0,0,0,0,0, 'eq_chest_police' , 'A Shirt worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521550, 'Fenrir Guardian Garment (Women)' ,0,2,0,25,0,17,500000,0,0,0,0,0,0,0,4,30,0,0,0,0,0,0,0, 'eq_chest_fenrir_guardian' , 'Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made garment with top priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521551, 'Fenrir Guardian Field Garment (Women)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,3,30,0,0,0,0,0,0,0, 'eq_chest_fenrir_guardian_s' , '[Rare] This is the Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521552, 'White Winter Top (Women)' ,0,2,0,1,0,10,500000,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0, 'eq_chest_santa_w' , 'A white winter top that is great for a snowy day. (Women)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521553, 'Sun Rang Garment (Women)' ,0,2,0,1,0,11,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_sunduk' , 'A garment of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521554, 'Axium Hitman Fur Coat (Women)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,6,25,0,0,0,0,0,0,0, 'eq_chest_ach' , 'Woman’s fur coat for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521555, 'Travia Cryinghawks Leather Jacket (Women)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_eola' , 'Women’s leather jacket for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521556, 'Axium Soulreaper Tank top (Women)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_axium_uniform' , 'Women’s tank top for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521557, 'Axium High-Class Soulreaper Coat (Women)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,6,25,0,0,0,0,0,0,0, 'eq_chest_axium_high' , 'Womens formal coat for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521558, 'Travia Preacher Robe (Women)' ,0,2,0,25,0,15,500000,0,0,0,0,0,0,0,4,27,0,0,0,0,0,0,0, 'eq_chest_travia_suit' , 'The official robe for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521559, 'Shark Teeth Blouse (Women)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,3,23,0,0,0,0,0,0,0, 'eq_chest_pirate' , 'A blouse of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521560, 'Cowgirl Jacket (Women)' ,0,2,0,25,0,17,500000,0,0,0,0,0,0,0,7,23,0,0,0,0,0,0,0, 'eq_chest_western' , 'A jacket worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521561, 'STR:ZITEM_NAME_521561' ,0,2,0,25,0,15,500000,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0, 'eq_chest_blackleather' , 'STR:ZITEM_DESC_521561' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522001, 'Ceremonial Dress Gloves (Men)' ,0,2,0,7,5,3,50000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_hands_17' , 'Ceremonial dress gloves that the ranks of the empire wear to important ceremonies.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522002, 'Gunners Heaven Gloves (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_07' , 'Gloves for the elite Gunners Heaven crew.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522003, 'Eternal Blue Gloves (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_15' , 'Gloves worn by the outllaws of Eternal Blue.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522004, 'Adventurer Gloves (Men)' ,0,2,0,0,5,2,500000,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0, 'eq_hands_09' , 'Gloves recommended for novice adventurers who hate outfits with heavy equipment.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522005, 'Blue Whistle Gloves (Men)' ,0,2,0,7,5,3,50000,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0, 'eq_hands_08' , 'Gloves designed for Blue Whistle, the headache of the empire.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522006, 'Coral Reef Gloves (Men)' ,0,2,0,0,5,2,50000,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0, 'eq_hands_20' , 'Hot summer gloves for a cool guy.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522007, 'Iron Crow Gloves (Men)' ,0,2,0,15,5,4,50000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_23' , 'Iron Crow warriors wear these protective gloves around Havani, the city of outlaws.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522008, 'Santa Claus Gloves (Men)' ,0,2,0,0,5,2,50000,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0, 'eq_hands_santa' , 'Great gift for the Christmas season.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522009, 'Phantom Breed Gloves (Men)' ,0,2,0,7,5,4,50000,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_hands_24' , 'Gloves for the mighty men of the Phantom Breed, a spy organization.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522010, 'Republic Gun Priest Gloves(Men)' ,0,2,0,15,5,3,50000,0,0,0,0,0,0,0,2,12,0,0,0,0,0,0,0, 'eq_hands_22' , 'Mens lightweight gloves for a secret organization associated with religious groups.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522011, 'Gray Dust Gloves (Men)' ,0,2,0,15,5,4,50000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_19' , 'Gloves worn by the Gray Dust elite troops.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522012, 'Sir Protector Gloves (Men)' ,0,2,0,15,5,4,50000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_hands_18' , 'Mens Sir Protector Gloves, designed for protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522013, 'Gun Knight Gloves (Men)' ,0,2,0,25,5,4,500000,0,0,0,0,0,0,0,3,13,0,0,0,0,0,0,0, 'eq_hands_27' , 'These gloves were once worn by a legendary male gun knight of Axium.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522014, 'Warrior Gloves (Men)' ,0,2,0,0,5,2,500000,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0, 'eq_hands_hanbok' , 'Legendary gloves designed for elite warriors.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522015, 'Desert Flame Gloves (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_hands_26' , 'Desert Flame gloves originally designed for troops that were deployed to tough desert areas.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522016, 'Battle Brood Gauntlets (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_hands_25' , 'Special gauntlets made of reinforced material to enhance hand protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522017, 'Military Officer Gloves (Men)' ,0,2,0,0,5,2,500000,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0, 'eq_hands_14' , 'Gloves for military officers favored by war fanatics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522018, 'Blue Vane Gloves (Men)' ,0,2,0,0,5,2,500000,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0, 'eq_hands_29' , 'Mens Blue Vane gloves made of highly flexible material.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522019, 'Train Guard Gloves (Men)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0, 'eq_hands_33' , 'Mens gloves worn by soldiers who guard the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522020, 'PA Leather Gloves (Men)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,1,13,0,0,0,0,0,0,0, 'eq_hands_34' , 'Mens gloves worn by the personal assistants of the empires nobles.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522021, 'Divine Hands Gloves (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_hands_36' , 'Mens gloves worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522022, 'Slider Sports Gloves (Men)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,2,12,0,0,0,0,0,0,0, 'eq_hands_35' , 'Mens sports gloves that are comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522023, 'Summer Breeze Gloves (Men)' ,0,2,0,0,5,1,500000,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0, 'eq_hands_swim' , 'Matching gloves that are water resistant for better grip.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522024, 'Carpediem School uniform Gloves (Men)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_school' , 'Male students gloves at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522025, 'Fimbul Winter Gloves (Men)' ,0,2,0,25,5,4,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_hands_winter' , 'Gloves for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522026, 'Deities Aura Gloves (Men)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_hands_aura' , 'Gloves for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522027, 'Valkyrie Gloves (Men)' ,0,2,0,25,5,6,500000,0,0,0,0,0,0,0,4,16,0,0,0,0,0,0,0, 'eq_hands_valkyrie' , 'Valkyrie Gloves for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522028, 'Scriders Gloves (Men)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_28' , 'Gloves worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522029, 'Icarus Gloves (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_32' , 'Icarus Gloves worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522030, 'Xian Tactical Assassin Gloves (Men)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_hands_Assassin' , 'Highly customized gloves worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522031, 'Kung fu Gloves (Men)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,2,12,0,0,0,0,0,0,0, 'eq_hands_kungfu' , 'Yellow Kung fu gloves that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522032, 'Heavy Metal Bracelet (Men)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_heavymetal' , 'Heavy Metal Bracelet for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522033, 'Judgement Armguards (Men)' ,0,2,0,25,5,4,500000,0,0,0,0,0,0,0,4,12,0,0,0,0,0,0,0, 'eq_hands_judgement' , 'Armguards for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522034, 'Axium Noble Gloves (Men)' ,0,2,0,25,5,6,500000,0,0,0,0,0,0,0,4,15,0,0,0,0,0,0,0, 'eq_hands_royal_children' , 'Formal gloves worn by the young men of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522035, 'Tuxedo Gloves (Men)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_wedding' , 'Tuxdeo gloves for a wedding that has a sharp and elegant touch.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522036, 'Navy Gloves (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_US_Navy_Costume' , 'Uniform gloves worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522037, 'Yohawk Wristlets (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_clan_yohawk' , 'Traditional wristlets of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522038, 'Magician Gloves (Men)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_magician' , 'Gloves worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522039, 'Devils Gloves (Men)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_hands_devil' , 'Devils gloves worn by the young lads to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522040, 'Police Leather Gloves (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_police' , 'Leather gloves worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522041, 'Fenrir Guardian Gloves (Men)' ,0,2,0,25,0,6,500000,0,0,0,0,0,0,0,2,20,0,0,0,0,0,0,0, 'eq_hands_fenrir_guardian' , 'Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made gloves with top priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522042, 'White Winter Gloves (Men)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_hands_santa_w' , 'White winter gloves that are great for a snowy day. (Men)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522043, 'Sun Rang Gloves (Men)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0, 'eq_hands_sunduk' , 'Gloves of Sun Rang, a private group of the sons of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522044, 'Axium Hitman Fur Gloves (Men)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_ach' , 'Man’s fur gloves for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522045, 'Travia Cryinghawks Leather Gloves (Men)' ,0,2,0,15,0,3,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_eola' , 'Men’s leather gloves for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522046, 'Axium Soulreaper Arm Protector (Men)' ,0,2,0,15,0,3,500000,0,0,0,0,0,0,0,4,10,0,0,0,0,0,0,0, 'eq_hands_axium_uniform' , 'Men’s arm protector for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522047, 'Axium High-Class Soulreaper Gloves (Men)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_hands_axium_high' , 'Mens formal gloves for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522048, 'Travia Preacher Arm Protector (Men)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_hands_travia_suit' , 'The official arm protector for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522049, 'Shark Teeth Leather Gloves (Men)' ,0,2,0,15,0,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_pirate' , 'Leather gloves of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522050, 'Cowboy Gloves (Men)' ,0,2,0,25,0,6,500000,0,0,0,0,0,0,0,4,17,0,0,0,0,0,0,0, 'eq_hands_western' , 'Gloves worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522051, 'STR:ZITEM_NAME_522051' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,3,14,0,0,0,0,0,0,0, 'eq_hands_blackleather' , 'STR:ZITEM_DESC_522051' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522501, 'Ceremonial Dress Gloves (Women)' ,0,2,0,7,5,3,50000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_hands_leather001' , 'Ceremonial dress gloves supplied to the female soldiers of the Empire.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522502, 'Gunners Heaven Gloves (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_17' , 'Fur gloves exclusively for the Gunners Heaven, a private organization of the Republic. Gloves are made with soft rabbit fur.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522503, 'Eternal Blue Gloves (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_19' , 'The outlaw at the sea, womens pirate Eternal Blue gloves.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522504, 'Adventurer Gloves (Women)' ,0,2,0,0,5,2,500000,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0, 'eq_hands_05' , 'Womens gloves recommended for the novice adventurers. This item is made for those who hate to wear heavy gear.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522505, 'Blue Whistle Gloves (Women)' ,0,2,0,7,5,3,50000,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0, 'eq_hands_08' , 'Womens Blue Whistle gloves, Blue Whistle is known as the headache of the Empire.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522506, 'Coral Reef Gloves (Women)' ,0,2,0,0,5,2,50000,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0, 'eq_hands_20' , 'Gloves that are water resistant for better grip.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522507, 'Iron Crow Gloves (Women)' ,0,2,0,15,5,4,50000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_23' , 'Womens gloves worn in Havani, the main city of outlaws.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522508, 'Mrs. Claus Gloves (Women)' ,0,2,0,0,5,2,50000,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0, 'eq_hands_santa' , 'Christmas season item for women.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522509, 'Phantom Breed Gloves (Women)' ,0,2,0,7,5,4,50000,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_hands_24' , 'Womens gloves for a spy organization handed down from ancient times. They are somewhat heavy.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522510, 'Republic Gun Priestess Gloves (Women)' ,0,2,0,15,5,3,50000,0,0,0,0,0,0,0,2,12,0,0,0,0,0,0,0, 'eq_hands_22' , 'Womens lightweight gloves for a secret organization related with religious groups.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522511, 'Gray Dust Gloves (Women)' ,0,2,0,15,5,4,50000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_18' , 'Womens gloves worn by the Gray Dust elite troops.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522512, 'Sir Protector Gloves (Women)' ,0,2,0,15,5,4,50000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_hands_26' , 'Womens Sir Protector Gloves, designed for protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522513, 'Gun Knight Gloves (Women)' ,0,2,0,25,5,4,500000,0,0,0,0,0,0,0,3,13,0,0,0,0,0,0,0, 'eq_hands_28' , 'These gloves were once worn by a legendary female gun knight of Axium. ' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522514, 'Princess Warrior Gloves (Women)' ,0,2,0,0,5,2,500000,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0, 'eq_hands_hanbok' , 'Gloves made suitable for a princess to wear in combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522515, 'Desert Flame Gloves (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_hands_27' , 'The Desert Flame womens leather gloves, made for troops who operate in the desert.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522516, 'Battle Brood Gauntlets (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_hands_25' , 'A part of womens special armor made of reinforced material. It protects hands from all types of damage.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522517, 'Military Officer Gloves (Women)' ,0,2,0,0,5,2,500000,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0, 'eq_hands_15' , 'Female military officer gloves favored by military fanatics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522518, 'Blue Vane Gloves (Women)' ,0,2,0,0,5,2,500000,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0, 'eq_hands_30' , 'Womens Blue Vane gloves made of highly flexible material.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522519, 'Train Guard Gloves (Women)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0, 'eq_hands_33' , 'Womens gloves worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522520, 'PA cotton Gloves (Women)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,1,13,0,0,0,0,0,0,0, 'eq_hands_34' , 'Womens gloves worn by the personal assistants of the empires nobles.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522521, 'Divine Hands Gloves (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_hands_35' , 'Womens gloves worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522522, 'Slider Sports Gloves (Women)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,2,12,0,0,0,0,0,0,0, 'eq_hands_36' , 'Womens sports gloves that are comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522523, 'Summer Breeze Gloves (Women)' ,0,2,0,0,5,1,500000,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0, 'eq_hands_swim' , 'Matching gloves that are water resistant for better grip.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522524, 'Carpediem School uniform Gloves (Women)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_school' , 'Female students gloves at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522525, 'Fimbul Winter Gloves (Women)' ,0,2,0,25,5,4,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_hands_winter' , 'Gloves for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522526, 'Deities Aura Gloves (Women)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_hands_aura' , 'Gloves for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522527, 'Valkyrie Gloves (Women)' ,0,2,0,25,5,6,500000,0,0,0,0,0,0,0,4,16,0,0,0,0,0,0,0, 'eq_hands_valkyrie' , 'Valkyrie Gloves for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522528, 'Scriders Gloves (Women)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_29' , 'Gloves worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522529, 'Icarus Gloves (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_32' , 'Icarus Gloves worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522530, 'Xian Tactical Assassin Gloves (Women)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_hands_Assassin' , 'Highly customized gloves worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522531, 'Kung fu Gloves (Women)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,2,12,0,0,0,0,0,0,0, 'eq_hands_kungfu' , 'Yellow Kung fu gloves that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522532, 'Heavy Metal Bracelet (Women)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_heavymetal' , 'Heavy Metal Bracelet for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522533, 'Judgement Armguards (Women)' ,0,2,0,25,5,4,500000,0,0,0,0,0,0,0,4,12,0,0,0,0,0,0,0, 'eq_hands_judgement' , 'Armguards for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522534, 'Axium Noble Gloves (Women)' ,0,2,0,25,5,6,500000,0,0,0,0,0,0,0,4,15,0,0,0,0,0,0,0, 'eq_hands_royal_children' , 'Formal gloves worn by the young women of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522535, 'Wedding Gloves (Women)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_wedding' , 'Pure white wedding gloves of every girls dream, in cheerful minimal style.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522536, 'Navy Gloves (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_US_Navy_Costume' , 'Uniform gloves worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522537, 'Yohawk Bracelets (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_yohawk' , 'Traditional Bracelets of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522538, 'Magician Gloves (Women)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_magician' , 'Gloves worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522539, 'Angels Gloves (Women)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_hands_angel' , 'Angels gloves worn by the young ladies to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522540, 'Police Leather Gloves (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_police' , 'Leather gloves worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522541, 'Fenrir Guardian Gloves (Women)' ,0,2,0,25,0,6,500000,0,0,0,0,0,0,0,2,20,0,0,0,0,0,0,0, 'eq_hands_fenrir_guardian' , 'Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made gloves with top priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522542, 'White Winter Gloves (Women)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_hands_santa_w' , 'White winter gloves that are great for a snowy day. (Women)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522543, 'Sun Rang Gloves (Women)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0, 'eq_hands_sunduk' , 'Gloves of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522544, 'Axium Hitman Fur Gloves (Women)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_ach' , 'Woman’s fur gloves for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522545, 'Travia Cryinghawks Leather Gloves (Women)' ,0,2,0,15,0,3,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_eola' , 'Women’s leather gloves for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522546, 'Axium Soulreaper Arm Protector (Women)' ,0,2,0,15,0,3,500000,0,0,0,0,0,0,0,4,10,0,0,0,0,0,0,0, 'eq_hands_axium_uniform' , 'Women’s arm protector for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522547, 'Axium High-Class Soulreaper Gloves (Women)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_hands_axium_high' , 'Womens formal gloves for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522548, 'Travia Preacher Arm Protector (Women)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_hands_travia_suit' , 'The official arm protector for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522549, 'Shark Teeth Leather Gloves (Women)' ,0,2,0,15,0,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_pirate' , 'Leather gloves of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522550, 'Cowgirl Gloves (Women)' ,0,2,0,25,0,6,500000,0,0,0,0,0,0,0,4,17,0,0,0,0,0,0,0, 'eq_hands_western' , 'Gloves worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522551, 'STR:ZITEM_NAME_522551' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,3,14,0,0,0,0,0,0,0, 'eq_hands_blackleather' , 'STR:ZITEM_DESC_522551' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523001, 'Ceremonial Dress Trousers (Men)' ,0,2,0,7,3,13,50000,0,0,0,0,0,0,0,4,15,0,0,0,0,0,0,0, 'eq_legs_16' , 'Ceremonial dress trousers that the general ranks of the Empire wear at important ceremonies.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523002, 'Gunners Heaven Trousers (Men)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_05' , 'Trousers designed exclusively for the Gunners Heaven, private organization of the Republic.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523003, 'Eternal Blue Trousers (Men)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,2,26,0,0,0,0,0,0,0, 'eq_legs_17' , 'Mens uniform trousers for Eternal Blue, a crew of outlaws in the sea.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523004, 'Adventurer Trousers (Men)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0, 'eq_legs_07' , 'Mens Trousers recommended for novice adventurers who hate outfits with heavy equipment.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523005, 'Blue Whistle Trousers (Men)' ,0,2,0,7,3,13,50000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_legs_09' , 'Mens trousers for Blue Whistle, Blue Whistle is known as the headache of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523006, 'Coral Reef Shorts (Men)' ,0,2,0,0,3,9,50000,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_legs_20' , 'Summer shorts for relaxing at a hot beach.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523007, 'Iron Crow Trousers (Men)' ,0,2,0,15,3,13,50000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_legs_23' , 'Trousers worn by the Iron Crow warriors.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523008, 'Santa Claus Trousers (Men)' ,0,2,0,0,3,10,50000,0,0,0,0,0,0,0,1,15,0,0,0,0,0,0,0, 'eq_legs_santa' , 'Christmas season item for men.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523009, 'Phantom Breed Trousers (Men)' ,0,2,0,7,3,15,50000,0,0,0,0,0,0,0,5,15,0,0,0,0,0,0,0, 'eq_legs_24' , 'Trousers designed for the Phantom Breed spy crew.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523010, 'Republic Gun Priest Trousers (Men)' ,0,2,0,15,3,13,50000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_legs_22' , 'Lightweight trousers for men, worn by Republic Gun Priests related with religious groups.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523011, 'Gray Dust Trousers (Men)' ,0,2,0,15,3,14,50000,0,0,0,0,0,0,0,2,26,0,0,0,0,0,0,0, 'eq_legs_19' , 'Mens trousers designed for the Gray Dust elite troops.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523012, 'Sir Protector Trousers (Men)' ,0,2,0,15,3,14,50000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_18' , 'Men’s Sir Protector Trousers, designed for protection.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523013, 'Gun Knight Trousers (Men)' ,0,2,0,25,3,13,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_27' , 'This trousers was once worn by a legendary male gun knight of Axium.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523014, 'Warrior Trousers (Men)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,1,15,0,0,0,0,0,0,0, 'eq_legs_hanbok' , 'Legendary pants designed for elite warriors.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523015, 'Desert Flame Trousers (Men)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_26' , 'Desert Flame pants for Men.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523016, 'Battle Brood Pants (Men)' ,0,2,0,15,3,16,500000,0,0,0,0,0,0,0,3,27,0,0,0,0,0,0,0, 'eq_legs_25' , 'Special pants made of reinforced material to enhance leg protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523017, 'Red Active Sports Pants (Men)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_legs_korea' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Red]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523018, 'Yellow Active Sports Pants (Men)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_legs_brazil' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523019, 'Blue Active Sports Pants (Men)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_legs_japan' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523020, 'Military Officer Trousers (Men)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0, 'eq_legs_14' , 'Trousers worn by military officers. Favored by war fanatics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523021, 'Blue Vane Trousers (Men)' ,0,2,0,0,3,9,500000,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0, 'eq_legs_29' , 'Mens Blue Vane trousers made of highly flexible material.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523022, 'Train Guard Trousers (Men)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,1,26,0,0,0,0,0,0,0, 'eq_legs_33' , 'Mens trousers worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523023, 'PA Pants (Men)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,3,23,0,0,0,0,0,0,0, 'eq_legs_34' , 'Mens pants worn by the personal assistants of the empires nobles.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523024, 'Divine Hands Pants (Men)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,5,20,0,0,0,0,0,0,0, 'eq_legs_36' , 'Mens pants worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523025, 'Slider Sports Pants (Men)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_legs_35' , 'Mens sports pants that are comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523026, 'Summer Breeze Board Shorts (Men)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,5,4,0,0,0,0,0,0,0, 'eq_legs_swim' , 'Dark blue board shorts.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523027, 'Carpediem School uniform Pants (Men)' ,0,2,0,25,3,12,500000,0,0,0,0,0,0,0,5,20,0,0,0,0,0,0,0, 'eq_legs_school' , 'Male students trousers at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523028, 'Fimbul Winter Trousers (Men)' ,0,2,0,25,3,12,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_winter' , 'Pants for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523029, 'Deities Aura Pants (Men)' ,0,2,0,25,3,15,500000,0,0,0,0,0,0,0,4,28,0,0,0,0,0,0,0, 'eq_legs_aura' , 'Pants for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523030, 'Valkyrie Pants (Men)' ,0,2,0,25,3,16,500000,0,0,0,0,0,0,0,5,28,0,0,0,0,0,0,0, 'eq_legs_valkyrie' , 'Valkyrie Pants for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523031, 'Scriders Pants (Men)' ,0,2,0,25,3,14,500000,0,0,0,0,0,0,0,3,29,0,0,0,0,0,0,0, 'eq_legs_28' , 'Pants worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523032, 'Icarus Pants (Men)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_32' , 'Icarus Pants worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523033, 'Xian Tactical Assassin Pants (Men)' ,0,2,0,25,3,16,500000,0,0,0,0,0,0,0,5,28,0,0,0,0,0,0,0, 'eq_legs_Assassin' , 'Highly customized pants worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523034, 'Kung fu Pants (Men)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_legs_kungfu' , 'Yellow Kung fu pants that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523035, 'Heavy Metal Pants (Men)' ,0,2,0,25,3,16,500000,0,0,0,0,0,0,0,5,28,0,0,0,0,0,0,0, 'eq_legs_heavymetal' , 'Heavy Metal Pants for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523036, 'Judgement Pants (Men)' ,0,2,0,25,3,15,500000,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_legs_judgement' , 'Pants for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523037, 'Axium Noble Pants (Men)' ,0,2,0,25,3,15,500000,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_legs_royal_children' , 'Formal pants worn by the young men of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523038, 'Tuxedo Pants (Men)' ,0,2,0,25,3,14,500000,0,0,0,0,0,0,0,5,25,0,0,0,0,0,0,0, 'eq_legs_wedding' , 'Tuxedo pants for a wedding that has a sharp and elegant touch.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523039, 'Navy Pants (Men)' ,0,2,0,15,3,15,500000,0,0,0,0,0,0,0,3,26,0,0,0,0,0,0,0, 'eq_legs_US_Navy_Costume' , 'Uniform pants worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523040, 'Yohawk Pants (Men)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_legs_clan_yohawk' , 'Traditional pants of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523041, 'Magician Pants (Men)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_magician' , 'Pants worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523042, 'Devils Pants (Men)' ,0,2,0,25,3,16,500000,0,0,0,0,0,0,0,5,28,0,0,0,0,0,0,0, 'eq_legs_devil' , 'Devils pants worn by the young lads to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523043, 'Police Pants (Men)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,4,23,0,0,0,0,0,0,0, 'eq_legs_police' , 'Pants worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523044, 'Fenrir Guardian Pants (Men)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,4,30,0,0,0,0,0,0,0, 'eq_legs_fenrir_guardian' , 'Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made pants with top priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523045, 'Fenrir Guardian Field Pants (Men)' ,0,2,0,25,0,15,500000,0,0,0,0,0,0,0,4,28,0,0,0,0,0,0,0, 'eq_legs_fenrir_guardian_s' , '[Rare] This is the Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523046, 'White Winter Pants (Men)' ,0,2,0,1,0,10,500000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_legs_santa_w' , 'White winter pants that are great for a snowy day. (Men)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523047, 'Sun Rang Pants (Men)' ,0,2,0,1,0,11,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_legs_sunduk' , 'Pants of Sun Rang, a private group of the sons of nobility who devote their training to ta healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523048, 'Axium Hitman Pants (Men)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,6,27,0,0,0,0,0,0,0, 'eq_legs_ach' , 'Man’s pants for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523049, 'Travia Cryinghawks Jeans (Men)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_eola' , 'Men’s jeans for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523050, 'Axium Soulreaper Pants (Men)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_legs_axium_uniform' , 'Men’s pants for Axium Soulreaper, the cleric of Republican church who absorbs the possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523051, 'Axium High-Class Soulreaper Pants (Men)' ,0,2,0,25,0,17,500000,0,0,0,0,0,0,0,6,29,0,0,0,0,0,0,0, 'eq_legs_axium_high' , 'Mens formal pants for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523052, 'Travia Preacher Pants (Men)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,5,29,0,0,0,0,0,0,0, 'eq_legs_travia_suit' , 'The official pants for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523053, 'Shark Teeth Pants (Men)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,4,23,0,0,0,0,0,0,0, 'eq_legs_pirate' , 'Pants of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523054, 'Cowboy Pants (Men)' ,0,2,0,25,0,15,500000,0,0,0,0,0,0,0,6,24,0,0,0,0,0,0,0, 'eq_legs_western' , 'Pants worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523055, 'STR:ZITEM_NAME_523055' ,0,2,0,25,0,14,500000,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0, 'eq_legs_blackleather' , 'STR:ZITEM_DESC_523055' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523501, 'Ceremonial Dress Trousers (Women)' ,0,2,0,7,3,13,50000,0,0,0,0,0,0,0,2,18,0,0,0,0,0,0,0, 'eq_legs_014' , 'Ceremonial dress trousers supplied to the female soldiers of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523502, 'Gunners Heaven Trousers (Women)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_017' , 'Womens trousers exclusively for the Gunners Heaven, a private organization of the Republic.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523503, 'Eternal Blue Trousers (Women)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,2,26,0,0,0,0,0,0,0, 'eq_legs_019' , 'Womens uniform trousers for Eternal Blue, outlaws at the sea.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523504, 'Adventurer Trousers (Women)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0, 'eq_legs_006' , 'Womens trousers recommended for novice adventurers who hate outfits with heavy equipment.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523505, 'Blue Whistle Trousers (Women)' ,0,2,0,7,3,13,50000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_legs_008' , 'Womens Trousers for Blue Whistle, Blue Whistle is known as the headache of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523506, 'Coral Reef Bikini Bottom (Women)' ,0,2,0,0,3,9,50000,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_legs_20' , 'A fasionable bikini bottom for that fashionable woman.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523507, 'Iron Crow Trousers (Women)' ,0,2,0,15,3,13,50000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_legs_23' , 'Iron Crow womens trousers worn in Iron Crow, the center of the Havani, main city of outlaws.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523508, 'Mrs. Claus Skirt (Women)' ,0,2,0,0,3,10,50000,0,0,0,0,0,0,0,1,15,0,0,0,0,0,0,0, 'eq_legs_santa' , 'Christmas season item for women.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523509, 'Phantom Breed Trousers (Women)' ,0,2,0,7,3,15,50000,0,0,0,0,0,0,0,5,15,0,0,0,0,0,0,0, 'eq_legs_24' , 'Womens trousers handed down from ancient times. They are somewhat heavy.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523510, 'Republic Gun Priestess Trousers (Women)' ,0,2,0,15,3,13,50000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_legs_22' , 'Womens lightweight trousers for a secret organization related with religious groups.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523511, 'Gray Dust Trousers (Women)' ,0,2,0,15,3,14,50000,0,0,0,0,0,0,0,2,26,0,0,0,0,0,0,0, 'eq_legs_018' , 'Womens trousers worn by the Gray Dust elite troops.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523512, 'Sir Protector Trousers (Women)' ,0,2,0,15,3,14,50000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_26' , 'Womens Sir Protector Trousers, designed for protection.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523513, 'Gun Knight Trousers (Women)' ,0,2,0,25,3,13,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_28' , 'This trousers was once worn by a legendary female gun knight of Axium.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523514, 'Princess Warrior Trousers (Women)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,1,15,0,0,0,0,0,0,0, 'eq_legs_hanbok' , 'Designed for a princess, built to endure combat for a warrior.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523515, 'Desert Flame Pants (Women)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_27' , 'The troop which operates in deserts, the Desert Flame womens pants.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523516, 'Battle Brood Bottom (Women)' ,0,2,0,15,3,16,500000,0,0,0,0,0,0,0,3,27,0,0,0,0,0,0,0, 'eq_legs_25' , 'A part of womens special armor made of reinforced material. It offers major leg protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523517, 'Red Active Sports Trousers (Women)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_legs_korea' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Red]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523518, 'Yellow Active Sports Trousers (Women)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_legs_brazil' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523519, 'Blue Active Sports Trousers (Women)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_legs_japan' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523520, 'Military Officer Trousers (Women)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0, 'eq_legs_015' , 'Female military officer trousers favored by military fanatics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523521, 'Blue Vane Trousers (Women)' ,0,2,0,0,3,9,500000,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0, 'eq_legs_30' , 'Womens Blue Vane Skirt made of highly flexible material.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523522, 'Train Guard Trousers (Women)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,1,26,0,0,0,0,0,0,0, 'eq_legs_33' , 'Womens trousers worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523523, 'PA Dress Pants (Women)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,3,23,0,0,0,0,0,0,0, 'eq_legs_34' , 'Womens pants worn by the personal assistants of the empires nobles.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523524, 'Divine Hands Skirt (Women)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,5,20,0,0,0,0,0,0,0, 'eq_legs_35' , 'Womens skirt worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523525, 'Slider Sports Shorts (Women)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_legs_36' , 'Womens sports pants that are comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523526, 'Summer Breeze Short Shorts (Women)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,5,4,0,0,0,0,0,0,0, 'eq_legs_swim' , 'Short shorts that are worn over bikini bottoms.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523527, 'Carpediem School uniform Skirt (Women)' ,0,2,0,25,3,12,500000,0,0,0,0,0,0,0,5,20,0,0,0,0,0,0,0, 'eq_legs_school' , 'Female students miniskirt at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523528, 'Fimbul Winter Trousers (Women)' ,0,2,0,25,3,12,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_winter' , 'Pants for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523529, 'Deities Aura Skirt (Women)' ,0,2,0,25,3,15,500000,0,0,0,0,0,0,0,4,28,0,0,0,0,0,0,0, 'eq_legs_aura' , 'Pants for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523530, 'Valkyrie Pants (Women)' ,0,2,0,25,3,16,500000,0,0,0,0,0,0,0,5,28,0,0,0,0,0,0,0, 'eq_legs_valkyrie' , 'Valkyrie Pants for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523531, 'Scriders Pants (Women)' ,0,2,0,25,3,14,500000,0,0,0,0,0,0,0,3,29,0,0,0,0,0,0,0, 'eq_legs_29' , 'Pants worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523532, 'Icarus Pants (Women)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_32' , 'Icarus Pants worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523533, 'Xian Tactical Assassin Pants (Women)' ,0,2,0,25,3,16,500000,0,0,0,0,0,0,0,5,28,0,0,0,0,0,0,0, 'eq_legs_Assassin' , 'Highly customized pants worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523534, 'Kung fu Pants (Women)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_legs_kungfu' , 'Yellow Kung fu pants that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523535, 'Heavy Metal Skirt (Women)' ,0,2,0,25,3,16,500000,0,0,0,0,0,0,0,5,28,0,0,0,0,0,0,0, 'eq_legs_heavymetal' , 'Heavy Metal Skirt for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523536, 'Judgement Skirt (Women)' ,0,2,0,25,3,15,500000,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_legs_judgement' , 'A skirt for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523537, 'Axium Noble Skirt (Women)' ,0,2,0,25,3,15,500000,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_legs_royal_children' , 'A formal skirt worn by the young women of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523538, 'Wedding Lower Garment (Women)' ,0,2,0,25,3,14,500000,0,0,0,0,0,0,0,5,25,0,0,0,0,0,0,0, 'eq_legs_wedding' , 'Pure white wedding lower garment of every girls dream, in cheerful minimal style.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523539, 'Navy Skirt (Women)' ,0,2,0,15,3,15,500000,0,0,0,0,0,0,0,3,26,0,0,0,0,0,0,0, 'eq_legs_US_Navy_Costume' , 'Uniform skirt worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523540, 'Yohawk Shorts (Women)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_legs_yohawk' , 'Traditional shorts of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523541, 'Magician Skirt (Women)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_magician' , 'A skirt worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523542, 'Angels Skirt (Women)' ,0,2,0,25,3,16,500000,0,0,0,0,0,0,0,5,28,0,0,0,0,0,0,0, 'eq_legs_angel' , 'Angels skirt worn by the young ladies to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523543, 'Police Pants (Women)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,4,23,0,0,0,0,0,0,0, 'eq_legs_police' , 'Pants worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523544, 'Fenrir Guardian Pants (Women)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,4,30,0,0,0,0,0,0,0, 'eq_legs_fenrir_guardian' , 'Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made pants with top priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523545, 'Fenrir Guardian Field Pants (Women)' ,0,2,0,25,0,15,500000,0,0,0,0,0,0,0,4,28,0,0,0,0,0,0,0, 'eq_legs_fenrir_guardian_s' , '[Rare] This is the Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523546, 'White Winter Skirt (Women)' ,0,2,0,1,0,10,500000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_legs_santa_w' , 'A white winter skirt that is great for a snowy day. (Women)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523547, 'Sun Rang Skirt (Women)' ,0,2,0,1,0,11,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_legs_sunduk' , 'Pants of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523548, 'Axium Hitman Skirt (Women)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,6,27,0,0,0,0,0,0,0, 'eq_legs_ach' , 'Woman’s skirt for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523549, 'Travia Cryinghawks Skinny Jeans (Women)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_eola' , 'Womens skinny jeans for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523550, 'Axium Soulreaper Skinny pants (Women)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_legs_axium_uniform' , 'Women’s skinny pants for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523551, 'Axium High-Class Soulreaper shorts (Women)' ,0,2,0,25,0,17,500000,0,0,0,0,0,0,0,6,29,0,0,0,0,0,0,0, 'eq_legs_axium_high' , 'Womens formal shorts for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523552, 'Travia Preacher Pants (Women)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,5,29,0,0,0,0,0,0,0, 'eq_legs_travia_suit' , 'The official pants for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523553, 'Shark Teeth Garter Belt (Women)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,4,23,0,0,0,0,0,0,0, 'eq_legs_pirate' , 'A garter belt of the Empire navy’s worst enemy,the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523554, 'Cowgirl Skirt (Women)' ,0,2,0,25,0,15,500000,0,0,0,0,0,0,0,6,24,0,0,0,0,0,0,0, 'eq_legs_western' , 'A skirt worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523555, 'STR:ZITEM_NAME_523555' ,0,2,0,25,0,14,500000,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0, 'eq_legs_blackleather' , 'STR:ZITEM_DESC_523555' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524001, 'Ceremonial Dress Shoes (Men)' ,0,2,0,7,4,3,50000,0,0,0,0,0,0,0,2,10,0,0,0,0,0,0,0, 'eq_feet_16' , 'Iron Crow warriors wear these protective shoes around the city of Havani, the city of outlaws.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524002, 'Gunners Heaven Leather Shoes (Men)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,3,15,0,0,0,0,0,0,0, 'eq_feet_06' , 'Exclusive leather shoes for the Republics Gunners Heaven.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524003, 'Eternal Blue Boots (Men)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_17' , 'Uniform boots for the Eternal Blue outlaws.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524004, 'Adventurer Boots (Men)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_feet_08' , 'Boots recommended for novice adventurers who hate outfits with heavy equipment.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524005, 'Blue Whistle Shoes (Men)' ,0,2,0,7,4,3,50000,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0, 'eq_feet_11' , 'Shoes designed for Blue Whistle.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524006, 'Coral Reef Aqua Shoes (Men)' ,0,2,0,0,4,2,50000,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_feet_20' , 'Keep your feet dry with cool aqua shoes.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524007, 'Iron Crow Shoes (Men)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,3,15,0,0,0,0,0,0,0, 'eq_feet_23' , 'Iron Crow warriors wear these protective shoes around the city of Havani, the city of outlaws.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524008, 'Santa Claus Boots (Men)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0, 'eq_feet_santa' , 'Christmas season item for men.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524009, 'Phantom Breed Shoes (Men)' ,0,2,0,7,4,4,50000,0,0,0,0,0,0,0,3,10,0,0,0,0,0,0,0, 'eq_feet_24' , 'Heavy shoes for the Phantom Breed.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524010, 'Republic Gun Priest Boots (Men)' ,0,2,0,15,4,3,50000,0,0,0,0,0,0,0,2,15,0,0,0,0,0,0,0, 'eq_feet_22' , 'Mens lightweight shoes for a secret organization associated with religious groups.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524011, 'Gray Dust Shoes (Men)' ,0,2,0,15,4,4,50000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_19' , 'Uniform shoes for the elite Gray Dust troops.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524012, 'Sir Protector Shoes (Men)' ,0,2,0,15,4,4,50000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_18' , 'Mens Sir Protector Shoes, designed for protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524013, 'Gun Knight Shoes (Men)' ,0,2,0,25,4,4,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_feet_27' , 'These shoes were once worn by a legendary male gun knight of Axium.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524014, 'Warrior Shoes (Men)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0, 'eq_feet_hanbok' , 'Legendary shoes designed for elite warriors.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524015, 'Desert Flame Boots (Men)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_26' , 'Desert Flames leather boots for men.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524016, 'Battle Brood Boots (Men)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_25' , 'Special mens boots made of reinforced material to enhance foot protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524017, 'Red Active Sports Shoes (Men)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0, 'eq_feet_korea' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Red]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524018, 'Yellow Active Sports Shoes (Men)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0, 'eq_feet_brazil' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524019, 'Blue Active Sports Shoes (Men)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0, 'eq_feet_japan' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524020, 'Military Officer Battle Shoes (Men)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_feet_14' , 'Battle shoes worn by military officers favored by war fanatics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524021, 'Blue Vane Shoes (Men)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0, 'eq_feet_29' , 'Mens Blue Vane shoes made of highly flexible material.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524022, 'Train Guard Boots (Men)' ,0,2,0,15,4,3,500000,0,0,0,0,0,0,0,1,17,0,0,0,0,0,0,0, 'eq_feet_33' , 'Mens leather boots worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524023, 'PA Dress Shoes (Men)' ,0,2,0,15,4,3,500000,0,0,0,0,0,0,0,1,17,0,0,0,0,0,0,0, 'eq_feet_34' , 'Mens dress shoes worn by the personal assistants of the empires nobles.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524024, 'Divine Hands Shoes (Men)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0, 'eq_feet_36' , 'Mens shoes worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524025, 'Slider Sports Shoes (Men)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,3,14,0,0,0,0,0,0,0, 'eq_feet_35' , 'Mens sports shoes that are comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524026, 'Summer Breeze Sandals (Men)' ,0,2,0,0,4,3,500000,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0, 'eq_feet_swim' , 'Comfortable sandals to wear at the beach' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524027, 'Carpediem School uniform Shoes (Men)' ,0,2,0,25,4,3,500000,0,0,0,0,0,0,0,5,12,0,0,0,0,0,0,0, 'eq_feet_school' , 'Male students shoes at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524028, 'Fimbul Winter Boots (Men)' ,0,2,0,25,4,4,500000,0,0,0,0,0,0,0,2,18,0,0,0,0,0,0,0, 'eq_feet_winter' , 'Boots for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524029, 'Deities Aura Shoes (Men)' ,0,2,0,25,4,5,500000,0,0,0,0,0,0,0,2,20,0,0,0,0,0,0,0, 'eq_feet_aura' , 'Shoes for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524030, 'Valkyrie Boots (Men)' ,0,2,0,25,4,6,500000,0,0,0,0,0,0,0,5,18,0,0,0,0,0,0,0, 'eq_feet_valkyrie' , 'Valkyrie Boots for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524031, 'Scriders Shoes (Men)' ,0,2,0,25,4,3,500000,0,0,0,0,0,0,0,5,12,0,0,0,0,0,0,0, 'eq_feet_28' , 'Shoes worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524032, 'Icarus Shoes (Men)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_32' , 'Icarus Shoes worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524033, 'Xian Tactical Assassin Boots (Men)' ,0,2,0,25,4,6,500000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_feet_Assassin' , 'Highly customized boots worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524034, 'Kung fu Shoes (Men)' ,0,2,0,15,4,3,500000,0,0,0,0,0,0,0,2,15,0,0,0,0,0,0,0, 'eq_feet_kungfu' , 'Yellow Kung fu shoes that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524035, 'Heavy Metal Shoes (Men)' ,0,2,0,25,4,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_feet_heavymetal' , 'Heavy Metal Shoes for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524036, 'Judgement Boots (Men)' ,0,2,0,25,4,5,500000,0,0,0,0,0,0,0,4,18,0,0,0,0,0,0,0, 'eq_feet_judgement' , 'Boots for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524037, 'Axium Noble Shoes (Men)' ,0,2,0,25,4,6,500000,0,0,0,0,0,0,0,5,17,0,0,0,0,0,0,0, 'eq_feet_royal_children' , 'Formal shoes worn by the young men of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524038, 'Tuxedo Shoes (Men)' ,0,2,0,25,4,4,500000,0,0,0,0,0,0,0,4,16,0,0,0,0,0,0,0, 'eq_feet_wedding' , 'Tuxedo shoes for a wedding that has a sharp and elegant touch.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524039, 'Navy Shoes (Men)' ,0,2,0,15,4,5,500000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_feet_US_Navy_Costume' , 'Uniform shoes worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524040, 'Yohawk Boots (Men)' ,0,2,0,15,4,5,500000,0,0,0,0,0,0,0,2,19,0,0,0,0,0,0,0, 'eq_feet_clan_yohawk' , 'Traditional boots of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524041, 'Magician Shoes (Men)' ,0,2,0,15,4,5,500000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_feet_magician' , 'Shoes worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524042, 'Devils feet (Men)' ,0,2,0,25,4,5,500000,0,0,0,0,0,0,0,3,20,0,0,0,0,0,0,0, 'eq_feet_devil' , 'Wearable devil feet by the young lads to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524043, 'Police Shoes (Men)' ,0,2,0,15,4,5,500000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_feet_police' , 'Shoes worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524044, 'Fenrir Guardian Shoes (Men)' ,0,2,0,25,0,7,500000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_feet_fenrir_guardian' , 'Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made shoes with top priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524045, 'White Winter Boots (Men)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0, 'eq_feet_santa_w' , 'White winter boots that are great for a snowy day. (Men)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524046, 'Sun Rang Shoes (Men)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_feet_sunduk' , 'Shoes of Sun Rang, a private group of the sons of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524047, 'Axium Hitman Enamel Shoes (Men)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,4,18,0,0,0,0,0,0,0, 'eq_feet_ach' , 'Man’s enamel shoes for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524048, 'Travia Cryinghawks Long Boots (Men)' ,0,2,0,15,0,5,500000,0,0,0,0,0,0,0,2,19,0,0,0,0,0,0,0, 'eq_feet_eola' , 'Men’s long boots for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524049, 'Axium Soulreaper Shoes (Men)' ,0,2,0,15,0,4,500000,0,0,0,0,0,0,0,3,15,0,0,0,0,0,0,0, 'eq_feet_axium_uniform' , 'Men’s shoes for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524050, 'Axium High-Class Soulreaper Shoes (Men)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,3,20,0,0,0,0,0,0,0, 'eq_feet_axium_high' , 'Mens formal shoes for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524051, 'Travia Preacher Boots (Men)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,2,20,0,0,0,0,0,0,0, 'eq_feet_travia_suit' , 'The official boots for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524052, 'Shark Teeth Leather Boots (Men)' ,0,2,0,15,0,5,500000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_feet_pirate' , 'Leather boots of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524053, 'Cowboy Boots (Men)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,5,16,0,0,0,0,0,0,0, 'eq_feet_western' , 'Boots worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524054, 'STR:ZITEM_NAME_524054' ,0,2,0,25,0,3,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_feet_blackleather' , 'STR:ZITEM_DESC_524054' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524501, 'Ceremonial Dress Shoes (Women)' ,0,2,0,7,4,3,50000,0,0,0,0,0,0,0,2,10,0,0,0,0,0,0,0, 'eq_feets_014' , 'Ceremonial dress shoes supplied to the female soldiers of the Empire. ' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524502, 'Gunners Heaven Reinforced Leather Shoes (Women)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,3,15,0,0,0,0,0,0,0, 'eq_feet_017' , 'Exclusive reinforced leather shoes for the Gunners Heaven, a private organization of the Republic.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524503, 'Eternal Blue Boots (Women)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_019' , 'The outlaw at the sea, womens Eternal Blue boots.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524504, 'Adventurer Boots (Women)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_feets_006' , 'Womens boots recommended for the novice adventurers. This item is made for those who hate to wear heavy gear.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524505, 'Blue Whistle Shoes (Women)' ,0,2,0,7,4,3,50000,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0, 'eq_feet_005' , 'Womens Blue Whistle shoes, Blue Whistle is known as the headache of the Empire.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524506, 'Coral Reef Sandals (Women)' ,0,2,0,0,4,2,50000,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_feet_20' , 'Comfortable sandals to wear at the beach.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524507, 'Iron Crow Shoes (Women)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,3,15,0,0,0,0,0,0,0, 'eq_feet_23' , 'Womens shoes worn in Havani, the city of outlaws.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524508, 'Mrs. Claus Boots (Women)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0, 'eq_feet_santa' , 'Christmas season item for women.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524509, 'Phantom Breed Shoes (Women)' ,0,2,0,7,4,4,50000,0,0,0,0,0,0,0,3,10,0,0,0,0,0,0,0, 'eq_feet_24' , 'Womens shoes handed down from ancient times. They are somewhat heavy.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524510, 'Republic Gun Priestess Boots (Women)' ,0,2,0,15,4,3,50000,0,0,0,0,0,0,0,2,15,0,0,0,0,0,0,0, 'eq_feet_22' , 'Womens lightweight shoes for a secret organization related with religious groups.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524511, 'Gray Dust Shoes (Women)' ,0,2,0,15,4,4,50000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_018' , 'Womens shoes worn by the Gray Dust elite troops.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524512, 'Sir Protector Shoes (Women)' ,0,2,0,15,4,4,50000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_26' , 'Womens Sir Protector Shoes, designed for protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524513, 'Gun Knight Shoes (Women)' ,0,2,0,25,4,4,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_feet_28' , 'These shoes were once worn by a legendary female gun knight of Axium.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524514, 'Princess Warrior Shoes (Women)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0, 'eq_feets_hanbok' , 'Shoes made suitable for a princess to wear in combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524515, 'Desert Flame Boots (Women)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_27' , 'Desert Flames boots for women.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524516, 'Battle Brood Boots (Women)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_25' , 'Special womens boots made of reinforced material to enhance foot protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524517, 'Red Active Sports Shoes (Women)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0, 'eq_feets_korea' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Red]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524518, 'Yellow Active Sports Shoes (Women)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0, 'eq_feets_brazil' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524519, 'Blue Active Sports Shoes (Women)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0, 'eq_feets_japan' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524520, 'Military Officer Battle Shoes (Women)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_feet_015' , 'Female military officer battle shoes favored by military fanatics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524521, 'Blue Vane Shoes (Women)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0, 'eq_feets_30' , 'Womens Blue Vane shoes made of highly flexible material.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524522, 'Train Guard Boots (Women)' ,0,2,0,15,4,3,500000,0,0,0,0,0,0,0,1,17,0,0,0,0,0,0,0, 'eq_feet_33' , 'Womens leather boots worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524523, 'PA Dress Shoes (Women)' ,0,2,0,15,4,3,500000,0,0,0,0,0,0,0,1,17,0,0,0,0,0,0,0, 'eq_feet_34' , 'Womens dress shoes worn by the personal assistants of the empires nobles.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524524, 'Divine Hands Shoes (Women)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0, 'eq_feet_35' , 'Womens shoes worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524525, 'Slider Sports Shoes (Women)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,3,14,0,0,0,0,0,0,0, 'eq_feet_36' , 'Womens sports shoes that are comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524526, 'Summer Breeze Sandals (Women)' ,0,2,0,0,4,3,500000,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0, 'eq_feet_swim' , 'Comfortable strap sandals to wear at the beach.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524527, 'Carpediem School uniform Shoes (Women)' ,0,2,0,25,4,3,500000,0,0,0,0,0,0,0,5,12,0,0,0,0,0,0,0, 'eq_feets_school' , 'Female students shoes at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524528, 'Fimbul Winter Boots (Women)' ,0,2,0,25,4,4,500000,0,0,0,0,0,0,0,2,18,0,0,0,0,0,0,0, 'eq_feets_winter' , 'Boots for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524529, 'Deities Aura Shoes (Women)' ,0,2,0,25,4,5,500000,0,0,0,0,0,0,0,2,20,0,0,0,0,0,0,0, 'eq_feets_aura' , 'Shoes for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524530, 'Valkyrie Boots (Women)' ,0,2,0,25,4,6,500000,0,0,0,0,0,0,0,5,18,0,0,0,0,0,0,0, 'eq_feet_valkyrie' , 'Valkyrie Boots for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524531, 'Scriders Shoes (Women)' ,0,2,0,25,4,3,500000,0,0,0,0,0,0,0,5,12,0,0,0,0,0,0,0, 'eq_feet_29' , 'Shoes worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524532, 'Icarus Shoes (Women)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_32' , 'Icarus Shoes worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524533, 'Xian Tactical Assassin Boots (Women)' ,0,2,0,25,4,6,500000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_feet_Assassin' , 'Highly customized boots worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524534, 'Kung fu Shoes (Women)' ,0,2,0,15,4,3,500000,0,0,0,0,0,0,0,2,15,0,0,0,0,0,0,0, 'eq_feet_kungfu' , 'Yellow Kung fu shoes that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524535, 'Heavy Metal Shoes (Women)' ,0,2,0,25,4,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_feet_heavymetal' , 'Heavy Metal Shoes for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524536, 'Judgement Boots (Women)' ,0,2,0,25,4,5,500000,0,0,0,0,0,0,0,4,18,0,0,0,0,0,0,0, 'eq_feet_judgement' , 'Boots for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524537, 'Axium Noble Shoes (Women)' ,0,2,0,25,4,6,500000,0,0,0,0,0,0,0,5,17,0,0,0,0,0,0,0, 'eq_feet_royal_children' , 'Formal shoes worn by the young women of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524538, 'Wedding Shoes (Women)' ,0,2,0,25,4,4,500000,0,0,0,0,0,0,0,4,16,0,0,0,0,0,0,0, 'eq_feet_wedding' , 'Pure white wedding shoes of every girls dream, in cheerful minimal style.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524539, 'Navy Shoes (Women)' ,0,2,0,15,4,5,500000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_feet_US_Navy_Costume' , 'Uniform shoes worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524540, 'Yohawk Boots (Women)' ,0,2,0,15,4,5,500000,0,0,0,0,0,0,0,2,19,0,0,0,0,0,0,0, 'eq_feet_yohawk' , 'Traditional boots of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524541, 'Magician Shoes (Women)' ,0,2,0,15,4,5,500000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_feet_magician' , 'Shoes worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524542, 'Angels Sandals (Women)' ,0,2,0,25,4,5,500000,0,0,0,0,0,0,0,3,20,0,0,0,0,0,0,0, 'eq_feet_angel' , 'Angels sandals worn by the young ladies to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524543, 'Police Shoes (Women)' ,0,2,0,15,4,5,500000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_feet_police' , 'Shoes worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524544, 'Fenrir Guardian Shoes (Women)' ,0,2,0,25,0,7,500000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_feet_fenrir_guardian' , 'Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made shoes with top priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524545, 'White Winter Boots (Women)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0, 'eq_feet_santa_w' , 'White winter boots that are great for a snowy day. (Women)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524546, 'Sun Rang Shoes (Women)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_feet_sunduk' , 'Shoes of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524547, 'Axium Hitman Long Boots (Women)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,4,18,0,0,0,0,0,0,0, 'eq_feet_ach' , 'Woman’s long boots for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524548, 'Travia Cryinghawks High Heels (Women)' ,0,2,0,15,0,5,500000,0,0,0,0,0,0,0,2,19,0,0,0,0,0,0,0, 'eq_feet_eola' , 'Womens high heels for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524549, 'Axium soulreaper Boots (Women)' ,0,2,0,15,0,4,500000,0,0,0,0,0,0,0,3,15,0,0,0,0,0,0,0, 'eq_feet_axium_uniform' , 'Womens boots for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524550, 'Axium High-Class Soulreaper Boots (Women)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,3,20,0,0,0,0,0,0,0, 'eq_feet_axium_high' , 'Womens formal boots for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524551, 'Travia Preacher Boots (Women)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,2,20,0,0,0,0,0,0,0, 'eq_feet_travia_suit' , 'The official boots for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524552, 'Shark Teeth Long Boots (Women)' ,0,2,0,15,0,5,500000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_feet_pirate' , 'Long boots of the Empire navy’s worst enemy,the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524553, 'Cowgirl Boots (Women)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,5,16,0,0,0,0,0,0,0, 'eq_feet_western' , 'Boots worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524554, 'STR:ZITEM_NAME_524554' ,0,2,0,25,0,3,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_feet_blackleather' , 'STR:ZITEM_DESC_524554' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600001, 'Canopus Coin' ,0,2,0,15,7,3,500,7,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.1] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600002, 'Canopus Hand Stamp' ,0,2,0,35,7,3,500,9,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.3] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600003, 'Canopus Medal' ,0,2,0,25,7,3,500,8,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.2] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600004, 'Canopus Jewel' ,0,2,0,45,7,3,500,10,4500,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.4] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600005, 'Canopus Heart' ,0,2,0,55,7,3,500,10,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.5] Enchanted on this tiny heart is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600006, 'Canopus Eye' ,0,2,0,0,7,3,500,7,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.0] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600101, 'Enias Coin' ,0,2,0,15,7,3,500,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.1] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,85,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600102, 'Enias Hand Stamp' ,0,2,0,35,7,3,500,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.3] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,75,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600103, 'Enias Medal' ,0,2,0,25,7,3,500,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.2] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,80,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600104, 'Enias Jewel' ,0,2,0,45,7,3,500,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.4] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,70,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600105, 'Enias Heart' ,0,2,0,55,7,3,500,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.5] Enchanted on this tiny heart is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,65,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600106, 'Enias Eye' ,0,2,0,0,7,3,500,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.0] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600201, 'Winscars Coin' ,0,2,0,15,7,3,500,12,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.1] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600202, 'Winscars Hand Stamp' ,0,2,0,35,7,3,500,14,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.3] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600203, 'Winscars Medal' ,0,2,0,25,7,3,500,13,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.2] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600204, 'Winscars Jewel' ,0,2,0,45,7,3,500,15,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.4] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600205, 'Winscars Heart' ,0,2,0,55,7,3,500,16,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.5] Enchanted on this tiny heart is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600206, 'Winscars Heart' ,0,2,0,0,7,3,500,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.0] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600301, 'Gistons Coin' ,0,2,0,15,7,3,500,7,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.1] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600302, 'Gistons Hand Stamp' ,0,2,0,35,7,3,500,9,2800,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.3] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600303, 'Gistons Medal' ,0,2,0,25,7,3,500,8,2800,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.2] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600304, 'Gistons Jewel' ,0,2,0,45,7,3,500,9,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.4] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600305, 'Gistons Heart' ,0,2,0,55,7,3,500,9,3500,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.5] Enchanted on this tiny heart is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600306, 'Gistons Heart' ,0,2,0,0,7,3,500,6,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.0] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (700001, 'Admission Ticket' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'Ticket that allows you admission into a pay channel.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400501, 'Goblin Kings Rocket' ,0,2,0,23,9,30,400,45,1100,50,4,3,1,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher07' , 'A rocket which was discovered from a Goblin Kings dead body. The design is very unique.' ,4,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400502, 'Demon Bringer' ,0,2,0,22,8,12,400,20,350,0,0,0,0,0,-5,-5,0,0,0,0,0,0,0, 'katana14' , 'A sword which was taken from the Giant Skeleton. It is extremely strong, but also cursed.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400503, 'Goblin Hat (Men)' ,0,2,0,15,1,0,400,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0, 'eq_head_goblin' , 'A silly looking hat which resembles a goblins face. It does not have great defensive attributes, but it is fun to wear.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400504, 'Goblin Hat (Women)' ,0,2,0,15,1,0,400,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0, 'eq_head_goblin' , 'A silly looking hat which resembles a goblins face. It does not have great defensive attributes, but it is fun to wear.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400505, 'Demon Hand (Men)' ,0,2,0,15,5,6,400,0,0,0,0,0,0,0,3,12,-2,0,0,0,0,0,0, 'eq_hands_skeleton' , 'A glove with an unknown dark force. It feels a lot heavier than it looks.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400506, 'Demon Hand (Women)' ,0,2,0,15,5,6,400,0,0,0,0,0,0,0,3,12,-2,0,0,0,0,0,0, 'eq_hands_skeleton' , 'A glove with an unknown dark force. It feels a lot heavier than it looks.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400507, 'Odd Gun x2' ,0,2,0,25,9,15,400,47,400,80,5,4,1,0,0,0,0,0,0,0,0,0,0, 'eq_pistol_odd' , 'Odd Gun is a very strange gun which is made from various animals bones and flesh. How the gun operates is still a mystery.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400508, 'Wings of Catastrophe' ,0,2,0,25,8,16,400,17,290,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'eq_blade_wing' , 'Wings of Catastrophe is a Kodachi that was modeled on wings and tail of Lich. It has been said that a part of Lichs body was used to create the weapon.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400509, 'Leather Wrap Shoes (Men)' ,0,2,0,20,4,5,400,0,0,0,0,0,0,0,6,8,0,0,0,0,0,0,0, 'eq_feet_wrapshoes' , 'Defense of Leather Wrap Shoes was highly improved by the leather which is firmly wrapped around.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400510, 'Leather Wrap Shoes (Women)' ,0,2,0,20,4,5,400,0,0,0,0,0,0,0,6,8,0,0,0,0,0,0,0, 'eq_feet_wrapshoes' , 'Defense of Leather Wrap Shoes was highly improved by the leather which is firmly wrapped around.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400511, 'Dark Lord Trousers (Men)' ,0,2,0,20,3,16,400,0,0,0,0,0,0,0,3,25,0,0,0,0,0,0,0, 'eq_legs_dark' , 'This unique item is Dark Lords precious clothing which reveals his evil senses and identity.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400512, 'Dark Lord Trousers (Women)' ,0,2,0,20,3,16,400,0,0,0,0,0,0,0,3,25,0,0,0,0,0,0,0, 'eq_legs_dark' , 'This unique item is Dark Lords precious clothing which reveals her evil senses and identity.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400513, 'Shattered Iron' ,0,2,0,30,9,20,400,6,600,70,8,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun_shattered' , 'A fast shooting shotgun with three gun muzzles that shoots metal splinters with extreme speed.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400514, 'Battle Axe' ,0,2,0,30,8,14,400,21,339,0,0,0,0,0,6,0,0,0,0,0,0,0,0, 'katana_battleaxe' , 'An expensive looking axe by a human craftsman. It is too small for Lizardman to use so it must have been decoration.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400515, 'Android Mask (Men)' ,0,2,0,25,1,3,400,0,0,0,0,0,0,0,-1,13,0,0,0,0,0,0,0, 'eq_head_android' , 'A realistic looking male mask of Androids face used for parties.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400516, 'Android Mask (Woman)' ,0,2,0,25,1,3,400,0,0,0,0,0,0,0,-1,13,0,0,0,0,0,0,0, 'eq_head_android' , 'A realistic looking female mask of Androids face used for parties.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400517, 'Lizardskin Gloves (Men)' ,0,2,0,25,5,3,400,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0, 'eq_hands_lizard' , 'Mens leather gloves made of Lizardmans skin. Its durable and sturdy but a bit rigid like armor.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400518, 'Lizardskin Gloves (Woman)' ,0,2,0,25,5,3,400,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0, 'eq_hands_lizard' , 'Womens leather gloves made of Lizardmans skin. Its durable and sturdy but a bit rigid like armor.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400519, 'Goblin Commanders Club' ,0,2,0,15,8,10,400,14,339,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana_club' , 'Club carried by the Goblin Commander, It looks interesting but it doesn’t look so useful.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400520, 'Goblin Wizards Armguard (Men)' ,0,2,0,15,5,3,400,0,0,0,0,0,0,0,1,7,0,0,0,0,0,0,0, 'eq_hands_goblin' , 'Armguard used by the Goblin Wizard. It looks light and not so sturdy.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400521, 'Goblin Wizards Armguard (Women)' ,0,2,0,15,5,3,400,0,0,0,0,0,0,0,1,7,0,0,0,0,0,0,0, 'eq_hands_goblin' , 'Armguard used by the Goblin Wizard. It looks light and not so sturdy.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400522, 'Golden Goblin Launcher' ,0,2,0,30,9,32,400,55,1200,50,3,3,1,0,0,0,0,0,0,0,0,0,0, 'rl_goblin_gold' , 'Gold Goblin Launcher taken from the Thunder Goblin. It looks stronger than the Goblin Kings Rocket.' ,3,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400523, 'Golden Goblin Hat (Men)' ,0,2,0,30,1,4,400,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0, 'eq_head_goblin_gold' , 'Gold Goblin Hat from taken from the Thunder Goblin. It looks more useful than the Goblin Hat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400524, 'Golden Goblin Hat (Women)' ,0,2,0,30,1,4,400,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0, 'eq_head_goblin_gold' , 'Gold Goblin Hat from taken from the Thunder Goblin. It looks more useful than the Goblin Hat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400525, 'Golden Goblin Club' ,0,2,0,30,8,15,400,20,349,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana_club_gold' , 'Gold Goblin Club taken from the Dwarf Goblin King. It looks stronger than the Goblin commanders club' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400526, 'Golden Goblin Armguard (Men)' ,0,2,0,30,5,7,400,0,0,0,0,0,0,0,2,15,0,0,0,0,0,0,0, 'eq_hands_goblin_gold' , 'Gold Goblin Armguard taken from the Dwarf Goblin King. It looks stronger than the Goblin Wizard’s Armguard' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400527, 'Golden Goblin Armguard (Women)' ,0,2,0,30,5,7,400,0,0,0,0,0,0,0,2,15,0,0,0,0,0,0,0, 'eq_hands_goblin_gold' , 'Gold Goblin Armguard taken from the Dwarf Goblin King. It looks stronger than the Goblin Wizard’s Armguard' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400528, 'Palmpows Launcher' ,0,2,0,25,9,28,400,45,1100,50,4,3,0,0,0,0,0,0,0,0,0,0,0, 'rl_palmpou' , 'Palmpows launcher taken from Palmpow. It seems much more powerful than it looks.' ,4,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400529, 'Palmpoas Shirt (Men)' ,0,2,0,25,2,16,400,0,0,0,0,0,0,0,4,26,0,0,0,0,0,0,0, 'eq_chest_palmpou' , 'Palmpoas Shirt taken from Palmpow. The cute Palmpoa on the back makes one feel sorry to wear it as protective equipment.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400530, 'Palmpoas Shirt (Women)' ,0,2,0,25,2,16,400,0,0,0,0,0,0,0,4,26,0,0,0,0,0,0,0, 'eq_chest_palmpou' , 'Palmpoas Shirt taken from Palmpow. The cute Palmpoa on the back makes one feel sorry to wear it as protective equipment.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400531, 'Palmpows Ice Blade' ,0,2,0,30,8,14,400,21,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana_palmpou' , 'Palmpows Ice Blade taken from Cursed Palmpow. It seems as strong as it looks.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400532, 'Palmpoas Helmet (Men)' ,0,2,0,30,1,3,400,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0, 'eq_head_palmpou' , 'Palmpoas Helmet taken from Cursed Palmpow. One might look as cute as Palmpoa when wear it.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400533, 'Palmpoas Helmet (Women)' ,0,2,0,30,1,3,400,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0, 'eq_head_palmpou' , 'Palmpoas Helmet taken from Cursed Palmpow. One might look as cute as Palmpoa when wear it.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401000, 'í–‰ìš´ì˜ 0번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 0번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401001, 'í–‰ìš´ì˜ 1번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 1번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401002, 'í–‰ìš´ì˜ 2번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 2번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401003, 'í–‰ìš´ì˜ 3번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 3번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401004, 'í–‰ìš´ì˜ 4번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 4번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401005, 'í–‰ìš´ì˜ 5번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 5번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401006, 'í–‰ìš´ì˜ 6번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 6번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401007, 'í–‰ìš´ì˜ 7번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 7번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401008, 'í–‰ìš´ì˜ 8번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 8번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401009, 'í–‰ìš´ì˜ 9번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 9번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402000, '(A) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(A) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402001, '(B) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(B) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402002, '(C) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(C) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402003, '(D) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(D) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402004, '(E) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(E) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402005, '(F) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(F) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402006, '(G) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(G) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402007, '(H) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(H) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402008, '(I) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(I) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402009, '(J) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(J) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402010, '(K) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(K) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402011, '(L) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(L) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402012, '(M) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(M) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402013, '(N) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(N) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402014, '(O) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(O) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402015, '(P) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(P) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402016, '(Q) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Q) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402017, '(R) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(R) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402018, '(S) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(S) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402019, '(T) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(T) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402020, '(U) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(U) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402021, '(V) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(V) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402022, '(W) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(W) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402023, '(X) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(X) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402024, '(Y) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Y) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402025, '(Z) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Z) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403001, '(Have a) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Have a) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403002, '(Happy) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Happy) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403003, '(Halloween) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Halloween) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403004, '(from) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(from) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403005, '(Ijji) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Ijji) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403006, '(and) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(and) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403007, '(MAIET!) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(MAIET!) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403008, '(Pumpkin) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Pumpkin) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403009, '(Ghost) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Ghost) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403010, '(Trick or) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Trick or) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403011, '(Treat!!) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Treat!!) card of Halloween Event!' ,0,0,0)
after that execute this
Code:
UPDATE Item SET Name='Rusty Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=5,BountyPrice=20,Damage=8,Delay=366,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger01',Description='It has some rust here and there. Once used, its sure to be difficult to sell.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=1
UPDATE Item SET Name='Iron Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=5,Slot=8,Weight=5,BountyPrice=200,Damage=9,Delay=356,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger01',Description='Basic iron dagger, made in a factory. A serial number is barely visible on the surface.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=11
UPDATE Item SET Name='Military Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=9,Slot=8,Weight=6,BountyPrice=400,Damage=11,Delay=356,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger01',Description='Military assault dagger.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=3
UPDATE Item SET Name='Lightweight Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=18,Slot=8,Weight=5,BountyPrice=1000,Damage=10,Delay=346,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger01',Description='Easy to use lightweight dagger.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4
UPDATE Item SET Name='High-Class Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=27,Slot=8,Weight=6,BountyPrice=2500,Damage=12,Delay=351,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger01',Description='Heavy unique high-class dagger. Beautiful pattern inscribed on the surface.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5
UPDATE Item SET Name='Phantom Slaying Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=36,Slot=8,Weight=4,BountyPrice=5000,Damage=13,Delay=356,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger02',Description='Mysterious dagger, used to kill evil spirits. However, it could be an urban legend.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6
UPDATE Item SET Name='Warlords Gut Ripper',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=8,Weight=6,BountyPrice=10000,Damage=14,Delay=346,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger03',Description='Unique dagger, used by Warlords during the Storm civil war.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7
UPDATE Item SET Name='Crystal Blade',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=54,Slot=8,Weight=4,BountyPrice=0,Damage=15,Delay=346,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger12',Description='A dagger which uses its easy breakable disadvantage property to its advantage. The light crystal blade leaves its broken pieces in the opponents body when attack and creates fatal wounds.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=8
UPDATE Item SET Name='Rusty Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=10,BountyPrice=20,Damage=15,Delay=359,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana01',Description='Its a rusty sword. Once used, its sure to be difficult to sell.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=2
UPDATE Item SET Name='Iron Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=5,Slot=8,Weight=10,BountyPrice=300,Damage=16,Delay=359,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana02',Description='Low level iron sword. Faint serial number visible on the surface.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=12
UPDATE Item SET Name='Military Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=8,Weight=12,BountyPrice=600,Damage=18,Delay=349,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana02',Description='Great looking sword, used by ranked officers.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=13
UPDATE Item SET Name='Lightweight Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=8,Weight=9,BountyPrice=1500,Damage=15,Delay=339,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana01',Description='Easy to use lightweight sword.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=14
UPDATE Item SET Name='High-class Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=8,Weight=13,BountyPrice=3600,Damage=20,Delay=339,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana04',Description='High-Class sword, made of rare materials for combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=15
UPDATE Item SET Name='Devil Slayer',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=8,Weight=11,BountyPrice=7200,Damage=22,Delay=339,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana06',Description='Mysterious sword used to kill a haunted evil spirit.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=16
UPDATE Item SET Name='Golden Dragon Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=50,Slot=8,Weight=12,BountyPrice=15000,Damage=24,Delay=329,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana03',Description='Gold plated attractive sword. Sword collectors desperately want to acquire this powerful katana.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=17
UPDATE Item SET Name='Shura',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=8,Weight=10,BountyPrice=0,Damage=25,Delay=329,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana17',Description='A sword used by Gumho, who was a legendary warrior at the battle field long time ago. After his death, his nick name became the name of the weapon.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=18
UPDATE Item SET Name='Iron Kodachi',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=8,Weight=18,BountyPrice=850,Damage=14,Delay=290,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='blade02',Description='(Dual Wield) These Kodachi Iron swords are widely produced for the general public.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=31
UPDATE Item SET Name='Lightweight Kodachi',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=21,Slot=8,Weight=14,BountyPrice=2000,Damage=15,Delay=280,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='blade01',Description='(Dual Wield) Kodachi swords designed for two hands. Much lighter and smaller than regular swords.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=32
UPDATE Item SET Name='High-Class Kodachi',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=32,Slot=8,Weight=20,BountyPrice=5000,Damage=16,Delay=280,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='blade06',Description='(Dual Wield) This unique sword produced by Kodachi is made of high-end rare materials.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=33
UPDATE Item SET Name='Red Blood',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=43,Slot=8,Weight=18,BountyPrice=12000,Damage=18,Delay=260,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='blade05',Description='(Dual Wield) These powerful swords are a symbol of the Red Blood Dynasty, carried by a great swordsman in ancient times.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=34
UPDATE Item SET Name='Dual Scimitar',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=54,Slot=8,Weight=19,BountyPrice=0,Damage=23,Delay=290,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='blade09',Description='A dual sword used by nomads who live in the distant desert far from Axium (tax included)',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=35
UPDATE Item SET Name='Giant Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=43,Slot=8,Weight=18,BountyPrice=12000,Damage=18,Delay=260,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='sword01',Description='Sword used by the Hiru tribe.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=51
UPDATE Item SET Name='Raptor 50',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=7,BountyPrice=20,Damage=8,Delay=250,Controllability=30,Magazine=10,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol01',Description='This pistol has been used since a long time ago in the empire. Its production has been discontinued. Manufactured by Walcom.',MaxBullet=10,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4001
UPDATE Item SET Name='Raptor 50 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=14,BountyPrice=40,Damage=16,Delay=250,Controllability=36,Magazine=10,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol01x2',Description='(Dual Wield) These pistols have been used since a long time ago in the empire. Their production has been discontinued. Manufactured by Walcom.',MaxBullet=10,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4002
UPDATE Item SET Name='Raptor 80',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=5,Slot=9,Weight=7,BountyPrice=200,Damage=8,Delay=200,Controllability=30,Magazine=12,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol01',Description='A revised model of the Raptor 50. Its performance slightly improved but the appearance has not changed from the old version. Its production was announced to be stopped quite early as its competition released a new product. Manufactured by Walcom.',MaxBullet=12,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4009
UPDATE Item SET Name='Raptor 80 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=14,BountyPrice=360,Damage=16,Delay=200,Controllability=36,Magazine=12,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol01x2',Description='(Dual Wield) Revised models of the Raptor 50. The performance improved slightly but the appearance has not changed from the old version. Manufactured by Walcom.',MaxBullet=12,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4010
UPDATE Item SET Name='Raven 5',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=6,Slot=9,Weight=8,BountyPrice=300,Damage=10,Delay=250,Controllability=40,Magazine=10,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol05',Description='This pistol was produced to be supplied to the battlefront of the Republic. Manufactured by Maxwell.',MaxBullet=10,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4011
UPDATE Item SET Name='Raven 5 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=8,Slot=9,Weight=16,BountyPrice=540,Damage=20,Delay=250,Controllability=48,Magazine=10,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol05x2',Description='(Dual Wield) These pistols were produced to be supplied to the battle front of the Republic. Manufactured by Maxwell.',MaxBullet=10,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4012
UPDATE Item SET Name='Raptor 120',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=9,Weight=7,BountyPrice=500,Damage=9,Delay=200,Controllability=25,Magazine=12,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol02',Description='It was developed to be supplied to the military. Its accuracy has been improved from the Raptor 80. Manufactured by Walcom.',MaxBullet=12,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4003
UPDATE Item SET Name='Raptor 120 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=12,Slot=9,Weight=14,BountyPrice=900,Damage=18,Delay=200,Controllability=30,Magazine=12,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol02x2',Description='(Dual Wield) It was developed to be supplied to the military. Its accuracy has been improved from the Raptor 80s. Manufactured by Walcom.',MaxBullet=12,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4004
UPDATE Item SET Name='Raven 6',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=14,Slot=9,Weight=8,BountyPrice=800,Damage=12,Delay=220,Controllability=40,Magazine=14,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol05',Description='The follow-up model of the Raven 5. Its performance has been improved but its manufacturer failed to make it lighter. Manufactured by Maxwell.',MaxBullet=14,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4013
UPDATE Item SET Name='Raven 6 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=16,Slot=9,Weight=16,BountyPrice=1440,Damage=24,Delay=220,Controllability=48,Magazine=14,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol05x2',Description='(Dual Wield) The follow-up models of the Raven 5. The performance has been improved but its manufacturer failed to make it lighter. Manufactured by Maxwell.',MaxBullet=14,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4014
UPDATE Item SET Name='Raptor 160',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=9,Weight=8,BountyPrice=2500,Damage=11,Delay=180,Controllability=25,Magazine=13,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol02',Description='The follow-up model to the Raptor 120. It has more firepower, better performance and an excellent rate of fire.',MaxBullet=13,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4015
UPDATE Item SET Name='Raptor 160 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=26,Slot=9,Weight=16,BountyPrice=4500,Damage=22,Delay=180,Controllability=30,Magazine=13,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol02x2',Description='(Dual Wield) The follow-up model to the Raptor 120. They have more firepower, better performance and an excellent rate of fire.',MaxBullet=13,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4016
UPDATE Item SET Name='Raven 7',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=32,Slot=9,Weight=9,BountyPrice=5000,Damage=13,Delay=210,Controllability=40,Magazine=15,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol05',Description='The Raven 7 has more firepower and a better rate of fire but it still has some drawbacks in terms of accuracy and weight.',MaxBullet=15,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4017
UPDATE Item SET Name='Raven 7 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=34,Slot=9,Weight=18,BountyPrice=9000,Damage=26,Delay=210,Controllability=48,Magazine=15,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol05x2',Description='(Dual Wield) The Raven 7s have more firepower and a better rate of fire but they still have some drawbacks in terms of accuracy and weight.',MaxBullet=15,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4018
UPDATE Item SET Name='Raptor 200',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=9,Weight=8,BountyPrice=8000,Damage=11,Delay=160,Controllability=25,Magazine=14,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol02',Description='The Raptor series won confidence with its high rate of fire and accuracy. This weapon shows the advanced development capability of Walcom.',MaxBullet=14,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4019
UPDATE Item SET Name='Raptor 200 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=42,Slot=9,Weight=16,BountyPrice=14400,Damage=22,Delay=160,Controllability=30,Magazine=14,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol02x2',Description='(Dual Wield) The Raptor series won confidence with its high rate of fire and accuracy. These weapons show the advanced development capability of Walcom.',MaxBullet=14,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4020
UPDATE Item SET Name='Raven 8',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=48,Slot=9,Weight=10,BountyPrice=0,Damage=15,Delay=200,Controllability=40,Magazine=14,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol06',Description='Model developed mainly to improve fire power and higher rate of fire and laid aside the weight improvement which has been the chronic problem of problem of Raven series.',MaxBullet=14,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4021
UPDATE Item SET Name='Raven 8 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=50,Slot=9,Weight=20,BountyPrice=0,Damage=30,Delay=200,Controllability=48,Magazine=14,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol06x2',Description='(Dual Wield) Model developed mainly to improve fire power and higher rate of fire and laid aside the weight improvement which has been the chronic problem of problem of Raven series.',MaxBullet=14,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4022
UPDATE Item SET Name='Iris Pistol Limited x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=12,BountyPrice=0,Damage=20,Delay=220,Controllability=36,Magazine=12,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol04_gold',Description='Limited edition of Iris pistol with unique color used by Republican soldiers which is no longer in production and became a valued premium among the collectors.',MaxBullet=12,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4023
UPDATE Item SET Name='Minic 567',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=8,BountyPrice=20,Damage=16,Delay=400,Controllability=60,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol07',Description='This legendary revolver was produced by Maxwell and supplied to the general infantry of the Republic. Its production is now discontinued.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4005
UPDATE Item SET Name='Minic 567 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=16,BountyPrice=40,Damage=32,Delay=400,Controllability=72,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol07x2',Description='(Dual Wield) These legendary revolvers were produced by Maxwell and supplied to the general infantry of the Republic. Its production is now discontinued.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4006
UPDATE Item SET Name='Dynax 7000',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=5,Slot=9,Weight=7,BountyPrice=220,Damage=14,Delay=300,Controllability=60,Magazine=8,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol12',Description='The first of the lightweight revolvers from Canox. Though its production has been discontinued, the second-hand Dynax is still a popular gun.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4501
UPDATE Item SET Name='Dynax 7000 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=14,BountyPrice=396,Damage=28,Delay=300,Controllability=72,Magazine=8,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol12x2',Description='(Dual Wield) The first of the lightweight revolvers from Canox. Though their production has been discontinued, the second-hand Dynax is still a popular gun.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4502
UPDATE Item SET Name='Minic 567 Limited',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=8,BountyPrice=340,Damage=18,Delay=400,Controllability=50,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol07',Description='This model was produced in order to commemorate the fifth anniversary of Maxwells Minic. It is more powerful than the original.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4503
UPDATE Item SET Name='Minic 567 Limited x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=9,Slot=9,Weight=16,BountyPrice=612,Damage=36,Delay=400,Controllability=60,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol07x2',Description='(Dual Wield) These were produced in order to commemorate the fifth aniversary of Maxwells Minic. They have more firepower that the originals.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4504
UPDATE Item SET Name='Zaurus A',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=9,Weight=7,BountyPrice=550,Damage=20,Delay=400,Controllability=60,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol08',Description='This revolver was developed to supply the military. Manufactured by Walcom.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4007
UPDATE Item SET Name='Zaurus A x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=12,Slot=9,Weight=14,BountyPrice=990,Damage=40,Delay=400,Controllability=72,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol08x2',Description='(Dual Wield) These revolvers were developed to supply the military. Manufactured by Walcom.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4008
UPDATE Item SET Name='Phantom Cruise',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=16,Slot=9,Weight=9,BountyPrice=1200,Damage=22,Delay=400,Controllability=70,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol10',Description='High-end revolver made by Nico. Its upgraded design draws a lot of attention.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4505
UPDATE Item SET Name='Phantom Cruise x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=18,Slot=9,Weight=18,BountyPrice=2160,Damage=44,Delay=400,Controllability=84,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol10x2',Description='(Dual Wield) High-end revolvers made by Nico. Its upgraded design draws a lot of attention.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4506
UPDATE Item SET Name='Phantom Cruise N',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=21,Slot=9,Weight=8,BountyPrice=2500,Damage=23,Delay=400,Controllability=65,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol10',Description='Phantom Cruises slightly upgraded model. Its performance has slightly improved.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4507
UPDATE Item SET Name='Phantom Cruise N x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=23,Slot=9,Weight=16,BountyPrice=4500,Damage=46,Delay=400,Controllability=78,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol10x2',Description='(Dual Wield) Phantom Cruises minor upgraded models. The performance has slightly improved.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4508
UPDATE Item SET Name='Dynax 8000',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=26,Slot=9,Weight=7,BountyPrice=4000,Damage=18,Delay=300,Controllability=60,Magazine=8,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol12',Description='Lightweight revolver made by Canox. This is the follow-up model of the Dynax 7000, its performance has remarkably improved.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4509
UPDATE Item SET Name='Dynax 8000 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=28,Slot=9,Weight=14,BountyPrice=7200,Damage=36,Delay=300,Controllability=72,Magazine=8,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol12x2',Description='(Dual Wield) Lightweight revolvers made by Canox. These are the follow-up models of the Dynax 7000, their performance have remarkably improved.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4510
UPDATE Item SET Name='Minic 567 MK.II',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=34,Slot=9,Weight=8,BountyPrice=7000,Damage=25,Delay=400,Controllability=50,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol07',Description='This is an upgraded model of the commemorative fifth anniversary Minic 567. It packs more power than the original one.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4511
UPDATE Item SET Name='Minic 567 MK.II x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=36,Slot=9,Weight=16,BountyPrice=12600,Damage=50,Delay=400,Controllability=60,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol07x2',Description='(Dual Wield) This is the upgraded models of the commemorative fifth anniversary Minic 567. They pack more power than the original ones.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4512
UPDATE Item SET Name='Zaurus B',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=42,Slot=9,Weight=8,BountyPrice=12000,Damage=25,Delay=360,Controllability=50,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol08',Description='The Zaurus Type B is the most powerful handgun money can buy. It also has better accuracy.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4513
UPDATE Item SET Name='Zaurus B x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=46,Slot=9,Weight=16,BountyPrice=21600,Damage=50,Delay=360,Controllability=60,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol08x2',Description='(Duel Wield) The Zaurus Type Bs are the most powerful handgun money can buy. They also have better accuracy.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4514
UPDATE Item SET Name='Dynax 800C',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=52,Slot=9,Weight=7,BountyPrice=0,Damage=23,Delay=300,Controllability=60,Magazine=8,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol19',Description='Illegally altered model of 8000 which once was very popular. This model gained popularity so the Canox company decided to sell it officially.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4515
UPDATE Item SET Name='Dynax 800C x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=54,Slot=9,Weight=14,BountyPrice=0,Damage=45,Delay=300,Controllability=72,Magazine=8,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol19x2',Description='(Dual Wield) Illegally altered model of 8000 which once was very popular. This model gained popularity so the Canox company decided to sell it officially.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4516
UPDATE Item SET Name='Renard',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=15,BountyPrice=30,Damage=7,Delay=90,Controllability=50,Magazine=32,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg01',Description='This old submachine gun was produced by Canox. Its production has been discontinued.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5001
UPDATE Item SET Name='Renard x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=30,BountyPrice=60,Damage=14,Delay=90,Controllability=90,Magazine=32,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg01x2',Description='(Dual Wield) These old submachine guns were produced by Canox. Its production has been discontinued.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5002
UPDATE Item SET Name='Walcom S5',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=9,Weight=15,BountyPrice=750,Damage=8,Delay=90,Controllability=50,Magazine=36,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg02',Description='This submachine gun produced by Walcom are quite popular. They have better firepower and a larger ammo capacity. ',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5003
UPDATE Item SET Name='Walcom S5 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=13,Slot=9,Weight=30,BountyPrice=1350,Damage=16,Delay=90,Controllability=90,Magazine=36,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg02x2',Description='(Dual Wield) These submachine guns produced by Walcom are quite popular. They have better firepower and a larger ammo capacity.',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5004
UPDATE Item SET Name='Ellan',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=9,Weight=12,BountyPrice=700,Damage=5,Delay=90,Controllability=70,Magazine=60,ReloadTime=2,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg05',Description='Canoxs small submachine gun. This was manufactured with a focus on better mobility.',MaxBullet=60,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5005
UPDATE Item SET Name='Ellan x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=12,Slot=9,Weight=24,BountyPrice=1260,Damage=10,Delay=90,Controllability=126,Magazine=60,ReloadTime=2,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg05x2',Description='(Dual Wield) Canoxs small submachine guns. These were manufactured with focus on better mobility.',MaxBullet=60,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5006
UPDATE Item SET Name='Renard V',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=9,Weight=15,BountyPrice=2800,Damage=7,Delay=85,Controllability=35,Magazine=32,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg01',Description='Follow-up model of the once widely-popular Renard. It has better accuracy and a higher rate of fire.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5007
UPDATE Item SET Name='Renard V x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=27,Slot=9,Weight=30,BountyPrice=5040,Damage=14,Delay=85,Controllability=63,Magazine=32,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg01x2',Description='(Dual Wield) Follow-up model of the once widely popular Renards. They have better accuracy and a higher rate of fire.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5008
UPDATE Item SET Name='Walcom S6',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=9,Weight=16,BountyPrice=2800,Damage=9,Delay=95,Controllability=55,Magazine=36,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg02',Description='The follow-up model of the Walcom S5. It has more firepower and better stability compared with its previous model.',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5009
UPDATE Item SET Name='Walcom S6 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=27,Slot=9,Weight=32,BountyPrice=5040,Damage=18,Delay=95,Controllability=99,Magazine=36,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg02x2',Description='(Dual Wield) The follow-up models of Walcoms S5. They have more firepower and better stability compared with its previous models.',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5010
UPDATE Item SET Name='New Renard V',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=36,Slot=9,Weight=15,BountyPrice=5600,Damage=8,Delay=80,Controllability=35,Magazine=40,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg01',Description='New version of the popular Renard V produced by Canox.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5011
UPDATE Item SET Name='New Renard V x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=39,Slot=9,Weight=30,BountyPrice=10080,Damage=16,Delay=80,Controllability=63,Magazine=40,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg01x2',Description='(Dual Wield) New versions of the popular Renard V produced by Canox.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5012
UPDATE Item SET Name='Walcom XL',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=36,Slot=9,Weight=14,BountyPrice=5800,Damage=9,Delay=95,Controllability=50,Magazine=32,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg03',Description='This model was produced in order to commemorate the 70th anniversary of Walcom. It has a lightweight body and it is called the Exterminator.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5013
UPDATE Item SET Name='Walcom XL x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=39,Slot=9,Weight=28,BountyPrice=10440,Damage=18,Delay=95,Controllability=90,Magazine=32,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg03x2',Description='(Dual Wield) These models were produced in order to commemorate the 70th anniversary of Walcom. It has a lightweight body and it is called the Exterminator.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5014
UPDATE Item SET Name='Renard VI',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=9,Weight=14,BountyPrice=12000,Damage=8,Delay=80,Controllability=35,Magazine=40,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg01',Description='This new model was produced by Canox whose popularity was dented by Walcom XL.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5015
UPDATE Item SET Name='Renard VI x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=48,Slot=9,Weight=28,BountyPrice=21600,Damage=16,Delay=80,Controllability=63,Magazine=40,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg01x2',Description='(Dual Wield) These new models were produced by Canox whose popularity was dented by Walcom XL.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5016
UPDATE Item SET Name='Walcom XLS',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=9,Weight=14,BountyPrice=12000,Damage=11,Delay=95,Controllability=50,Magazine=32,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg03',Description='Upgrade to the Walcom XL. The only difference from the old model is enhanced fire power.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5017
UPDATE Item SET Name='Walcom XLS x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=48,Slot=9,Weight=28,BountyPrice=21600,Damage=22,Delay=95,Controllability=90,Magazine=32,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg03x2',Description='(Dual Wield) Upgrades to the Walcom XL. The only difference from the old models are enhanced fire power.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5018
UPDATE Item SET Name='Walcom S7',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=54,Slot=9,Weight=14,BountyPrice=0,Damage=13,Delay=95,Controllability=50,Magazine=32,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg04',Description='New SMG from Walcom company which has been rivary of Renard company. The fire power has been enhanced.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5019
UPDATE Item SET Name='Walcom S7 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=57,Slot=9,Weight=28,BountyPrice=0,Damage=26,Delay=95,Controllability=90,Magazine=32,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg04x2',Description='(Dual Wield) New SMG from Walcom company which has been rivary of Renard company. The fire power has been enhanced.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5020
UPDATE Item SET Name='Breaker 3',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=5,Slot=9,Weight=15,BountyPrice=200,Damage=6,Delay=1100,Controllability=60,Magazine=3,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun01',Description='Pump action shotgun produced by Leonics, who has specialized in the production of shotguns for ages. Its production has been discontinued.',MaxBullet=3,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6001
UPDATE Item SET Name='Breaker 5',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=9,Weight=18,BountyPrice=800,Damage=6,Delay=1000,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun01',Description='Pump action type shotgun produced by Leonics. Though made a long time ago, it is still very popular.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6002
UPDATE Item SET Name='Breaker 6',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=20,BountyPrice=1600,Damage=7,Delay=1000,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun01',Description='Leonics new shotgun that was released quite recently.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6003
UPDATE Item SET Name='Breaker 7',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=9,Weight=20,BountyPrice=8000,Damage=8,Delay=1000,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun03',Description='Leonicss 7th model adopted a new design different from the existing Breaker series.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6004
UPDATE Item SET Name='Avenger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=9,Weight=15,BountyPrice=9000,Damage=10,Delay=1200,Controllability=100,Magazine=2,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun07',Description='Shotgun introduced by Nico as a monumental product. This weapon has strong destructive power. Its only drawback, is it can only load a small number of bullets.',MaxBullet=2,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6005
UPDATE Item SET Name='Breaker 8',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=9,Weight=20,BountyPrice=20000,Damage=9,Delay=1000,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun03',Description='New shotgun produced by Leonics, who is quite famous for the Breaker series of shotguns.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6006
UPDATE Item SET Name='Avenger MK.II',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=9,Weight=16,BountyPrice=24000,Damage=11,Delay=1200,Controllability=100,Magazine=2,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun07',Description='Avengers follow-up model that became the weapon of choice for adventurers.',MaxBullet=2,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6007
UPDATE Item SET Name='Breaker 9P',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=9,Weight=18,BountyPrice=0,Damage=9,Delay=1000,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun02',Description='Prototype model of the Breaker9, the newest shotgun of Rionix. Great ability but a bit unstable.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6008
UPDATE Item SET Name='Iron Crow Shotgun Limited ',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=18,BountyPrice=0,Damage=7,Delay=900,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun09_gold',Description='Limited edition of Iron Crow shotgun with unique color which is no longer in production and became a valued premium among the collectors.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6009
UPDATE Item SET Name='Cruelizon Limited',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=9,Weight=18,BountyPrice=0,Damage=9,Delay=1100,Controllability=90,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun06_silver',Description='Limited edition of Cruelizon with unique color which is no longer in production and became a valued premium among the collectors.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6010
UPDATE Item SET Name='Nico R2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=5,Slot=9,Weight=15,BountyPrice=400,Damage=11,Delay=120,Controllability=30,Magazine=32,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle03',Description='Rifle produced by Nico in the early days.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7001
UPDATE Item SET Name='Nico R5',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=9,Weight=18,BountyPrice=1500,Damage=12,Delay=110,Controllability=30,Magazine=32,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle01',Description='One of the most popular rifles among the Republican army.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7002
UPDATE Item SET Name='Walcom Warrior 77',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=20,BountyPrice=2800,Damage=15,Delay=100,Controllability=50,Magazine=24,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle02',Description='Produced by Walcom, it has the drawback of being difficult to use but it has relatively strong power.',MaxBullet=24,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7003
UPDATE Item SET Name='Maxwell LX30',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=18,Slot=9,Weight=20,BountyPrice=3000,Damage=13,Delay=80,Controllability=20,Magazine=40,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle04',Description='Produced by Maxwell, this weapon has stable grip, good operability, and a high rate of fire.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7004
UPDATE Item SET Name='Nico R6',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=26,Slot=9,Weight=18,BountyPrice=6000,Damage=15,Delay=90,Controllability=30,Magazine=36,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle03',Description='Follow-up model of popular R5 of Nico. With its improved fire power, it is popular among R5 maniacs.',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7005
UPDATE Item SET Name='Maxwell LX44',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=34,Slot=9,Weight=20,BountyPrice=12000,Damage=14,Delay=80,Controllability=20,Magazine=40,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle04',Description='(Discontinued Item) Rifle with a higher fire rate than LX30. It has a stable grip with high accuracy.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7006
UPDATE Item SET Name='Nico R7',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=42,Slot=9,Weight=18,BountyPrice=24000,Damage=16,Delay=90,Controllability=30,Magazine=40,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle01',Description='Nicos new rifle with better fire power.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7007
UPDATE Item SET Name='Walcom Warrior 88',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=50,Slot=9,Weight=20,BountyPrice=48000,Damage=19,Delay=100,Controllability=50,Magazine=32,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle02',Description='Still not easy to use but, this new product by Walcom is produced to focus on stronger fire power.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7008
UPDATE Item SET Name='Maxwell SWT',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=58,Slot=9,Weight=18,BountyPrice=0,Damage=16,Delay=80,Controllability=20,Magazine=50,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle06',Description='New rifle developed by Maxwell company which has been requested by Special force in charge of Metropolise security. It has greatly improved on weight and bullet carriage.',MaxBullet=50,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7009
UPDATE Item SET Name='Nico MG-K8',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=9,Weight=28,BountyPrice=8000,Damage=16,Delay=100,Controllability=70,Magazine=120,ReloadTime=10,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='machinegun01',Description='It is so heavy that it is hard to carry but, its rate of fire makes the enemies shiver in fear.',MaxBullet=120,LimitSpeed=90,IsCashItem=0 WHERE ItemID=8001
UPDATE Item SET Name='Nico MG-K9',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=35,Slot=9,Weight=28,BountyPrice=16000,Damage=17,Delay=100,Controllability=70,Magazine=120,ReloadTime=10,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='machinegun01',Description='K9 machine gun with upgraded power. Its powerful rate of fire and damage will make swiss cheese of the opposition.',MaxBullet=120,LimitSpeed=90,IsCashItem=0 WHERE ItemID=8002
UPDATE Item SET Name='Nico MG-KX',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=9,Weight=28,BountyPrice=32000,Damage=18,Delay=100,Controllability=70,Magazine=120,ReloadTime=10,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='machinegun02',Description='Nicos new machine gun with explosive power. Even just looking at the MG-KX will make the enemies feel pain.',MaxBullet=120,LimitSpeed=90,IsCashItem=0 WHERE ItemID=8003
UPDATE Item SET Name='Nico MG-K11',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=55,Slot=9,Weight=28,BountyPrice=0,Damage=19,Delay=100,Controllability=70,Magazine=120,ReloadTime=10,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='machinegun06',Description='With the popularity of KX, this previously developed machine gun model has been released with the name K11.',MaxBullet=120,LimitSpeed=90,IsCashItem=0 WHERE ItemID=8004
UPDATE Item SET Name='Walcom L1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=30,BountyPrice=3200,Damage=50,Delay=1200,Controllability=50,Magazine=3,ReloadTime=3,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher',Description='Rocket launcher with strong fire power produced by Walcom.',MaxBullet=3,LimitSpeed=90,IsCashItem=0 WHERE ItemID=9001
UPDATE Item SET Name='Maxwell RW-77',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=9,Weight=28,BountyPrice=5200,Damage=35,Delay=900,Controllability=50,Magazine=5,ReloadTime=3,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher02',Description='Rocket launcher produced by Maxwell. It can hold more bullets than Walcoms L series and has a better fire rate capability. However, the fire power was reduced.',MaxBullet=5,LimitSpeed=90,IsCashItem=0 WHERE ItemID=9002
UPDATE Item SET Name='Walcom L1 mk. II',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=9,Weight=30,BountyPrice=12000,Damage=55,Delay=1200,Controllability=50,Magazine=3,ReloadTime=3,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher',Description='Walcoms Rocket Launcher. This slightly upgraded model of the L1 has slightly stronger fire power.',MaxBullet=3,LimitSpeed=90,IsCashItem=0 WHERE ItemID=9003
UPDATE Item SET Name='Maxwell RW-88',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=9,Weight=28,BountyPrice=24000,Damage=36,Delay=800,Controllability=50,Magazine=5,ReloadTime=3,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher02',Description='An upgraded version of RW-77. Though nothing major has changed, it has a better rate of fire than the previous models.',MaxBullet=5,LimitSpeed=90,IsCashItem=0 WHERE ItemID=9004
UPDATE Item SET Name='Walcom L2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=50,Slot=9,Weight=25,BountyPrice=50000,Damage=55,Delay=1200,Controllability=50,Magazine=4,ReloadTime=3,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher03',Description='Walcoms Rocket Launcher. Holds more bullets than L1, it has become a little lighter and more powerful.',MaxBullet=4,LimitSpeed=90,IsCashItem=0 WHERE ItemID=9005
UPDATE Item SET Name='Maxwell RW-66',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=9,Weight=30,BountyPrice=2000,Damage=30,Delay=1000,Controllability=50,Magazine=4,ReloadTime=3,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher02',Description='Rocket launcher made in the early days by Maxwell. It lacks the strong power.',MaxBullet=4,LimitSpeed=90,IsCashItem=0 WHERE ItemID=9006
UPDATE Item SET Name='Maxwell RW-99',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=9,Weight=27,BountyPrice=0,Damage=45,Delay=700,Controllability=50,Magazine=6,ReloadTime=3,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher08',Description='A revolutionary rocket that has increased the maximum number of bullet and reduced the weight by using new material.',MaxBullet=6,LimitSpeed=90,IsCashItem=0 WHERE ItemID=9007
UPDATE Item SET Name='Birds Sniper Rifle SN40',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=25,BountyPrice=50000,Damage=80,Delay=1200,Controllability=0,Magazine=2,ReloadTime=7,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle03',Description='Used by the military during the storm civil war. This is a typical sniper rifle with optimal level of accuracy.',MaxBullet=2,LimitSpeed=0,IsCashItem=0 WHERE ItemID=10001
UPDATE Item SET Name='Canox FG1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=2,BountyPrice=200,Damage=100,Delay=1500,Controllability=20,Magazine=2,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='grenade01',Description='New grenade produced by Canox, this grenade can be easily used indoors. 2 units',MaxBullet=2,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30301
UPDATE Item SET Name='Canox FG2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=11,Slot=7,Weight=3,BountyPrice=500,Damage=100,Delay=1500,Controllability=20,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='grenade01',Description='New grenade produced by Canox, this grenade can be easily used indoors. 3 units',MaxBullet=3,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30302
UPDATE Item SET Name='Canox FG3',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=22,Slot=7,Weight=4,BountyPrice=1000,Damage=100,Delay=1500,Controllability=20,Magazine=4,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='grenade01',Description='New grenade produced by Canox, this grenade can be easily used indoors. 4 units',MaxBullet=4,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30303
UPDATE Item SET Name='Canox FG4',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=33,Slot=7,Weight=5,BountyPrice=2000,Damage=100,Delay=1500,Controllability=20,Magazine=5,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='grenade01',Description='New grenade produced by Canox, this grenade can be easily used indoors. 5 units',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30304
UPDATE Item SET Name='Canox FG5',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=44,Slot=7,Weight=6,BountyPrice=4000,Damage=100,Delay=1500,Controllability=20,Magazine=6,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='grenade01',Description='New grenade produced by Canox, this grenade can be easily used indoors. 6 units',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30305
UPDATE Item SET Name='Canox FB1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=2,BountyPrice=200,Damage=0,Delay=1500,Controllability=20,Magazine=2,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='flashbang01',Description='Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 2 units',MaxBullet=2,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30201
UPDATE Item SET Name='Canox FB2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=7,Weight=3,BountyPrice=500,Damage=0,Delay=1500,Controllability=20,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='flashbang01',Description='Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 3 units',MaxBullet=3,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30202
UPDATE Item SET Name='Canox FB3',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=7,Weight=4,BountyPrice=1000,Damage=0,Delay=1500,Controllability=20,Magazine=4,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='flashbang01',Description='Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 4 units',MaxBullet=4,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30203
UPDATE Item SET Name='Canox FB4',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=7,Weight=5,BountyPrice=2000,Damage=0,Delay=1500,Controllability=20,Magazine=5,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='flashbang01',Description='Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 5 units',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30204
UPDATE Item SET Name='Canox FB5',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=7,Weight=6,BountyPrice=4000,Damage=0,Delay=1500,Controllability=20,Magazine=6,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='flashbang01',Description='Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 6 units',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30205
UPDATE Item SET Name='Canox SG1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=2,BountyPrice=200,Damage=0,Delay=1500,Controllability=20,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smoke01',Description='Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 3 units',MaxBullet=3,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30401
UPDATE Item SET Name='Canox SG2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=12,Slot=7,Weight=3,BountyPrice=500,Damage=0,Delay=1500,Controllability=20,Magazine=4,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smoke01',Description='Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 4 units',MaxBullet=4,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30402
UPDATE Item SET Name='Canox SG3',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=7,Weight=4,BountyPrice=1000,Damage=0,Delay=1500,Controllability=20,Magazine=5,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smoke01',Description='Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 5 units',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30403
UPDATE Item SET Name='Canox SG4',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=36,Slot=7,Weight=5,BountyPrice=2000,Damage=0,Delay=1500,Controllability=20,Magazine=6,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smoke01',Description='Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 6 units',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30404
UPDATE Item SET Name='Canox SG5',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=48,Slot=7,Weight=6,BountyPrice=4000,Damage=0,Delay=1500,Controllability=20,Magazine=7,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smoke01',Description='Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 7 units',MaxBullet=7,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30405
UPDATE Item SET Name='Medical Kit MK-1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=5,BountyPrice=400,Damage=0,Delay=1000,Controllability=0,Magazine=2,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='medikit',Description='This enables you to recover physical strength. 2 units',MaxBullet=2,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30001
UPDATE Item SET Name='Medical Kit MK-2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=7,Weight=6,BountyPrice=5000,Damage=0,Delay=1000,Controllability=0,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='medikit',Description='This enables you to recover physical strength. 3 units',MaxBullet=3,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30002
UPDATE Item SET Name='Medical Kit MK-3',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=7,Weight=7,BountyPrice=20000,Damage=0,Delay=1000,Controllability=0,Magazine=4,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='medikit',Description='This enables you to recover physical strength. 4 units',MaxBullet=4,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30003
UPDATE Item SET Name='Repair Kit RK-1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=5,BountyPrice=400,Damage=0,Delay=1000,Controllability=0,Magazine=2,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='repairkit',Description='Enables you to repair armor. 2 units',MaxBullet=2,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30101
UPDATE Item SET Name='Repair Kit RK-2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=7,Weight=6,BountyPrice=5000,Damage=0,Delay=1000,Controllability=0,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='repairkit',Description='Enables you to repair armor. 3 units',MaxBullet=3,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30102
UPDATE Item SET Name='Repair Kit RK-3',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=7,Weight=7,BountyPrice=20000,Damage=0,Delay=1000,Controllability=0,Magazine=4,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='repairkit',Description='Enables you to repair armor. 4 units',MaxBullet=4,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30103
UPDATE Item SET Name='Ring of the Citizen',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=6,Weight=2,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This ring was designed by the mayor in commemoration of his city and citizens.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25001
UPDATE Item SET Name='Ring of the Crying Hawk',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=6,Weight=2,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This legendary ring was used by the special combat forces in ancient times.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25002
UPDATE Item SET Name='Warriors Cry',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=6,Weight=2,BountyPrice=1000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=8,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This small ring preserves the wishes of many warriors who longed for a safe return home alive.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25003
UPDATE Item SET Name='Pierres Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=6,Weight=2,BountyPrice=1000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This ring holds the spirit of a brave commander who was killed in battle.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25004
UPDATE Item SET Name='FMT Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=6,Weight=2,BountyPrice=10000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This unique ring was designed to commemorate the scientist who created a system named FMT. There is a faint McField signature inscribed inside of the band.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25005
UPDATE Item SET Name='Ring of Good Fortune',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=6,Weight=0,BountyPrice=10000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Simple designed ring for good fortune.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25006
UPDATE Item SET Name='Altemas Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=6,Weight=2,BountyPrice=20000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This ring was designed by the TEAMI in commemoration of Altemas war achievements.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25007
UPDATE Item SET Name='Band of the Blood',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=6,Weight=4,BountyPrice=20000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=10,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='A beautiful red jewel is the center piece for this energy based ring.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25008
UPDATE Item SET Name='Elias Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=6,Weight=2,BountyPrice=40000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Elias troops heroically protected Menlo, during the battle of Sun and raised the overall morale of Emperor Altemas soldiers. This ring was created to commemorate the princess call of immortal courage.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25009
UPDATE Item SET Name='Ring of a Feather',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=6,Weight=0,BountyPrice=40000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=3,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This legendary ring enhances forces that help defy gravity.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25010
UPDATE Item SET Name='Champion Crown (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_crown',Description='A crown for the winner of the Clan Tournament. It can only be owned by the winners. ',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=20001
UPDATE Item SET Name='Champion Crown (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_crown',Description='A crown for the winner of the Clan Tournament. It can only be owned by the winners.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=20501
UPDATE Item SET Name='Ares Running Shirt',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=5,BountyPrice=50,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_12',Description='Mens running shirt designed by Ares, a supplier of military outfits.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21001
UPDATE Item SET Name='Renaut Cotton Shirt',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_06',Description='Very active mens cotton shirt designed by Renaut Sports.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21002
UPDATE Item SET Name='Venico Leather Coat',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=2,Weight=15,BountyPrice=800,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_13',Description='Mens Leather Coat designed by Venico.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21003
UPDATE Item SET Name='Vinz Winter Jacket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=2,Weight=18,BountyPrice=1600,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_01',Description='This winter jacket for men has good thermal insulation great for any cold environment.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21004
UPDATE Item SET Name='Miz Leather Coat',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=2,Weight=20,BountyPrice=3200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_03',Description='Quite Fashionable and stylish mens trench coat produced by Miz.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21005
UPDATE Item SET Name='Ares Military Jacket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=12,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_a001',Description='Military jacket that Ares designed to supply the military.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21006
UPDATE Item SET Name='Vinz Long Coat',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=2,Weight=16,BountyPrice=1600,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_07_1',Description='Long wool coat designed by Vinz for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21007
UPDATE Item SET Name='Renaut Summer Shirt',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_21',Description='Mens shirt with flower patterns designed by Renaut for summer.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21008
UPDATE Item SET Name='Miz Noir formal shirt',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=2,Weight=20,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_02',Description='Dandy upper garments set of shirt, tie and vest from Miz Company.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21009
UPDATE Item SET Name='Empire Royal Guard coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=2,Weight=20,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=30,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_guard',Description='Mens coat for the Royal Guard, who protect the Imperial family.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21010
UPDATE Item SET Name='Clan Master Coat (Male)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=16,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_clanmaster',Description='Coat (for male) provided with purchase of clan name change item. Only the clan master can wear it.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21011
UPDATE Item SET Name='Flex Cotton T-Shirt',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=5,BountyPrice=50,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_05',Description='Cotton T-Shirt exclusively for women. This product is especially suitable for active women.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21501
UPDATE Item SET Name='Urike Leather Jacket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_n013',Description='Urike Womens Leather Jacket quite popular with the elastic fabric.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21502
UPDATE Item SET Name='Arona Leather Jacket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=2,Weight=15,BountyPrice=800,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_c001',Description='Fashionable leather jacket for women.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21504
UPDATE Item SET Name='Rex Military Vest',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=2,Weight=18,BountyPrice=1600,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_p001',Description='Womens military vest, which ensures greater survival in combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21503
UPDATE Item SET Name='L-Star Leather Coat',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=2,Weight=20,BountyPrice=3200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_long001',Description='Womens luxury coat designed by L-Star.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21505
UPDATE Item SET Name='Rex Military Jacket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=12,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_07',Description='Womens military jacket supplied by Rex.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21506
UPDATE Item SET Name='Urike Trench Coat',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=2,Weight=16,BountyPrice=1600,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_long004',Description='Womens stylish trench coat, a new design by Urike.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21507
UPDATE Item SET Name='Bics Summer Top',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_21',Description='Womens flower patterned top for summer wear, designed by Bics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21508
UPDATE Item SET Name='L* Noir formal shirt',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=2,Weight=20,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_noir',Description='Dandy upper garments set of shirt, tie and vest from L* Company.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21509
UPDATE Item SET Name='Empire Royal Guard coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=2,Weight=20,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=30,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_guard',Description='Womens coat for the Royal Guard, who protect the Imperial family.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21510
UPDATE Item SET Name='Clan Master Coat (Female)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=16,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_clanmaster',Description='Coat (for female) provided with purchase of clan name change item. Only the clan master can wear it.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21511
UPDATE Item SET Name='Ares Combat Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=5,BountyPrice=50,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_a001',Description='Popular combat gloves, very comfortable simple design.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22001
UPDATE Item SET Name='Vinz Winter Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=5,Weight=5,BountyPrice=500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_01',Description='Winter gloves for men. designed by Vinz.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22002
UPDATE Item SET Name='Ares Iron Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=5,Weight=8,BountyPrice=1000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_02',Description='During combat these iron gloves provide excellent defensive power.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22003
UPDATE Item SET Name='Miz Sheep Leather Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=5,Weight=6,BountyPrice=1500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_04',Description='Gloves made of durable sheep leather.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22004
UPDATE Item SET Name='Renaut Summer Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=4,BountyPrice=250,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_21',Description='Summer gloves for men, designed by Renaut.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22005
UPDATE Item SET Name='Miz stylish leather gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=5,Weight=7,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_03',Description='High quality soft leather gloves with excellent durability. Product of Miz Company.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22006
UPDATE Item SET Name='Empire Royal Guard gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=5,Weight=6,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_guard',Description='Mens gloves for the Royal Guard, who protect the Imperial family.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22007
UPDATE Item SET Name='Rex Combat Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=5,BountyPrice=50,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_07',Description='Traditional design combat gloves, made out of elastic materials.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22501
UPDATE Item SET Name='Arona Winter Leather Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=5,Weight=5,BountyPrice=500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_leather04',Description='Womens winter leather gloves.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22502
UPDATE Item SET Name='Rex Iron Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=5,Weight=8,BountyPrice=1000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_02',Description='Womens iron gloves designed for aggressive combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22503
UPDATE Item SET Name='Urike Sheepskin Leather Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=5,Weight=6,BountyPrice=1500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_leather02',Description='Womens sheepskin leather gloves designed for combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22504
UPDATE Item SET Name='Bics Summer Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=4,BountyPrice=250,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_21',Description='Womens gloves for summer wear designed by Bics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22505
UPDATE Item SET Name='L* stylish leather gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=5,Weight=7,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_noir',Description='High quality soft leather gloves with excellent durability. Product of L* Company.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22506
UPDATE Item SET Name='Empire Royal Guard gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=5,Weight=6,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_guard',Description='Womens gloves for the Royal Guard, who protect the Imperial family.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22507
UPDATE Item SET Name='Vinz Training Pants',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=50,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_01',Description='Mens trousers designed by Vinz, made out of elastic materials.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23001
UPDATE Item SET Name='Ares Military Trousers',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_a001',Description='Trousers that Ares supplies to the military.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23005
UPDATE Item SET Name='Renaut Sporty Pants',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_02',Description='Sporty trousers designed by Renaut sportswear.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23002
UPDATE Item SET Name='Venico Denim Trousers',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=3,Weight=15,BountyPrice=1200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_13',Description='Venico trousers designed for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23004
UPDATE Item SET Name='Miz Leather Trousers',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=3,Weight=15,BountyPrice=2400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_04',Description='Miz trousers in a sophisticated design to enhance greater defense. Sleek and clean sewing on pure leather.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23003
UPDATE Item SET Name='Webs Blue Jeans',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=3,Weight=14,BountyPrice=3000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_12',Description='Webs jeans for tough adventurers.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23006
UPDATE Item SET Name='Renaut Summer Shorts',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_21',Description='Mens swim trousers for summer designed by Renaut.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23007
UPDATE Item SET Name='Miz Noir formal pants',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=3,Weight=15,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_03',Description='Formal pants which form a set with the Noir formal shirt. Product of Miz Company.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23008
UPDATE Item SET Name='Empire Royal Guard pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=3,Weight=17,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_guard',Description='Mens pants for the Royal Guard, who protect the Imperial family.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23009
UPDATE Item SET Name='Flex Training Pants',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=50,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_g002',Description='Flex womens training pants with excellent elasticity, good touch and feel.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23501
UPDATE Item SET Name='Rex Military Trousers',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_007',Description='Womens military trousers designed by Rex.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23508
UPDATE Item SET Name='Arona Blue Jeans',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_j001',Description='(Discontinued Item) Womens Blue jeans widely worn by all, young and old.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23502
UPDATE Item SET Name='Rex Military Trousers',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=15,BountyPrice=1200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_c001',Description='Comfortable military trousers especially designed for female soldiers.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23503
UPDATE Item SET Name='L-Star Black Cotton Slacks',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=15,BountyPrice=2400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_ge001',Description='(Discontinued Item) Cotton trousers with luxurious touch that L-Star presents for special females.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23504
UPDATE Item SET Name='Arona Blue Jeans (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_j001',Description='Womens Blue jeans widely worn by all, young and old.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23505
UPDATE Item SET Name='Vinz Chamois Trousers',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=3,Weight=15,BountyPrice=1200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_c001',Description='Womens Chamois trousers with a good touch and feel, designed by Vinz.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23506
UPDATE Item SET Name='L-Star Black Cotton Slacks',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=3,Weight=15,BountyPrice=2400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_ge001',Description='Cotton trousers (new) with luxurious touch that L-Star presents for special females.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23507
UPDATE Item SET Name='Urike Cotton Slacks',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=3,Weight=14,BountyPrice=3000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_c002',Description='Stylish cotton trousers made by Urike. They have an added practical touch and stylish look, using coarse fabric.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23509
UPDATE Item SET Name='Bics Summer Shorts',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_21',Description='Womens swimming shorts for summer designed by Bics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23510
UPDATE Item SET Name='L* Noir formal pants',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=3,Weight=15,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_noir',Description='Formal pants which form a set with the Noir formal shirt. Product of L* Company.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23511
UPDATE Item SET Name='Empire Royal Guard pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=3,Weight=17,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_guard',Description='Womens pants for the Royal Guard, who protect the Imperial family.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23512
UPDATE Item SET Name='Ares Combat Shoes',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=5,BountyPrice=50,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_a001',Description='High-end shoes with comfortable touch for dynamic activity.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24001
UPDATE Item SET Name='Venico Casual Shoes',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=5,BountyPrice=100,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_05',Description='Uniquely designed casual shoes.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24002
UPDATE Item SET Name='Renaut Climbing Shoes',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=4,Weight=5,BountyPrice=500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_04',Description='Made with sturdy leather, these shoes do not tear no matter how tough the terrain is that they trod upon.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24003
UPDATE Item SET Name='Ares Iron Boots',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=4,Weight=8,BountyPrice=1000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_02',Description='Heavy boots for greater defensive power during battle.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24004
UPDATE Item SET Name='Vinz Casual Shoes',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=4,Weight=6,BountyPrice=1500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_09',Description='Very sturdy casual shoes designed by Vinz.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24005
UPDATE Item SET Name='Renaut Summer Sandals',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=4,BountyPrice=250,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_21',Description='Mens sandals for summer designed by Renaut.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24006
UPDATE Item SET Name='Miz stylish shoes',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=4,Weight=7,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=21,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_07',Description='High quality formal shoes from Miz Company.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24007
UPDATE Item SET Name='Empire Royal Guard boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=4,Weight=8,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_guard',Description='Mens boots for the Royal Guard, who protect the Imperial family.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24008
UPDATE Item SET Name='Urike Leather Shoes',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=5,BountyPrice=50,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_leather003',Description='Urike leather shoes designed for combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24501
UPDATE Item SET Name='Rex Combat Shoes',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=5,BountyPrice=100,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_07',Description='Combat shoes specially made for female soldiers by Rex.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24502
UPDATE Item SET Name='L-Star Leather Boots',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=4,Weight=5,BountyPrice=500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_leather007',Description='Leather boots designed by L-Star.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24503
UPDATE Item SET Name='Rex Iron Boots',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=4,Weight=8,BountyPrice=1000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_p002',Description='Heavy looking, however these shoes are made for those who put great value to their defensive power.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24504
UPDATE Item SET Name='Urike Leather Boots',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=4,Weight=6,BountyPrice=1500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_leather008',Description='Leather boots with a unique touch and feel, designed by Urike.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24505
UPDATE Item SET Name='Bics Summer Sandals',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=4,BountyPrice=250,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_21',Description='Womens summer sandals, designed by Bics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24506
UPDATE Item SET Name='L* stylish shoes',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=4,Weight=7,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=21,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_noir',Description='High quality formal shoes from L* Company.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24507
UPDATE Item SET Name='Empire Royal Guard boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=4,Weight=8,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_guard',Description='Womens boots for the Royal Guard, who protect the Imperial family.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24508
UPDATE Item SET Name='STR:ZITEM_NAME_300011',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=20,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300011',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300011
UPDATE Item SET Name='STR:ZITEM_NAME_300012',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=15,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300012',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300012
UPDATE Item SET Name='STR:ZITEM_NAME_300013',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=20,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300013',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300013
UPDATE Item SET Name='STR:ZITEM_NAME_300014',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=30,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300014',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300014
UPDATE Item SET Name='STR:ZITEM_NAME_300015',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=30,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300015',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300015
UPDATE Item SET Name='STR:ZITEM_NAME_300016',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=50,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300016',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300016
UPDATE Item SET Name='STR:ZITEM_NAME_300017',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=75,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300017',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300017
UPDATE Item SET Name='STR:ZITEM_NAME_300018',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=30,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300018',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300018
UPDATE Item SET Name='STR:ZITEM_NAME_300021',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=15,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300021',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300021
UPDATE Item SET Name='STR:ZITEM_NAME_300022',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=20,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300022',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300022
UPDATE Item SET Name='STR:ZITEM_NAME_300023',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=30,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300023',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300023
UPDATE Item SET Name='STR:ZITEM_NAME_300024',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=40,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300024',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300024
UPDATE Item SET Name='STR:ZITEM_NAME_300025',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=40,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300025',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300025
UPDATE Item SET Name='STR:ZITEM_NAME_300026',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=50,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300026',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300026
UPDATE Item SET Name='Skeleton Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=15,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Precious sword used by the Skeleton soldiers.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300031
UPDATE Item SET Name='STR:ZITEM_NAME_300032',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=20,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300032',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300032
UPDATE Item SET Name='STR:ZITEM_NAME_300033',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=30,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300033',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300033
UPDATE Item SET Name='STR:ZITEM_NAME_300034',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=40,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300034',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300034
UPDATE Item SET Name='STR:ZITEM_NAME_300035',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=30,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300035',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300035
UPDATE Item SET Name='STR:ZITEM_NAME_300036',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=15,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300036',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300036
UPDATE Item SET Name='STR:ZITEM_NAME_300037',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=50,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300037',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300037
UPDATE Item SET Name='STR:ZITEM_NAME_300039',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=30,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300039',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300039
UPDATE Item SET Name='GM Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=1,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=999999,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_gm',Description='GM exclusive Coat',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=399998
UPDATE Item SET Name='GM Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=1,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=999999,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_gm',Description='GM exclusive Coat',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=399999
UPDATE Item SET Name='Ring of Apology',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=6,Weight=5,BountyPrice=800,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Event Item) This unique heavy ring enhances defensive strength during battle.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400001
UPDATE Item SET Name='Bug Buster Trench Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=5,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_07',Description='(Event Item) Mens trench coat that only those adventurers who helped rid the abnormal noxious creatures away from the world of Astra, can wear it.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400002
UPDATE Item SET Name='Bug Buster Trench Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=5,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_long003',Description='(Event Item) Womens trench coat that only those adventurers who helped rid the abnormal noxious creatures away from the world of Astra, can wear it.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400003
UPDATE Item SET Name='Main Event Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=2,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=15,AP=15,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_staff',Description='(Event Item) Jackets for the crowd control staff members.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400004
UPDATE Item SET Name='Main Event Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=2,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=15,AP=15,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_staff',Description='(Event Item) Jackets for the crowd control staff members.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400005
UPDATE Item SET Name='Deciphers Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=6,Weight=1,BountyPrice=40000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=20,AP=20,MAXWT=5,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Event Item) Precious golden ring with ancient symbols inscribed on its surface.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400006
UPDATE Item SET Name='Triangle Seaweed-Rolled Rice',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=5,Slot=7,Weight=5,BountyPrice=2000,Damage=0,Delay=1000,Controllability=0,Magazine=4,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='samgak01',Description='(Event Item) Triangle shaped rice rolls wrapped in seaweed. It can help you recover health and armor in combat.',MaxBullet=4,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400007
UPDATE Item SET Name='Pampoa Companion Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=5,BountyPrice=2000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_ce',Description='Mysterious legendary armor produced by King Roku for the Pampoa tribe. This coat enhances health and armor during battle.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=400008
UPDATE Item SET Name='Pampoa Companion Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=5,BountyPrice=2000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_ce',Description='Mysterious legendary armor produced by King Roku for the Pampoas tribe. This coat enhances health and armor during battle.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=400009
UPDATE Item SET Name='Candy Bar',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=7,Weight=5,BountyPrice=1000,Damage=0,Delay=1000,Controllability=0,Magazine=5,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='candy',Description='(Event Item) Sweet Candy.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400010
UPDATE Item SET Name='Burning Tide Helmet (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=5,BountyPrice=100,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_helmet2',Description='Designed by Vinz. The flames give it an intense look.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400011
UPDATE Item SET Name='Burning Tide Helmet (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=5,BountyPrice=100,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_helmet',Description='Designed by Vinz. The fierce but passionate look is so impressive.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400012
UPDATE Item SET Name='Turkey Dinner',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=7,Weight=4,BountyPrice=100,Damage=0,Delay=1000,Controllability=0,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='medickit_turkey',Description='Special item for Thanksgiving that has healing powers.',MaxBullet=3,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400013
UPDATE Item SET Name='Icecream',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=5,BountyPrice=0,Damage=0,Delay=1000,Controllability=0,Magazine=4,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='medickit_icecream',Description='Natural Icecream for hot summer nights. Its good for health and has good taste, so lets have it as much as possible.',MaxBullet=4,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400014
UPDATE Item SET Name='Adventurer Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=4,BountyPrice=500000,Damage=9,Delay=356,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger06',Description='Practical lightweight dagger.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=500001
UPDATE Item SET Name='Koden Knife',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=8,Weight=4,BountyPrice=500000,Damage=10,Delay=346,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger05',Description='A dagger designed by a legendary swordsman.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=500002
UPDATE Item SET Name='Dark-Sun Martial Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=8,Weight=6,BountyPrice=500000,Damage=11,Delay=346,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger04',Description='An obscure dagger handed down from the Moon dynasty.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=500003
UPDATE Item SET Name='Ridic Hunter Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=4,BountyPrice=500000,Damage=8,Delay=356,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger11',Description='This strange dagger raises defensive strength.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=500004
UPDATE Item SET Name='Cakram',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=8,Weight=8,BountyPrice=500000,Damage=14,Delay=380,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger_cakram',Description='An unsually shaped ring sword that only the first class swordsmen of the ancient kingdom could handle. The sound of it piercing the wind makes their own army tremble with fear.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=500005
UPDATE Item SET Name='Adventurer Long Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=9,BountyPrice=500000,Damage=16,Delay=359,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana05',Description='Adventurers Lightweight practical sword.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=502001
UPDATE Item SET Name='Salamanda',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=8,Weight=8,BountyPrice=500000,Damage=17,Delay=349,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana07',Description='A unique sword designed by a legendary swordsman.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=502002
UPDATE Item SET Name='Dark Karma',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=8,Weight=10,BountyPrice=500000,Damage=19,Delay=349,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana08',Description='An obscure sword handed down from the Moon dynasty.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=502003
UPDATE Item SET Name='Wooden Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=6,BountyPrice=500000,Damage=10,Delay=329,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana15',Description='A light wooden sword suitable for beginners practicing swordsmanship.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=502004
UPDATE Item SET Name='Mace',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=12,BountyPrice=500000,Damage=17,Delay=370,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana16',Description='A gruesome looking iron hammer. It is powerful, but slow, heavy and hard to handle.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=502005
UPDATE Item SET Name='Sacrifice',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=8,Weight=11,BountyPrice=500000,Damage=26,Delay=450,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana18',Description='A sword that assumedly used for ancient traditional ceremonies. The blade is not made of iron but some mystery metal and despite for its old age, the blade hasnt lost its sharpness.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=502006
UPDATE Item SET Name='Golden Dragon Dual Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=8,Weight=18,BountyPrice=500000,Damage=17,Delay=300,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='blade_gdk',Description='Golden Dragon Dual Sword, used by the highest officers, designed to intimidate enemies of the Empire. (Designed by Bak4Maru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=502007
UPDATE Item SET Name='Thunder Bird',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=8,Weight=11,BountyPrice=500000,Damage=22,Delay=399,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana_thunder',Description='A sword made of mystical black iron only found at the mountain areas of southern mainland. The unique refinery technique of black iron made the thunder bird shape on the sword. (Designed by jin_sd from KR GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=502008
UPDATE Item SET Name='PlungerX',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=8,Weight=8,BountyPrice=500000,Damage=22,Delay=329,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana_plunger',Description='Ultimate weapon that can flush anything. It strikes both mind and body.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=502009
UPDATE Item SET Name='PlungerX',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=8,Weight=8,BountyPrice=500000,Damage=16,Delay=329,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana_plunger',Description='Ultimate weapon that can flush anything. It strikes both mind and body.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=502010
UPDATE Item SET Name='ROCK',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=8,Weight=12,BountyPrice=500000,Damage=24,Delay=450,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana19',Description='The sword that has the soul of a legendary guitarist of Astra. The sound from the hilt drives people wild and even a slight touch of the blade can be deadly. (Designed by ROOT from JAPAN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=502011
UPDATE Item SET Name='Adventurer Pistol x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=12,BountyPrice=500000,Damage=18,Delay=250,Controllability=36,Magazine=12,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol18x2',Description='(Dual Wield) These pistols are mainly used by novice adventurers.',MaxBullet=12,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504001
UPDATE Item SET Name='Ridic Hunter Pistol x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=12,BountyPrice=500000,Damage=16,Delay=240,Controllability=36,Magazine=13,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol20x2',Description='(Dual Wield) These strange pistols raise AP for the person who wears it.',MaxBullet=13,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504002
UPDATE Item SET Name='Iris Pistol x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=12,BountyPrice=500000,Damage=20,Delay=220,Controllability=36,Magazine=12,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol04x2',Description='(Dual Wield) These are pistols that the Republics soldiers used to use. It was named after their residence.',MaxBullet=12,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504003
UPDATE Item SET Name='Iron Crow Pistol x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=14,BountyPrice=500000,Damage=24,Delay=200,Controllability=36,Magazine=13,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol13x2',Description='(Dual Wield) Pistols used in Iron Crow, the center of the Havani.',MaxBullet=13,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504004
UPDATE Item SET Name='Iris Revolver x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=12,BountyPrice=500000,Damage=38,Delay=360,Controllability=36,Magazine=6,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol09x2',Description='(Dual Wield) Revolvers that the Republics soldiers used to use. It was named after their residence.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504501
UPDATE Item SET Name='Iron Crow Revolver x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=14,BountyPrice=500000,Damage=42,Delay=360,Controllability=36,Magazine=8,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol17x2',Description='(Dual Wield) Revolvers used in Iron Crow, the center of the Havani.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504502
UPDATE Item SET Name='Gold Hound x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=9,Weight=16,BountyPrice=500000,Damage=48,Delay=450,Controllability=80,Magazine=6,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol15x2',Description='(Dual Wield) The most powerful revolvers of their class. Developed mainly focusing on firepower. It is difficult for beginners to use it due to its slow firing rate and strong recoil.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504503
UPDATE Item SET Name='Peacemaker x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=9,Weight=17,BountyPrice=500000,Damage=50,Delay=400,Controllability=90,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol11x2',Description='A pair of revolver which use Magnum bullets to enhance the fire power. In order to reduce the recoil and increase the continuous shooting power, the size of the gun is augmented to raise the weight.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504504
UPDATE Item SET Name='Golden Olympus',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=18,BountyPrice=500000,Damage=46,Delay=450,Controllability=80,Magazine=6,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol_brazil',Description='A powerful pistol created by a famous gunsmith from the Midwest part of Astra. (Designed by Müller Pereira from Brazil GunZ)',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504505
UPDATE Item SET Name='Bow Gun',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=9,Weight=17,BountyPrice=500000,Damage=48,Delay=500,Controllability=30,Magazine=8,ReloadTime=8,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol_bowgun',Description='A weapon that shoots arrows using the catapult. It is remodeled to improve the revolvers control ability.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504506
UPDATE Item SET Name='Adventurer SMG x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=28,BountyPrice=500000,Damage=14,Delay=85,Controllability=90,Magazine=40,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg06x2',Description='(Dual Wield) SMGs mainly used by novice adventurers. It seems that merchants remodel the Renards Magazine illegally and then sell them on the black market.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=505001
UPDATE Item SET Name='Iris SMG x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=28,BountyPrice=500000,Damage=16,Delay=95,Controllability=90,Magazine=40,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg08x2',Description='(Dual Wield) SMGs that the Republics soldiers used to use.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=505002
UPDATE Item SET Name='Iron Crow SMG x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=28,BountyPrice=500000,Damage=16,Delay=90,Controllability=80,Magazine=40,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg07x2',Description='(Dual Wield) SMGs used in Iron Crow, the center of the Havani.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=505003
UPDATE Item SET Name='Nail Gun SMG x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=26,BountyPrice=500000,Damage=17,Delay=120,Controllability=80,Magazine=40,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg_nailgun',Description='An industrial tool reformed for military use. It has strong damage but slow consecutive shot speed.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=505004
UPDATE Item SET Name='Iris Shotgun',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=18,BountyPrice=500000,Damage=7,Delay=1100,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun08',Description='Shotgun that the Republics soldiers used to use. It was named after their residence.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=506001
UPDATE Item SET Name='Iron Crow Shotgun',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=18,BountyPrice=500000,Damage=7,Delay=900,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun09',Description='Shotgun used in Iron Crow, the center of the Havani.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=506002
UPDATE Item SET Name='Biggie Shotgun',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=16,BountyPrice=500000,Damage=7,Delay=1200,Controllability=0,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun10_1',Description='A unknown foreign country developed this shotgun. It looks a little too light as a weapon, but the gun has great capability which comes from its light weight.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=506003
UPDATE Item SET Name='Cruelizon',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=9,Weight=18,BountyPrice=500000,Damage=9,Delay=1100,Controllability=0,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun06',Description='A shotgun with enhanced power from the Breaker series. Fire rate and stability are relatively decreased, thus making it hard to control this gun.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=506004
UPDATE Item SET Name='Pioneer',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=9,Weight=18,BountyPrice=0,Damage=9,Delay=1000,Controllability=70,Magazine=6,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun11',Description='The guns inner structure is remarkably altered for faster continuous shooting and high bullet charge. Such attempt has named the weapon as Pioneer.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=506005
UPDATE Item SET Name='Arquebus',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=9,Weight=15,BountyPrice=0,Damage=11,Delay=1100,Controllability=80,Magazine=2,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun_long',Description='Updated version of an old model which was once quite popular. It has extreme destructive power, but is rather difficult to control.',MaxBullet=2,LimitSpeed=0,IsCashItem=0 WHERE ItemID=506006
UPDATE Item SET Name='Red Arquebus',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=9,Weight=16,BountyPrice=0,Damage=11,Delay=1100,Controllability=100,Magazine=3,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun_long_red',Description='[Rare] Limited Edition of remodeled “Arquebusâ€. The ammunition capacity for one clip has increased, but is rather difficult to control.',MaxBullet=3,LimitSpeed=0,IsCashItem=0 WHERE ItemID=506007
UPDATE Item SET Name='Iris Rifle',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=18,BountyPrice=500000,Damage=15,Delay=110,Controllability=30,Magazine=36,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle10',Description='Rifle that the Republics soldiers used to use. It was named after their residence.',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=507001
UPDATE Item SET Name='Iron Crow Rifle',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=18,BountyPrice=500000,Damage=16,Delay=100,Controllability=30,Magazine=36,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle15',Description='Rifle used in Iron Crow, the center of the Havani.',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=507002
UPDATE Item SET Name='Prime TX',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=9,Weight=18,BountyPrice=500000,Damage=17,Delay=100,Controllability=30,Magazine=36,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle09',Description='A rifle focused on fire rate and stability. Its stable and controllable recoil makes it an excellent choice to use.',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=507003
UPDATE Item SET Name='Garm',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=9,Weight=18,BountyPrice=0,Damage=19,Delay=100,Controllability=30,Magazine=36,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle17',Description='The test model which has been developed secretly at Walcom Company. In order to reduce the weight and increase the bullet charge, the newest high technology is introduced to the weapon.',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=507004
UPDATE Item SET Name='Iron Crow Machine Gun',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=26,BountyPrice=500000,Damage=15,Delay=100,Controllability=70,Magazine=120,ReloadTime=10,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='machinegun03',Description='Machine Gun used in Iron Crow, the center of the Havani, main city for outlaws.',MaxBullet=120,LimitSpeed=90,IsCashItem=0 WHERE ItemID=508001
UPDATE Item SET Name='Iris Rocket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=28,BountyPrice=500000,Damage=35,Delay=1000,Controllability=50,Magazine=4,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher04',Description='A rocket the Republic soldiers used to use. It was named after their residence.',MaxBullet=4,LimitSpeed=90,IsCashItem=1 WHERE ItemID=509001
UPDATE Item SET Name='Iron Crow Rocket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=26,BountyPrice=500000,Damage=55,Delay=1400,Controllability=50,Magazine=4,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher06',Description='A rocket produced for the Iron Crow. Used to dominate Havani, city of outlaws.',MaxBullet=4,LimitSpeed=90,IsCashItem=1 WHERE ItemID=509002
UPDATE Item SET Name='Pressure RX',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=9,Weight=28,BountyPrice=500000,Damage=50,Delay=1000,Controllability=50,Magazine=5,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher05',Description='A more balanced rocket launcher. Its damage is somewhat sacrificed but the clip capacity and the reload speed have been improved.',MaxBullet=5,LimitSpeed=90,IsCashItem=1 WHERE ItemID=509003
UPDATE Item SET Name='CRUZ-FX177',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=9,Weight=16,BountyPrice=4000,Damage=46,Delay=360,Controllability=80,Magazine=8,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol_cru',Description='A latest model weapon identified to be created confidentially at Harvani, the city of outlaws. (Designed by Ryo ^1Shintenzu/Shikamaru ^0from NA GunZ)',MaxBullet=8,LimitSpeed=0,IsCashItem=1 WHERE ItemID=509004
UPDATE Item SET Name='Jaws Launcher',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=9,Weight=30,BountyPrice=4000,Damage=60,Delay=1400,Controllability=50,Magazine=4,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rl_shark',Description='A rocket launcher in the shape of Jaws, the shark. Its performance is dreadfully powerful. ',MaxBullet=4,LimitSpeed=90,IsCashItem=1 WHERE ItemID=509005
UPDATE Item SET Name='Breaker 9se',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=50,Slot=9,Weight=18,BountyPrice=4000,Damage=9,Delay=1000,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun02',Description='Latest model of the Breaker 9 series, made by Rionix. No major changes in ability, but the level restriction got lowered.',MaxBullet=5,LimitSpeed=0,IsCashItem=1 WHERE ItemID=509006
UPDATE Item SET Name='CK-1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=9,Weight=24,BountyPrice=4000,Damage=55,Delay=1500,Controllability=50,Magazine=4,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rl_ck1',Description='A stray rocket launcher that can carry more rockets than a normal rocket launcher. It is lighter and does less damage.',MaxBullet=4,LimitSpeed=90,IsCashItem=1 WHERE ItemID=509007
UPDATE Item SET Name='Clover Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=6,Weight=0,BountyPrice=200000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=4,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This ring brings luck and makes you lighter.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=525001
UPDATE Item SET Name='Iron Calvary Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=6,Weight=0,BountyPrice=200000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=6,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Powerful magicians designed this ring for the Iron Calvary. Its mighty force makes you feel lighter.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=525002
UPDATE Item SET Name='Ring of the Great Emperor',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=6,Weight=0,BountyPrice=200000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=5,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This enchanted ring was designed for the Great Emperor of Ryswick. A mysterious power affects anyone that wears this ring.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=525003
UPDATE Item SET Name='Skill Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=6,Weight=3,BountyPrice=200000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Increases experience and bounty by 20%.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=525004
UPDATE Item SET Name='Lucky Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=6,Weight=0,BountyPrice=20000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=2,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='A ring that possesses many different mysterious powers. Only one can be equiped at a time.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=525005
UPDATE Item SET Name='Bronze Skill Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=6,Weight=1,BountyPrice=20000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Beginners version of skill ring. It will increase bounty and experience gained by 15%. Cannot equip the same ring simultaneously.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=525006
UPDATE Item SET Name='Silver Skill Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=6,Weight=3,BountyPrice=20000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Silver skill ring when activated improves learning capability and battle ability. It will increase experience gained by 20%. Cannot equip the same ring simultaneously.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=525007
UPDATE Item SET Name='Gold Skill Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=6,Weight=0,BountyPrice=20000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=3,MAXWT=3,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Gold skill ring when activated awakens battle ability and learning capability to its full potential. It will increase experience gained by 25% and max weight by 3. Cannot equip the same ring simultaneously.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=525008
UPDATE Item SET Name='Lucky Chocolate Bar',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=4,BountyPrice=2000,Damage=0,Delay=1000,Controllability=0,Magazine=4,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='chocobar',Description='A delicious looking chocolate. A small amount of both HP and AP are healed at once when eaten.',MaxBullet=4,LimitSpeed=0,IsCashItem=0 WHERE ItemID=525101
UPDATE Item SET Name='Magazine Pouch',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=3,BountyPrice=400,Damage=0,Delay=1000,Controllability=0,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='bulletkit',Description='This Pouch holds three extra magazine clips.',MaxBullet=3,LimitSpeed=0,IsCashItem=1 WHERE ItemID=526001
UPDATE Item SET Name='Medical Kit MX-S1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=3,BountyPrice=400,Damage=0,Delay=1000,Controllability=0,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='medickit_rx',Description='A powerful super lightweight medical kit. Medical Kit MX-S1 heals almost twice more than MK series. (3 bundle pack)',MaxBullet=3,LimitSpeed=0,IsCashItem=1 WHERE ItemID=527001
UPDATE Item SET Name='Medical Kit MX-S2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=7,Weight=5,BountyPrice=400,Damage=0,Delay=1000,Controllability=0,Magazine=5,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='medickit_rx',Description='A powerful super lightweight medical kit. Medical Kit MX-S2 heals almost twice more than MK series. (5 bundle pack)',MaxBullet=5,LimitSpeed=0,IsCashItem=1 WHERE ItemID=527002
UPDATE Item SET Name='Repair Kit RX-S1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=3,BountyPrice=400,Damage=0,Delay=1000,Controllability=0,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='repairkit_rx',Description='A powerful super lightweight repair kit. Repair Kit RX-S1 heals almost twice more than RK series. (3 bundle pack)',MaxBullet=3,LimitSpeed=0,IsCashItem=1 WHERE ItemID=528001
UPDATE Item SET Name='Repair Kit RX-S2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=7,Weight=5,BountyPrice=400,Damage=0,Delay=1000,Controllability=0,Magazine=5,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='repairkit_rx',Description='A powerful super lightweight repair kit. Repair Kit RX-S2 heals almost twice more than RK series. (5 bundle pack)',MaxBullet=5,LimitSpeed=0,IsCashItem=1 WHERE ItemID=528002
UPDATE Item SET Name='Ares Military Hat',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_a001',Description='Military combat hat designed by Ares.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520001
UPDATE Item SET Name='Ceremonial Dress Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_12',Description='Ceremonial dress hat designed by Icon for the Ranks of the Empire to wear at political ceremonies.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520002
UPDATE Item SET Name='Gunners Heaven Soft Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_07',Description='Exclusive soft hat for the Gunners Heaven crew, it matches a dark colored coat.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520003
UPDATE Item SET Name='Military Head Bandana (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_04',Description='Basic military head bandana for combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520004
UPDATE Item SET Name='Basic Head Bandana (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_13',Description='Mens Bandana used for fashion.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520005
UPDATE Item SET Name='Water-Drop Head Bandana (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_15',Description='Practical lightweight bandana with a water drop pattern.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520006
UPDATE Item SET Name='Star Glaze Bandana (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_14',Description='Soft star glazed pattern bandana for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520007
UPDATE Item SET Name='Eternal Blue Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_10',Description='This unique hat was designed for the Eternal Blue outlaw crew.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520008
UPDATE Item SET Name='Adventurers Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_16',Description='Lightweight hat recommended for novice adventurers who hate outfits with heavy equipment.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520009
UPDATE Item SET Name='Blue Whistle Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_20',Description='Hat designed for Blue Whistle.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520010
UPDATE Item SET Name='Coral Reef Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_21',Description='Keep the sun out of your eyes with this cool hat.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520011
UPDATE Item SET Name='Iron Crow Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_23',Description='Iron Crow warriors wear these protective hats around the city of Havani, the city of outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520012
UPDATE Item SET Name='Santa Claus Cap (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_santa',Description='A Christmas season Santa Cap for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520013
UPDATE Item SET Name='Phantom Breed Bandana (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_24',Description='Heavy bandana designed for the Phantom Breed spy crew.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520014
UPDATE Item SET Name='Republic Gun Priest Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_22',Description='Mens hat for a secret organization associated with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520015
UPDATE Item SET Name='Gray Dust Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_19',Description='Mens hat for the Empires elite troops.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520016
UPDATE Item SET Name='Sir Protector Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_11',Description='Mens Sir Protector Hat, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520017
UPDATE Item SET Name='Bigi Sports Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_bigi',Description='This loud and stylish hat was designed for the Bigi crew members.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520018
UPDATE Item SET Name='Warrior Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_hanbok',Description='Mens Warrior Hat used in combat, enhances defensive strength.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520019
UPDATE Item SET Name='Desert Flame Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_26',Description='Desert Flame hat originally designed for troops that were stationed in desert areas.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520020
UPDATE Item SET Name='Battle Brood Helmet (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_25',Description='Specially designed mens helmet made from all reinforced material. This headgear protects against all types of damage.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520021
UPDATE Item SET Name='Red Active Sports Bandana (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_korea',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Red]',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520022
UPDATE Item SET Name='Yellow Active Sports Bandana (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_brazil',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520023
UPDATE Item SET Name='Blue Active Sports Bandana (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_japan',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520024
UPDATE Item SET Name='Military Officer Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_visor',Description='Military officer hat used by war fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520025
UPDATE Item SET Name='Classic Leather Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=1,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_musketeer3',Description='A classic leather hat for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520026
UPDATE Item SET Name='Zeus Hair Band (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_zeus',Description='Stylishly designed lightweight hair band for men. Poor defensive enhancement, but good health bonus.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520027
UPDATE Item SET Name='Pumpkin Head (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_pumpkin',Description='Happy Halloween!',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520028
UPDATE Item SET Name='Blue Vane Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_29',Description='Mens Blue Vane hat made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520029
UPDATE Item SET Name='Train Guard Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_33',Description='Mens hat worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520030
UPDATE Item SET Name='PA Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_34',Description='Mens hat worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520031
UPDATE Item SET Name='Divine Hands Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_36',Description='Mens hat worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520032
UPDATE Item SET Name='Bunny Ears Head Band (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_rabbit',Description='Mens bunny ears head band that can be used as an extra accessory.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520033
UPDATE Item SET Name='Cat Ears Head Band (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=1,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_cat',Description='Mens cat ears head band that can be used as an extra accessory.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520034
UPDATE Item SET Name='Slider Sports Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_35',Description='Mens sports hat that is comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520035
UPDATE Item SET Name='Summer Breeze Visor (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_swim',Description='A sporty visor that works well against harmful sunlight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520036
UPDATE Item SET Name='Carpediem School uniform Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_school',Description='Male students hat at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520037
UPDATE Item SET Name='Fimbul Winter Headband (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_winter',Description='Headband for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520038
UPDATE Item SET Name='Deities Aura Headset (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_aura',Description='Headgear for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520039
UPDATE Item SET Name='Hyper Mouse Head (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_mouse',Description='A helmet which can only be worn once in twelve years.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520040
UPDATE Item SET Name='Star Tower hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_american',Description='A familiar hat with a stylish picture that looks as if seen somewhere else before.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520041
UPDATE Item SET Name='Big Fun Wig (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_french',Description='A festival wig that will enhance your festive mood.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520042
UPDATE Item SET Name='Valkyrie Headset (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=5,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_valkyrie',Description='Valkyrie Headset for the adventurers who are active even during harsh winter. It is flexible enough for outdoor activity and keeps warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520043
UPDATE Item SET Name='Scriders Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_28',Description='Hat worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520044
UPDATE Item SET Name='Icarus Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_32',Description='Icarus Hat worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520045
UPDATE Item SET Name='Koala Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_koala',Description='Hat worn by people who reside in the southern island. This hat is cute and unique to its geographical location.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520046
UPDATE Item SET Name='Xian Tactical Assassin Mask (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_Assassin',Description='Highly customized mask worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520047
UPDATE Item SET Name='Kung fu Wig (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_kungfu',Description='Kung fu wig that carries the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520048
UPDATE Item SET Name='Heavy Metal Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_heavymetal',Description='Heavy Metal Hat for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520049
UPDATE Item SET Name='Judgement Hair Ornament (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=3,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_judgement',Description='A hair ornament for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520050
UPDATE Item SET Name='Axium Noble Formal Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_royal_children',Description='A formal hat worn by the young men of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520051
UPDATE Item SET Name='Tuxedo Wig (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_wedding',Description='A tuxedo wig for a wedding that has a sharp and elegant touch.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520052
UPDATE Item SET Name='Navy Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_US_Navy_Costume',Description='A uniform hat worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520053
UPDATE Item SET Name='Yohawk Headband (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_clan_yohawk',Description='A traditional head band of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520054
UPDATE Item SET Name='Magician Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_magician',Description='A felted hat worn by the disciples of Ramitz during the renaissance of forgotten magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520055
UPDATE Item SET Name='Devils Horns (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_devil',Description='Devils Horns worn by the young lads to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520056
UPDATE Item SET Name='Police Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_police',Description='A hat worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520057
UPDATE Item SET Name='Fenrir Guardian Helmet (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_fenrir_guardian',Description='Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made helmet with priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520058
UPDATE Item SET Name='White Winter Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_santa_w',Description='A white winter hat that is great for a snowy day. (Men)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520059
UPDATE Item SET Name='Reindeer Hair Band (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_antler',Description='A reindeer hair band for a snowy winter day. Increases EXP earned by 20%',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520060
UPDATE Item SET Name='Sun Rang Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_sunduk',Description='A hat of Sun Rang, a private group of the sons of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520061
UPDATE Item SET Name='Axium Hitman Hair (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_ach',Description='Man’s wig for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520062
UPDATE Item SET Name='Travia Cryinghawks Wig (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_eola',Description='Men’s wig for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520063
UPDATE Item SET Name='Axium Soulreaper Wig (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_axium_uniform',Description='Men’s wig for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520064
UPDATE Item SET Name='Axium High-Class Soulreaper Wig (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_axium_high',Description='Mens formal wig for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520065
UPDATE Item SET Name='Victory Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_worldcup2010',Description='A fan’s wishful hat for the victory of the game. (Men)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520066
UPDATE Item SET Name='Travia Preacher Wig (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_travia_suit',Description='The official wig for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520067
UPDATE Item SET Name='Shark Teeth Tricorne (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_pirate',Description='A tricorne of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520068
UPDATE Item SET Name='Cowboy Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_western',Description='A hat worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520069
UPDATE Item SET Name='Skull Mask (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_halloween',Description='A skull mask with a smile on it, which tempts people to wear it.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520070
UPDATE Item SET Name='STR:ZITEM_NAME_520071',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_blackleather',Description='STR:ZITEM_DESC_520071',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520071
UPDATE Item SET Name='Rex Military Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_04',Description='Military hat for female soldiers. Designed by Rex.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520501
UPDATE Item SET Name='Ceremonial Dress Beret (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_05',Description='A ceremonial dress hat supplied to the female soldiers of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520502
UPDATE Item SET Name='Gunners Heaven Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_06',Description='A hat exclusively for the Gunners Heaven, a private organization of the Republic.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520503
UPDATE Item SET Name='Military Bandana (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_07',Description='An easy-to-wear womens bandana. It can also be used to disguise yourself at battlefield.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520504
UPDATE Item SET Name='Basic Head Bandana (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_10',Description='Womens Bandana used for fashion.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520505
UPDATE Item SET Name='Water-Drop Head Bandana (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_11',Description='Practical lightweight bandana with a water drop pattern.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520506
UPDATE Item SET Name='Star Glaze Bandana (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_12',Description='Soft star glazed pattern bandana for women.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520507
UPDATE Item SET Name='Eternal Blue Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_08',Description='For outlaws of the sea, Eternal Blue womens pirate hat.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520508
UPDATE Item SET Name='Adventurer Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_13',Description='A stylish baseball hat recommended for the novice adventurers. This item is made for those who hate to wear heavy gear.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520509
UPDATE Item SET Name='Blue Whistle Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_01',Description='The Blue Whistle womens hat.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520510
UPDATE Item SET Name='Coral Reef Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_20',Description='Shade the rays with a cool hat.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520511
UPDATE Item SET Name='Iron Crow Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_23',Description='Womens hat worn in Havani, the city of outlaws',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520512
UPDATE Item SET Name='Mrs. Claus Cap (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_santa',Description='Christmas season item for women.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520513
UPDATE Item SET Name='Phantom Breed Bandana (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_24',Description='Heavy bandana designed for the Phantom Breed spy crew.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520514
UPDATE Item SET Name='Republic Gun Priestess Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_22',Description='Womens lightweight hat for a secret organization related with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520515
UPDATE Item SET Name='Gray Dust Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_18',Description='A womens hat used by Gray Dust, the elite troops of the empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520516
UPDATE Item SET Name='Sir Protector Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_26',Description='Womens Sir Protector Hat, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520517
UPDATE Item SET Name='Bigi Sports Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_bigi',Description='This loud and stylish hat was designed for the Bigi crew members.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520518
UPDATE Item SET Name='Princess Warrior Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_hanbok',Description='The crown hat of a princess warrior in battle.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520519
UPDATE Item SET Name='Desert Flame Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_27',Description='The Desert Flames helmet is made for the female troops who are deployed in the tough terrain of the desert.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520520
UPDATE Item SET Name='Battle Brood Helmet (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_25',Description='Specially designed womens helmet made from all reinforced material. This headgear protects against all types of damage.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520521
UPDATE Item SET Name='Red Active Sports Bandana (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_korea',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Red]',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520522
UPDATE Item SET Name='Yellow Active Sports Bandana (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_brazil',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520523
UPDATE Item SET Name='Blue Active Sports Bandana (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_japan',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520524
UPDATE Item SET Name='Military Officer Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_visor',Description='A female military officer hat favored by military fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520525
UPDATE Item SET Name='Picnic Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=1,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_hat',Description='A gorgeous female Picnic Hat with classical look. It does not seem to have much value as an armor, but it seems that something joyful will happen.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520526
UPDATE Item SET Name='Zeus Hair Band (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_zeus',Description='A light weighted female hair band. It does not have much defense bonus but is an item with strong health bonus benefit.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520527
UPDATE Item SET Name='Pumpkin Head (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_pumpkin',Description='Happy Halloween!',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520528
UPDATE Item SET Name='Blue Vane Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_30',Description='Womens Blue Vane hat made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520529
UPDATE Item SET Name='Train Guard Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_33',Description='Womens hat worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520530
UPDATE Item SET Name='PA Headdress (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_34',Description='Womens hat worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520531
UPDATE Item SET Name='Divine Hands Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_35',Description='Womens nurse hat worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520532
UPDATE Item SET Name='Bunny Ears Head Band (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_rabbit',Description='Womens bunny ears head band that can be used as an extra accessory.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520533
UPDATE Item SET Name='Cat Ears Head Band (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=1,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_cat',Description='Womens cat ears head band that can be used as an extra accessory.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520534
UPDATE Item SET Name='Slider Sports Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_36',Description='Womens sports hat that is comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520535
UPDATE Item SET Name='Summer Breeze Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_swim',Description='A straw hat that keeps your head cool and shaded from the suns harmful rays.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520536
UPDATE Item SET Name='Carpediem School uniform Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_school',Description='Female students hat at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520537
UPDATE Item SET Name='Fimbul Winter Headband (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_winter',Description='Headband for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520538
UPDATE Item SET Name='Deities Aura Headset (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_aura',Description='Headgear for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520539
UPDATE Item SET Name='Hyper Mouse Head (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_mouse',Description='A helmet which can only be worn once in twelve years.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520540
UPDATE Item SET Name='Star Tower hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_american',Description='A familiar hat with a stylish picture that looks as if seen somewhere else before.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520541
UPDATE Item SET Name='Big Fun Wig (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_french',Description='A festival wig that will enhance your festive mood.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520542
UPDATE Item SET Name='Valkyrie Headset (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=5,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_valkyrie',Description='Valkyrie Headset for the adventurers who are active even during harsh winter. It is flexible enough for outdoor activity and keeps warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520543
UPDATE Item SET Name='Scriders Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_29',Description='Hat worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520544
UPDATE Item SET Name='Icarus Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_32',Description='Icarus Hat worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520545
UPDATE Item SET Name='Koala Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_koala',Description='Hat worn by people who reside in the southern island. This hat is cute and unique to its geographical location.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520546
UPDATE Item SET Name='Xian Tactical Assassin Mask (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_Assassin',Description='Highly customized mask worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520547
UPDATE Item SET Name='Kung fu Wig (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_kungfu',Description='Kung fu wig that carries the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520548
UPDATE Item SET Name='Heavy Metal Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_heavymetal',Description='Heavy Metal Hat for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520549
UPDATE Item SET Name='Judgement Hair Ornament (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_judgement',Description='A hair ornament for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520550
UPDATE Item SET Name='Axium Noble Tiara (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_royal_children',Description='A formal tiara worn by the young women of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520551
UPDATE Item SET Name='Wedding Veil (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_wedding',Description='Pure white wedding veil of every girls dream, in cheerful minimal style.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520552
UPDATE Item SET Name='Navy Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_US_Navy_Costume',Description='A uniform hat worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520553
UPDATE Item SET Name='Yohawk Headband (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_yohawk',Description='A traditional head band of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520554
UPDATE Item SET Name='Magician Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_magician',Description='A hat worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520555
UPDATE Item SET Name='Angels Halo (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_angel',Description='Angels halo worn by the young ladies to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520556
UPDATE Item SET Name='Police Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_police',Description='A hat worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520557
UPDATE Item SET Name='Fenrir Guardian Helmet (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_fenrir_guardian',Description='Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made helmet with priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520558
UPDATE Item SET Name='White Winter Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_santa_w',Description='A white winter hat that is great for a snowy day. (Women)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520559
UPDATE Item SET Name='Reindeer Hair Band (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_antler',Description='A reindeer hair band for a snowy winter day. Increases EXP earned by 20%',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520560
UPDATE Item SET Name='Sun Rang Hair pin (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_sunduk',Description='A hat of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520561
UPDATE Item SET Name='Axium Hitman Hair (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_ach',Description='Woman’s wig for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520562
UPDATE Item SET Name='Travia Cryinghawks Wig (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_eola',Description='Women’s wig for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520563
UPDATE Item SET Name='Axium Soulreaper Wig (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_axium_uniform',Description='Women’s wig for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520564
UPDATE Item SET Name='Axium High-Class Soulreaper Wig (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_axium_high',Description='Womens formal wig for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520565
UPDATE Item SET Name='Victory Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_worldcup2010',Description='A fan’s wishful hat for the victory of the game. (Women)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520566
UPDATE Item SET Name='Travia Preacher Wig (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_travia_suit',Description='The official wig for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520567
UPDATE Item SET Name='Shark Teeth Bicorne (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_pirate',Description='A Bicorne of the Empire navy’s worst enemy ,the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520568
UPDATE Item SET Name='Cowgirl Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_western',Description='A hat worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520569
UPDATE Item SET Name='Witch Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_halloween',Description='A pitch-black witch’s hat. Despite its sinister look, it gives good luck to those who wear it.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520570
UPDATE Item SET Name='STR:ZITEM_NAME_520571',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_blackleather',Description='STR:ZITEM_DESC_520571',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520571
UPDATE Item SET Name='Ceremonial Dress Garment (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=2,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_16',Description='A ceremonial dress garment that the Empire ranks wear at important ceremonies.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521001
UPDATE Item SET Name='Gunners Heaven Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_04',Description='Long leather coat and garment design for the Gunners Heaven crew, a private organization of the Republic.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521002
UPDATE Item SET Name='Eternal Blue Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_17',Description='Mens Coat worn by the Eternal Blue, outcast pirates from the Costa Islands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521003
UPDATE Item SET Name='Adventurer Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_10',Description='This jacket is great for novice adventurers who hate heavy outfits and equipment.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521004
UPDATE Item SET Name='Blue Whistle Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=2,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_09',Description='Mens jacket worn by Blue Whistle, the headache of the empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521005
UPDATE Item SET Name='Coral Reef Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=9,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_20',Description='A Hawaiian shirt made for hot summer days.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521006
UPDATE Item SET Name='Iron Crow Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_23',Description='The Iron Crow men wear this coat around the city of Havani.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521007
UPDATE Item SET Name='Santa Claus Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_santa',Description='Christmas gift for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521008
UPDATE Item SET Name='Phantom Breed Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=2,Weight=15,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_24',Description='Heavy armor designed for the Phantom Breed spy crew.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521009
UPDATE Item SET Name='Republic Gun Priest Garment (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_22',Description='Mens lightweight garment developed for a secret organization associated with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521010
UPDATE Item SET Name='Gray Dust Long Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_19',Description='Mens long coat worn by the elite troops, Gray Dust.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521011
UPDATE Item SET Name='Sir Protector Garment (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_18',Description='Mens Sir Protector Garment, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521012
UPDATE Item SET Name='Bigi Trench Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=2,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_bigi',Description='A men’s trench coat designed by Bigi. An exotic and sophisticated emblem is marked on the back of the coat.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521013
UPDATE Item SET Name='Gun Knight Trench Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_27',Description='This trench coat was once worn by a legendary male gun knight of Axium',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521014
UPDATE Item SET Name='Warrior Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_hanbok',Description='Legendary coat designed for elite warriors.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521015
UPDATE Item SET Name='Desert Flame Top (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_26',Description='Desert Flame mens top for desert terrain.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521016
UPDATE Item SET Name='Battle Brood Armor (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=17,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_25',Description='This special armor enhances protection against heavy damage attacks.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521017
UPDATE Item SET Name='Red Active Sports Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_korea',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Red]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521018
UPDATE Item SET Name='Yellow Active Sports Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_brazil',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521019
UPDATE Item SET Name='Blue Active Sports Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_japan',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521020
UPDATE Item SET Name='Military Officer Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_14',Description='Military officer jacket used by war fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521021
UPDATE Item SET Name='Zeus Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_zeus',Description='Radiant lightweight coat design by Zeus. It enhances health bonuses during combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521022
UPDATE Item SET Name='Blue Vane Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=9,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_29',Description='Mens Blue Vane coat made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521023
UPDATE Item SET Name='Train Guard Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_33',Description='Mens coat worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521024
UPDATE Item SET Name='PA Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_34',Description='Mens Jacket worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521025
UPDATE Item SET Name='Divine Hands Robe (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_36',Description='Mens robe worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521026
UPDATE Item SET Name='Slider Sports Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_35',Description='Mens sports jacket that is comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521027
UPDATE Item SET Name='Summer Breeze Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_swim',Description='A Hawaiian shirt made for hot summer days.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521028
UPDATE Item SET Name='Carpediem School uniform Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_school',Description='Male students shirt at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521029
UPDATE Item SET Name='Fimbul Winter Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_winter',Description='Coat for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521030
UPDATE Item SET Name='Deities Aura Upper Garment (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_aura',Description='Upper garment for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521031
UPDATE Item SET Name='Maple Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_canada',Description='A familiar shirt with a vivid Maple logo on its chest. It has a refreshing scent of far away land.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521032
UPDATE Item SET Name='Valkyrie Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=17,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_valkyrie',Description='Valkyrie Coat for the adventurers who are active even during harsh winter. It is flexible enough for outdoor activity and keeps warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521033
UPDATE Item SET Name='Scriders Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_28',Description='Coat worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521034
UPDATE Item SET Name='Icarus Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_32',Description='Icarus Jacket worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521035
UPDATE Item SET Name='Colorful Striped Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_germany',Description='3 colored striped shirt worn by the brave who want to stand out in battle.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521036
UPDATE Item SET Name='Ancient vest (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_peru',Description='Vest worn by ancient warriors from a distant land.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521037
UPDATE Item SET Name='Xian Tactical Assassin Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=17,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_Assassin',Description='Highly customized coat worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521038
UPDATE Item SET Name='Kung fu Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_kungfu',Description='Yellow Kung fu shirt that carries the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521039
UPDATE Item SET Name='Heavy Metal Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_heavymetal',Description='Heavy Metal Jacket for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521040
UPDATE Item SET Name='Judgement Upper Garment (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_judgement',Description='An upper garment for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521041
UPDATE Item SET Name='Axium Noble Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_royal_children',Description='A formal jacket worn by the young men of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521042
UPDATE Item SET Name='Tuxedo Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_wedding',Description='A tuxedo jacket for a wedding that has a sharp and elegant touch.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521043
UPDATE Item SET Name='Navy Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_US_Navy_Costume',Description='A uniform shirt worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521044
UPDATE Item SET Name='Yohawk Vest (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=13,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_clan_yohawk',Description='A traditional vest of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521045
UPDATE Item SET Name='Magician Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_magician',Description='A coat worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521046
UPDATE Item SET Name='Devils Wings (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_devil',Description='Devils Wings worn by the young lads to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521047
UPDATE Item SET Name='Wing of Kali Azar',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_devil_small',Description='Wings created by the followers of Kali Azar, the god of disease and suffering. This wings imitate the wings of Kali and are used for the ritual.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521048
UPDATE Item SET Name='Police Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_police',Description='A Shirt worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521049
UPDATE Item SET Name='Fenrir Guardian Garment (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=17,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=30,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_fenrir_guardian',Description='Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made garment with top priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521050
UPDATE Item SET Name='Fenrir Guardian Field Garment (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=30,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_fenrir_guardian_s',Description='[Rare] This is the Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521051
UPDATE Item SET Name='White Winter Top (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_santa_w',Description='A white winter top that is great for a snowy day. (Men)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521052
UPDATE Item SET Name='Sun Rang Garment (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=11,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_sunduk',Description='A garment of Sun Rang, a private group of the sons of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521053
UPDATE Item SET Name='Axium Hitman Fur Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_ach',Description='Man’s fur coat for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521054
UPDATE Item SET Name='Travia Cryinghawks Leather Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_eola',Description='Men’s leather jacket for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521055
UPDATE Item SET Name='Axium Soulreaper Jumper (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_axium_uniform',Description='Men’s jumper for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521056
UPDATE Item SET Name='Axium High-Class Soulreaper Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_axium_high',Description='Mens formal coat for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521057
UPDATE Item SET Name='Travia Preacher Robe (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_travia_suit',Description='The official robe for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521058
UPDATE Item SET Name='Shark Teeth Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_pirate',Description='A coat of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521059
UPDATE Item SET Name='Cowboy Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=17,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=7,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_western',Description='A jacket worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521060
UPDATE Item SET Name='STR:ZITEM_NAME_521061',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_blackleather',Description='STR:ZITEM_DESC_521061',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521061
UPDATE Item SET Name='Ceremonial Dress Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=2,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_long002',Description='A ceremonial dress jacket supplied to the female soldiers of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521501
UPDATE Item SET Name='Gunners Heaven Long Wool Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_17',Description='A womens long wool coat and garment exclusively for the Gunners Heaven, a private organization of the Republic.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521502
UPDATE Item SET Name='Eternal Blue Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_19',Description='For outlaws of the sea, Eternal Blue womens pirate garment.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521503
UPDATE Item SET Name='Adventurer Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_14',Description='Womens jacket recommended for novice adventurers. This item is made for those who hate to wear heavy gear.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521504
UPDATE Item SET Name='Blue Whistle Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=2,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_08',Description='Womens Blue Whistle jacket, Blue Whistle is known as the headache of the Empire. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521505
UPDATE Item SET Name='Coral Reef Bikini Top (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=9,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_20',Description='A bikini top for women. Perfect for that summer tan!',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521506
UPDATE Item SET Name='Iron Crow Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_023',Description='Iron Crow womens coat worn in Havani, the main city of outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521507
UPDATE Item SET Name='Mrs. Claus Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_santa',Description='Christmas season item for women.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521508
UPDATE Item SET Name='Phantom Breed Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=2,Weight=15,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_024',Description='Womens Jacket handed down from ancient times. It is pretty heavy.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521509
UPDATE Item SET Name='Republic Gun Priestess Upper Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_22',Description='Womens lightweight garment for a secret organization associated with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521510
UPDATE Item SET Name='Gray Dust Trench Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_18',Description='A womens Gray Dust Trench Coat for the elite troops of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521511
UPDATE Item SET Name='Sir Protector Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_026',Description='Womens Sir Protector Garment, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521512
UPDATE Item SET Name='Bigi Trench Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=2,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_bigi',Description='A womens trench coat designed by Bigi. An exotic and sophisticated emblem is marked on the back of the coat',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521513
UPDATE Item SET Name='Gun Knight Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_28',Description='This jacket was once worn by a legendary female gun knight of Axium.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521514
UPDATE Item SET Name='Princess Warrior Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_hanbok',Description='Coat made suitable for a princess to wear in combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521515
UPDATE Item SET Name='Desert Flame Top (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_027',Description='The Desert Flames womens top designed for troops who operate in desert.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521516
UPDATE Item SET Name='Battle Brood Armor (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=17,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_025',Description='A part of womens special armor made of reinforced material. It protects the chest from all types of damage.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521517
UPDATE Item SET Name='Red Active Sports Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_korea',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Red]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521518
UPDATE Item SET Name='Yellow Active Sports Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_brazil',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521519
UPDATE Item SET Name='Blue Active Sports Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_japan',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521520
UPDATE Item SET Name='Military Officer Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_15',Description='A female military officer Jacket favored by military fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521521
UPDATE Item SET Name='Zeus Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_zeus',Description='A light weight female coat. The harmony of orange and dark blue color attracts peoples eyes.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521522
UPDATE Item SET Name='Blue Vane Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=9,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_30',Description='Womens Blue Vane coat made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521523
UPDATE Item SET Name='Train Guard Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_33',Description='Womens coat worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521524
UPDATE Item SET Name='PA Dress Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_34',Description='Womens coat worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521525
UPDATE Item SET Name='Divine Hands Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_35',Description='Womens jacket worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521526
UPDATE Item SET Name='Slider Sports Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_36',Description='Womens sports jacket that is comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521527
UPDATE Item SET Name='Summer Breeze Bikini Top (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_swim',Description='Patterned bikini top for hot summer days.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521528
UPDATE Item SET Name='Carpediem School uniform Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_school',Description='Female students shirt at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521529
UPDATE Item SET Name='Fimbul Winter Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_winter',Description='Coat for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521530
UPDATE Item SET Name='Deities Aura Upper Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_aura',Description='Upper garment for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521531
UPDATE Item SET Name='Maple Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_canada',Description='A familiar shirt with a vivid Maple logo on its chest. It has a refreshing scent of far away land.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521532
UPDATE Item SET Name='Valkyrie Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=17,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_valkyrie',Description='Valkyrie Coat for the adventurers who are active even during harsh winter. It is flexible enough for outdoor activity and keeps warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521533
UPDATE Item SET Name='Scriders Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_29',Description='Coat worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521534
UPDATE Item SET Name='Icarus Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_32',Description='Icarus Jacket worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521535
UPDATE Item SET Name='Colorful Striped Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_germany',Description='3 colored striped shirt worn by the brave who want to stand out in battle.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521536
UPDATE Item SET Name='Ancient vest (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_peru',Description='Vest worn by ancient warriors from a distant land.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521537
UPDATE Item SET Name='Xian Tactical Assassin Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=17,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_Assassin',Description='Highly customized coat worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521538
UPDATE Item SET Name='Kung fu Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_kungfu',Description='Yellow Kung fu jacket that carries the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521539
UPDATE Item SET Name='Heavy Metal Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_heavymetal',Description='Heavy Metal Shirt for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521540
UPDATE Item SET Name='Judgement Upper Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_judgement',Description='An upper garment for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521541
UPDATE Item SET Name='Axium Noble blouse (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_royal_children',Description='A formal blouse worn by the young women of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521542
UPDATE Item SET Name='Wedding Upper Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_wedding',Description='Pure white wedding upper garment of every girls dream, in cheerful minimal style.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521543
UPDATE Item SET Name='Navy Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_US_Navy_Costume',Description='A uniform shirt worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521544
UPDATE Item SET Name='Yohawk Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=13,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_yohawk',Description='A traditional shirt of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521545
UPDATE Item SET Name='Magician Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_magician',Description='A shirt worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521546
UPDATE Item SET Name='Angels Wings (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_angel',Description='Angels wings worn by the young ladies to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521547
UPDATE Item SET Name='Wing of Freyja',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_angel_small',Description='Wings created by the follows of Freyja, the god of love and charity. These wings imitate the wings of Freyja and are used for the ritual.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521548
UPDATE Item SET Name='Police Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_police',Description='A Shirt worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521549
UPDATE Item SET Name='Fenrir Guardian Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=17,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=30,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_fenrir_guardian',Description='Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made garment with top priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521550
UPDATE Item SET Name='Fenrir Guardian Field Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=30,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_fenrir_guardian_s',Description='[Rare] This is the Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521551
UPDATE Item SET Name='White Winter Top (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_santa_w',Description='A white winter top that is great for a snowy day. (Women)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521552
UPDATE Item SET Name='Sun Rang Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=11,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_sunduk',Description='A garment of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521553
UPDATE Item SET Name='Axium Hitman Fur Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_ach',Description='Woman’s fur coat for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521554
UPDATE Item SET Name='Travia Cryinghawks Leather Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_eola',Description='Women’s leather jacket for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521555
UPDATE Item SET Name='Axium Soulreaper Tank top (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_axium_uniform',Description='Women’s tank top for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521556
UPDATE Item SET Name='Axium High-Class Soulreaper Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_axium_high',Description='Womens formal coat for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521557
UPDATE Item SET Name='Travia Preacher Robe (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_travia_suit',Description='The official robe for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521558
UPDATE Item SET Name='Shark Teeth Blouse (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_pirate',Description='A blouse of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521559
UPDATE Item SET Name='Cowgirl Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=17,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=7,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_western',Description='A jacket worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521560
UPDATE Item SET Name='STR:ZITEM_NAME_521561',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_blackleather',Description='STR:ZITEM_DESC_521561',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521561
UPDATE Item SET Name='Ceremonial Dress Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=5,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_17',Description='Ceremonial dress gloves that the ranks of the empire wear to important ceremonies.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522001
UPDATE Item SET Name='Gunners Heaven Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_07',Description='Gloves for the elite Gunners Heaven crew.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522002
UPDATE Item SET Name='Eternal Blue Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_15',Description='Gloves worn by the outllaws of Eternal Blue.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522003
UPDATE Item SET Name='Adventurer Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_09',Description='Gloves recommended for novice adventurers who hate outfits with heavy equipment.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522004
UPDATE Item SET Name='Blue Whistle Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=5,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_08',Description='Gloves designed for Blue Whistle, the headache of the empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522005
UPDATE Item SET Name='Coral Reef Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_20',Description='Hot summer gloves for a cool guy.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522006
UPDATE Item SET Name='Iron Crow Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_23',Description='Iron Crow warriors wear these protective gloves around Havani, the city of outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522007
UPDATE Item SET Name='Santa Claus Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=9,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_santa',Description='Great gift for the Christmas season.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522008
UPDATE Item SET Name='Phantom Breed Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=5,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_24',Description='Gloves for the mighty men of the Phantom Breed, a spy organization.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522009
UPDATE Item SET Name='Republic Gun Priest Gloves(Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_22',Description='Mens lightweight gloves for a secret organization associated with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522010
UPDATE Item SET Name='Gray Dust Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_19',Description='Gloves worn by the Gray Dust elite troops.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522011
UPDATE Item SET Name='Sir Protector Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_18',Description='Mens Sir Protector Gloves, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522012
UPDATE Item SET Name='Gun Knight Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_27',Description='These gloves were once worn by a legendary male gun knight of Axium.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522013
UPDATE Item SET Name='Warrior Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=9,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_hanbok',Description='Legendary gloves designed for elite warriors.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522014
UPDATE Item SET Name='Desert Flame Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_26',Description='Desert Flame gloves originally designed for troops that were deployed to tough desert areas.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522015
UPDATE Item SET Name='Battle Brood Gauntlets (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_25',Description='Special gauntlets made of reinforced material to enhance hand protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522016
UPDATE Item SET Name='Military Officer Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_14',Description='Gloves for military officers favored by war fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522017
UPDATE Item SET Name='Blue Vane Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_29',Description='Mens Blue Vane gloves made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522018
UPDATE Item SET Name='Train Guard Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_33',Description='Mens gloves worn by soldiers who guard the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522019
UPDATE Item SET Name='PA Leather Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_34',Description='Mens gloves worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522020
UPDATE Item SET Name='Divine Hands Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_36',Description='Mens gloves worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522021
UPDATE Item SET Name='Slider Sports Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_35',Description='Mens sports gloves that are comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522022
UPDATE Item SET Name='Summer Breeze Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=1,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_swim',Description='Matching gloves that are water resistant for better grip.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522023
UPDATE Item SET Name='Carpediem School uniform Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_school',Description='Male students gloves at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522024
UPDATE Item SET Name='Fimbul Winter Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_winter',Description='Gloves for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522025
UPDATE Item SET Name='Deities Aura Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_aura',Description='Gloves for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522026
UPDATE Item SET Name='Valkyrie Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_valkyrie',Description='Valkyrie Gloves for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522027
UPDATE Item SET Name='Scriders Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_28',Description='Gloves worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522028
UPDATE Item SET Name='Icarus Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_32',Description='Icarus Gloves worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522029
UPDATE Item SET Name='Xian Tactical Assassin Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_Assassin',Description='Highly customized gloves worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522030
UPDATE Item SET Name='Kung fu Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_kungfu',Description='Yellow Kung fu gloves that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522031
UPDATE Item SET Name='Heavy Metal Bracelet (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_heavymetal',Description='Heavy Metal Bracelet for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522032
UPDATE Item SET Name='Judgement Armguards (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_judgement',Description='Armguards for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522033
UPDATE Item SET Name='Axium Noble Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_royal_children',Description='Formal gloves worn by the young men of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522034
UPDATE Item SET Name='Tuxedo Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_wedding',Description='Tuxdeo gloves for a wedding that has a sharp and elegant touch.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522035
UPDATE Item SET Name='Navy Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_US_Navy_Costume',Description='Uniform gloves worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522036
UPDATE Item SET Name='Yohawk Wristlets (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_clan_yohawk',Description='Traditional wristlets of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522037
UPDATE Item SET Name='Magician Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_magician',Description='Gloves worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522038
UPDATE Item SET Name='Devils Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_devil',Description='Devils gloves worn by the young lads to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522039
UPDATE Item SET Name='Police Leather Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_police',Description='Leather gloves worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522040
UPDATE Item SET Name='Fenrir Guardian Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_fenrir_guardian',Description='Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made gloves with top priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522041
UPDATE Item SET Name='White Winter Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_santa_w',Description='White winter gloves that are great for a snowy day. (Men)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522042
UPDATE Item SET Name='Sun Rang Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_sunduk',Description='Gloves of Sun Rang, a private group of the sons of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522043
UPDATE Item SET Name='Axium Hitman Fur Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_ach',Description='Man’s fur gloves for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522044
UPDATE Item SET Name='Travia Cryinghawks Leather Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_eola',Description='Men’s leather gloves for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522045
UPDATE Item SET Name='Axium Soulreaper Arm Protector (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_axium_uniform',Description='Men’s arm protector for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522046
UPDATE Item SET Name='Axium High-Class Soulreaper Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_axium_high',Description='Mens formal gloves for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522047
UPDATE Item SET Name='Travia Preacher Arm Protector (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_travia_suit',Description='The official arm protector for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522048
UPDATE Item SET Name='Shark Teeth Leather Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_pirate',Description='Leather gloves of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522049
UPDATE Item SET Name='Cowboy Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_western',Description='Gloves worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522050
UPDATE Item SET Name='STR:ZITEM_NAME_522051',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_blackleather',Description='STR:ZITEM_DESC_522051',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522051
UPDATE Item SET Name='Ceremonial Dress Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=5,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_leather001',Description='Ceremonial dress gloves supplied to the female soldiers of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522501
UPDATE Item SET Name='Gunners Heaven Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_17',Description='Fur gloves exclusively for the Gunners Heaven, a private organization of the Republic. Gloves are made with soft rabbit fur.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522502
UPDATE Item SET Name='Eternal Blue Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_19',Description='The outlaw at the sea, womens pirate Eternal Blue gloves.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522503
UPDATE Item SET Name='Adventurer Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_05',Description='Womens gloves recommended for the novice adventurers. This item is made for those who hate to wear heavy gear.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522504
UPDATE Item SET Name='Blue Whistle Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=5,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_08',Description='Womens Blue Whistle gloves, Blue Whistle is known as the headache of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522505
UPDATE Item SET Name='Coral Reef Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_20',Description='Gloves that are water resistant for better grip.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522506
UPDATE Item SET Name='Iron Crow Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_23',Description='Womens gloves worn in Havani, the main city of outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522507
UPDATE Item SET Name='Mrs. Claus Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=9,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_santa',Description='Christmas season item for women.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522508
UPDATE Item SET Name='Phantom Breed Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=5,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_24',Description='Womens gloves for a spy organization handed down from ancient times. They are somewhat heavy.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522509
UPDATE Item SET Name='Republic Gun Priestess Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_22',Description='Womens lightweight gloves for a secret organization related with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522510
UPDATE Item SET Name='Gray Dust Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_18',Description='Womens gloves worn by the Gray Dust elite troops.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522511
UPDATE Item SET Name='Sir Protector Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_26',Description='Womens Sir Protector Gloves, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522512
UPDATE Item SET Name='Gun Knight Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_28',Description='These gloves were once worn by a legendary female gun knight of Axium. ',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522513
UPDATE Item SET Name='Princess Warrior Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=9,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_hanbok',Description='Gloves made suitable for a princess to wear in combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522514
UPDATE Item SET Name='Desert Flame Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_27',Description='The Desert Flame womens leather gloves, made for troops who operate in the desert.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522515
UPDATE Item SET Name='Battle Brood Gauntlets (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_25',Description='A part of womens special armor made of reinforced material. It protects hands from all types of damage.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522516
UPDATE Item SET Name='Military Officer Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_15',Description='Female military officer gloves favored by military fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522517
UPDATE Item SET Name='Blue Vane Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_30',Description='Womens Blue Vane gloves made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522518
UPDATE Item SET Name='Train Guard Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_33',Description='Womens gloves worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522519
UPDATE Item SET Name='PA cotton Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_34',Description='Womens gloves worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522520
UPDATE Item SET Name='Divine Hands Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_35',Description='Womens gloves worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522521
UPDATE Item SET Name='Slider Sports Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_36',Description='Womens sports gloves that are comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522522
UPDATE Item SET Name='Summer Breeze Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=1,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_swim',Description='Matching gloves that are water resistant for better grip.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522523
UPDATE Item SET Name='Carpediem School uniform Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_school',Description='Female students gloves at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522524
UPDATE Item SET Name='Fimbul Winter Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_winter',Description='Gloves for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522525
UPDATE Item SET Name='Deities Aura Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_aura',Description='Gloves for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522526
UPDATE Item SET Name='Valkyrie Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_valkyrie',Description='Valkyrie Gloves for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522527
UPDATE Item SET Name='Scriders Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_29',Description='Gloves worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522528
UPDATE Item SET Name='Icarus Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_32',Description='Icarus Gloves worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522529
UPDATE Item SET Name='Xian Tactical Assassin Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_Assassin',Description='Highly customized gloves worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522530
UPDATE Item SET Name='Kung fu Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_kungfu',Description='Yellow Kung fu gloves that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522531
UPDATE Item SET Name='Heavy Metal Bracelet (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_heavymetal',Description='Heavy Metal Bracelet for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522532
UPDATE Item SET Name='Judgement Armguards (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_judgement',Description='Armguards for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522533
UPDATE Item SET Name='Axium Noble Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_royal_children',Description='Formal gloves worn by the young women of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522534
UPDATE Item SET Name='Wedding Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_wedding',Description='Pure white wedding gloves of every girls dream, in cheerful minimal style.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522535
UPDATE Item SET Name='Navy Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_US_Navy_Costume',Description='Uniform gloves worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522536
UPDATE Item SET Name='Yohawk Bracelets (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_yohawk',Description='Traditional Bracelets of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522537
UPDATE Item SET Name='Magician Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_magician',Description='Gloves worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522538
UPDATE Item SET Name='Angels Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_angel',Description='Angels gloves worn by the young ladies to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522539
UPDATE Item SET Name='Police Leather Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_police',Description='Leather gloves worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522540
UPDATE Item SET Name='Fenrir Guardian Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_fenrir_guardian',Description='Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made gloves with top priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522541
UPDATE Item SET Name='White Winter Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_santa_w',Description='White winter gloves that are great for a snowy day. (Women)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522542
UPDATE Item SET Name='Sun Rang Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_sunduk',Description='Gloves of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522543
UPDATE Item SET Name='Axium Hitman Fur Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_ach',Description='Woman’s fur gloves for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522544
UPDATE Item SET Name='Travia Cryinghawks Leather Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_eola',Description='Women’s leather gloves for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522545
UPDATE Item SET Name='Axium Soulreaper Arm Protector (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_axium_uniform',Description='Women’s arm protector for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522546
UPDATE Item SET Name='Axium High-Class Soulreaper Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_axium_high',Description='Womens formal gloves for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522547
UPDATE Item SET Name='Travia Preacher Arm Protector (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_travia_suit',Description='The official arm protector for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522548
UPDATE Item SET Name='Shark Teeth Leather Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_pirate',Description='Leather gloves of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522549
UPDATE Item SET Name='Cowgirl Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_western',Description='Gloves worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522550
UPDATE Item SET Name='STR:ZITEM_NAME_522551',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_blackleather',Description='STR:ZITEM_DESC_522551',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522551
UPDATE Item SET Name='Ceremonial Dress Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=3,Weight=13,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_16',Description='Ceremonial dress trousers that the general ranks of the Empire wear at important ceremonies.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523001
UPDATE Item SET Name='Gunners Heaven Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_05',Description='Trousers designed exclusively for the Gunners Heaven, private organization of the Republic.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523002
UPDATE Item SET Name='Eternal Blue Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_17',Description='Mens uniform trousers for Eternal Blue, a crew of outlaws in the sea.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523003
UPDATE Item SET Name='Adventurer Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_07',Description='Mens Trousers recommended for novice adventurers who hate outfits with heavy equipment.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523004
UPDATE Item SET Name='Blue Whistle Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=3,Weight=13,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_09',Description='Mens trousers for Blue Whistle, Blue Whistle is known as the headache of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523005
UPDATE Item SET Name='Coral Reef Shorts (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=9,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_20',Description='Summer shorts for relaxing at a hot beach.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523006
UPDATE Item SET Name='Iron Crow Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_23',Description='Trousers worn by the Iron Crow warriors.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523007
UPDATE Item SET Name='Santa Claus Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_santa',Description='Christmas season item for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523008
UPDATE Item SET Name='Phantom Breed Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=3,Weight=15,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_24',Description='Trousers designed for the Phantom Breed spy crew.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523009
UPDATE Item SET Name='Republic Gun Priest Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_22',Description='Lightweight trousers for men, worn by Republic Gun Priests related with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523010
UPDATE Item SET Name='Gray Dust Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_19',Description='Mens trousers designed for the Gray Dust elite troops.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523011
UPDATE Item SET Name='Sir Protector Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_18',Description='Men’s Sir Protector Trousers, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523012
UPDATE Item SET Name='Gun Knight Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_27',Description='This trousers was once worn by a legendary male gun knight of Axium.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523013
UPDATE Item SET Name='Warrior Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_hanbok',Description='Legendary pants designed for elite warriors.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523014
UPDATE Item SET Name='Desert Flame Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_26',Description='Desert Flame pants for Men.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523015
UPDATE Item SET Name='Battle Brood Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_25',Description='Special pants made of reinforced material to enhance leg protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523016
UPDATE Item SET Name='Red Active Sports Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_korea',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Red]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523017
UPDATE Item SET Name='Yellow Active Sports Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_brazil',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523018
UPDATE Item SET Name='Blue Active Sports Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_japan',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523019
UPDATE Item SET Name='Military Officer Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_14',Description='Trousers worn by military officers. Favored by war fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523020
UPDATE Item SET Name='Blue Vane Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=9,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_29',Description='Mens Blue Vane trousers made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523021
UPDATE Item SET Name='Train Guard Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_33',Description='Mens trousers worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523022
UPDATE Item SET Name='PA Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_34',Description='Mens pants worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523023
UPDATE Item SET Name='Divine Hands Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_36',Description='Mens pants worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523024
UPDATE Item SET Name='Slider Sports Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_35',Description='Mens sports pants that are comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523025
UPDATE Item SET Name='Summer Breeze Board Shorts (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_swim',Description='Dark blue board shorts.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523026
UPDATE Item SET Name='Carpediem School uniform Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=12,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_school',Description='Male students trousers at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523027
UPDATE Item SET Name='Fimbul Winter Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=12,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_winter',Description='Pants for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523028
UPDATE Item SET Name='Deities Aura Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_aura',Description='Pants for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523029
UPDATE Item SET Name='Valkyrie Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_valkyrie',Description='Valkyrie Pants for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523030
UPDATE Item SET Name='Scriders Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_28',Description='Pants worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523031
UPDATE Item SET Name='Icarus Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_32',Description='Icarus Pants worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523032
UPDATE Item SET Name='Xian Tactical Assassin Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_Assassin',Description='Highly customized pants worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523033
UPDATE Item SET Name='Kung fu Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_kungfu',Description='Yellow Kung fu pants that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523034
UPDATE Item SET Name='Heavy Metal Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_heavymetal',Description='Heavy Metal Pants for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523035
UPDATE Item SET Name='Judgement Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_judgement',Description='Pants for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523036
UPDATE Item SET Name='Axium Noble Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_royal_children',Description='Formal pants worn by the young men of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523037
UPDATE Item SET Name='Tuxedo Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_wedding',Description='Tuxedo pants for a wedding that has a sharp and elegant touch.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523038
UPDATE Item SET Name='Navy Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_US_Navy_Costume',Description='Uniform pants worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523039
UPDATE Item SET Name='Yohawk Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_clan_yohawk',Description='Traditional pants of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523040
UPDATE Item SET Name='Magician Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_magician',Description='Pants worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523041
UPDATE Item SET Name='Devils Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_devil',Description='Devils pants worn by the young lads to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523042
UPDATE Item SET Name='Police Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_police',Description='Pants worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523043
UPDATE Item SET Name='Fenrir Guardian Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=30,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_fenrir_guardian',Description='Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made pants with top priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523044
UPDATE Item SET Name='Fenrir Guardian Field Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_fenrir_guardian_s',Description='[Rare] This is the Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523045
UPDATE Item SET Name='White Winter Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_santa_w',Description='White winter pants that are great for a snowy day. (Men)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523046
UPDATE Item SET Name='Sun Rang Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=11,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_sunduk',Description='Pants of Sun Rang, a private group of the sons of nobility who devote their training to ta healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523047
UPDATE Item SET Name='Axium Hitman Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_ach',Description='Man’s pants for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523048
UPDATE Item SET Name='Travia Cryinghawks Jeans (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_eola',Description='Men’s jeans for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523049
UPDATE Item SET Name='Axium Soulreaper Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_axium_uniform',Description='Men’s pants for Axium Soulreaper, the cleric of Republican church who absorbs the possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523050
UPDATE Item SET Name='Axium High-Class Soulreaper Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=17,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_axium_high',Description='Mens formal pants for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523051
UPDATE Item SET Name='Travia Preacher Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_travia_suit',Description='The official pants for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523052
UPDATE Item SET Name='Shark Teeth Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_pirate',Description='Pants of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523053
UPDATE Item SET Name='Cowboy Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_western',Description='Pants worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523054
UPDATE Item SET Name='STR:ZITEM_NAME_523055',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_blackleather',Description='STR:ZITEM_DESC_523055',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523055
UPDATE Item SET Name='Ceremonial Dress Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=3,Weight=13,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_014',Description='Ceremonial dress trousers supplied to the female soldiers of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523501
UPDATE Item SET Name='Gunners Heaven Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_017',Description='Womens trousers exclusively for the Gunners Heaven, a private organization of the Republic.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523502
UPDATE Item SET Name='Eternal Blue Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_019',Description='Womens uniform trousers for Eternal Blue, outlaws at the sea.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523503
UPDATE Item SET Name='Adventurer Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_006',Description='Womens trousers recommended for novice adventurers who hate outfits with heavy equipment.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523504
UPDATE Item SET Name='Blue Whistle Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=3,Weight=13,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_008',Description='Womens Trousers for Blue Whistle, Blue Whistle is known as the headache of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523505
UPDATE Item SET Name='Coral Reef Bikini Bottom (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=9,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_20',Description='A fasionable bikini bottom for that fashionable woman.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523506
UPDATE Item SET Name='Iron Crow Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_23',Description='Iron Crow womens trousers worn in Iron Crow, the center of the Havani, main city of outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523507
UPDATE Item SET Name='Mrs. Claus Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_santa',Description='Christmas season item for women.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523508
UPDATE Item SET Name='Phantom Breed Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=3,Weight=15,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_24',Description='Womens trousers handed down from ancient times. They are somewhat heavy.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523509
UPDATE Item SET Name='Republic Gun Priestess Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_22',Description='Womens lightweight trousers for a secret organization related with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523510
UPDATE Item SET Name='Gray Dust Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_018',Description='Womens trousers worn by the Gray Dust elite troops.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523511
UPDATE Item SET Name='Sir Protector Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_26',Description='Womens Sir Protector Trousers, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523512
UPDATE Item SET Name='Gun Knight Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_28',Description='This trousers was once worn by a legendary female gun knight of Axium.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523513
UPDATE Item SET Name='Princess Warrior Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_hanbok',Description='Designed for a princess, built to endure combat for a warrior.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523514
UPDATE Item SET Name='Desert Flame Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_27',Description='The troop which operates in deserts, the Desert Flame womens pants.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523515
UPDATE Item SET Name='Battle Brood Bottom (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_25',Description='A part of womens special armor made of reinforced material. It offers major leg protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523516
UPDATE Item SET Name='Red Active Sports Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_korea',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Red]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523517
UPDATE Item SET Name='Yellow Active Sports Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_brazil',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523518
UPDATE Item SET Name='Blue Active Sports Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_japan',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523519
UPDATE Item SET Name='Military Officer Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_015',Description='Female military officer trousers favored by military fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523520
UPDATE Item SET Name='Blue Vane Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=9,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_30',Description='Womens Blue Vane Skirt made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523521
UPDATE Item SET Name='Train Guard Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_33',Description='Womens trousers worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523522
UPDATE Item SET Name='PA Dress Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_34',Description='Womens pants worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523523
UPDATE Item SET Name='Divine Hands Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_35',Description='Womens skirt worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523524
UPDATE Item SET Name='Slider Sports Shorts (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_36',Description='Womens sports pants that are comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523525
UPDATE Item SET Name='Summer Breeze Short Shorts (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_swim',Description='Short shorts that are worn over bikini bottoms.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523526
UPDATE Item SET Name='Carpediem School uniform Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=12,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_school',Description='Female students miniskirt at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523527
UPDATE Item SET Name='Fimbul Winter Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=12,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_winter',Description='Pants for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523528
UPDATE Item SET Name='Deities Aura Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_aura',Description='Pants for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523529
UPDATE Item SET Name='Valkyrie Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_valkyrie',Description='Valkyrie Pants for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523530
UPDATE Item SET Name='Scriders Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_29',Description='Pants worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523531
UPDATE Item SET Name='Icarus Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_32',Description='Icarus Pants worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523532
UPDATE Item SET Name='Xian Tactical Assassin Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_Assassin',Description='Highly customized pants worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523533
UPDATE Item SET Name='Kung fu Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_kungfu',Description='Yellow Kung fu pants that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523534
UPDATE Item SET Name='Heavy Metal Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_heavymetal',Description='Heavy Metal Skirt for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523535
UPDATE Item SET Name='Judgement Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_judgement',Description='A skirt for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523536
UPDATE Item SET Name='Axium Noble Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_royal_children',Description='A formal skirt worn by the young women of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523537
UPDATE Item SET Name='Wedding Lower Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_wedding',Description='Pure white wedding lower garment of every girls dream, in cheerful minimal style.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523538
UPDATE Item SET Name='Navy Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_US_Navy_Costume',Description='Uniform skirt worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523539
UPDATE Item SET Name='Yohawk Shorts (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_yohawk',Description='Traditional shorts of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523540
UPDATE Item SET Name='Magician Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_magician',Description='A skirt worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523541
UPDATE Item SET Name='Angels Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_angel',Description='Angels skirt worn by the young ladies to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523542
UPDATE Item SET Name='Police Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_police',Description='Pants worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523543
UPDATE Item SET Name='Fenrir Guardian Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=30,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_fenrir_guardian',Description='Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made pants with top priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523544
UPDATE Item SET Name='Fenrir Guardian Field Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_fenrir_guardian_s',Description='[Rare] This is the Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523545
UPDATE Item SET Name='White Winter Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_santa_w',Description='A white winter skirt that is great for a snowy day. (Women)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523546
UPDATE Item SET Name='Sun Rang Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=11,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_sunduk',Description='Pants of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523547
UPDATE Item SET Name='Axium Hitman Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_ach',Description='Woman’s skirt for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523548
UPDATE Item SET Name='Travia Cryinghawks Skinny Jeans (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_eola',Description='Womens skinny jeans for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523549
UPDATE Item SET Name='Axium Soulreaper Skinny pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_axium_uniform',Description='Women’s skinny pants for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523550
UPDATE Item SET Name='Axium High-Class Soulreaper shorts (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=17,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_axium_high',Description='Womens formal shorts for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523551
UPDATE Item SET Name='Travia Preacher Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_travia_suit',Description='The official pants for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523552
UPDATE Item SET Name='Shark Teeth Garter Belt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_pirate',Description='A garter belt of the Empire navy’s worst enemy,the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523553
UPDATE Item SET Name='Cowgirl Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_western',Description='A skirt worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523554
UPDATE Item SET Name='STR:ZITEM_NAME_523555',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_blackleather',Description='STR:ZITEM_DESC_523555',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523555
UPDATE Item SET Name='Ceremonial Dress Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=4,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_16',Description='Iron Crow warriors wear these protective shoes around the city of Havani, the city of outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524001
UPDATE Item SET Name='Gunners Heaven Leather Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_06',Description='Exclusive leather shoes for the Republics Gunners Heaven.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524002
UPDATE Item SET Name='Eternal Blue Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_17',Description='Uniform boots for the Eternal Blue outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524003
UPDATE Item SET Name='Adventurer Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_08',Description='Boots recommended for novice adventurers who hate outfits with heavy equipment.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524004
UPDATE Item SET Name='Blue Whistle Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=4,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_11',Description='Shoes designed for Blue Whistle.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524005
UPDATE Item SET Name='Coral Reef Aqua Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_20',Description='Keep your feet dry with cool aqua shoes.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524006
UPDATE Item SET Name='Iron Crow Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_23',Description='Iron Crow warriors wear these protective shoes around the city of Havani, the city of outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524007
UPDATE Item SET Name='Santa Claus Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=11,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_santa',Description='Christmas season item for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524008
UPDATE Item SET Name='Phantom Breed Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=4,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_24',Description='Heavy shoes for the Phantom Breed.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524009
UPDATE Item SET Name='Republic Gun Priest Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_22',Description='Mens lightweight shoes for a secret organization associated with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524010
UPDATE Item SET Name='Gray Dust Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_19',Description='Uniform shoes for the elite Gray Dust troops.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524011
UPDATE Item SET Name='Sir Protector Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_18',Description='Mens Sir Protector Shoes, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524012
UPDATE Item SET Name='Gun Knight Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_27',Description='These shoes were once worn by a legendary male gun knight of Axium.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524013
UPDATE Item SET Name='Warrior Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=11,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_hanbok',Description='Legendary shoes designed for elite warriors.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524014
UPDATE Item SET Name='Desert Flame Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_26',Description='Desert Flames leather boots for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524015
UPDATE Item SET Name='Battle Brood Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_25',Description='Special mens boots made of reinforced material to enhance foot protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524016
UPDATE Item SET Name='Red Active Sports Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_korea',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Red]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524017
UPDATE Item SET Name='Yellow Active Sports Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_brazil',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524018
UPDATE Item SET Name='Blue Active Sports Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_japan',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524019
UPDATE Item SET Name='Military Officer Battle Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_14',Description='Battle shoes worn by military officers favored by war fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524020
UPDATE Item SET Name='Blue Vane Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_29',Description='Mens Blue Vane shoes made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524021
UPDATE Item SET Name='Train Guard Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_33',Description='Mens leather boots worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524022
UPDATE Item SET Name='PA Dress Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_34',Description='Mens dress shoes worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524023
UPDATE Item SET Name='Divine Hands Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_36',Description='Mens shoes worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524024
UPDATE Item SET Name='Slider Sports Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_35',Description='Mens sports shoes that are comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524025
UPDATE Item SET Name='Summer Breeze Sandals (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=9,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_swim',Description='Comfortable sandals to wear at the beach',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524026
UPDATE Item SET Name='Carpediem School uniform Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_school',Description='Male students shoes at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524027
UPDATE Item SET Name='Fimbul Winter Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_winter',Description='Boots for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524028
UPDATE Item SET Name='Deities Aura Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_aura',Description='Shoes for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524029
UPDATE Item SET Name='Valkyrie Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_valkyrie',Description='Valkyrie Boots for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524030
UPDATE Item SET Name='Scriders Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_28',Description='Shoes worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524031
UPDATE Item SET Name='Icarus Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_32',Description='Icarus Shoes worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524032
UPDATE Item SET Name='Xian Tactical Assassin Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_Assassin',Description='Highly customized boots worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524033
UPDATE Item SET Name='Kung fu Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_kungfu',Description='Yellow Kung fu shoes that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524034
UPDATE Item SET Name='Heavy Metal Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_heavymetal',Description='Heavy Metal Shoes for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524035
UPDATE Item SET Name='Judgement Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_judgement',Description='Boots for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524036
UPDATE Item SET Name='Axium Noble Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_royal_children',Description='Formal shoes worn by the young men of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524037
UPDATE Item SET Name='Tuxedo Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_wedding',Description='Tuxedo shoes for a wedding that has a sharp and elegant touch.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524038
UPDATE Item SET Name='Navy Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_US_Navy_Costume',Description='Uniform shoes worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524039
UPDATE Item SET Name='Yohawk Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=19,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_clan_yohawk',Description='Traditional boots of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524040
UPDATE Item SET Name='Magician Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_magician',Description='Shoes worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524041
UPDATE Item SET Name='Devils feet (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_devil',Description='Wearable devil feet by the young lads to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524042
UPDATE Item SET Name='Police Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_police',Description='Shoes worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524043
UPDATE Item SET Name='Fenrir Guardian Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=7,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_fenrir_guardian',Description='Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made shoes with top priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524044
UPDATE Item SET Name='White Winter Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_santa_w',Description='White winter boots that are great for a snowy day. (Men)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524045
UPDATE Item SET Name='Sun Rang Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_sunduk',Description='Shoes of Sun Rang, a private group of the sons of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524046
UPDATE Item SET Name='Axium Hitman Enamel Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_ach',Description='Man’s enamel shoes for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524047
UPDATE Item SET Name='Travia Cryinghawks Long Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=19,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_eola',Description='Men’s long boots for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524048
UPDATE Item SET Name='Axium Soulreaper Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_axium_uniform',Description='Men’s shoes for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524049
UPDATE Item SET Name='Axium High-Class Soulreaper Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_axium_high',Description='Mens formal shoes for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524050
UPDATE Item SET Name='Travia Preacher Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_travia_suit',Description='The official boots for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524051
UPDATE Item SET Name='Shark Teeth Leather Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_pirate',Description='Leather boots of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524052
UPDATE Item SET Name='Cowboy Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_western',Description='Boots worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524053
UPDATE Item SET Name='STR:ZITEM_NAME_524054',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_blackleather',Description='STR:ZITEM_DESC_524054',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524054
UPDATE Item SET Name='Ceremonial Dress Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=4,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_014',Description='Ceremonial dress shoes supplied to the female soldiers of the Empire. ',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524501
UPDATE Item SET Name='Gunners Heaven Reinforced Leather Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_017',Description='Exclusive reinforced leather shoes for the Gunners Heaven, a private organization of the Republic.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524502
UPDATE Item SET Name='Eternal Blue Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_019',Description='The outlaw at the sea, womens Eternal Blue boots.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524503
UPDATE Item SET Name='Adventurer Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_006',Description='Womens boots recommended for the novice adventurers. This item is made for those who hate to wear heavy gear.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524504
UPDATE Item SET Name='Blue Whistle Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=4,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_005',Description='Womens Blue Whistle shoes, Blue Whistle is known as the headache of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524505
UPDATE Item SET Name='Coral Reef Sandals (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_20',Description='Comfortable sandals to wear at the beach.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524506
UPDATE Item SET Name='Iron Crow Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_23',Description='Womens shoes worn in Havani, the city of outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524507
UPDATE Item SET Name='Mrs. Claus Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=11,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_santa',Description='Christmas season item for women.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524508
UPDATE Item SET Name='Phantom Breed Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=4,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_24',Description='Womens shoes handed down from ancient times. They are somewhat heavy.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524509
UPDATE Item SET Name='Republic Gun Priestess Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_22',Description='Womens lightweight shoes for a secret organization related with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524510
UPDATE Item SET Name='Gray Dust Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_018',Description='Womens shoes worn by the Gray Dust elite troops.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524511
UPDATE Item SET Name='Sir Protector Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_26',Description='Womens Sir Protector Shoes, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524512
UPDATE Item SET Name='Gun Knight Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_28',Description='These shoes were once worn by a legendary female gun knight of Axium.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524513
UPDATE Item SET Name='Princess Warrior Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=11,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_hanbok',Description='Shoes made suitable for a princess to wear in combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524514
UPDATE Item SET Name='Desert Flame Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_27',Description='Desert Flames boots for women.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524515
UPDATE Item SET Name='Battle Brood Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_25',Description='Special womens boots made of reinforced material to enhance foot protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524516
UPDATE Item SET Name='Red Active Sports Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_korea',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Red]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524517
UPDATE Item SET Name='Yellow Active Sports Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_brazil',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524518
UPDATE Item SET Name='Blue Active Sports Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_japan',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524519
UPDATE Item SET Name='Military Officer Battle Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_015',Description='Female military officer battle shoes favored by military fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524520
UPDATE Item SET Name='Blue Vane Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_30',Description='Womens Blue Vane shoes made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524521
UPDATE Item SET Name='Train Guard Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_33',Description='Womens leather boots worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524522
UPDATE Item SET Name='PA Dress Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_34',Description='Womens dress shoes worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524523
UPDATE Item SET Name='Divine Hands Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_35',Description='Womens shoes worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524524
UPDATE Item SET Name='Slider Sports Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_36',Description='Womens sports shoes that are comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524525
UPDATE Item SET Name='Summer Breeze Sandals (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=9,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_swim',Description='Comfortable strap sandals to wear at the beach.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524526
UPDATE Item SET Name='Carpediem School uniform Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_school',Description='Female students shoes at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524527
UPDATE Item SET Name='Fimbul Winter Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_winter',Description='Boots for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524528
UPDATE Item SET Name='Deities Aura Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_aura',Description='Shoes for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524529
UPDATE Item SET Name='Valkyrie Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_valkyrie',Description='Valkyrie Boots for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524530
UPDATE Item SET Name='Scriders Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_29',Description='Shoes worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524531
UPDATE Item SET Name='Icarus Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_32',Description='Icarus Shoes worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524532
UPDATE Item SET Name='Xian Tactical Assassin Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_Assassin',Description='Highly customized boots worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524533
UPDATE Item SET Name='Kung fu Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_kungfu',Description='Yellow Kung fu shoes that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524534
UPDATE Item SET Name='Heavy Metal Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_heavymetal',Description='Heavy Metal Shoes for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524535
UPDATE Item SET Name='Judgement Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_judgement',Description='Boots for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524536
UPDATE Item SET Name='Axium Noble Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_royal_children',Description='Formal shoes worn by the young women of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524537
UPDATE Item SET Name='Wedding Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_wedding',Description='Pure white wedding shoes of every girls dream, in cheerful minimal style.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524538
UPDATE Item SET Name='Navy Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_US_Navy_Costume',Description='Uniform shoes worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524539
UPDATE Item SET Name='Yohawk Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=19,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_yohawk',Description='Traditional boots of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524540
UPDATE Item SET Name='Magician Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_magician',Description='Shoes worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524541
UPDATE Item SET Name='Angels Sandals (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_angel',Description='Angels sandals worn by the young ladies to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524542
UPDATE Item SET Name='Police Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_police',Description='Shoes worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524543
UPDATE Item SET Name='Fenrir Guardian Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=7,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_fenrir_guardian',Description='Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made shoes with top priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524544
UPDATE Item SET Name='White Winter Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_santa_w',Description='White winter boots that are great for a snowy day. (Women)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524545
UPDATE Item SET Name='Sun Rang Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_sunduk',Description='Shoes of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524546
UPDATE Item SET Name='Axium Hitman Long Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_ach',Description='Woman’s long boots for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524547
UPDATE Item SET Name='Travia Cryinghawks High Heels (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=19,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_eola',Description='Womens high heels for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524548
UPDATE Item SET Name='Axium soulreaper Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_axium_uniform',Description='Womens boots for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524549
UPDATE Item SET Name='Axium High-Class Soulreaper Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_axium_high',Description='Womens formal boots for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524550
UPDATE Item SET Name='Travia Preacher Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_travia_suit',Description='The official boots for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524551
UPDATE Item SET Name='Shark Teeth Long Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_pirate',Description='Long boots of the Empire navy’s worst enemy,the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524552
UPDATE Item SET Name='Cowgirl Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_western',Description='Boots worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524553
UPDATE Item SET Name='STR:ZITEM_NAME_524554',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_blackleather',Description='STR:ZITEM_DESC_524554',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524554
UPDATE Item SET Name='Canopus Coin',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=7,Weight=3,BountyPrice=500,Damage=7,Delay=5000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.1] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600001
UPDATE Item SET Name='Canopus Hand Stamp',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=35,Slot=7,Weight=3,BountyPrice=500,Damage=9,Delay=4700,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.3] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600002
UPDATE Item SET Name='Canopus Medal',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=7,Weight=3,BountyPrice=500,Damage=8,Delay=5000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.2] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600003
UPDATE Item SET Name='Canopus Jewel',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=7,Weight=3,BountyPrice=500,Damage=10,Delay=4500,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.4] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600004
UPDATE Item SET Name='Canopus Heart',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=55,Slot=7,Weight=3,BountyPrice=500,Damage=10,Delay=4700,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.5] Enchanted on this tiny heart is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600005
UPDATE Item SET Name='Canopus Eye',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=3,BountyPrice=500,Damage=7,Delay=3000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.0] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600006
UPDATE Item SET Name='Enias Coin',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=7,Weight=3,BountyPrice=500,Damage=0,Delay=4000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.1] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=85,IsCashItem=0 WHERE ItemID=600101
UPDATE Item SET Name='Enias Hand Stamp',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=35,Slot=7,Weight=3,BountyPrice=500,Damage=0,Delay=4000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.3] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=75,IsCashItem=0 WHERE ItemID=600102
UPDATE Item SET Name='Enias Medal',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=7,Weight=3,BountyPrice=500,Damage=0,Delay=4000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.2] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=80,IsCashItem=0 WHERE ItemID=600103
UPDATE Item SET Name='Enias Jewel',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=7,Weight=3,BountyPrice=500,Damage=0,Delay=4000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.4] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=70,IsCashItem=0 WHERE ItemID=600104
UPDATE Item SET Name='Enias Heart',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=55,Slot=7,Weight=3,BountyPrice=500,Damage=0,Delay=4000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.5] Enchanted on this tiny heart is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=65,IsCashItem=0 WHERE ItemID=600105
UPDATE Item SET Name='Enias Eye',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=3,BountyPrice=500,Damage=0,Delay=4000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.0] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=90,IsCashItem=0 WHERE ItemID=600106
UPDATE Item SET Name='Winscars Coin',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=7,Weight=3,BountyPrice=500,Damage=12,Delay=1000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.1] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600201
UPDATE Item SET Name='Winscars Hand Stamp',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=35,Slot=7,Weight=3,BountyPrice=500,Damage=14,Delay=1000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.3] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600202
UPDATE Item SET Name='Winscars Medal',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=7,Weight=3,BountyPrice=500,Damage=13,Delay=1000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.2] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600203
UPDATE Item SET Name='Winscars Jewel',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=7,Weight=3,BountyPrice=500,Damage=15,Delay=1000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.4] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600204
UPDATE Item SET Name='Winscars Heart',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=55,Slot=7,Weight=3,BountyPrice=500,Damage=16,Delay=1000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.5] Enchanted on this tiny heart is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600205
UPDATE Item SET Name='Winscars Heart',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=3,BountyPrice=500,Damage=11,Delay=1000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.0] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600206
UPDATE Item SET Name='Gistons Coin',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=7,Weight=3,BountyPrice=500,Damage=7,Delay=3000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.1] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600301
UPDATE Item SET Name='Gistons Hand Stamp',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=35,Slot=7,Weight=3,BountyPrice=500,Damage=9,Delay=2800,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.3] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600302
UPDATE Item SET Name='Gistons Medal',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=7,Weight=3,BountyPrice=500,Damage=8,Delay=2800,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.2] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600303
UPDATE Item SET Name='Gistons Jewel',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=7,Weight=3,BountyPrice=500,Damage=9,Delay=3000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.4] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600304
UPDATE Item SET Name='Gistons Heart',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=55,Slot=7,Weight=3,BountyPrice=500,Damage=9,Delay=3500,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.5] Enchanted on this tiny heart is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600305
UPDATE Item SET Name='Gistons Heart',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=3,BountyPrice=500,Damage=6,Delay=3000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.0] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600306
UPDATE Item SET Name='Admission Ticket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Ticket that allows you admission into a pay channel.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=700001
UPDATE Item SET Name='Goblin Kings Rocket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=23,Slot=9,Weight=30,BountyPrice=400,Damage=45,Delay=1100,Controllability=50,Magazine=4,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher07',Description='A rocket which was discovered from a Goblin Kings dead body. The design is very unique.',MaxBullet=4,LimitSpeed=90,IsCashItem=0 WHERE ItemID=400501
UPDATE Item SET Name='Demon Bringer',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=22,Slot=8,Weight=12,BountyPrice=400,Damage=20,Delay=350,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=-5,AP=-5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana14',Description='A sword which was taken from the Giant Skeleton. It is extremely strong, but also cursed.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400502
UPDATE Item SET Name='Goblin Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=0,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_goblin',Description='A silly looking hat which resembles a goblins face. It does not have great defensive attributes, but it is fun to wear.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400503
UPDATE Item SET Name='Goblin Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=0,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_goblin',Description='A silly looking hat which resembles a goblins face. It does not have great defensive attributes, but it is fun to wear.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400504
UPDATE Item SET Name='Demon Hand (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=6,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=-2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_skeleton',Description='A glove with an unknown dark force. It feels a lot heavier than it looks.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400505
UPDATE Item SET Name='Demon Hand (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=6,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=-2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_skeleton',Description='A glove with an unknown dark force. It feels a lot heavier than it looks.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400506
UPDATE Item SET Name='Odd Gun x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=9,Weight=15,BountyPrice=400,Damage=47,Delay=400,Controllability=80,Magazine=5,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_pistol_odd',Description='Odd Gun is a very strange gun which is made from various animals bones and flesh. How the gun operates is still a mystery.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400507
UPDATE Item SET Name='Wings of Catastrophe',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=8,Weight=16,BountyPrice=400,Damage=17,Delay=290,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_blade_wing',Description='Wings of Catastrophe is a Kodachi that was modeled on wings and tail of Lich. It has been said that a part of Lichs body was used to create the weapon.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400508
UPDATE Item SET Name='Leather Wrap Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=4,Weight=5,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_wrapshoes',Description='Defense of Leather Wrap Shoes was highly improved by the leather which is firmly wrapped around.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400509
UPDATE Item SET Name='Leather Wrap Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=4,Weight=5,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_wrapshoes',Description='Defense of Leather Wrap Shoes was highly improved by the leather which is firmly wrapped around.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400510
UPDATE Item SET Name='Dark Lord Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=3,Weight=16,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_dark',Description='This unique item is Dark Lords precious clothing which reveals his evil senses and identity.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400511
UPDATE Item SET Name='Dark Lord Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=3,Weight=16,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_dark',Description='This unique item is Dark Lords precious clothing which reveals her evil senses and identity.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400512
UPDATE Item SET Name='Shattered Iron',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=9,Weight=20,BountyPrice=400,Damage=6,Delay=600,Controllability=70,Magazine=8,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun_shattered',Description='A fast shooting shotgun with three gun muzzles that shoots metal splinters with extreme speed.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400513
UPDATE Item SET Name='Battle Axe',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=8,Weight=14,BountyPrice=400,Damage=21,Delay=339,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana_battleaxe',Description='An expensive looking axe by a human craftsman. It is too small for Lizardman to use so it must have been decoration.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400514
UPDATE Item SET Name='Android Mask (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=3,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=-1,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_android',Description='A realistic looking male mask of Androids face used for parties.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400515
UPDATE Item SET Name='Android Mask (Woman)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=3,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=-1,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_android',Description='A realistic looking female mask of Androids face used for parties.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400516
UPDATE Item SET Name='Lizardskin Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=3,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_lizard',Description='Mens leather gloves made of Lizardmans skin. Its durable and sturdy but a bit rigid like armor.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400517
UPDATE Item SET Name='Lizardskin Gloves (Woman)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=3,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_lizard',Description='Womens leather gloves made of Lizardmans skin. Its durable and sturdy but a bit rigid like armor.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400518
UPDATE Item SET Name='Goblin Commanders Club',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=8,Weight=10,BountyPrice=400,Damage=14,Delay=339,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana_club',Description='Club carried by the Goblin Commander, It looks interesting but it doesn’t look so useful.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400519
UPDATE Item SET Name='Goblin Wizards Armguard (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=7,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_goblin',Description='Armguard used by the Goblin Wizard. It looks light and not so sturdy.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400520
UPDATE Item SET Name='Goblin Wizards Armguard (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=7,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_goblin',Description='Armguard used by the Goblin Wizard. It looks light and not so sturdy.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400521
UPDATE Item SET Name='Golden Goblin Launcher',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=9,Weight=32,BountyPrice=400,Damage=55,Delay=1200,Controllability=50,Magazine=3,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rl_goblin_gold',Description='Gold Goblin Launcher taken from the Thunder Goblin. It looks stronger than the Goblin Kings Rocket.',MaxBullet=3,LimitSpeed=90,IsCashItem=0 WHERE ItemID=400522
UPDATE Item SET Name='Golden Goblin Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=1,Weight=4,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_goblin_gold',Description='Gold Goblin Hat from taken from the Thunder Goblin. It looks more useful than the Goblin Hat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400523
UPDATE Item SET Name='Golden Goblin Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=1,Weight=4,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_goblin_gold',Description='Gold Goblin Hat from taken from the Thunder Goblin. It looks more useful than the Goblin Hat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400524
UPDATE Item SET Name='Golden Goblin Club',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=8,Weight=15,BountyPrice=400,Damage=20,Delay=349,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana_club_gold',Description='Gold Goblin Club taken from the Dwarf Goblin King. It looks stronger than the Goblin commanders club',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400525
UPDATE Item SET Name='Golden Goblin Armguard (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=5,Weight=7,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_goblin_gold',Description='Gold Goblin Armguard taken from the Dwarf Goblin King. It looks stronger than the Goblin Wizard’s Armguard',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400526
UPDATE Item SET Name='Golden Goblin Armguard (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=5,Weight=7,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_goblin_gold',Description='Gold Goblin Armguard taken from the Dwarf Goblin King. It looks stronger than the Goblin Wizard’s Armguard',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400527
UPDATE Item SET Name='Palmpows Launcher',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=9,Weight=28,BountyPrice=400,Damage=45,Delay=1100,Controllability=50,Magazine=4,ReloadTime=3,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rl_palmpou',Description='Palmpows launcher taken from Palmpow. It seems much more powerful than it looks.',MaxBullet=4,LimitSpeed=90,IsCashItem=0 WHERE ItemID=400528
UPDATE Item SET Name='Palmpoas Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_palmpou',Description='Palmpoas Shirt taken from Palmpow. The cute Palmpoa on the back makes one feel sorry to wear it as protective equipment.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400529
UPDATE Item SET Name='Palmpoas Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_palmpou',Description='Palmpoas Shirt taken from Palmpow. The cute Palmpoa on the back makes one feel sorry to wear it as protective equipment.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400530
UPDATE Item SET Name='Palmpows Ice Blade',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=8,Weight=14,BountyPrice=400,Damage=21,Delay=350,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana_palmpou',Description='Palmpows Ice Blade taken from Cursed Palmpow. It seems as strong as it looks.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400531
UPDATE Item SET Name='Palmpoas Helmet (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=1,Weight=3,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=9,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_palmpou',Description='Palmpoas Helmet taken from Cursed Palmpow. One might look as cute as Palmpoa when wear it.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400532
UPDATE Item SET Name='Palmpoas Helmet (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=1,Weight=3,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=9,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_palmpou',Description='Palmpoas Helmet taken from Cursed Palmpow. One might look as cute as Palmpoa when wear it.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400533
UPDATE Item SET Name='í–‰ìš´ì˜ 0번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 0번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401000
UPDATE Item SET Name='í–‰ìš´ì˜ 1번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 1번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401001
UPDATE Item SET Name='í–‰ìš´ì˜ 2번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 2번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401002
UPDATE Item SET Name='í–‰ìš´ì˜ 3번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 3번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401003
UPDATE Item SET Name='í–‰ìš´ì˜ 4번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 4번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401004
UPDATE Item SET Name='í–‰ìš´ì˜ 5번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 5번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401005
UPDATE Item SET Name='í–‰ìš´ì˜ 6번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 6번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401006
UPDATE Item SET Name='í–‰ìš´ì˜ 7번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 7번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401007
UPDATE Item SET Name='í–‰ìš´ì˜ 8번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 8번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401008
UPDATE Item SET Name='í–‰ìš´ì˜ 9번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 9번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401009
UPDATE Item SET Name='(A) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(A) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402000
UPDATE Item SET Name='(B) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(B) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402001
UPDATE Item SET Name='(C) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(C) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402002
UPDATE Item SET Name='(D) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(D) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402003
UPDATE Item SET Name='(E) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(E) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402004
UPDATE Item SET Name='(F) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(F) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402005
UPDATE Item SET Name='(G) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(G) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402006
UPDATE Item SET Name='(H) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(H) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402007
UPDATE Item SET Name='(I) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(I) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402008
UPDATE Item SET Name='(J) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(J) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402009
UPDATE Item SET Name='(K) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(K) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402010
UPDATE Item SET Name='(L) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(L) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402011
UPDATE Item SET Name='(M) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(M) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402012
UPDATE Item SET Name='(N) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(N) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402013
UPDATE Item SET Name='(O) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(O) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402014
UPDATE Item SET Name='(P) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(P) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402015
UPDATE Item SET Name='(Q) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Q) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402016
UPDATE Item SET Name='(R) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(R) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402017
UPDATE Item SET Name='(S) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(S) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402018
UPDATE Item SET Name='(T) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(T) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402019
UPDATE Item SET Name='(U) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(U) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402020
UPDATE Item SET Name='(V) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(V) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402021
UPDATE Item SET Name='(W) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(W) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402022
UPDATE Item SET Name='(X) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(X) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402023
UPDATE Item SET Name='(Y) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Y) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402024
UPDATE Item SET Name='(Z) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Z) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402025
UPDATE Item SET Name='(Have a) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Have a) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403001
UPDATE Item SET Name='(Happy) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Happy) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403002
UPDATE Item SET Name='(Halloween) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Halloween) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403003
UPDATE Item SET Name='(from) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(from) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403004
UPDATE Item SET Name='(Ijji) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Ijji) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403005
UPDATE Item SET Name='(and) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(and) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403006
UPDATE Item SET Name='(MAIET!) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(MAIET!) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403007
UPDATE Item SET Name='(Pumpkin) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Pumpkin) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403008
UPDATE Item SET Name='(Ghost) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Ghost) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403009
UPDATE Item SET Name='(Trick or) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Trick or) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403010
UPDATE Item SET Name='(Treat!!) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Treat!!) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403011
-
Re: Move item donator to Central Bank
Quote:
Originally Posted by
maxteam
execute this ignore errors
Code:
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (1, 'Rusty Dagger' ,0,2,0,0,8,5,20,8,366,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger01' , 'It has some rust here and there. Once used, its sure to be difficult to sell.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (11, 'Iron Dagger' ,0,2,0,5,8,5,200,9,356,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger01' , 'Basic iron dagger, made in a factory. A serial number is barely visible on the surface.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (3, 'Military Dagger' ,0,2,0,9,8,6,400,11,356,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger01' , 'Military assault dagger.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4, 'Lightweight Dagger' ,0,2,0,18,8,5,1000,10,346,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger01' , 'Easy to use lightweight dagger.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5, 'High-Class Dagger' ,0,2,0,27,8,6,2500,12,351,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger01' , 'Heavy unique high-class dagger. Beautiful pattern inscribed on the surface.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6, 'Phantom Slaying Dagger' ,0,2,0,36,8,4,5000,13,356,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger02' , 'Mysterious dagger, used to kill evil spirits. However, it could be an urban legend.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7, 'Warlords Gut Ripper' ,0,2,0,45,8,6,10000,14,346,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger03' , 'Unique dagger, used by Warlords during the Storm civil war.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (8, 'Crystal Blade' ,0,2,0,54,8,4,0,15,346,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger12' , 'A dagger which uses its easy breakable disadvantage property to its advantage. The light crystal blade leaves its broken pieces in the opponents body when attack and creates fatal wounds.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (2, 'Rusty Sword' ,0,2,0,0,8,10,20,15,359,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana01' , 'Its a rusty sword. Once used, its sure to be difficult to sell.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (12, 'Iron Sword' ,0,2,0,5,8,10,300,16,359,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana02' , 'Low level iron sword. Faint serial number visible on the surface.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (13, 'Military Sword' ,0,2,0,10,8,12,600,18,349,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana02' , 'Great looking sword, used by ranked officers.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (14, 'Lightweight Sword' ,0,2,0,20,8,9,1500,15,339,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana01' , 'Easy to use lightweight sword.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (15, 'High-class Sword' ,0,2,0,30,8,13,3600,20,339,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana04' , 'High-Class sword, made of rare materials for combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (16, 'Devil Slayer' ,0,2,0,40,8,11,7200,22,339,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana06' , 'Mysterious sword used to kill a haunted evil spirit.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (17, 'Golden Dragon Sword' ,0,2,0,50,8,12,15000,24,329,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana03' , 'Gold plated attractive sword. Sword collectors desperately want to acquire this powerful katana.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (18, 'Shura' ,0,2,0,60,8,10,0,25,329,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana17' , 'A sword used by Gumho, who was a legendary warrior at the battle field long time ago. After his death, his nick name became the name of the weapon.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (31, 'Iron Kodachi' ,0,2,0,10,8,18,850,14,290,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'blade02' , '(Dual Wield) These Kodachi Iron swords are widely produced for the general public.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (32, 'Lightweight Kodachi' ,0,2,0,21,8,14,2000,15,280,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'blade01' , '(Dual Wield) Kodachi swords designed for two hands. Much lighter and smaller than regular swords.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (33, 'High-Class Kodachi' ,0,2,0,32,8,20,5000,16,280,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'blade06' , '(Dual Wield) This unique sword produced by Kodachi is made of high-end rare materials.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (34, 'Red Blood' ,0,2,0,43,8,18,12000,18,260,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'blade05' , '(Dual Wield) These powerful swords are a symbol of the Red Blood Dynasty, carried by a great swordsman in ancient times.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (35, 'Dual Scimitar' ,0,2,0,54,8,19,0,23,290,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'blade09' , 'A dual sword used by nomads who live in the distant desert far from Axium (tax included)' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (51, 'Giant Sword' ,0,2,0,43,8,18,12000,18,260,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'sword01' , 'Sword used by the Hiru tribe.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4001, 'Raptor 50' ,0,2,0,0,9,7,20,8,250,30,10,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol01' , 'This pistol has been used since a long time ago in the empire. Its production has been discontinued. Manufactured by Walcom.' ,10,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4002, 'Raptor 50 x2' ,0,2,0,0,9,14,40,16,250,36,10,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol01x2' , '(Dual Wield) These pistols have been used since a long time ago in the empire. Their production has been discontinued. Manufactured by Walcom.' ,10,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4009, 'Raptor 80' ,0,2,0,5,9,7,200,8,200,30,12,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol01' , 'A revised model of the Raptor 50. Its performance slightly improved but the appearance has not changed from the old version. Its production was announced to be stopped quite early as its competition released a new product. Manufactured by Walcom.' ,12,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4010, 'Raptor 80 x2' ,0,2,0,7,9,14,360,16,200,36,12,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol01x2' , '(Dual Wield) Revised models of the Raptor 50. The performance improved slightly but the appearance has not changed from the old version. Manufactured by Walcom.' ,12,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4011, 'Raven 5' ,0,2,0,6,9,8,300,10,250,40,10,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol05' , 'This pistol was produced to be supplied to the battlefront of the Republic. Manufactured by Maxwell.' ,10,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4012, 'Raven 5 x2' ,0,2,0,8,9,16,540,20,250,48,10,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol05x2' , '(Dual Wield) These pistols were produced to be supplied to the battle front of the Republic. Manufactured by Maxwell.' ,10,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4003, 'Raptor 120' ,0,2,0,10,9,7,500,9,200,25,12,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol02' , 'It was developed to be supplied to the military. Its accuracy has been improved from the Raptor 80. Manufactured by Walcom.' ,12,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4004, 'Raptor 120 x2' ,0,2,0,12,9,14,900,18,200,30,12,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol02x2' , '(Dual Wield) It was developed to be supplied to the military. Its accuracy has been improved from the Raptor 80s. Manufactured by Walcom.' ,12,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4013, 'Raven 6' ,0,2,0,14,9,8,800,12,220,40,14,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol05' , 'The follow-up model of the Raven 5. Its performance has been improved but its manufacturer failed to make it lighter. Manufactured by Maxwell.' ,14,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4014, 'Raven 6 x2' ,0,2,0,16,9,16,1440,24,220,48,14,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol05x2' , '(Dual Wield) The follow-up models of the Raven 5. The performance has been improved but its manufacturer failed to make it lighter. Manufactured by Maxwell.' ,14,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4015, 'Raptor 160' ,0,2,0,24,9,8,2500,11,180,25,13,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol02' , 'The follow-up model to the Raptor 120. It has more firepower, better performance and an excellent rate of fire.' ,13,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4016, 'Raptor 160 x2' ,0,2,0,26,9,16,4500,22,180,30,13,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol02x2' , '(Dual Wield) The follow-up model to the Raptor 120. They have more firepower, better performance and an excellent rate of fire.' ,13,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4017, 'Raven 7' ,0,2,0,32,9,9,5000,13,210,40,15,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol05' , 'The Raven 7 has more firepower and a better rate of fire but it still has some drawbacks in terms of accuracy and weight.' ,15,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4018, 'Raven 7 x2' ,0,2,0,34,9,18,9000,26,210,48,15,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol05x2' , '(Dual Wield) The Raven 7s have more firepower and a better rate of fire but they still have some drawbacks in terms of accuracy and weight.' ,15,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4019, 'Raptor 200' ,0,2,0,40,9,8,8000,11,160,25,14,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol02' , 'The Raptor series won confidence with its high rate of fire and accuracy. This weapon shows the advanced development capability of Walcom.' ,14,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4020, 'Raptor 200 x2' ,0,2,0,42,9,16,14400,22,160,30,14,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol02x2' , '(Dual Wield) The Raptor series won confidence with its high rate of fire and accuracy. These weapons show the advanced development capability of Walcom.' ,14,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4021, 'Raven 8' ,0,2,0,48,9,10,0,15,200,40,14,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol06' , 'Model developed mainly to improve fire power and higher rate of fire and laid aside the weight improvement which has been the chronic problem of problem of Raven series.' ,14,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4022, 'Raven 8 x2' ,0,2,0,50,9,20,0,30,200,48,14,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol06x2' , '(Dual Wield) Model developed mainly to improve fire power and higher rate of fire and laid aside the weight improvement which has been the chronic problem of problem of Raven series.' ,14,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4023, 'Iris Pistol Limited x2' ,0,2,0,7,9,12,0,20,220,36,12,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol04_gold' , 'Limited edition of Iris pistol with unique color used by Republican soldiers which is no longer in production and became a valued premium among the collectors.' ,12,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4005, 'Minic 567' ,0,2,0,0,9,8,20,16,400,60,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol07' , 'This legendary revolver was produced by Maxwell and supplied to the general infantry of the Republic. Its production is now discontinued.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4006, 'Minic 567 x2' ,0,2,0,0,9,16,40,32,400,72,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol07x2' , '(Dual Wield) These legendary revolvers were produced by Maxwell and supplied to the general infantry of the Republic. Its production is now discontinued.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4501, 'Dynax 7000' ,0,2,0,5,9,7,220,14,300,60,8,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol12' , 'The first of the lightweight revolvers from Canox. Though its production has been discontinued, the second-hand Dynax is still a popular gun.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4502, 'Dynax 7000 x2' ,0,2,0,7,9,14,396,28,300,72,8,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol12x2' , '(Dual Wield) The first of the lightweight revolvers from Canox. Though their production has been discontinued, the second-hand Dynax is still a popular gun.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4503, 'Minic 567 Limited' ,0,2,0,7,9,8,340,18,400,50,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol07' , 'This model was produced in order to commemorate the fifth anniversary of Maxwells Minic. It is more powerful than the original.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4504, 'Minic 567 Limited x2' ,0,2,0,9,9,16,612,36,400,60,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol07x2' , '(Dual Wield) These were produced in order to commemorate the fifth aniversary of Maxwells Minic. They have more firepower that the originals.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4007, 'Zaurus A' ,0,2,0,10,9,7,550,20,400,60,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol08' , 'This revolver was developed to supply the military. Manufactured by Walcom.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4008, 'Zaurus A x2' ,0,2,0,12,9,14,990,40,400,72,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol08x2' , '(Dual Wield) These revolvers were developed to supply the military. Manufactured by Walcom.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4505, 'Phantom Cruise' ,0,2,0,16,9,9,1200,22,400,70,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol10' , 'High-end revolver made by Nico. Its upgraded design draws a lot of attention.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4506, 'Phantom Cruise x2' ,0,2,0,18,9,18,2160,44,400,84,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol10x2' , '(Dual Wield) High-end revolvers made by Nico. Its upgraded design draws a lot of attention.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4507, 'Phantom Cruise N' ,0,2,0,21,9,8,2500,23,400,65,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol10' , 'Phantom Cruises slightly upgraded model. Its performance has slightly improved.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4508, 'Phantom Cruise N x2' ,0,2,0,23,9,16,4500,46,400,78,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol10x2' , '(Dual Wield) Phantom Cruises minor upgraded models. The performance has slightly improved.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4509, 'Dynax 8000' ,0,2,0,26,9,7,4000,18,300,60,8,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol12' , 'Lightweight revolver made by Canox. This is the follow-up model of the Dynax 7000, its performance has remarkably improved.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4510, 'Dynax 8000 x2' ,0,2,0,28,9,14,7200,36,300,72,8,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol12x2' , '(Dual Wield) Lightweight revolvers made by Canox. These are the follow-up models of the Dynax 7000, their performance have remarkably improved.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4511, 'Minic 567 MK.II' ,0,2,0,34,9,8,7000,25,400,50,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol07' , 'This is an upgraded model of the commemorative fifth anniversary Minic 567. It packs more power than the original one.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4512, 'Minic 567 MK.II x2' ,0,2,0,36,9,16,12600,50,400,60,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol07x2' , '(Dual Wield) This is the upgraded models of the commemorative fifth anniversary Minic 567. They pack more power than the original ones.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4513, 'Zaurus B' ,0,2,0,42,9,8,12000,25,360,50,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol08' , 'The Zaurus Type B is the most powerful handgun money can buy. It also has better accuracy.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4514, 'Zaurus B x2' ,0,2,0,46,9,16,21600,50,360,60,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol08x2' , '(Duel Wield) The Zaurus Type Bs are the most powerful handgun money can buy. They also have better accuracy.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4515, 'Dynax 800C' ,0,2,0,52,9,7,0,23,300,60,8,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol19' , 'Illegally altered model of 8000 which once was very popular. This model gained popularity so the Canox company decided to sell it officially.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (4516, 'Dynax 800C x2' ,0,2,0,54,9,14,0,45,300,72,8,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol19x2' , '(Dual Wield) Illegally altered model of 8000 which once was very popular. This model gained popularity so the Canox company decided to sell it officially.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5001, 'Renard' ,0,2,0,0,9,15,30,7,90,50,32,5,1,0,0,0,0,0,0,0,0,0,0, 'smg01' , 'This old submachine gun was produced by Canox. Its production has been discontinued.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5002, 'Renard x2' ,0,2,0,0,9,30,60,14,90,90,32,5,1,0,0,0,0,0,0,0,0,0,0, 'smg01x2' , '(Dual Wield) These old submachine guns were produced by Canox. Its production has been discontinued.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5003, 'Walcom S5' ,0,2,0,10,9,15,750,8,90,50,36,5,1,0,0,0,0,0,0,0,0,0,0, 'smg02' , 'This submachine gun produced by Walcom are quite popular. They have better firepower and a larger ammo capacity. ' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5004, 'Walcom S5 x2' ,0,2,0,13,9,30,1350,16,90,90,36,5,1,0,0,0,0,0,0,0,0,0,0, 'smg02x2' , '(Dual Wield) These submachine guns produced by Walcom are quite popular. They have better firepower and a larger ammo capacity.' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5005, 'Ellan' ,0,2,0,10,9,12,700,5,90,70,60,2,1,0,0,0,0,0,0,0,0,0,0, 'smg05' , 'Canoxs small submachine gun. This was manufactured with a focus on better mobility.' ,60,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5006, 'Ellan x2' ,0,2,0,12,9,24,1260,10,90,126,60,2,1,0,0,0,0,0,0,0,0,0,0, 'smg05x2' , '(Dual Wield) Canoxs small submachine guns. These were manufactured with focus on better mobility.' ,60,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5007, 'Renard V' ,0,2,0,24,9,15,2800,7,85,35,32,3,1,0,0,0,0,0,0,0,0,0,0, 'smg01' , 'Follow-up model of the once widely-popular Renard. It has better accuracy and a higher rate of fire.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5008, 'Renard V x2' ,0,2,0,27,9,30,5040,14,85,63,32,3,1,0,0,0,0,0,0,0,0,0,0, 'smg01x2' , '(Dual Wield) Follow-up model of the once widely popular Renards. They have better accuracy and a higher rate of fire.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5009, 'Walcom S6' ,0,2,0,24,9,16,2800,9,95,55,36,5,1,0,0,0,0,0,0,0,0,0,0, 'smg02' , 'The follow-up model of the Walcom S5. It has more firepower and better stability compared with its previous model.' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5010, 'Walcom S6 x2' ,0,2,0,27,9,32,5040,18,95,99,36,5,1,0,0,0,0,0,0,0,0,0,0, 'smg02x2' , '(Dual Wield) The follow-up models of Walcoms S5. They have more firepower and better stability compared with its previous models.' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5011, 'New Renard V' ,0,2,0,36,9,15,5600,8,80,35,40,3,1,0,0,0,0,0,0,0,0,0,0, 'smg01' , 'New version of the popular Renard V produced by Canox.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5012, 'New Renard V x2' ,0,2,0,39,9,30,10080,16,80,63,40,3,1,0,0,0,0,0,0,0,0,0,0, 'smg01x2' , '(Dual Wield) New versions of the popular Renard V produced by Canox.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5013, 'Walcom XL' ,0,2,0,36,9,14,5800,9,95,50,32,5,1,0,0,0,0,0,0,0,0,0,0, 'smg03' , 'This model was produced in order to commemorate the 70th anniversary of Walcom. It has a lightweight body and it is called the Exterminator.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5014, 'Walcom XL x2' ,0,2,0,39,9,28,10440,18,95,90,32,5,1,0,0,0,0,0,0,0,0,0,0, 'smg03x2' , '(Dual Wield) These models were produced in order to commemorate the 70th anniversary of Walcom. It has a lightweight body and it is called the Exterminator.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5015, 'Renard VI' ,0,2,0,45,9,14,12000,8,80,35,40,3,1,0,0,0,0,0,0,0,0,0,0, 'smg01' , 'This new model was produced by Canox whose popularity was dented by Walcom XL.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5016, 'Renard VI x2' ,0,2,0,48,9,28,21600,16,80,63,40,3,1,0,0,0,0,0,0,0,0,0,0, 'smg01x2' , '(Dual Wield) These new models were produced by Canox whose popularity was dented by Walcom XL.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5017, 'Walcom XLS' ,0,2,0,45,9,14,12000,11,95,50,32,5,1,0,0,0,0,0,0,0,0,0,0, 'smg03' , 'Upgrade to the Walcom XL. The only difference from the old model is enhanced fire power.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5018, 'Walcom XLS x2' ,0,2,0,48,9,28,21600,22,95,90,32,5,1,0,0,0,0,0,0,0,0,0,0, 'smg03x2' , '(Dual Wield) Upgrades to the Walcom XL. The only difference from the old models are enhanced fire power.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5019, 'Walcom S7' ,0,2,0,54,9,14,0,13,95,50,32,5,1,0,0,0,0,0,0,0,0,0,0, 'smg04' , 'New SMG from Walcom company which has been rivary of Renard company. The fire power has been enhanced.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (5020, 'Walcom S7 x2' ,0,2,0,57,9,28,0,26,95,90,32,5,1,0,0,0,0,0,0,0,0,0,0, 'smg04x2' , '(Dual Wield) New SMG from Walcom company which has been rivary of Renard company. The fire power has been enhanced.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6001, 'Breaker 3' ,0,2,0,5,9,15,200,6,1100,60,3,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun01' , 'Pump action shotgun produced by Leonics, who has specialized in the production of shotguns for ages. Its production has been discontinued.' ,3,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6002, 'Breaker 5' ,0,2,0,10,9,18,800,6,1000,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun01' , 'Pump action type shotgun produced by Leonics. Though made a long time ago, it is still very popular.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6003, 'Breaker 6' ,0,2,0,15,9,20,1600,7,1000,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun01' , 'Leonics new shotgun that was released quite recently.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6004, 'Breaker 7' ,0,2,0,30,9,20,8000,8,1000,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun03' , 'Leonicss 7th model adopted a new design different from the existing Breaker series.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6005, 'Avenger' ,0,2,0,30,9,15,9000,10,1200,100,2,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun07' , 'Shotgun introduced by Nico as a monumental product. This weapon has strong destructive power. Its only drawback, is it can only load a small number of bullets.' ,2,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6006, 'Breaker 8' ,0,2,0,45,9,20,20000,9,1000,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun03' , 'New shotgun produced by Leonics, who is quite famous for the Breaker series of shotguns.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6007, 'Avenger MK.II' ,0,2,0,45,9,16,24000,11,1200,100,2,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun07' , 'Avengers follow-up model that became the weapon of choice for adventurers.' ,2,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6008, 'Breaker 9P' ,0,2,0,60,9,18,0,9,1000,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun02' , 'Prototype model of the Breaker9, the newest shotgun of Rionix. Great ability but a bit unstable.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6009, 'Iron Crow Shotgun Limited ' ,0,2,0,15,9,18,0,7,900,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun09_gold' , 'Limited edition of Iron Crow shotgun with unique color which is no longer in production and became a valued premium among the collectors.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (6010, 'Cruelizon Limited' ,0,2,0,24,9,18,0,9,1100,90,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun06_silver' , 'Limited edition of Cruelizon with unique color which is no longer in production and became a valued premium among the collectors.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7001, 'Nico R2' ,0,2,0,5,9,15,400,11,120,30,32,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle03' , 'Rifle produced by Nico in the early days.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7002, 'Nico R5' ,0,2,0,10,9,18,1500,12,110,30,32,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle01' , 'One of the most popular rifles among the Republican army.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7003, 'Walcom Warrior 77' ,0,2,0,15,9,20,2800,15,100,50,24,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle02' , 'Produced by Walcom, it has the drawback of being difficult to use but it has relatively strong power.' ,24,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7004, 'Maxwell LX30' ,0,2,0,18,9,20,3000,13,80,20,40,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle04' , 'Produced by Maxwell, this weapon has stable grip, good operability, and a high rate of fire.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7005, 'Nico R6' ,0,2,0,26,9,18,6000,15,90,30,36,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle03' , 'Follow-up model of popular R5 of Nico. With its improved fire power, it is popular among R5 maniacs.' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7006, 'Maxwell LX44' ,0,2,0,34,9,20,12000,14,80,20,40,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle04' , '(Discontinued Item) Rifle with a higher fire rate than LX30. It has a stable grip with high accuracy.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7007, 'Nico R7' ,0,2,0,42,9,18,24000,16,90,30,40,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle01' , 'Nicos new rifle with better fire power.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7008, 'Walcom Warrior 88' ,0,2,0,50,9,20,48000,19,100,50,32,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle02' , 'Still not easy to use but, this new product by Walcom is produced to focus on stronger fire power.' ,32,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (7009, 'Maxwell SWT' ,0,2,0,58,9,18,0,16,80,20,50,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle06' , 'New rifle developed by Maxwell company which has been requested by Special force in charge of Metropolise security. It has greatly improved on weight and bullet carriage.' ,50,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (8001, 'Nico MG-K8' ,0,2,0,25,9,28,8000,16,100,70,120,10,1,0,0,0,0,0,0,0,0,0,0, 'machinegun01' , 'It is so heavy that it is hard to carry but, its rate of fire makes the enemies shiver in fear.' ,120,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (8002, 'Nico MG-K9' ,0,2,0,35,9,28,16000,17,100,70,120,10,1,0,0,0,0,0,0,0,0,0,0, 'machinegun01' , 'K9 machine gun with upgraded power. Its powerful rate of fire and damage will make swiss cheese of the opposition.' ,120,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (8003, 'Nico MG-KX' ,0,2,0,45,9,28,32000,18,100,70,120,10,1,0,0,0,0,0,0,0,0,0,0, 'machinegun02' , 'Nicos new machine gun with explosive power. Even just looking at the MG-KX will make the enemies feel pain.' ,120,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (8004, 'Nico MG-K11' ,0,2,0,55,9,28,0,19,100,70,120,10,1,0,0,0,0,0,0,0,0,0,0, 'machinegun06' , 'With the popularity of KX, this previously developed machine gun model has been released with the name K11.' ,120,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (9001, 'Walcom L1' ,0,2,0,15,9,30,3200,50,1200,50,3,3,0,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher' , 'Rocket launcher with strong fire power produced by Walcom.' ,3,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (9002, 'Maxwell RW-77' ,0,2,0,20,9,28,5200,35,900,50,5,3,0,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher02' , 'Rocket launcher produced by Maxwell. It can hold more bullets than Walcoms L series and has a better fire rate capability. However, the fire power was reduced.' ,5,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (9003, 'Walcom L1 mk. II' ,0,2,0,30,9,30,12000,55,1200,50,3,3,0,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher' , 'Walcoms Rocket Launcher. This slightly upgraded model of the L1 has slightly stronger fire power.' ,3,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (9004, 'Maxwell RW-88' ,0,2,0,40,9,28,24000,36,800,50,5,3,0,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher02' , 'An upgraded version of RW-77. Though nothing major has changed, it has a better rate of fire than the previous models.' ,5,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (9005, 'Walcom L2' ,0,2,0,50,9,25,50000,55,1200,50,4,3,0,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher03' , 'Walcoms Rocket Launcher. Holds more bullets than L1, it has become a little lighter and more powerful.' ,4,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (9006, 'Maxwell RW-66' ,0,2,0,10,9,30,2000,30,1000,50,4,3,0,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher02' , 'Rocket launcher made in the early days by Maxwell. It lacks the strong power.' ,4,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (9007, 'Maxwell RW-99' ,0,2,0,60,9,27,0,45,700,50,6,3,0,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher08' , 'A revolutionary rocket that has increased the maximum number of bullet and reduced the weight by using new material.' ,6,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (10001, 'Birds Sniper Rifle SN40' ,0,2,0,0,9,25,50000,80,1200,0,2,7,0,0,0,0,0,0,0,0,0,0,0, 'rifle03' , 'Used by the military during the storm civil war. This is a typical sniper rifle with optimal level of accuracy.' ,2,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30301, 'Canox FG1' ,0,2,0,0,7,2,200,100,1500,20,2,10,0,0,0,0,0,0,0,0,0,0,0, 'grenade01' , 'New grenade produced by Canox, this grenade can be easily used indoors. 2 units' ,2,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30302, 'Canox FG2' ,0,2,0,11,7,3,500,100,1500,20,3,10,0,0,0,0,0,0,0,0,0,0,0, 'grenade01' , 'New grenade produced by Canox, this grenade can be easily used indoors. 3 units' ,3,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30303, 'Canox FG3' ,0,2,0,22,7,4,1000,100,1500,20,4,10,0,0,0,0,0,0,0,0,0,0,0, 'grenade01' , 'New grenade produced by Canox, this grenade can be easily used indoors. 4 units' ,4,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30304, 'Canox FG4' ,0,2,0,33,7,5,2000,100,1500,20,5,10,0,0,0,0,0,0,0,0,0,0,0, 'grenade01' , 'New grenade produced by Canox, this grenade can be easily used indoors. 5 units' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30305, 'Canox FG5' ,0,2,0,44,7,6,4000,100,1500,20,6,10,0,0,0,0,0,0,0,0,0,0,0, 'grenade01' , 'New grenade produced by Canox, this grenade can be easily used indoors. 6 units' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30201, 'Canox FB1' ,0,2,0,0,7,2,200,0,1500,20,2,10,0,0,0,0,0,0,0,0,0,0,0, 'flashbang01' , 'Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 2 units' ,2,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30202, 'Canox FB2' ,0,2,0,10,7,3,500,0,1500,20,3,10,0,0,0,0,0,0,0,0,0,0,0, 'flashbang01' , 'Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 3 units' ,3,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30203, 'Canox FB3' ,0,2,0,20,7,4,1000,0,1500,20,4,10,0,0,0,0,0,0,0,0,0,0,0, 'flashbang01' , 'Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 4 units' ,4,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30204, 'Canox FB4' ,0,2,0,30,7,5,2000,0,1500,20,5,10,0,0,0,0,0,0,0,0,0,0,0, 'flashbang01' , 'Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 5 units' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30205, 'Canox FB5' ,0,2,0,40,7,6,4000,0,1500,20,6,10,0,0,0,0,0,0,0,0,0,0,0, 'flashbang01' , 'Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 6 units' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30401, 'Canox SG1' ,0,2,0,0,7,2,200,0,1500,20,3,10,0,0,0,0,0,0,0,0,0,0,0, 'smoke01' , 'Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 3 units' ,3,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30402, 'Canox SG2' ,0,2,0,12,7,3,500,0,1500,20,4,10,0,0,0,0,0,0,0,0,0,0,0, 'smoke01' , 'Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 4 units' ,4,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30403, 'Canox SG3' ,0,2,0,24,7,4,1000,0,1500,20,5,10,0,0,0,0,0,0,0,0,0,0,0, 'smoke01' , 'Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 5 units' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30404, 'Canox SG4' ,0,2,0,36,7,5,2000,0,1500,20,6,10,0,0,0,0,0,0,0,0,0,0,0, 'smoke01' , 'Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 6 units' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30405, 'Canox SG5' ,0,2,0,48,7,6,4000,0,1500,20,7,10,0,0,0,0,0,0,0,0,0,0,0, 'smoke01' , 'Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 7 units' ,7,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30001, 'Medical Kit MK-1' ,0,2,0,0,7,5,400,0,1000,0,2,10,0,0,0,0,0,0,0,0,0,0,0, 'medikit' , 'This enables you to recover physical strength. 2 units' ,2,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30002, 'Medical Kit MK-2' ,0,2,0,20,7,6,5000,0,1000,0,3,10,0,0,0,0,0,0,0,0,0,0,0, 'medikit' , 'This enables you to recover physical strength. 3 units' ,3,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30003, 'Medical Kit MK-3' ,0,2,0,40,7,7,20000,0,1000,0,4,10,0,0,0,0,0,0,0,0,0,0,0, 'medikit' , 'This enables you to recover physical strength. 4 units' ,4,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30101, 'Repair Kit RK-1' ,0,2,0,0,7,5,400,0,1000,0,2,10,0,0,0,0,0,0,0,0,0,0,0, 'repairkit' , 'Enables you to repair armor. 2 units' ,2,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30102, 'Repair Kit RK-2' ,0,2,0,20,7,6,5000,0,1000,0,3,10,0,0,0,0,0,0,0,0,0,0,0, 'repairkit' , 'Enables you to repair armor. 3 units' ,3,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (30103, 'Repair Kit RK-3' ,0,2,0,40,7,7,20000,0,1000,0,4,10,0,0,0,0,0,0,0,0,0,0,0, 'repairkit' , 'Enables you to repair armor. 4 units' ,4,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25001, 'Ring of the Citizen' ,0,2,0,0,6,2,400,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0, '0' , 'This ring was designed by the mayor in commemoration of his city and citizens.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25002, 'Ring of the Crying Hawk' ,0,2,0,0,6,2,400,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, '0' , 'This legendary ring was used by the special combat forces in ancient times.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25003, 'Warriors Cry' ,0,2,0,10,6,2,1000,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0, '0' , 'This small ring preserves the wishes of many warriors who longed for a safe return home alive.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25004, 'Pierres Ring' ,0,2,0,10,6,2,1000,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0, '0' , 'This ring holds the spirit of a brave commander who was killed in battle.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25005, 'FMT Ring' ,0,2,0,20,6,2,10000,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0, '0' , 'This unique ring was designed to commemorate the scientist who created a system named FMT. There is a faint McField signature inscribed inside of the band.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25006, 'Ring of Good Fortune' ,0,2,0,20,6,0,10000,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0, '0' , 'Simple designed ring for good fortune.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25007, 'Altemas Ring' ,0,2,0,30,6,2,20000,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, '0' , 'This ring was designed by the TEAMI in commemoration of Altemas war achievements.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25008, 'Band of the Blood' ,0,2,0,30,6,4,20000,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0, '0' , 'A beautiful red jewel is the center piece for this energy based ring.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25009, 'Elias Ring' ,0,2,0,40,6,2,40000,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0, '0' , 'Elias troops heroically protected Menlo, during the battle of Sun and raised the overall morale of Emperor Altemas soldiers. This ring was created to commemorate the princess call of immortal courage.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (25010, 'Ring of a Feather' ,0,2,0,40,6,0,40000,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0, '0' , 'This legendary ring enhances forces that help defy gravity.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (20001, 'Champion Crown (Men)' ,0,2,0,25,1,4,0,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_head_crown' , 'A crown for the winner of the Clan Tournament. It can only be owned by the winners. ' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (20501, 'Champion Crown (Women)' ,0,2,0,25,1,4,0,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_head_crown' , 'A crown for the winner of the Clan Tournament. It can only be owned by the winners.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21001, 'Ares Running Shirt' ,0,2,0,0,2,5,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_chest_12' , 'Mens running shirt designed by Ares, a supplier of military outfits.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21002, 'Renaut Cotton Shirt' ,0,2,0,0,2,10,200,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_chest_06' , 'Very active mens cotton shirt designed by Renaut Sports.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21003, 'Venico Leather Coat' ,0,2,0,10,2,15,800,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0, 'eq_chest_13' , 'Mens Leather Coat designed by Venico.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21004, 'Vinz Winter Jacket' ,0,2,0,20,2,18,1600,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0, 'eq_chest_01' , 'This winter jacket for men has good thermal insulation great for any cold environment.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21005, 'Miz Leather Coat' ,0,2,0,30,2,20,3200,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0, 'eq_chest_03' , 'Quite Fashionable and stylish mens trench coat produced by Miz.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21006, 'Ares Military Jacket' ,0,2,0,0,2,12,200,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_chest_a001' , 'Military jacket that Ares designed to supply the military.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21007, 'Vinz Long Coat' ,0,2,0,20,2,16,1600,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0, 'eq_chest_07_1' , 'Long wool coat designed by Vinz for men.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21008, 'Renaut Summer Shirt' ,0,2,0,0,2,10,500,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_chest_21' , 'Mens shirt with flower patterns designed by Renaut for summer.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21009, 'Miz Noir formal shirt' ,0,2,0,40,2,20,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0, 'eq_chest_02' , 'Dandy upper garments set of shirt, tie and vest from Miz Company.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21010, 'Empire Royal Guard coat (Men)' ,0,2,0,60,2,20,0,0,0,0,0,0,0,0,2,30,0,0,0,0,0,0,0, 'eq_chest_guard' , 'Mens coat for the Royal Guard, who protect the Imperial family.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21011, 'Clan Master Coat (Male)' ,0,2,0,15,2,16,0,0,0,0,0,0,0,0,6,23,0,0,0,0,0,0,0, 'eq_chest_clanmaster' , 'Coat (for male) provided with purchase of clan name change item. Only the clan master can wear it.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21501, 'Flex Cotton T-Shirt' ,0,2,0,0,2,5,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_chest_05' , 'Cotton T-Shirt exclusively for women. This product is especially suitable for active women.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21502, 'Urike Leather Jacket' ,0,2,0,0,2,10,200,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_chest_n013' , 'Urike Womens Leather Jacket quite popular with the elastic fabric.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21504, 'Arona Leather Jacket' ,0,2,0,10,2,15,800,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0, 'eq_chest_c001' , 'Fashionable leather jacket for women.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21503, 'Rex Military Vest' ,0,2,0,20,2,18,1600,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0, 'eq_chest_p001' , 'Womens military vest, which ensures greater survival in combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21505, 'L-Star Leather Coat' ,0,2,0,30,2,20,3200,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0, 'eq_chest_long001' , 'Womens luxury coat designed by L-Star.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21506, 'Rex Military Jacket' ,0,2,0,0,2,12,200,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_chest_07' , 'Womens military jacket supplied by Rex.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21507, 'Urike Trench Coat' ,0,2,0,20,2,16,1600,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0, 'eq_chest_long004' , 'Womens stylish trench coat, a new design by Urike.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21508, 'Bics Summer Top' ,0,2,0,0,2,10,500,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_chest_21' , 'Womens flower patterned top for summer wear, designed by Bics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21509, 'L* Noir formal shirt' ,0,2,0,40,2,20,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0, 'eq_chest_noir' , 'Dandy upper garments set of shirt, tie and vest from L* Company.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21510, 'Empire Royal Guard coat (Women)' ,0,2,0,60,2,20,0,0,0,0,0,0,0,0,2,30,0,0,0,0,0,0,0, 'eq_chest_guard' , 'Womens coat for the Royal Guard, who protect the Imperial family.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (21511, 'Clan Master Coat (Female)' ,0,2,0,15,2,16,0,0,0,0,0,0,0,0,6,23,0,0,0,0,0,0,0, 'eq_chest_clanmaster' , 'Coat (for female) provided with purchase of clan name change item. Only the clan master can wear it.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22001, 'Ares Combat Gloves' ,0,2,0,0,5,5,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_hands_a001' , 'Popular combat gloves, very comfortable simple design.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22002, 'Vinz Winter Gloves' ,0,2,0,10,5,5,500,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_hands_01' , 'Winter gloves for men. designed by Vinz.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22003, 'Ares Iron Gloves' ,0,2,0,20,5,8,1000,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0, 'eq_hands_02' , 'During combat these iron gloves provide excellent defensive power.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22004, 'Miz Sheep Leather Gloves' ,0,2,0,20,5,6,1500,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0, 'eq_hands_04' , 'Gloves made of durable sheep leather.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22005, 'Renaut Summer Gloves' ,0,2,0,0,5,4,250,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_hands_21' , 'Summer gloves for men, designed by Renaut.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22006, 'Miz stylish leather gloves' ,0,2,0,40,5,7,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0, 'eq_hands_03' , 'High quality soft leather gloves with excellent durability. Product of Miz Company.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22007, 'Empire Royal Guard gloves (Men)' ,0,2,0,60,5,6,0,0,0,0,0,0,0,0,1,17,0,0,0,0,0,0,0, 'eq_hands_guard' , 'Mens gloves for the Royal Guard, who protect the Imperial family.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22501, 'Rex Combat Gloves' ,0,2,0,0,5,5,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_hands_07' , 'Traditional design combat gloves, made out of elastic materials.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22502, 'Arona Winter Leather Gloves' ,0,2,0,10,5,5,500,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_hands_leather04' , 'Womens winter leather gloves.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22503, 'Rex Iron Gloves' ,0,2,0,20,5,8,1000,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0, 'eq_hands_02' , 'Womens iron gloves designed for aggressive combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22504, 'Urike Sheepskin Leather Gloves' ,0,2,0,20,5,6,1500,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0, 'eq_hands_leather02' , 'Womens sheepskin leather gloves designed for combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22505, 'Bics Summer Gloves' ,0,2,0,0,5,4,250,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_hands_21' , 'Womens gloves for summer wear designed by Bics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22506, 'L* stylish leather gloves' ,0,2,0,40,5,7,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0, 'eq_hands_noir' , 'High quality soft leather gloves with excellent durability. Product of L* Company.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (22507, 'Empire Royal Guard gloves (Women)' ,0,2,0,60,5,6,0,0,0,0,0,0,0,0,1,17,0,0,0,0,0,0,0, 'eq_hands_guard' , 'Womens gloves for the Royal Guard, who protect the Imperial family.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23001, 'Vinz Training Pants' ,0,2,0,0,3,10,50,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_legs_01' , 'Mens trousers designed by Vinz, made out of elastic materials.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23005, 'Ares Military Trousers' ,0,2,0,0,3,10,200,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_legs_a001' , 'Trousers that Ares supplies to the military.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23002, 'Renaut Sporty Pants' ,0,2,0,0,3,10,200,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0, 'eq_legs_02' , 'Sporty trousers designed by Renaut sportswear.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23004, 'Venico Denim Trousers' ,0,2,0,10,3,15,1200,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0, 'eq_legs_13' , 'Venico trousers designed for men.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23003, 'Miz Leather Trousers' ,0,2,0,20,3,15,2400,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0, 'eq_legs_04' , 'Miz trousers in a sophisticated design to enhance greater defense. Sleek and clean sewing on pure leather.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23006, 'Webs Blue Jeans' ,0,2,0,20,3,14,3000,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0, 'eq_legs_12' , 'Webs jeans for tough adventurers.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23007, 'Renaut Summer Shorts' ,0,2,0,0,3,10,500,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0, 'eq_legs_21' , 'Mens swim trousers for summer designed by Renaut.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23008, 'Miz Noir formal pants' ,0,2,0,40,3,15,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0, 'eq_legs_03' , 'Formal pants which form a set with the Noir formal shirt. Product of Miz Company.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23009, 'Empire Royal Guard pants (Men)' ,0,2,0,60,3,17,0,0,0,0,0,0,0,0,1,29,0,0,0,0,0,0,0, 'eq_legs_guard' , 'Mens pants for the Royal Guard, who protect the Imperial family.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23501, 'Flex Training Pants' ,0,2,0,0,3,10,50,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_legs_g002' , 'Flex womens training pants with excellent elasticity, good touch and feel.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23508, 'Rex Military Trousers' ,0,2,0,0,3,10,200,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_legs_007' , 'Womens military trousers designed by Rex.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23502, 'Arona Blue Jeans' ,0,2,0,0,3,10,200,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0, 'eq_legs_j001' , '(Discontinued Item) Womens Blue jeans widely worn by all, young and old.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23503, 'Rex Military Trousers' ,0,2,0,0,3,15,1200,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0, 'eq_legs_c001' , 'Comfortable military trousers especially designed for female soldiers.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23504, 'L-Star Black Cotton Slacks' ,0,2,0,0,3,15,2400,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0, 'eq_legs_ge001' , '(Discontinued Item) Cotton trousers with luxurious touch that L-Star presents for special females.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23505, 'Arona Blue Jeans (Women)' ,0,2,0,0,3,10,200,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0, 'eq_legs_j001' , 'Womens Blue jeans widely worn by all, young and old.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23506, 'Vinz Chamois Trousers' ,0,2,0,10,3,15,1200,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0, 'eq_legs_c001' , 'Womens Chamois trousers with a good touch and feel, designed by Vinz.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23507, 'L-Star Black Cotton Slacks' ,0,2,0,20,3,15,2400,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0, 'eq_legs_ge001' , 'Cotton trousers (new) with luxurious touch that L-Star presents for special females.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23509, 'Urike Cotton Slacks' ,0,2,0,20,3,14,3000,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0, 'eq_legs_c002' , 'Stylish cotton trousers made by Urike. They have an added practical touch and stylish look, using coarse fabric.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23510, 'Bics Summer Shorts' ,0,2,0,0,3,10,500,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0, 'eq_legs_21' , 'Womens swimming shorts for summer designed by Bics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23511, 'L* Noir formal pants' ,0,2,0,40,3,15,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0, 'eq_legs_noir' , 'Formal pants which form a set with the Noir formal shirt. Product of L* Company.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (23512, 'Empire Royal Guard pants (Women)' ,0,2,0,60,3,17,0,0,0,0,0,0,0,0,1,29,0,0,0,0,0,0,0, 'eq_legs_guard' , 'Womens pants for the Royal Guard, who protect the Imperial family.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24001, 'Ares Combat Shoes' ,0,2,0,0,4,5,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_feet_a001' , 'High-end shoes with comfortable touch for dynamic activity.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24002, 'Venico Casual Shoes' ,0,2,0,0,4,5,100,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_feet_05' , 'Uniquely designed casual shoes.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24003, 'Renaut Climbing Shoes' ,0,2,0,10,4,5,500,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0, 'eq_feet_04' , 'Made with sturdy leather, these shoes do not tear no matter how tough the terrain is that they trod upon.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24004, 'Ares Iron Boots' ,0,2,0,20,4,8,1000,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0, 'eq_feet_02' , 'Heavy boots for greater defensive power during battle.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24005, 'Vinz Casual Shoes' ,0,2,0,20,4,6,1500,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0, 'eq_feet_09' , 'Very sturdy casual shoes designed by Vinz.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24006, 'Renaut Summer Sandals' ,0,2,0,0,4,4,250,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_feet_21' , 'Mens sandals for summer designed by Renaut.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24007, 'Miz stylish shoes' ,0,2,0,40,4,7,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0, 'eq_feet_07' , 'High quality formal shoes from Miz Company.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24008, 'Empire Royal Guard boots (Men)' ,0,2,0,60,4,8,0,0,0,0,0,0,0,0,1,22,0,0,0,0,0,0,0, 'eq_feet_guard' , 'Mens boots for the Royal Guard, who protect the Imperial family.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24501, 'Urike Leather Shoes' ,0,2,0,0,4,5,50,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_feets_leather003' , 'Urike leather shoes designed for combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24502, 'Rex Combat Shoes' ,0,2,0,0,4,5,100,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_feets_07' , 'Combat shoes specially made for female soldiers by Rex.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24503, 'L-Star Leather Boots' ,0,2,0,10,4,5,500,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0, 'eq_feets_leather007' , 'Leather boots designed by L-Star.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24504, 'Rex Iron Boots' ,0,2,0,20,4,8,1000,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0, 'eq_feets_p002' , 'Heavy looking, however these shoes are made for those who put great value to their defensive power.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24505, 'Urike Leather Boots' ,0,2,0,20,4,6,1500,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0, 'eq_feets_leather008' , 'Leather boots with a unique touch and feel, designed by Urike.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24506, 'Bics Summer Sandals' ,0,2,0,0,4,4,250,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_feet_21' , 'Womens summer sandals, designed by Bics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24507, 'L* stylish shoes' ,0,2,0,40,4,7,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0, 'eq_feet_noir' , 'High quality formal shoes from L* Company.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (24508, 'Empire Royal Guard boots (Women)' ,0,2,0,60,4,8,0,0,0,0,0,0,0,0,1,22,0,0,0,0,0,0,0, 'eq_feets_guard' , 'Womens boots for the Royal Guard, who protect the Imperial family.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300011, 'STR:ZITEM_NAME_300011' ,0,2,0,0,8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300011' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300012, 'STR:ZITEM_NAME_300012' ,0,2,0,0,8,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300012' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300013, 'STR:ZITEM_NAME_300013' ,0,2,0,0,8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300013' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300014, 'STR:ZITEM_NAME_300014' ,0,2,0,0,8,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300014' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300015, 'STR:ZITEM_NAME_300015' ,0,2,0,0,8,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300015' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300016, 'STR:ZITEM_NAME_300016' ,0,2,0,0,8,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300016' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300017, 'STR:ZITEM_NAME_300017' ,0,2,0,0,8,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300017' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300018, 'STR:ZITEM_NAME_300018' ,0,2,0,0,8,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300018' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300021, 'STR:ZITEM_NAME_300021' ,0,2,0,0,8,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300021' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300022, 'STR:ZITEM_NAME_300022' ,0,2,0,0,8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300022' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300023, 'STR:ZITEM_NAME_300023' ,0,2,0,0,8,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300023' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300024, 'STR:ZITEM_NAME_300024' ,0,2,0,0,8,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300024' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300025, 'STR:ZITEM_NAME_300025' ,0,2,0,0,8,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300025' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300026, 'STR:ZITEM_NAME_300026' ,0,2,0,0,8,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300026' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300031, 'Skeleton Sword' ,0,2,0,0,8,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'Precious sword used by the Skeleton soldiers.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300032, 'STR:ZITEM_NAME_300032' ,0,2,0,0,8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300032' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300033, 'STR:ZITEM_NAME_300033' ,0,2,0,0,8,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300033' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300034, 'STR:ZITEM_NAME_300034' ,0,2,0,0,8,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300034' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300035, 'STR:ZITEM_NAME_300035' ,0,2,0,0,8,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300035' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300036, 'STR:ZITEM_NAME_300036' ,0,2,0,0,8,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300036' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300037, 'STR:ZITEM_NAME_300037' ,0,2,0,0,8,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300037' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (300039, 'STR:ZITEM_NAME_300039' ,0,2,0,0,8,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'STR:ZITEM_DESC_300039' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (399998, 'GM Coat (Women)' ,0,2,0,0,2,1,400,0,0,0,0,0,0,0,999999,0,0,0,0,0,0,0,0, 'eq_chest_gm' , 'GM exclusive Coat' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (399999, 'GM Coat (Men)' ,0,2,0,0,2,1,400,0,0,0,0,0,0,0,999999,0,0,0,0,0,0,0,0, 'eq_chest_gm' , 'GM exclusive Coat' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400001, 'Ring of Apology' ,0,2,0,0,6,5,800,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0, '0' , '(Event Item) This unique heavy ring enhances defensive strength during battle.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400002, 'Bug Buster Trench Coat (Men)' ,0,2,0,0,2,5,0,0,0,0,0,0,0,0,0,5,2,0,0,0,0,0,0, 'eq_chest_07' , '(Event Item) Mens trench coat that only those adventurers who helped rid the abnormal noxious creatures away from the world of Astra, can wear it.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400003, 'Bug Buster Trench Coat (Women)' ,0,2,0,0,2,5,0,0,0,0,0,0,0,0,0,5,2,0,0,0,0,0,0, 'eq_chest_long003' , '(Event Item) Womens trench coat that only those adventurers who helped rid the abnormal noxious creatures away from the world of Astra, can wear it.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400004, 'Main Event Jacket (Men)' ,0,2,0,0,2,2,0,0,0,0,0,0,0,0,15,15,2,0,0,0,0,0,0, 'eq_chest_staff' , '(Event Item) Jackets for the crowd control staff members.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400005, 'Main Event Jacket (Women)' ,0,2,0,0,2,2,0,0,0,0,0,0,0,0,15,15,2,0,0,0,0,0,0, 'eq_chest_staff' , '(Event Item) Jackets for the crowd control staff members.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400006, 'Deciphers Ring' ,0,2,0,0,6,1,40000,0,0,0,0,0,0,0,20,20,5,0,0,0,0,0,0, '0' , '(Event Item) Precious golden ring with ancient symbols inscribed on its surface.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400007, 'Triangle Seaweed-Rolled Rice' ,0,2,0,5,7,5,2000,0,1000,0,4,10,0,0,0,0,0,0,0,0,0,0,0, 'samgak01' , '(Event Item) Triangle shaped rice rolls wrapped in seaweed. It can help you recover health and armor in combat.' ,4,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400008, 'Pampoa Companion Coat (Men)' ,0,2,0,0,2,5,2000,0,0,0,0,0,0,0,2,2,2,0,0,0,0,0,0, 'eq_chest_ce' , 'Mysterious legendary armor produced by King Roku for the Pampoa tribe. This coat enhances health and armor during battle.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400009, 'Pampoa Companion Coat (Women)' ,0,2,0,0,2,5,2000,0,0,0,0,0,0,0,2,2,2,0,0,0,0,0,0, 'eq_chest_ce' , 'Mysterious legendary armor produced by King Roku for the Pampoas tribe. This coat enhances health and armor during battle.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400010, 'Candy Bar' ,0,2,0,10,7,5,1000,0,1000,0,5,10,0,0,0,0,0,0,0,0,0,0,0, 'candy' , '(Event Item) Sweet Candy.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400011, 'Burning Tide Helmet (Men)' ,0,2,0,0,1,5,100,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'eq_head_helmet2' , 'Designed by Vinz. The flames give it an intense look.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400012, 'Burning Tide Helmet (Women)' ,0,2,0,0,1,5,100,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'eq_head_helmet' , 'Designed by Vinz. The fierce but passionate look is so impressive.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400013, 'Turkey Dinner' ,0,2,0,1,7,4,100,0,1000,0,3,10,0,0,0,0,0,0,0,0,0,0,0, 'medickit_turkey' , 'Special item for Thanksgiving that has healing powers.' ,3,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400014, 'Icecream' ,0,2,0,0,7,5,0,0,1000,0,4,10,0,0,0,0,0,0,0,0,0,0,0, 'medickit_icecream' , 'Natural Icecream for hot summer nights. Its good for health and has good taste, so lets have it as much as possible.' ,4,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (500001, 'Adventurer Dagger' ,0,2,0,0,8,4,500000,9,356,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger06' , 'Practical lightweight dagger.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (500002, 'Koden Knife' ,0,2,0,7,8,4,500000,10,346,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger05' , 'A dagger designed by a legendary swordsman.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (500003, 'Dark-Sun Martial Dagger' ,0,2,0,15,8,6,500000,11,346,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger04' , 'An obscure dagger handed down from the Moon dynasty.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (500004, 'Ridic Hunter Dagger' ,0,2,0,0,8,4,500000,8,356,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'dagger11' , 'This strange dagger raises defensive strength.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (500005, 'Cakram' ,0,2,0,25,8,8,500000,14,380,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'dagger_cakram' , 'An unsually shaped ring sword that only the first class swordsmen of the ancient kingdom could handle. The sound of it piercing the wind makes their own army tremble with fear.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502001, 'Adventurer Long Sword' ,0,2,0,0,8,9,500000,16,359,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana05' , 'Adventurers Lightweight practical sword.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502002, 'Salamanda' ,0,2,0,7,8,8,500000,17,349,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana07' , 'A unique sword designed by a legendary swordsman.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502003, 'Dark Karma' ,0,2,0,15,8,10,500000,19,349,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana08' , 'An obscure sword handed down from the Moon dynasty.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502004, 'Wooden Sword' ,0,2,0,0,8,6,500000,10,329,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana15' , 'A light wooden sword suitable for beginners practicing swordsmanship.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502005, 'Mace' ,0,2,0,0,8,12,500000,17,370,0,0,0,0,0,0,2,0,0,0,0,0,0,0, 'katana16' , 'A gruesome looking iron hammer. It is powerful, but slow, heavy and hard to handle.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502006, 'Sacrifice' ,0,2,0,40,8,11,500000,26,450,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana18' , 'A sword that assumedly used for ancient traditional ceremonies. The blade is not made of iron but some mystery metal and despite for its old age, the blade hasnt lost its sharpness.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502007, 'Golden Dragon Dual Sword' ,0,2,0,25,8,18,500000,17,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'blade_gdk' , 'Golden Dragon Dual Sword, used by the highest officers, designed to intimidate enemies of the Empire. (Designed by Bak4Maru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502008, 'Thunder Bird' ,0,2,0,25,8,11,500000,22,399,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana_thunder' , 'A sword made of mystical black iron only found at the mountain areas of southern mainland. The unique refinery technique of black iron made the thunder bird shape on the sword. (Designed by jin_sd from KR GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502009, 'PlungerX' ,0,2,0,15,8,8,500000,22,329,0,0,0,0,0,5,0,0,0,0,0,0,0,0, 'katana_plunger' , 'Ultimate weapon that can flush anything. It strikes both mind and body.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502010, 'PlungerX' ,0,2,0,15,8,8,500000,16,329,0,0,0,0,0,5,0,0,0,0,0,0,0,0, 'katana_plunger' , 'Ultimate weapon that can flush anything. It strikes both mind and body.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (502011, 'ROCK' ,0,2,0,25,8,12,500000,24,450,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana19' , 'The sword that has the soul of a legendary guitarist of Astra. The sound from the hilt drives people wild and even a slight touch of the blade can be deadly. (Designed by ROOT from JAPAN GunZ)' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504001, 'Adventurer Pistol x2' ,0,2,0,0,9,12,500000,18,250,36,12,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol18x2' , '(Dual Wield) These pistols are mainly used by novice adventurers.' ,12,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504002, 'Ridic Hunter Pistol x2' ,0,2,0,0,9,12,500000,16,240,36,13,4,1,0,0,2,0,0,0,0,0,0,0, 'pistol20x2' , '(Dual Wield) These strange pistols raise AP for the person who wears it.' ,13,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504003, 'Iris Pistol x2' ,0,2,0,7,9,12,500000,20,220,36,12,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol04x2' , '(Dual Wield) These are pistols that the Republics soldiers used to use. It was named after their residence.' ,12,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504004, 'Iron Crow Pistol x2' ,0,2,0,15,9,14,500000,24,200,36,13,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol13x2' , '(Dual Wield) Pistols used in Iron Crow, the center of the Havani.' ,13,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504501, 'Iris Revolver x2' ,0,2,0,7,9,12,500000,38,360,36,6,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol09x2' , '(Dual Wield) Revolvers that the Republics soldiers used to use. It was named after their residence.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504502, 'Iron Crow Revolver x2' ,0,2,0,15,9,14,500000,42,360,36,8,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol17x2' , '(Dual Wield) Revolvers used in Iron Crow, the center of the Havani.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504503, 'Gold Hound x2' ,0,2,0,24,9,16,500000,48,450,80,6,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol15x2' , '(Dual Wield) The most powerful revolvers of their class. Developed mainly focusing on firepower. It is difficult for beginners to use it due to its slow firing rate and strong recoil.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504504, 'Peacemaker x2' ,0,2,0,40,9,17,500000,50,400,90,6,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol11x2' , 'A pair of revolver which use Magnum bullets to enhance the fire power. In order to reduce the recoil and increase the continuous shooting power, the size of the gun is augmented to raise the weight.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504505, 'Golden Olympus' ,0,2,0,15,9,18,500000,46,450,80,6,4,1,0,0,0,0,0,0,0,0,0,0, 'pistol_brazil' , 'A powerful pistol created by a famous gunsmith from the Midwest part of Astra. (Designed by Müller Pereira from Brazil GunZ)' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (504506, 'Bow Gun' ,0,2,0,25,9,17,500000,48,500,30,8,8,0,0,0,0,0,0,0,0,0,0,0, 'pistol_bowgun' , 'A weapon that shoots arrows using the catapult. It is remodeled to improve the revolvers control ability.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (505001, 'Adventurer SMG x2' ,0,2,0,0,9,28,500000,14,85,90,40,5,1,0,0,0,0,0,0,0,0,0,0, 'smg06x2' , '(Dual Wield) SMGs mainly used by novice adventurers. It seems that merchants remodel the Renards Magazine illegally and then sell them on the black market.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (505002, 'Iris SMG x2' ,0,2,0,7,9,28,500000,16,95,90,40,5,1,0,0,0,0,0,0,0,0,0,0, 'smg08x2' , '(Dual Wield) SMGs that the Republics soldiers used to use.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (505003, 'Iron Crow SMG x2' ,0,2,0,15,9,28,500000,16,90,80,40,5,1,0,0,0,0,0,0,0,0,0,0, 'smg07x2' , '(Dual Wield) SMGs used in Iron Crow, the center of the Havani.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (505004, 'Nail Gun SMG x2' ,0,2,0,15,9,26,500000,17,120,80,40,5,1,0,0,0,0,0,0,0,0,0,0, 'smg_nailgun' , 'An industrial tool reformed for military use. It has strong damage but slow consecutive shot speed.' ,40,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (506001, 'Iris Shotgun' ,0,2,0,7,9,18,500000,7,1100,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun08' , 'Shotgun that the Republics soldiers used to use. It was named after their residence.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (506002, 'Iron Crow Shotgun' ,0,2,0,15,9,18,500000,7,900,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun09' , 'Shotgun used in Iron Crow, the center of the Havani.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (506003, 'Biggie Shotgun' ,0,2,0,7,9,16,500000,7,1200,0,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun10_1' , 'A unknown foreign country developed this shotgun. It looks a little too light as a weapon, but the gun has great capability which comes from its light weight.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (506004, 'Cruelizon' ,0,2,0,24,9,18,500000,9,1100,0,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun06' , 'A shotgun with enhanced power from the Breaker series. Fire rate and stability are relatively decreased, thus making it hard to control this gun.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (506005, 'Pioneer' ,0,2,0,40,9,18,0,9,1000,70,6,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun11' , 'The guns inner structure is remarkably altered for faster continuous shooting and high bullet charge. Such attempt has named the weapon as Pioneer.' ,6,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (506006, 'Arquebus' ,0,2,0,40,9,15,0,11,1100,80,2,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun_long' , 'Updated version of an old model which was once quite popular. It has extreme destructive power, but is rather difficult to control.' ,2,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (506007, 'Red Arquebus' ,0,2,0,40,9,16,0,11,1100,100,3,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun_long_red' , '[Rare] Limited Edition of remodeled “Arquebusâ€. The ammunition capacity for one clip has increased, but is rather difficult to control.' ,3,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (507001, 'Iris Rifle' ,0,2,0,7,9,18,500000,15,110,30,36,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle10' , 'Rifle that the Republics soldiers used to use. It was named after their residence.' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (507002, 'Iron Crow Rifle' ,0,2,0,15,9,18,500000,16,100,30,36,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle15' , 'Rifle used in Iron Crow, the center of the Havani.' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (507003, 'Prime TX' ,0,2,0,24,9,18,500000,17,100,30,36,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle09' , 'A rifle focused on fire rate and stability. Its stable and controllable recoil makes it an excellent choice to use.' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (507004, 'Garm' ,0,2,0,40,9,18,0,19,100,30,36,6,1,0,0,0,0,0,0,0,0,0,0, 'rifle17' , 'The test model which has been developed secretly at Walcom Company. In order to reduce the weight and increase the bullet charge, the newest high technology is introduced to the weapon.' ,36,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (508001, 'Iron Crow Machine Gun' ,0,2,0,15,9,26,500000,15,100,70,120,10,1,0,0,0,0,0,0,0,0,0,0, 'machinegun03' , 'Machine Gun used in Iron Crow, the center of the Havani, main city for outlaws.' ,120,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (509001, 'Iris Rocket' ,0,2,0,7,9,28,500000,35,1000,50,4,3,1,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher04' , 'A rocket the Republic soldiers used to use. It was named after their residence.' ,4,90,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (509002, 'Iron Crow Rocket' ,0,2,0,15,9,26,500000,55,1400,50,4,3,1,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher06' , 'A rocket produced for the Iron Crow. Used to dominate Havani, city of outlaws.' ,4,90,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (509003, 'Pressure RX' ,0,2,0,24,9,28,500000,50,1000,50,5,3,1,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher05' , 'A more balanced rocket launcher. Its damage is somewhat sacrificed but the clip capacity and the reload speed have been improved.' ,5,90,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (509004, 'CRUZ-FX177' ,0,2,0,25,9,16,4000,46,360,80,8,8,1,0,0,0,0,0,0,0,0,0,0, 'pistol_cru' , 'A latest model weapon identified to be created confidentially at Harvani, the city of outlaws. (Designed by Ryo ^1Shintenzu/Shikamaru ^0from NA GunZ)' ,8,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (509005, 'Jaws Launcher' ,0,2,0,25,9,30,4000,60,1400,50,4,8,1,0,0,0,0,0,0,0,0,0,0, 'rl_shark' , 'A rocket launcher in the shape of Jaws, the shark. Its performance is dreadfully powerful. ' ,4,90,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (509006, 'Breaker 9se' ,0,2,0,50,9,18,4000,9,1000,60,5,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun02' , 'Latest model of the Breaker 9 series, made by Rionix. No major changes in ability, but the level restriction got lowered.' ,5,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (509007, 'CK-1' ,0,2,0,25,9,24,4000,55,1500,50,4,8,1,0,0,0,0,0,0,0,0,0,0, 'rl_ck1' , 'A stray rocket launcher that can carry more rockets than a normal rocket launcher. It is lighter and does less damage.' ,4,90,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525001, 'Clover Ring' ,0,2,0,10,6,0,200000,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0, '0' , 'This ring brings luck and makes you lighter.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525002, 'Iron Calvary Ring' ,0,2,0,30,6,0,200000,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0, '0' , 'Powerful magicians designed this ring for the Iron Calvary. Its mighty force makes you feel lighter.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525003, 'Ring of the Great Emperor' ,0,2,0,40,6,0,200000,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0, '0' , 'This enchanted ring was designed for the Great Emperor of Ryswick. A mysterious power affects anyone that wears this ring.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525004, 'Skill Ring' ,0,2,0,0,6,3,200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'Increases experience and bounty by 20%.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525005, 'Lucky Ring' ,0,2,0,0,6,0,20000,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0, '0' , 'A ring that possesses many different mysterious powers. Only one can be equiped at a time.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525006, 'Bronze Skill Ring' ,0,2,0,0,6,1,20000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'Beginners version of skill ring. It will increase bounty and experience gained by 15%. Cannot equip the same ring simultaneously.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525007, 'Silver Skill Ring' ,0,2,0,7,6,3,20000,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0, '0' , 'Silver skill ring when activated improves learning capability and battle ability. It will increase experience gained by 20%. Cannot equip the same ring simultaneously.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525008, 'Gold Skill Ring' ,0,2,0,15,6,0,20000,0,0,0,0,0,0,0,3,3,3,0,0,0,0,0,0, '0' , 'Gold skill ring when activated awakens battle ability and learning capability to its full potential. It will increase experience gained by 25% and max weight by 3. Cannot equip the same ring simultaneously.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (525101, 'Lucky Chocolate Bar' ,0,2,0,0,7,4,2000,0,1000,0,4,10,0,0,0,0,0,0,0,0,0,0,0, 'chocobar' , 'A delicious looking chocolate. A small amount of both HP and AP are healed at once when eaten.' ,4,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (526001, 'Magazine Pouch' ,0,2,0,0,7,3,400,0,1000,0,3,10,0,0,0,0,0,0,0,0,0,0,0, 'bulletkit' , 'This Pouch holds three extra magazine clips.' ,3,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (527001, 'Medical Kit MX-S1' ,0,2,0,0,7,3,400,0,1000,0,3,10,0,0,0,0,0,0,0,0,0,0,0, 'medickit_rx' , 'A powerful super lightweight medical kit. Medical Kit MX-S1 heals almost twice more than MK series. (3 bundle pack)' ,3,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (527002, 'Medical Kit MX-S2' ,0,2,0,15,7,5,400,0,1000,0,5,10,0,0,0,0,0,0,0,0,0,0,0, 'medickit_rx' , 'A powerful super lightweight medical kit. Medical Kit MX-S2 heals almost twice more than MK series. (5 bundle pack)' ,5,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (528001, 'Repair Kit RX-S1' ,0,2,0,0,7,3,400,0,1000,0,3,10,0,0,0,0,0,0,0,0,0,0,0, 'repairkit_rx' , 'A powerful super lightweight repair kit. Repair Kit RX-S1 heals almost twice more than RK series. (3 bundle pack)' ,3,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (528002, 'Repair Kit RX-S2' ,0,2,0,15,7,5,400,0,1000,0,5,10,0,0,0,0,0,0,0,0,0,0,0, 'repairkit_rx' , 'A powerful super lightweight repair kit. Repair Kit RX-S2 heals almost twice more than RK series. (5 bundle pack)' ,5,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520001, 'Ares Military Hat' ,0,2,0,0,1,4,50000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_a001' , 'Military combat hat designed by Ares.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520002, 'Ceremonial Dress Hat (Men)' ,0,2,0,7,1,4,500000,0,0,0,0,0,0,0,2,3,0,0,0,0,0,0,0, 'eq_head_12' , 'Ceremonial dress hat designed by Icon for the Ranks of the Empire to wear at political ceremonies.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520003, 'Gunners Heaven Soft Hat (Men)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_07' , 'Exclusive soft hat for the Gunners Heaven crew, it matches a dark colored coat.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520004, 'Military Head Bandana (Men)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_04' , 'Basic military head bandana for combat.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520005, 'Basic Head Bandana (Men)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_13' , 'Mens Bandana used for fashion.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520006, 'Water-Drop Head Bandana (Men)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_15' , 'Practical lightweight bandana with a water drop pattern.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520007, 'Star Glaze Bandana (Men)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_14' , 'Soft star glazed pattern bandana for men.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520008, 'Eternal Blue Hat (Men)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_10' , 'This unique hat was designed for the Eternal Blue outlaw crew.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520009, 'Adventurers Hat (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'eq_head_16' , 'Lightweight hat recommended for novice adventurers who hate outfits with heavy equipment.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520010, 'Blue Whistle Hat (Men)' ,0,2,0,7,1,4,500000,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0, 'eq_head_20' , 'Hat designed for Blue Whistle.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520011, 'Coral Reef Hat (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'eq_head_21' , 'Keep the sun out of your eyes with this cool hat.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520012, 'Iron Crow Hat (Men)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_23' , 'Iron Crow warriors wear these protective hats around the city of Havani, the city of outlaws.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520013, 'Santa Claus Cap (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_head_santa' , 'A Christmas season Santa Cap for men.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520014, 'Phantom Breed Bandana (Men)' ,0,2,0,7,1,5,500000,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0, 'eq_head_24' , 'Heavy bandana designed for the Phantom Breed spy crew.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520015, 'Republic Gun Priest Hat (Men)' ,0,2,0,15,1,3,500000,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0, 'eq_head_22' , 'Mens hat for a secret organization associated with religious groups.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520016, 'Gray Dust Hat (Men)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_19' , 'Mens hat for the Empires elite troops.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520017, 'Sir Protector Hat (Men)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0, 'eq_head_11' , 'Mens Sir Protector Hat, designed for protection.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520018, 'Bigi Sports Hat (Men)' ,0,2,0,7,1,4,500000,0,0,0,0,0,0,0,2,3,0,0,0,0,0,0,0, 'eq_head_bigi' , 'This loud and stylish hat was designed for the Bigi crew members.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520019, 'Warrior Hat (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_head_hanbok' , 'Mens Warrior Hat used in combat, enhances defensive strength.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520020, 'Desert Flame Hat (Men)' ,0,2,0,15,1,3,500000,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_head_26' , 'Desert Flame hat originally designed for troops that were stationed in desert areas.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520021, 'Battle Brood Helmet (Men)' ,0,2,0,15,1,5,500000,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0, 'eq_head_25' , 'Specially designed mens helmet made from all reinforced material. This headgear protects against all types of damage.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520022, 'Red Active Sports Bandana (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_head_korea' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Red]' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520023, 'Yellow Active Sports Bandana (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_head_brazil' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520024, 'Blue Active Sports Bandana (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_head_japan' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520025, 'Military Officer Hat (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'eq_head_visor' , 'Military officer hat used by war fanatics.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520026, 'Classic Leather Hat (Men)' ,0,2,0,0,1,5,500000,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0, 'eq_head_musketeer3' , 'A classic leather hat for men.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520027, 'Zeus Hair Band (Men)' ,0,2,0,0,1,2,500000,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0, 'eq_head_zeus' , 'Stylishly designed lightweight hair band for men. Poor defensive enhancement, but good health bonus.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520028, 'Pumpkin Head (Men)' ,0,2,0,0,1,5,500000,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0, 'eq_head_pumpkin' , 'Happy Halloween!' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520029, 'Blue Vane Hat (Men)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_29' , 'Mens Blue Vane hat made of highly flexible material.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520030, 'Train Guard Hat (Men)' ,0,2,0,15,1,5,500000,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0, 'eq_head_33' , 'Mens hat worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520031, 'PA Hat (Men)' ,0,2,0,15,1,3,500000,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0, 'eq_head_34' , 'Mens hat worn by the personal assistants of the empires nobles.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520032, 'Divine Hands Hat (Men)' ,0,2,0,15,1,5,500000,0,0,0,0,0,0,0,5,4,0,0,0,0,0,0,0, 'eq_head_36' , 'Mens hat worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520033, 'Bunny Ears Head Band (Men)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0, 'eq_head_rabbit' , 'Mens bunny ears head band that can be used as an extra accessory.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520034, 'Cat Ears Head Band (Men)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0, 'eq_head_cat' , 'Mens cat ears head band that can be used as an extra accessory.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520035, 'Slider Sports Hat (Men)' ,0,2,0,15,1,3,500000,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0, 'eq_head_35' , 'Mens sports hat that is comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520036, 'Summer Breeze Visor (Men)' ,0,2,0,0,1,2,500000,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_head_swim' , 'A sporty visor that works well against harmful sunlight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520037, 'Carpediem School uniform Hat (Men)' ,0,2,0,25,1,3,500000,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_school' , 'Male students hat at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520038, 'Fimbul Winter Headband (Men)' ,0,2,0,25,1,2,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_winter' , 'Headband for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520039, 'Deities Aura Headset (Men)' ,0,2,0,25,1,4,500000,0,0,0,0,0,0,0,3,10,0,0,0,0,0,0,0, 'eq_head_aura' , 'Headgear for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520040, 'Hyper Mouse Head (Men)' ,0,2,0,0,1,4,10,0,0,0,0,0,0,0,2,3,0,0,0,0,0,0,0, 'eq_head_mouse' , 'A helmet which can only be worn once in twelve years.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520041, 'Star Tower hat (Men)' ,0,2,0,0,1,3,10,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0, 'eq_head_american' , 'A familiar hat with a stylish picture that looks as if seen somewhere else before.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520042, 'Big Fun Wig (Men)' ,0,2,0,0,1,3,10,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0, 'eq_head_french' , 'A festival wig that will enhance your festive mood.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520043, 'Valkyrie Headset (Men)' ,0,2,0,25,1,5,10,0,0,0,0,0,0,0,4,12,0,0,0,0,0,0,0, 'eq_head_valkyrie' , 'Valkyrie Headset for the adventurers who are active even during harsh winter. It is flexible enough for outdoor activity and keeps warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520044, 'Scriders Hat (Men)' ,0,2,0,25,1,3,10,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_28' , 'Hat worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520045, 'Icarus Hat (Men)' ,0,2,0,15,1,4,10,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_32' , 'Icarus Hat worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520046, 'Koala Hat (Men)' ,0,2,0,0,1,3,10,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0, 'eq_head_koala' , 'Hat worn by people who reside in the southern island. This hat is cute and unique to its geographical location.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520047, 'Xian Tactical Assassin Mask (Men)' ,0,2,0,25,1,4,0,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_head_Assassin' , 'Highly customized mask worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520048, 'Kung fu Wig (Men)' ,0,2,0,15,1,3,0,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0, 'eq_head_kungfu' , 'Kung fu wig that carries the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520049, 'Heavy Metal Hat (Men)' ,0,2,0,25,1,4,0,0,0,0,0,0,0,0,4,10,0,0,0,0,0,0,0, 'eq_head_heavymetal' , 'Heavy Metal Hat for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520050, 'Judgement Hair Ornament (Men)' ,0,2,0,25,1,3,0,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_head_judgement' , 'A hair ornament for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520051, 'Axium Noble Formal Hat (Men)' ,0,2,0,25,1,4,0,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_head_royal_children' , 'A formal hat worn by the young men of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520052, 'Tuxedo Wig (Men)' ,0,2,0,25,1,4,0,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0, 'eq_head_wedding' , 'A tuxedo wig for a wedding that has a sharp and elegant touch.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520053, 'Navy Hat (Men)' ,0,2,0,15,1,4,0,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_US_Navy_Costume' , 'A uniform hat worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520054, 'Yohawk Headband (Men)' ,0,2,0,15,1,4,0,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_clan_yohawk' , 'A traditional head band of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520055, 'Magician Hat (Men)' ,0,2,0,15,1,4,0,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_magician' , 'A felted hat worn by the disciples of Ramitz during the renaissance of forgotten magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520056, 'Devils Horns (Men)' ,0,2,0,25,1,4,0,0,0,0,0,0,0,0,3,10,0,0,0,0,0,0,0, 'eq_head_devil' , 'Devils Horns worn by the young lads to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520057, 'Police Hat (Men)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0, 'eq_head_police' , 'A hat worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520058, 'Fenrir Guardian Helmet (Men)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_head_fenrir_guardian' , 'Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made helmet with priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520059, 'White Winter Hat (Men)' ,0,2,0,1,0,3,500000,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_head_santa_w' , 'A white winter hat that is great for a snowy day. (Men)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520060, 'Reindeer Hair Band (Men)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'eq_head_antler' , 'A reindeer hair band for a snowy winter day. Increases EXP earned by 20%' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520061, 'Sun Rang Hat (Men)' ,0,2,0,1,0,3,500000,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0, 'eq_head_sunduk' , 'A hat of Sun Rang, a private group of the sons of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520062, 'Axium Hitman Hair (Men)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0, 'eq_head_ach' , 'Man’s wig for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520063, 'Travia Cryinghawks Wig (Men)' ,0,2,0,15,0,4,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_eola' , 'Men’s wig for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520064, 'Axium Soulreaper Wig (Men)' ,0,2,0,15,0,3,500000,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0, 'eq_head_axium_uniform' , 'Men’s wig for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520065, 'Axium High-Class Soulreaper Wig (Men)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0, 'eq_head_axium_high' , 'Mens formal wig for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520066, 'Victory Hat (Men)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'eq_head_worldcup2010' , 'A fan’s wishful hat for the victory of the game. (Men)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520067, 'Travia Preacher Wig (Men)' ,0,2,0,25,0,3,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_travia_suit' , 'The official wig for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520068, 'Shark Teeth Tricorne (Men)' ,0,2,0,15,0,4,500000,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_head_pirate' , 'A tricorne of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520069, 'Cowboy Hat (Men)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,5,8,0,0,0,0,0,0,0, 'eq_head_western' , 'A hat worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520070, 'Skull Mask (Men)' ,0,2,0,0,0,2,500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'eq_head_halloween' , 'A skull mask with a smile on it, which tempts people to wear it.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520071, 'STR:ZITEM_NAME_520071' ,0,2,0,25,0,3,500000,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_head_blackleather' , 'STR:ZITEM_DESC_520071' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520501, 'Rex Military Hat (Women)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_04' , 'Military hat for female soldiers. Designed by Rex.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520502, 'Ceremonial Dress Beret (Women)' ,0,2,0,7,1,4,500000,0,0,0,0,0,0,0,2,3,0,0,0,0,0,0,0, 'eq_head_05' , 'A ceremonial dress hat supplied to the female soldiers of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520503, 'Gunners Heaven Hat (Women)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_06' , 'A hat exclusively for the Gunners Heaven, a private organization of the Republic.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520504, 'Military Bandana (Women)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_07' , 'An easy-to-wear womens bandana. It can also be used to disguise yourself at battlefield.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520505, 'Basic Head Bandana (Women)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_10' , 'Womens Bandana used for fashion.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520506, 'Water-Drop Head Bandana (Women)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_11' , 'Practical lightweight bandana with a water drop pattern.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520507, 'Star Glaze Bandana (Women)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_12' , 'Soft star glazed pattern bandana for women.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520508, 'Eternal Blue Hat (Women)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_08' , 'For outlaws of the sea, Eternal Blue womens pirate hat.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520509, 'Adventurer Hat (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'eq_head_13' , 'A stylish baseball hat recommended for the novice adventurers. This item is made for those who hate to wear heavy gear.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520510, 'Blue Whistle Hat (Women)' ,0,2,0,7,1,4,500000,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0, 'eq_head_01' , 'The Blue Whistle womens hat.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520511, 'Coral Reef Hat (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'eq_head_20' , 'Shade the rays with a cool hat.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520512, 'Iron Crow Hat (Women)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_23' , 'Womens hat worn in Havani, the city of outlaws' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520513, 'Mrs. Claus Cap (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_head_santa' , 'Christmas season item for women.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520514, 'Phantom Breed Bandana (Women)' ,0,2,0,7,1,5,500000,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0, 'eq_head_24' , 'Heavy bandana designed for the Phantom Breed spy crew.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520515, 'Republic Gun Priestess Hat (Women)' ,0,2,0,15,1,3,500000,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0, 'eq_head_22' , 'Womens lightweight hat for a secret organization related with religious groups.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520516, 'Gray Dust Hat (Women)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_18' , 'A womens hat used by Gray Dust, the elite troops of the empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520517, 'Sir Protector Hat (Women)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0, 'eq_head_26' , 'Womens Sir Protector Hat, designed for protection.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520518, 'Bigi Sports Hat (Women)' ,0,2,0,7,1,4,500000,0,0,0,0,0,0,0,2,3,0,0,0,0,0,0,0, 'eq_head_bigi' , 'This loud and stylish hat was designed for the Bigi crew members.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520519, 'Princess Warrior Hat (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_head_hanbok' , 'The crown hat of a princess warrior in battle.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520520, 'Desert Flame Hat (Women)' ,0,2,0,15,1,3,500000,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_head_27' , 'The Desert Flames helmet is made for the female troops who are deployed in the tough terrain of the desert.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520521, 'Battle Brood Helmet (Women)' ,0,2,0,15,1,5,500000,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0, 'eq_head_25' , 'Specially designed womens helmet made from all reinforced material. This headgear protects against all types of damage.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520522, 'Red Active Sports Bandana (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_head_korea' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Red]' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520523, 'Yellow Active Sports Bandana (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_head_brazil' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520524, 'Blue Active Sports Bandana (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_head_japan' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520525, 'Military Officer Hat (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0, 'eq_head_visor' , 'A female military officer hat favored by military fanatics.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520526, 'Picnic Hat (Women)' ,0,2,0,0,1,5,500000,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0, 'eq_head_hat' , 'A gorgeous female Picnic Hat with classical look. It does not seem to have much value as an armor, but it seems that something joyful will happen.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520527, 'Zeus Hair Band (Women)' ,0,2,0,0,1,2,500000,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0, 'eq_head_zeus' , 'A light weighted female hair band. It does not have much defense bonus but is an item with strong health bonus benefit.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520528, 'Pumpkin Head (Women)' ,0,2,0,0,1,5,500000,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0, 'eq_head_pumpkin' , 'Happy Halloween!' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520529, 'Blue Vane Hat (Women)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0, 'eq_head_30' , 'Womens Blue Vane hat made of highly flexible material.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520530, 'Train Guard Hat (Women)' ,0,2,0,15,1,5,500000,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0, 'eq_head_33' , 'Womens hat worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520531, 'PA Headdress (Women)' ,0,2,0,15,1,3,500000,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0, 'eq_head_34' , 'Womens hat worn by the personal assistants of the empires nobles.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520532, 'Divine Hands Hat (Women)' ,0,2,0,15,1,5,500000,0,0,0,0,0,0,0,5,4,0,0,0,0,0,0,0, 'eq_head_35' , 'Womens nurse hat worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520533, 'Bunny Ears Head Band (Women)' ,0,2,0,0,1,4,500000,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0, 'eq_head_rabbit' , 'Womens bunny ears head band that can be used as an extra accessory.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520534, 'Cat Ears Head Band (Women)' ,0,2,0,0,1,3,500000,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0, 'eq_head_cat' , 'Womens cat ears head band that can be used as an extra accessory.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520535, 'Slider Sports Hat (Women)' ,0,2,0,15,1,3,500000,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0, 'eq_head_36' , 'Womens sports hat that is comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520536, 'Summer Breeze Hat (Women)' ,0,2,0,0,1,2,500000,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0, 'eq_head_swim' , 'A straw hat that keeps your head cool and shaded from the suns harmful rays.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520537, 'Carpediem School uniform Hat (Women)' ,0,2,0,25,1,3,500000,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_school' , 'Female students hat at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520538, 'Fimbul Winter Headband (Women)' ,0,2,0,25,1,2,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_winter' , 'Headband for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520539, 'Deities Aura Headset (Women)' ,0,2,0,25,1,4,500000,0,0,0,0,0,0,0,3,10,0,0,0,0,0,0,0, 'eq_head_aura' , 'Headgear for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520540, 'Hyper Mouse Head (Women)' ,0,2,0,0,1,4,10,0,0,0,0,0,0,0,2,3,0,0,0,0,0,0,0, 'eq_head_mouse' , 'A helmet which can only be worn once in twelve years.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520541, 'Star Tower hat (Women)' ,0,2,0,0,1,3,10,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0, 'eq_head_american' , 'A familiar hat with a stylish picture that looks as if seen somewhere else before.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520542, 'Big Fun Wig (Women)' ,0,2,0,0,1,3,10,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0, 'eq_head_french' , 'A festival wig that will enhance your festive mood.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520543, 'Valkyrie Headset (Women)' ,0,2,0,25,1,5,10,0,0,0,0,0,0,0,4,12,0,0,0,0,0,0,0, 'eq_head_valkyrie' , 'Valkyrie Headset for the adventurers who are active even during harsh winter. It is flexible enough for outdoor activity and keeps warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520544, 'Scriders Hat (Women)' ,0,2,0,25,1,3,10,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_29' , 'Hat worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520545, 'Icarus Hat (Women)' ,0,2,0,15,1,4,10,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_32' , 'Icarus Hat worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520546, 'Koala Hat (Women)' ,0,2,0,0,1,3,10,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0, 'eq_head_koala' , 'Hat worn by people who reside in the southern island. This hat is cute and unique to its geographical location.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520547, 'Xian Tactical Assassin Mask (Women)' ,0,2,0,25,1,4,10,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_head_Assassin' , 'Highly customized mask worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520548, 'Kung fu Wig (Women)' ,0,2,0,15,1,3,10,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0, 'eq_head_kungfu' , 'Kung fu wig that carries the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520549, 'Heavy Metal Hat (Women)' ,0,2,0,25,1,4,10,0,0,0,0,0,0,0,4,10,0,0,0,0,0,0,0, 'eq_head_heavymetal' , 'Heavy Metal Hat for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520550, 'Judgement Hair Ornament (Women)' ,0,2,0,25,1,3,10,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_head_judgement' , 'A hair ornament for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520551, 'Axium Noble Tiara (Women)' ,0,2,0,25,1,4,10,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_head_royal_children' , 'A formal tiara worn by the young women of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520552, 'Wedding Veil (Women)' ,0,2,0,25,1,4,10,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0, 'eq_head_wedding' , 'Pure white wedding veil of every girls dream, in cheerful minimal style.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520553, 'Navy Hat (Women)' ,0,2,0,15,1,4,10,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_head_US_Navy_Costume' , 'A uniform hat worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520554, 'Yohawk Headband (Women)' ,0,2,0,15,1,4,10,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_yohawk' , 'A traditional head band of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520555, 'Magician Hat (Women)' ,0,2,0,15,1,4,10,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_magician' , 'A hat worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520556, 'Angels Halo (Women)' ,0,2,0,25,1,4,10,0,0,0,0,0,0,0,3,10,0,0,0,0,0,0,0, 'eq_head_angel' , 'Angels halo worn by the young ladies to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520557, 'Police Hat (Women)' ,0,2,0,15,1,4,500000,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0, 'eq_head_police' , 'A hat worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520558, 'Fenrir Guardian Helmet (Women)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_head_fenrir_guardian' , 'Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made helmet with priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520559, 'White Winter Hat (Women)' ,0,2,0,1,0,3,500000,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0, 'eq_head_santa_w' , 'A white winter hat that is great for a snowy day. (Women)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520560, 'Reindeer Hair Band (Women)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'eq_head_antler' , 'A reindeer hair band for a snowy winter day. Increases EXP earned by 20%' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520561, 'Sun Rang Hair pin (Women)' ,0,2,0,1,0,3,500000,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0, 'eq_head_sunduk' , 'A hat of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520562, 'Axium Hitman Hair (Women)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0, 'eq_head_ach' , 'Woman’s wig for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520563, 'Travia Cryinghawks Wig (Women)' ,0,2,0,15,0,4,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_eola' , 'Women’s wig for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520564, 'Axium Soulreaper Wig (Women)' ,0,2,0,15,0,3,500000,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0, 'eq_head_axium_uniform' , 'Women’s wig for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520565, 'Axium High-Class Soulreaper Wig (Women)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0, 'eq_head_axium_high' , 'Womens formal wig for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520566, 'Victory Hat (Women)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'eq_head_worldcup2010' , 'A fan’s wishful hat for the victory of the game. (Women)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520567, 'Travia Preacher Wig (Women)' ,0,2,0,25,0,3,500000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_head_travia_suit' , 'The official wig for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520568, 'Shark Teeth Bicorne (Women)' ,0,2,0,15,0,4,500000,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_head_pirate' , 'A Bicorne of the Empire navy’s worst enemy ,the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520569, 'Cowgirl Hat (Women)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,5,8,0,0,0,0,0,0,0, 'eq_head_western' , 'A hat worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520570, 'Witch Hat (Women)' ,0,2,0,0,0,2,500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'eq_head_halloween' , 'A pitch-black witch’s hat. Despite its sinister look, it gives good luck to those who wear it.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (520571, 'STR:ZITEM_NAME_520571' ,0,2,0,25,0,3,500000,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_head_blackleather' , 'STR:ZITEM_DESC_520571' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521001, 'Ceremonial Dress Garment (Men)' ,0,2,0,7,2,14,50000,0,0,0,0,0,0,0,4,16,0,0,0,0,0,0,0, 'eq_chest_16' , 'A ceremonial dress garment that the Empire ranks wear at important ceremonies.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521002, 'Gunners Heaven Coat (Men)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_04' , 'Long leather coat and garment design for the Gunners Heaven crew, a private organization of the Republic.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521003, 'Eternal Blue Coat (Men)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_17' , 'Mens Coat worn by the Eternal Blue, outcast pirates from the Costa Islands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521004, 'Adventurer Jacket (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,10,0,0,0,0,0,0,0, 'eq_chest_10' , 'This jacket is great for novice adventurers who hate heavy outfits and equipment.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521005, 'Blue Whistle Jacket (Men)' ,0,2,0,7,2,14,50000,0,0,0,0,0,0,0,3,18,0,0,0,0,0,0,0, 'eq_chest_09' , 'Mens jacket worn by Blue Whistle, the headache of the empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521006, 'Coral Reef Shirt (Men)' ,0,2,0,0,2,9,50000,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_chest_20' , 'A Hawaiian shirt made for hot summer days.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521007, 'Iron Crow Coat (Men)' ,0,2,0,15,2,14,500000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_chest_23' , 'The Iron Crow men wear this coat around the city of Havani.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521008, 'Santa Claus Coat (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,1,13,0,0,0,0,0,0,0, 'eq_chest_santa' , 'Christmas gift for men.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521009, 'Phantom Breed Jacket (Men)' ,0,2,0,7,2,15,50000,0,0,0,0,0,0,0,5,16,0,0,0,0,0,0,0, 'eq_chest_24' , 'Heavy armor designed for the Phantom Breed spy crew.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521010, 'Republic Gun Priest Garment (Men)' ,0,2,0,15,2,14,50000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_chest_22' , 'Mens lightweight garment developed for a secret organization associated with religious groups.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521011, 'Gray Dust Long Coat (Men)' ,0,2,0,15,2,15,50000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_19' , 'Mens long coat worn by the elite troops, Gray Dust.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521012, 'Sir Protector Garment (Men)' ,0,2,0,15,2,15,50000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_18' , 'Mens Sir Protector Garment, designed for protection.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521013, 'Bigi Trench Coat (Men)' ,0,2,0,7,2,14,50000,0,0,0,0,0,0,0,3,18,0,0,0,0,0,0,0, 'eq_chest_bigi' , 'A men’s trench coat designed by Bigi. An exotic and sophisticated emblem is marked on the back of the coat.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521014, 'Gun Knight Trench Coat (Men)' ,0,2,0,25,2,14,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_27' , 'This trench coat was once worn by a legendary male gun knight of Axium' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521015, 'Warrior Coat (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,1,13,0,0,0,0,0,0,0, 'eq_chest_hanbok' , 'Legendary coat designed for elite warriors.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521016, 'Desert Flame Top (Men)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_26' , 'Desert Flame mens top for desert terrain.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521017, 'Battle Brood Armor (Men)' ,0,2,0,15,2,17,500000,0,0,0,0,0,0,0,4,25,0,0,0,0,0,0,0, 'eq_chest_25' , 'This special armor enhances protection against heavy damage attacks.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521018, 'Red Active Sports Shirt (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_korea' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Red]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521019, 'Yellow Active Sports Shirt (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_brazil' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521020, 'Blue Active Sports Shirt (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_japan' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521021, 'Military Officer Jacket (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0, 'eq_chest_14' , 'Military officer jacket used by war fanatics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521022, 'Zeus Coat (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,12,0,0,0,0,0,0,0, 'eq_chest_zeus' , 'Radiant lightweight coat design by Zeus. It enhances health bonuses during combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521023, 'Blue Vane Coat (Men)' ,0,2,0,0,2,9,500000,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0, 'eq_chest_29' , 'Mens Blue Vane coat made of highly flexible material.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521024, 'Train Guard Coat (Men)' ,0,2,0,15,2,14,500000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_chest_33' , 'Mens coat worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521025, 'PA Jacket (Men)' ,0,2,0,15,2,13,500000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_chest_34' , 'Mens Jacket worn by the personal assistants of the empires nobles.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521026, 'Divine Hands Robe (Men)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0, 'eq_chest_36' , 'Mens robe worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521027, 'Slider Sports Jacket (Men)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_35' , 'Mens sports jacket that is comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521028, 'Summer Breeze Shirt (Men)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,5,4,0,0,0,0,0,0,0, 'eq_chest_swim' , 'A Hawaiian shirt made for hot summer days.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521029, 'Carpediem School uniform Shirt (Men)' ,0,2,0,25,2,13,500000,0,0,0,0,0,0,0,6,17,0,0,0,0,0,0,0, 'eq_chest_school' , 'Male students shirt at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521030, 'Fimbul Winter Coat (Men)' ,0,2,0,25,2,13,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_winter' , 'Coat for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521031, 'Deities Aura Upper Garment (Men)' ,0,2,0,25,2,16,500000,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_chest_aura' , 'Upper garment for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521032, 'Maple Shirt (Men)' ,0,2,0,0,2,10,10,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_canada' , 'A familiar shirt with a vivid Maple logo on its chest. It has a refreshing scent of far away land.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521033, 'Valkyrie Coat (Men)' ,0,2,0,25,2,17,10,0,0,0,0,0,0,0,6,26,0,0,0,0,0,0,0, 'eq_chest_valkyrie' , 'Valkyrie Coat for the adventurers who are active even during harsh winter. It is flexible enough for outdoor activity and keeps warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521034, 'Scriders Coat (Men)' ,0,2,0,25,2,15,10,0,0,0,0,0,0,0,4,27,0,0,0,0,0,0,0, 'eq_chest_28' , 'Coat worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521035, 'Icarus Jacket (Men)' ,0,2,0,15,2,14,10,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_32' , 'Icarus Jacket worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521036, 'Colorful Striped Shirt (Men)' ,0,2,0,0,2,10,10,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_germany' , '3 colored striped shirt worn by the brave who want to stand out in battle.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521037, 'Ancient vest (Men)' ,0,2,0,0,2,10,10,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_peru' , 'Vest worn by ancient warriors from a distant land.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521038, 'Xian Tactical Assassin Coat (Men)' ,0,2,0,25,2,17,10,0,0,0,0,0,0,0,6,26,0,0,0,0,0,0,0, 'eq_chest_Assassin' , 'Highly customized coat worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521039, 'Kung fu Shirt (Men)' ,0,2,0,15,2,14,10,0,0,0,0,0,0,0,3,23,0,0,0,0,0,0,0, 'eq_chest_kungfu' , 'Yellow Kung fu shirt that carries the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521040, 'Heavy Metal Jacket (Men)' ,0,2,0,25,2,16,10,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_chest_heavymetal' , 'Heavy Metal Jacket for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521041, 'Judgement Upper Garment (Men)' ,0,2,0,25,2,16,10,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_chest_judgement' , 'An upper garment for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521042, 'Axium Noble Jacket (Men)' ,0,2,0,25,2,16,10,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_chest_royal_children' , 'A formal jacket worn by the young men of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521043, 'Tuxedo Jacket (Men)' ,0,2,0,25,2,15,10,0,0,0,0,0,0,0,5,25,0,0,0,0,0,0,0, 'eq_chest_wedding' , 'A tuxedo jacket for a wedding that has a sharp and elegant touch.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521044, 'Navy Shirt (Men)' ,0,2,0,15,2,15,10,0,0,0,0,0,0,0,4,23,0,0,0,0,0,0,0, 'eq_chest_US_Navy_Costume' , 'A uniform shirt worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521045, 'Yohawk Vest (Men)' ,0,2,0,15,2,13,10,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_chest_clan_yohawk' , 'A traditional vest of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521046, 'Magician Coat (Men)' ,0,2,0,15,2,14,10,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_magician' , 'A coat worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521047, 'Devils Wings (Men)' ,0,2,0,25,2,15,10,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0, 'eq_chest_devil' , 'Devils Wings worn by the young lads to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521048, 'Wing of Kali Azar' ,0,2,0,25,2,15,10,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0, 'eq_chest_devil_small' , 'Wings created by the followers of Kali Azar, the god of disease and suffering. This wings imitate the wings of Kali and are used for the ritual.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521049, 'Police Shirt (Men)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,4,23,0,0,0,0,0,0,0, 'eq_chest_police' , 'A Shirt worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521050, 'Fenrir Guardian Garment (Men)' ,0,2,0,25,0,17,500000,0,0,0,0,0,0,0,4,30,0,0,0,0,0,0,0, 'eq_chest_fenrir_guardian' , 'Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made garment with top priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521051, 'Fenrir Guardian Field Garment (Men)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,3,30,0,0,0,0,0,0,0, 'eq_chest_fenrir_guardian_s' , '[Rare] This is the Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521052, 'White Winter Top (Men)' ,0,2,0,1,0,10,500000,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0, 'eq_chest_santa_w' , 'A white winter top that is great for a snowy day. (Men)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521053, 'Sun Rang Garment (Men)' ,0,2,0,1,0,11,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_sunduk' , 'A garment of Sun Rang, a private group of the sons of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521054, 'Axium Hitman Fur Coat (Men)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,6,25,0,0,0,0,0,0,0, 'eq_chest_ach' , 'Man’s fur coat for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521055, 'Travia Cryinghawks Leather Jacket (Men)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_eola' , 'Men’s leather jacket for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521056, 'Axium Soulreaper Jumper (Men)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_axium_uniform' , 'Men’s jumper for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521057, 'Axium High-Class Soulreaper Coat (Men)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,6,25,0,0,0,0,0,0,0, 'eq_chest_axium_high' , 'Mens formal coat for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521058, 'Travia Preacher Robe (Men)' ,0,2,0,25,0,15,500000,0,0,0,0,0,0,0,4,27,0,0,0,0,0,0,0, 'eq_chest_travia_suit' , 'The official robe for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521059, 'Shark Teeth Coat (Men)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,3,23,0,0,0,0,0,0,0, 'eq_chest_pirate' , 'A coat of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521060, 'Cowboy Jacket (Men)' ,0,2,0,25,0,17,500000,0,0,0,0,0,0,0,7,23,0,0,0,0,0,0,0, 'eq_chest_western' , 'A jacket worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521061, 'STR:ZITEM_NAME_521061' ,0,2,0,25,0,15,500000,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0, 'eq_chest_blackleather' , 'STR:ZITEM_DESC_521061' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521501, 'Ceremonial Dress Jacket (Women)' ,0,2,0,7,2,14,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_chest_long002' , 'A ceremonial dress jacket supplied to the female soldiers of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521502, 'Gunners Heaven Long Wool Coat (Women)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_17' , 'A womens long wool coat and garment exclusively for the Gunners Heaven, a private organization of the Republic.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521503, 'Eternal Blue Coat (Women)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_19' , 'For outlaws of the sea, Eternal Blue womens pirate garment.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521504, 'Adventurer Jacket (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,10,0,0,0,0,0,0,0, 'eq_chest_14' , 'Womens jacket recommended for novice adventurers. This item is made for those who hate to wear heavy gear.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521505, 'Blue Whistle Jacket (Women)' ,0,2,0,7,2,14,50000,0,0,0,0,0,0,0,3,18,0,0,0,0,0,0,0, 'eq_chest_08' , 'Womens Blue Whistle jacket, Blue Whistle is known as the headache of the Empire. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521506, 'Coral Reef Bikini Top (Women)' ,0,2,0,0,2,9,50000,0,0,0,0,0,0,0,3,6,0,0,0,0,0,0,0, 'eq_chest_20' , 'A bikini top for women. Perfect for that summer tan!' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521507, 'Iron Crow Coat (Women)' ,0,2,0,15,2,14,500000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_chest_023' , 'Iron Crow womens coat worn in Havani, the main city of outlaws.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521508, 'Mrs. Claus Coat (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,1,13,0,0,0,0,0,0,0, 'eq_chest_santa' , 'Christmas season item for women.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521509, 'Phantom Breed Jacket (Women)' ,0,2,0,7,2,15,50000,0,0,0,0,0,0,0,5,16,0,0,0,0,0,0,0, 'eq_chest_024' , 'Womens Jacket handed down from ancient times. It is pretty heavy.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521510, 'Republic Gun Priestess Upper Garment (Women)' ,0,2,0,15,2,14,50000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_chest_22' , 'Womens lightweight garment for a secret organization associated with religious groups.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521511, 'Gray Dust Trench Coat (Women)' ,0,2,0,15,2,15,50000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_18' , 'A womens Gray Dust Trench Coat for the elite troops of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521512, 'Sir Protector Garment (Women)' ,0,2,0,15,2,15,50000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_026' , 'Womens Sir Protector Garment, designed for protection.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521513, 'Bigi Trench Coat (Women)' ,0,2,0,7,2,14,50000,0,0,0,0,0,0,0,3,18,0,0,0,0,0,0,0, 'eq_chest_bigi' , 'A womens trench coat designed by Bigi. An exotic and sophisticated emblem is marked on the back of the coat' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521514, 'Gun Knight Jacket (Women)' ,0,2,0,25,2,14,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_28' , 'This jacket was once worn by a legendary female gun knight of Axium.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521515, 'Princess Warrior Coat (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,1,13,0,0,0,0,0,0,0, 'eq_chest_hanbok' , 'Coat made suitable for a princess to wear in combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521516, 'Desert Flame Top (Women)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_027' , 'The Desert Flames womens top designed for troops who operate in desert.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521517, 'Battle Brood Armor (Women)' ,0,2,0,15,2,17,500000,0,0,0,0,0,0,0,4,25,0,0,0,0,0,0,0, 'eq_chest_025' , 'A part of womens special armor made of reinforced material. It protects the chest from all types of damage.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521518, 'Red Active Sports Shirt (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_korea' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Red]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521519, 'Yellow Active Sports Shirt (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_brazil' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521520, 'Blue Active Sports Shirt (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_japan' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521521, 'Military Officer Jacket (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0, 'eq_chest_15' , 'A female military officer Jacket favored by military fanatics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521522, 'Zeus Coat (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,2,12,0,0,0,0,0,0,0, 'eq_chest_zeus' , 'A light weight female coat. The harmony of orange and dark blue color attracts peoples eyes.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521523, 'Blue Vane Coat (Women)' ,0,2,0,0,2,9,500000,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0, 'eq_chest_30' , 'Womens Blue Vane coat made of highly flexible material.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521524, 'Train Guard Coat (Women)' ,0,2,0,15,2,14,500000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_chest_33' , 'Womens coat worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521525, 'PA Dress Coat (Women)' ,0,2,0,15,2,13,500000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_chest_34' , 'Womens coat worn by the personal assistants of the empires nobles.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521526, 'Divine Hands Jacket (Women)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0, 'eq_chest_35' , 'Womens jacket worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521527, 'Slider Sports Jacket (Women)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_36' , 'Womens sports jacket that is comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521528, 'Summer Breeze Bikini Top (Women)' ,0,2,0,0,2,10,500000,0,0,0,0,0,0,0,5,4,0,0,0,0,0,0,0, 'eq_chest_swim' , 'Patterned bikini top for hot summer days.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521529, 'Carpediem School uniform Shirt (Women)' ,0,2,0,25,2,13,500000,0,0,0,0,0,0,0,6,17,0,0,0,0,0,0,0, 'eq_chest_school' , 'Female students shirt at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521530, 'Fimbul Winter Coat (Women)' ,0,2,0,25,2,13,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_winter' , 'Coat for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521531, 'Deities Aura Upper Garment (Women)' ,0,2,0,25,2,16,500000,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_chest_aura' , 'Upper garment for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521532, 'Maple Shirt (Women)' ,0,2,0,0,2,10,10,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_canada' , 'A familiar shirt with a vivid Maple logo on its chest. It has a refreshing scent of far away land.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521533, 'Valkyrie Coat (Women)' ,0,2,0,25,2,17,10,0,0,0,0,0,0,0,6,26,0,0,0,0,0,0,0, 'eq_chest_valkyrie' , 'Valkyrie Coat for the adventurers who are active even during harsh winter. It is flexible enough for outdoor activity and keeps warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521534, 'Scriders Coat (Women)' ,0,2,0,25,2,15,10,0,0,0,0,0,0,0,4,27,0,0,0,0,0,0,0, 'eq_chest_29' , 'Coat worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521535, 'Icarus Jacket (Women)' ,0,2,0,15,2,14,10,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_32' , 'Icarus Jacket worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521536, 'Colorful Striped Shirt (Women)' ,0,2,0,0,2,10,10,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_germany' , '3 colored striped shirt worn by the brave who want to stand out in battle.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521537, 'Ancient vest (Women)' ,0,2,0,0,2,10,10,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_peru' , 'Vest worn by ancient warriors from a distant land.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521538, 'Xian Tactical Assassin Coat (Women)' ,0,2,0,25,2,17,10,0,0,0,0,0,0,0,6,26,0,0,0,0,0,0,0, 'eq_chest_Assassin' , 'Highly customized coat worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521539, 'Kung fu Jacket (Women)' ,0,2,0,15,2,14,10,0,0,0,0,0,0,0,3,23,0,0,0,0,0,0,0, 'eq_chest_kungfu' , 'Yellow Kung fu jacket that carries the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521540, 'Heavy Metal Shirt (Women)' ,0,2,0,25,2,16,10,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_chest_heavymetal' , 'Heavy Metal Shirt for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521541, 'Judgement Upper Garment (Women)' ,0,2,0,25,2,16,10,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_chest_judgement' , 'An upper garment for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521542, 'Axium Noble blouse (Women)' ,0,2,0,25,2,16,10,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_chest_royal_children' , 'A formal blouse worn by the young women of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521543, 'Wedding Upper Garment (Women)' ,0,2,0,25,2,15,10,0,0,0,0,0,0,0,5,25,0,0,0,0,0,0,0, 'eq_chest_wedding' , 'Pure white wedding upper garment of every girls dream, in cheerful minimal style.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521544, 'Navy Shirt (Women)' ,0,2,0,15,2,15,10,0,0,0,0,0,0,0,4,23,0,0,0,0,0,0,0, 'eq_chest_US_Navy_Costume' , 'A uniform shirt worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521545, 'Yohawk Shirt (Women)' ,0,2,0,15,2,13,10,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_chest_yohawk' , 'A traditional shirt of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521546, 'Magician Shirt (Women)' ,0,2,0,15,2,14,10,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_magician' , 'A shirt worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521547, 'Angels Wings (Women)' ,0,2,0,25,2,15,10,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0, 'eq_chest_angel' , 'Angels wings worn by the young ladies to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521548, 'Wing of Freyja' ,0,2,0,25,2,15,10,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0, 'eq_chest_angel_small' , 'Wings created by the follows of Freyja, the god of love and charity. These wings imitate the wings of Freyja and are used for the ritual.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521549, 'Police Shirt (Women)' ,0,2,0,15,2,15,500000,0,0,0,0,0,0,0,4,23,0,0,0,0,0,0,0, 'eq_chest_police' , 'A Shirt worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521550, 'Fenrir Guardian Garment (Women)' ,0,2,0,25,0,17,500000,0,0,0,0,0,0,0,4,30,0,0,0,0,0,0,0, 'eq_chest_fenrir_guardian' , 'Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made garment with top priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521551, 'Fenrir Guardian Field Garment (Women)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,3,30,0,0,0,0,0,0,0, 'eq_chest_fenrir_guardian_s' , '[Rare] This is the Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521552, 'White Winter Top (Women)' ,0,2,0,1,0,10,500000,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0, 'eq_chest_santa_w' , 'A white winter top that is great for a snowy day. (Women)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521553, 'Sun Rang Garment (Women)' ,0,2,0,1,0,11,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_chest_sunduk' , 'A garment of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521554, 'Axium Hitman Fur Coat (Women)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,6,25,0,0,0,0,0,0,0, 'eq_chest_ach' , 'Woman’s fur coat for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521555, 'Travia Cryinghawks Leather Jacket (Women)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_chest_eola' , 'Women’s leather jacket for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521556, 'Axium Soulreaper Tank top (Women)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_chest_axium_uniform' , 'Women’s tank top for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521557, 'Axium High-Class Soulreaper Coat (Women)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,6,25,0,0,0,0,0,0,0, 'eq_chest_axium_high' , 'Womens formal coat for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521558, 'Travia Preacher Robe (Women)' ,0,2,0,25,0,15,500000,0,0,0,0,0,0,0,4,27,0,0,0,0,0,0,0, 'eq_chest_travia_suit' , 'The official robe for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521559, 'Shark Teeth Blouse (Women)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,3,23,0,0,0,0,0,0,0, 'eq_chest_pirate' , 'A blouse of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521560, 'Cowgirl Jacket (Women)' ,0,2,0,25,0,17,500000,0,0,0,0,0,0,0,7,23,0,0,0,0,0,0,0, 'eq_chest_western' , 'A jacket worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (521561, 'STR:ZITEM_NAME_521561' ,0,2,0,25,0,15,500000,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0, 'eq_chest_blackleather' , 'STR:ZITEM_DESC_521561' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522001, 'Ceremonial Dress Gloves (Men)' ,0,2,0,7,5,3,50000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_hands_17' , 'Ceremonial dress gloves that the ranks of the empire wear to important ceremonies.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522002, 'Gunners Heaven Gloves (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_07' , 'Gloves for the elite Gunners Heaven crew.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522003, 'Eternal Blue Gloves (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_15' , 'Gloves worn by the outllaws of Eternal Blue.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522004, 'Adventurer Gloves (Men)' ,0,2,0,0,5,2,500000,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0, 'eq_hands_09' , 'Gloves recommended for novice adventurers who hate outfits with heavy equipment.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522005, 'Blue Whistle Gloves (Men)' ,0,2,0,7,5,3,50000,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0, 'eq_hands_08' , 'Gloves designed for Blue Whistle, the headache of the empire.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522006, 'Coral Reef Gloves (Men)' ,0,2,0,0,5,2,50000,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0, 'eq_hands_20' , 'Hot summer gloves for a cool guy.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522007, 'Iron Crow Gloves (Men)' ,0,2,0,15,5,4,50000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_23' , 'Iron Crow warriors wear these protective gloves around Havani, the city of outlaws.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522008, 'Santa Claus Gloves (Men)' ,0,2,0,0,5,2,50000,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0, 'eq_hands_santa' , 'Great gift for the Christmas season.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522009, 'Phantom Breed Gloves (Men)' ,0,2,0,7,5,4,50000,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_hands_24' , 'Gloves for the mighty men of the Phantom Breed, a spy organization.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522010, 'Republic Gun Priest Gloves(Men)' ,0,2,0,15,5,3,50000,0,0,0,0,0,0,0,2,12,0,0,0,0,0,0,0, 'eq_hands_22' , 'Mens lightweight gloves for a secret organization associated with religious groups.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522011, 'Gray Dust Gloves (Men)' ,0,2,0,15,5,4,50000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_19' , 'Gloves worn by the Gray Dust elite troops.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522012, 'Sir Protector Gloves (Men)' ,0,2,0,15,5,4,50000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_hands_18' , 'Mens Sir Protector Gloves, designed for protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522013, 'Gun Knight Gloves (Men)' ,0,2,0,25,5,4,500000,0,0,0,0,0,0,0,3,13,0,0,0,0,0,0,0, 'eq_hands_27' , 'These gloves were once worn by a legendary male gun knight of Axium.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522014, 'Warrior Gloves (Men)' ,0,2,0,0,5,2,500000,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0, 'eq_hands_hanbok' , 'Legendary gloves designed for elite warriors.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522015, 'Desert Flame Gloves (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_hands_26' , 'Desert Flame gloves originally designed for troops that were deployed to tough desert areas.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522016, 'Battle Brood Gauntlets (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_hands_25' , 'Special gauntlets made of reinforced material to enhance hand protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522017, 'Military Officer Gloves (Men)' ,0,2,0,0,5,2,500000,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0, 'eq_hands_14' , 'Gloves for military officers favored by war fanatics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522018, 'Blue Vane Gloves (Men)' ,0,2,0,0,5,2,500000,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0, 'eq_hands_29' , 'Mens Blue Vane gloves made of highly flexible material.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522019, 'Train Guard Gloves (Men)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0, 'eq_hands_33' , 'Mens gloves worn by soldiers who guard the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522020, 'PA Leather Gloves (Men)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,1,13,0,0,0,0,0,0,0, 'eq_hands_34' , 'Mens gloves worn by the personal assistants of the empires nobles.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522021, 'Divine Hands Gloves (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_hands_36' , 'Mens gloves worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522022, 'Slider Sports Gloves (Men)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,2,12,0,0,0,0,0,0,0, 'eq_hands_35' , 'Mens sports gloves that are comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522023, 'Summer Breeze Gloves (Men)' ,0,2,0,0,5,1,500000,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0, 'eq_hands_swim' , 'Matching gloves that are water resistant for better grip.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522024, 'Carpediem School uniform Gloves (Men)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_school' , 'Male students gloves at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522025, 'Fimbul Winter Gloves (Men)' ,0,2,0,25,5,4,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_hands_winter' , 'Gloves for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522026, 'Deities Aura Gloves (Men)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_hands_aura' , 'Gloves for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522027, 'Valkyrie Gloves (Men)' ,0,2,0,25,5,6,500000,0,0,0,0,0,0,0,4,16,0,0,0,0,0,0,0, 'eq_hands_valkyrie' , 'Valkyrie Gloves for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522028, 'Scriders Gloves (Men)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_28' , 'Gloves worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522029, 'Icarus Gloves (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_32' , 'Icarus Gloves worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522030, 'Xian Tactical Assassin Gloves (Men)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_hands_Assassin' , 'Highly customized gloves worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522031, 'Kung fu Gloves (Men)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,2,12,0,0,0,0,0,0,0, 'eq_hands_kungfu' , 'Yellow Kung fu gloves that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522032, 'Heavy Metal Bracelet (Men)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_heavymetal' , 'Heavy Metal Bracelet for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522033, 'Judgement Armguards (Men)' ,0,2,0,25,5,4,500000,0,0,0,0,0,0,0,4,12,0,0,0,0,0,0,0, 'eq_hands_judgement' , 'Armguards for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522034, 'Axium Noble Gloves (Men)' ,0,2,0,25,5,6,500000,0,0,0,0,0,0,0,4,15,0,0,0,0,0,0,0, 'eq_hands_royal_children' , 'Formal gloves worn by the young men of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522035, 'Tuxedo Gloves (Men)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_wedding' , 'Tuxdeo gloves for a wedding that has a sharp and elegant touch.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522036, 'Navy Gloves (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_US_Navy_Costume' , 'Uniform gloves worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522037, 'Yohawk Wristlets (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_clan_yohawk' , 'Traditional wristlets of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522038, 'Magician Gloves (Men)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_magician' , 'Gloves worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522039, 'Devils Gloves (Men)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_hands_devil' , 'Devils gloves worn by the young lads to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522040, 'Police Leather Gloves (Men)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_police' , 'Leather gloves worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522041, 'Fenrir Guardian Gloves (Men)' ,0,2,0,25,0,6,500000,0,0,0,0,0,0,0,2,20,0,0,0,0,0,0,0, 'eq_hands_fenrir_guardian' , 'Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made gloves with top priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522042, 'White Winter Gloves (Men)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_hands_santa_w' , 'White winter gloves that are great for a snowy day. (Men)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522043, 'Sun Rang Gloves (Men)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0, 'eq_hands_sunduk' , 'Gloves of Sun Rang, a private group of the sons of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522044, 'Axium Hitman Fur Gloves (Men)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_ach' , 'Man’s fur gloves for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522045, 'Travia Cryinghawks Leather Gloves (Men)' ,0,2,0,15,0,3,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_eola' , 'Men’s leather gloves for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522046, 'Axium Soulreaper Arm Protector (Men)' ,0,2,0,15,0,3,500000,0,0,0,0,0,0,0,4,10,0,0,0,0,0,0,0, 'eq_hands_axium_uniform' , 'Men’s arm protector for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522047, 'Axium High-Class Soulreaper Gloves (Men)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_hands_axium_high' , 'Mens formal gloves for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522048, 'Travia Preacher Arm Protector (Men)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_hands_travia_suit' , 'The official arm protector for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522049, 'Shark Teeth Leather Gloves (Men)' ,0,2,0,15,0,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_pirate' , 'Leather gloves of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522050, 'Cowboy Gloves (Men)' ,0,2,0,25,0,6,500000,0,0,0,0,0,0,0,4,17,0,0,0,0,0,0,0, 'eq_hands_western' , 'Gloves worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522051, 'STR:ZITEM_NAME_522051' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,3,14,0,0,0,0,0,0,0, 'eq_hands_blackleather' , 'STR:ZITEM_DESC_522051' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522501, 'Ceremonial Dress Gloves (Women)' ,0,2,0,7,5,3,50000,0,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0, 'eq_hands_leather001' , 'Ceremonial dress gloves supplied to the female soldiers of the Empire.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522502, 'Gunners Heaven Gloves (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_17' , 'Fur gloves exclusively for the Gunners Heaven, a private organization of the Republic. Gloves are made with soft rabbit fur.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522503, 'Eternal Blue Gloves (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_19' , 'The outlaw at the sea, womens pirate Eternal Blue gloves.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522504, 'Adventurer Gloves (Women)' ,0,2,0,0,5,2,500000,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0, 'eq_hands_05' , 'Womens gloves recommended for the novice adventurers. This item is made for those who hate to wear heavy gear.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522505, 'Blue Whistle Gloves (Women)' ,0,2,0,7,5,3,50000,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0, 'eq_hands_08' , 'Womens Blue Whistle gloves, Blue Whistle is known as the headache of the Empire.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522506, 'Coral Reef Gloves (Women)' ,0,2,0,0,5,2,50000,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0, 'eq_hands_20' , 'Gloves that are water resistant for better grip.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522507, 'Iron Crow Gloves (Women)' ,0,2,0,15,5,4,50000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_23' , 'Womens gloves worn in Havani, the main city of outlaws.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522508, 'Mrs. Claus Gloves (Women)' ,0,2,0,0,5,2,50000,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0, 'eq_hands_santa' , 'Christmas season item for women.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522509, 'Phantom Breed Gloves (Women)' ,0,2,0,7,5,4,50000,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_hands_24' , 'Womens gloves for a spy organization handed down from ancient times. They are somewhat heavy.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522510, 'Republic Gun Priestess Gloves (Women)' ,0,2,0,15,5,3,50000,0,0,0,0,0,0,0,2,12,0,0,0,0,0,0,0, 'eq_hands_22' , 'Womens lightweight gloves for a secret organization related with religious groups.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522511, 'Gray Dust Gloves (Women)' ,0,2,0,15,5,4,50000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_18' , 'Womens gloves worn by the Gray Dust elite troops.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522512, 'Sir Protector Gloves (Women)' ,0,2,0,15,5,4,50000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_hands_26' , 'Womens Sir Protector Gloves, designed for protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522513, 'Gun Knight Gloves (Women)' ,0,2,0,25,5,4,500000,0,0,0,0,0,0,0,3,13,0,0,0,0,0,0,0, 'eq_hands_28' , 'These gloves were once worn by a legendary female gun knight of Axium. ' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522514, 'Princess Warrior Gloves (Women)' ,0,2,0,0,5,2,500000,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0, 'eq_hands_hanbok' , 'Gloves made suitable for a princess to wear in combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522515, 'Desert Flame Gloves (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_hands_27' , 'The Desert Flame womens leather gloves, made for troops who operate in the desert.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522516, 'Battle Brood Gauntlets (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_hands_25' , 'A part of womens special armor made of reinforced material. It protects hands from all types of damage.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522517, 'Military Officer Gloves (Women)' ,0,2,0,0,5,2,500000,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0, 'eq_hands_15' , 'Female military officer gloves favored by military fanatics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522518, 'Blue Vane Gloves (Women)' ,0,2,0,0,5,2,500000,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0, 'eq_hands_30' , 'Womens Blue Vane gloves made of highly flexible material.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522519, 'Train Guard Gloves (Women)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0, 'eq_hands_33' , 'Womens gloves worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522520, 'PA cotton Gloves (Women)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,1,13,0,0,0,0,0,0,0, 'eq_hands_34' , 'Womens gloves worn by the personal assistants of the empires nobles.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522521, 'Divine Hands Gloves (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_hands_35' , 'Womens gloves worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522522, 'Slider Sports Gloves (Women)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,2,12,0,0,0,0,0,0,0, 'eq_hands_36' , 'Womens sports gloves that are comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522523, 'Summer Breeze Gloves (Women)' ,0,2,0,0,5,1,500000,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0, 'eq_hands_swim' , 'Matching gloves that are water resistant for better grip.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522524, 'Carpediem School uniform Gloves (Women)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_school' , 'Female students gloves at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522525, 'Fimbul Winter Gloves (Women)' ,0,2,0,25,5,4,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_hands_winter' , 'Gloves for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522526, 'Deities Aura Gloves (Women)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_hands_aura' , 'Gloves for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522527, 'Valkyrie Gloves (Women)' ,0,2,0,25,5,6,500000,0,0,0,0,0,0,0,4,16,0,0,0,0,0,0,0, 'eq_hands_valkyrie' , 'Valkyrie Gloves for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522528, 'Scriders Gloves (Women)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_29' , 'Gloves worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522529, 'Icarus Gloves (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_32' , 'Icarus Gloves worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522530, 'Xian Tactical Assassin Gloves (Women)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_hands_Assassin' , 'Highly customized gloves worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522531, 'Kung fu Gloves (Women)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,2,12,0,0,0,0,0,0,0, 'eq_hands_kungfu' , 'Yellow Kung fu gloves that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522532, 'Heavy Metal Bracelet (Women)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_heavymetal' , 'Heavy Metal Bracelet for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522533, 'Judgement Armguards (Women)' ,0,2,0,25,5,4,500000,0,0,0,0,0,0,0,4,12,0,0,0,0,0,0,0, 'eq_hands_judgement' , 'Armguards for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522534, 'Axium Noble Gloves (Women)' ,0,2,0,25,5,6,500000,0,0,0,0,0,0,0,4,15,0,0,0,0,0,0,0, 'eq_hands_royal_children' , 'Formal gloves worn by the young women of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522535, 'Wedding Gloves (Women)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_wedding' , 'Pure white wedding gloves of every girls dream, in cheerful minimal style.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522536, 'Navy Gloves (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_US_Navy_Costume' , 'Uniform gloves worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522537, 'Yohawk Bracelets (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_yohawk' , 'Traditional Bracelets of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522538, 'Magician Gloves (Women)' ,0,2,0,15,5,3,500000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_magician' , 'Gloves worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522539, 'Angels Gloves (Women)' ,0,2,0,25,5,5,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_hands_angel' , 'Angels gloves worn by the young ladies to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522540, 'Police Leather Gloves (Women)' ,0,2,0,15,5,4,500000,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0, 'eq_hands_police' , 'Leather gloves worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522541, 'Fenrir Guardian Gloves (Women)' ,0,2,0,25,0,6,500000,0,0,0,0,0,0,0,2,20,0,0,0,0,0,0,0, 'eq_hands_fenrir_guardian' , 'Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made gloves with top priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522542, 'White Winter Gloves (Women)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0, 'eq_hands_santa_w' , 'White winter gloves that are great for a snowy day. (Women)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522543, 'Sun Rang Gloves (Women)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0, 'eq_hands_sunduk' , 'Gloves of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522544, 'Axium Hitman Fur Gloves (Women)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_hands_ach' , 'Woman’s fur gloves for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522545, 'Travia Cryinghawks Leather Gloves (Women)' ,0,2,0,15,0,3,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_eola' , 'Women’s leather gloves for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522546, 'Axium Soulreaper Arm Protector (Women)' ,0,2,0,15,0,3,500000,0,0,0,0,0,0,0,4,10,0,0,0,0,0,0,0, 'eq_hands_axium_uniform' , 'Women’s arm protector for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522547, 'Axium High-Class Soulreaper Gloves (Women)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_hands_axium_high' , 'Womens formal gloves for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522548, 'Travia Preacher Arm Protector (Women)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_hands_travia_suit' , 'The official arm protector for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522549, 'Shark Teeth Leather Gloves (Women)' ,0,2,0,15,0,4,500000,0,0,0,0,0,0,0,2,14,0,0,0,0,0,0,0, 'eq_hands_pirate' , 'Leather gloves of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522550, 'Cowgirl Gloves (Women)' ,0,2,0,25,0,6,500000,0,0,0,0,0,0,0,4,17,0,0,0,0,0,0,0, 'eq_hands_western' , 'Gloves worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (522551, 'STR:ZITEM_NAME_522551' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,3,14,0,0,0,0,0,0,0, 'eq_hands_blackleather' , 'STR:ZITEM_DESC_522551' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523001, 'Ceremonial Dress Trousers (Men)' ,0,2,0,7,3,13,50000,0,0,0,0,0,0,0,4,15,0,0,0,0,0,0,0, 'eq_legs_16' , 'Ceremonial dress trousers that the general ranks of the Empire wear at important ceremonies.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523002, 'Gunners Heaven Trousers (Men)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_05' , 'Trousers designed exclusively for the Gunners Heaven, private organization of the Republic.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523003, 'Eternal Blue Trousers (Men)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,2,26,0,0,0,0,0,0,0, 'eq_legs_17' , 'Mens uniform trousers for Eternal Blue, a crew of outlaws in the sea.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523004, 'Adventurer Trousers (Men)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0, 'eq_legs_07' , 'Mens Trousers recommended for novice adventurers who hate outfits with heavy equipment.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523005, 'Blue Whistle Trousers (Men)' ,0,2,0,7,3,13,50000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_legs_09' , 'Mens trousers for Blue Whistle, Blue Whistle is known as the headache of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523006, 'Coral Reef Shorts (Men)' ,0,2,0,0,3,9,50000,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_legs_20' , 'Summer shorts for relaxing at a hot beach.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523007, 'Iron Crow Trousers (Men)' ,0,2,0,15,3,13,50000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_legs_23' , 'Trousers worn by the Iron Crow warriors.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523008, 'Santa Claus Trousers (Men)' ,0,2,0,0,3,10,50000,0,0,0,0,0,0,0,1,15,0,0,0,0,0,0,0, 'eq_legs_santa' , 'Christmas season item for men.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523009, 'Phantom Breed Trousers (Men)' ,0,2,0,7,3,15,50000,0,0,0,0,0,0,0,5,15,0,0,0,0,0,0,0, 'eq_legs_24' , 'Trousers designed for the Phantom Breed spy crew.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523010, 'Republic Gun Priest Trousers (Men)' ,0,2,0,15,3,13,50000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_legs_22' , 'Lightweight trousers for men, worn by Republic Gun Priests related with religious groups.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523011, 'Gray Dust Trousers (Men)' ,0,2,0,15,3,14,50000,0,0,0,0,0,0,0,2,26,0,0,0,0,0,0,0, 'eq_legs_19' , 'Mens trousers designed for the Gray Dust elite troops.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523012, 'Sir Protector Trousers (Men)' ,0,2,0,15,3,14,50000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_18' , 'Men’s Sir Protector Trousers, designed for protection.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523013, 'Gun Knight Trousers (Men)' ,0,2,0,25,3,13,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_27' , 'This trousers was once worn by a legendary male gun knight of Axium.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523014, 'Warrior Trousers (Men)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,1,15,0,0,0,0,0,0,0, 'eq_legs_hanbok' , 'Legendary pants designed for elite warriors.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523015, 'Desert Flame Trousers (Men)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_26' , 'Desert Flame pants for Men.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523016, 'Battle Brood Pants (Men)' ,0,2,0,15,3,16,500000,0,0,0,0,0,0,0,3,27,0,0,0,0,0,0,0, 'eq_legs_25' , 'Special pants made of reinforced material to enhance leg protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523017, 'Red Active Sports Pants (Men)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_legs_korea' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Red]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523018, 'Yellow Active Sports Pants (Men)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_legs_brazil' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523019, 'Blue Active Sports Pants (Men)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_legs_japan' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523020, 'Military Officer Trousers (Men)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0, 'eq_legs_14' , 'Trousers worn by military officers. Favored by war fanatics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523021, 'Blue Vane Trousers (Men)' ,0,2,0,0,3,9,500000,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0, 'eq_legs_29' , 'Mens Blue Vane trousers made of highly flexible material.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523022, 'Train Guard Trousers (Men)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,1,26,0,0,0,0,0,0,0, 'eq_legs_33' , 'Mens trousers worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523023, 'PA Pants (Men)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,3,23,0,0,0,0,0,0,0, 'eq_legs_34' , 'Mens pants worn by the personal assistants of the empires nobles.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523024, 'Divine Hands Pants (Men)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,5,20,0,0,0,0,0,0,0, 'eq_legs_36' , 'Mens pants worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523025, 'Slider Sports Pants (Men)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_legs_35' , 'Mens sports pants that are comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523026, 'Summer Breeze Board Shorts (Men)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,5,4,0,0,0,0,0,0,0, 'eq_legs_swim' , 'Dark blue board shorts.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523027, 'Carpediem School uniform Pants (Men)' ,0,2,0,25,3,12,500000,0,0,0,0,0,0,0,5,20,0,0,0,0,0,0,0, 'eq_legs_school' , 'Male students trousers at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523028, 'Fimbul Winter Trousers (Men)' ,0,2,0,25,3,12,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_winter' , 'Pants for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523029, 'Deities Aura Pants (Men)' ,0,2,0,25,3,15,500000,0,0,0,0,0,0,0,4,28,0,0,0,0,0,0,0, 'eq_legs_aura' , 'Pants for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523030, 'Valkyrie Pants (Men)' ,0,2,0,25,3,16,500000,0,0,0,0,0,0,0,5,28,0,0,0,0,0,0,0, 'eq_legs_valkyrie' , 'Valkyrie Pants for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523031, 'Scriders Pants (Men)' ,0,2,0,25,3,14,500000,0,0,0,0,0,0,0,3,29,0,0,0,0,0,0,0, 'eq_legs_28' , 'Pants worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523032, 'Icarus Pants (Men)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_32' , 'Icarus Pants worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523033, 'Xian Tactical Assassin Pants (Men)' ,0,2,0,25,3,16,500000,0,0,0,0,0,0,0,5,28,0,0,0,0,0,0,0, 'eq_legs_Assassin' , 'Highly customized pants worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523034, 'Kung fu Pants (Men)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_legs_kungfu' , 'Yellow Kung fu pants that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523035, 'Heavy Metal Pants (Men)' ,0,2,0,25,3,16,500000,0,0,0,0,0,0,0,5,28,0,0,0,0,0,0,0, 'eq_legs_heavymetal' , 'Heavy Metal Pants for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523036, 'Judgement Pants (Men)' ,0,2,0,25,3,15,500000,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_legs_judgement' , 'Pants for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523037, 'Axium Noble Pants (Men)' ,0,2,0,25,3,15,500000,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_legs_royal_children' , 'Formal pants worn by the young men of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523038, 'Tuxedo Pants (Men)' ,0,2,0,25,3,14,500000,0,0,0,0,0,0,0,5,25,0,0,0,0,0,0,0, 'eq_legs_wedding' , 'Tuxedo pants for a wedding that has a sharp and elegant touch.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523039, 'Navy Pants (Men)' ,0,2,0,15,3,15,500000,0,0,0,0,0,0,0,3,26,0,0,0,0,0,0,0, 'eq_legs_US_Navy_Costume' , 'Uniform pants worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523040, 'Yohawk Pants (Men)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_legs_clan_yohawk' , 'Traditional pants of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523041, 'Magician Pants (Men)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_magician' , 'Pants worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523042, 'Devils Pants (Men)' ,0,2,0,25,3,16,500000,0,0,0,0,0,0,0,5,28,0,0,0,0,0,0,0, 'eq_legs_devil' , 'Devils pants worn by the young lads to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523043, 'Police Pants (Men)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,4,23,0,0,0,0,0,0,0, 'eq_legs_police' , 'Pants worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523044, 'Fenrir Guardian Pants (Men)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,4,30,0,0,0,0,0,0,0, 'eq_legs_fenrir_guardian' , 'Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made pants with top priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523045, 'Fenrir Guardian Field Pants (Men)' ,0,2,0,25,0,15,500000,0,0,0,0,0,0,0,4,28,0,0,0,0,0,0,0, 'eq_legs_fenrir_guardian_s' , '[Rare] This is the Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523046, 'White Winter Pants (Men)' ,0,2,0,1,0,10,500000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_legs_santa_w' , 'White winter pants that are great for a snowy day. (Men)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523047, 'Sun Rang Pants (Men)' ,0,2,0,1,0,11,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_legs_sunduk' , 'Pants of Sun Rang, a private group of the sons of nobility who devote their training to ta healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523048, 'Axium Hitman Pants (Men)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,6,27,0,0,0,0,0,0,0, 'eq_legs_ach' , 'Man’s pants for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523049, 'Travia Cryinghawks Jeans (Men)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_eola' , 'Men’s jeans for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523050, 'Axium Soulreaper Pants (Men)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_legs_axium_uniform' , 'Men’s pants for Axium Soulreaper, the cleric of Republican church who absorbs the possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523051, 'Axium High-Class Soulreaper Pants (Men)' ,0,2,0,25,0,17,500000,0,0,0,0,0,0,0,6,29,0,0,0,0,0,0,0, 'eq_legs_axium_high' , 'Mens formal pants for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523052, 'Travia Preacher Pants (Men)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,5,29,0,0,0,0,0,0,0, 'eq_legs_travia_suit' , 'The official pants for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523053, 'Shark Teeth Pants (Men)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,4,23,0,0,0,0,0,0,0, 'eq_legs_pirate' , 'Pants of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523054, 'Cowboy Pants (Men)' ,0,2,0,25,0,15,500000,0,0,0,0,0,0,0,6,24,0,0,0,0,0,0,0, 'eq_legs_western' , 'Pants worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523055, 'STR:ZITEM_NAME_523055' ,0,2,0,25,0,14,500000,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0, 'eq_legs_blackleather' , 'STR:ZITEM_DESC_523055' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523501, 'Ceremonial Dress Trousers (Women)' ,0,2,0,7,3,13,50000,0,0,0,0,0,0,0,2,18,0,0,0,0,0,0,0, 'eq_legs_014' , 'Ceremonial dress trousers supplied to the female soldiers of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523502, 'Gunners Heaven Trousers (Women)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_017' , 'Womens trousers exclusively for the Gunners Heaven, a private organization of the Republic.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523503, 'Eternal Blue Trousers (Women)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,2,26,0,0,0,0,0,0,0, 'eq_legs_019' , 'Womens uniform trousers for Eternal Blue, outlaws at the sea.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523504, 'Adventurer Trousers (Women)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0, 'eq_legs_006' , 'Womens trousers recommended for novice adventurers who hate outfits with heavy equipment.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523505, 'Blue Whistle Trousers (Women)' ,0,2,0,7,3,13,50000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_legs_008' , 'Womens Trousers for Blue Whistle, Blue Whistle is known as the headache of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523506, 'Coral Reef Bikini Bottom (Women)' ,0,2,0,0,3,9,50000,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0, 'eq_legs_20' , 'A fasionable bikini bottom for that fashionable woman.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523507, 'Iron Crow Trousers (Women)' ,0,2,0,15,3,13,50000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_legs_23' , 'Iron Crow womens trousers worn in Iron Crow, the center of the Havani, main city of outlaws.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523508, 'Mrs. Claus Skirt (Women)' ,0,2,0,0,3,10,50000,0,0,0,0,0,0,0,1,15,0,0,0,0,0,0,0, 'eq_legs_santa' , 'Christmas season item for women.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523509, 'Phantom Breed Trousers (Women)' ,0,2,0,7,3,15,50000,0,0,0,0,0,0,0,5,15,0,0,0,0,0,0,0, 'eq_legs_24' , 'Womens trousers handed down from ancient times. They are somewhat heavy.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523510, 'Republic Gun Priestess Trousers (Women)' ,0,2,0,15,3,13,50000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_legs_22' , 'Womens lightweight trousers for a secret organization related with religious groups.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523511, 'Gray Dust Trousers (Women)' ,0,2,0,15,3,14,50000,0,0,0,0,0,0,0,2,26,0,0,0,0,0,0,0, 'eq_legs_018' , 'Womens trousers worn by the Gray Dust elite troops.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523512, 'Sir Protector Trousers (Women)' ,0,2,0,15,3,14,50000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_26' , 'Womens Sir Protector Trousers, designed for protection.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523513, 'Gun Knight Trousers (Women)' ,0,2,0,25,3,13,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_28' , 'This trousers was once worn by a legendary female gun knight of Axium.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523514, 'Princess Warrior Trousers (Women)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,1,15,0,0,0,0,0,0,0, 'eq_legs_hanbok' , 'Designed for a princess, built to endure combat for a warrior.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523515, 'Desert Flame Pants (Women)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_27' , 'The troop which operates in deserts, the Desert Flame womens pants.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523516, 'Battle Brood Bottom (Women)' ,0,2,0,15,3,16,500000,0,0,0,0,0,0,0,3,27,0,0,0,0,0,0,0, 'eq_legs_25' , 'A part of womens special armor made of reinforced material. It offers major leg protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523517, 'Red Active Sports Trousers (Women)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_legs_korea' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Red]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523518, 'Yellow Active Sports Trousers (Women)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_legs_brazil' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523519, 'Blue Active Sports Trousers (Women)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_legs_japan' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523520, 'Military Officer Trousers (Women)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,1,14,0,0,0,0,0,0,0, 'eq_legs_015' , 'Female military officer trousers favored by military fanatics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523521, 'Blue Vane Trousers (Women)' ,0,2,0,0,3,9,500000,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0, 'eq_legs_30' , 'Womens Blue Vane Skirt made of highly flexible material.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523522, 'Train Guard Trousers (Women)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,1,26,0,0,0,0,0,0,0, 'eq_legs_33' , 'Womens trousers worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523523, 'PA Dress Pants (Women)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,3,23,0,0,0,0,0,0,0, 'eq_legs_34' , 'Womens pants worn by the personal assistants of the empires nobles.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523524, 'Divine Hands Skirt (Women)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,5,20,0,0,0,0,0,0,0, 'eq_legs_35' , 'Womens skirt worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523525, 'Slider Sports Shorts (Women)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_legs_36' , 'Womens sports pants that are comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523526, 'Summer Breeze Short Shorts (Women)' ,0,2,0,0,3,10,500000,0,0,0,0,0,0,0,5,4,0,0,0,0,0,0,0, 'eq_legs_swim' , 'Short shorts that are worn over bikini bottoms.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523527, 'Carpediem School uniform Skirt (Women)' ,0,2,0,25,3,12,500000,0,0,0,0,0,0,0,5,20,0,0,0,0,0,0,0, 'eq_legs_school' , 'Female students miniskirt at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523528, 'Fimbul Winter Trousers (Women)' ,0,2,0,25,3,12,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_winter' , 'Pants for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523529, 'Deities Aura Skirt (Women)' ,0,2,0,25,3,15,500000,0,0,0,0,0,0,0,4,28,0,0,0,0,0,0,0, 'eq_legs_aura' , 'Pants for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523530, 'Valkyrie Pants (Women)' ,0,2,0,25,3,16,500000,0,0,0,0,0,0,0,5,28,0,0,0,0,0,0,0, 'eq_legs_valkyrie' , 'Valkyrie Pants for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523531, 'Scriders Pants (Women)' ,0,2,0,25,3,14,500000,0,0,0,0,0,0,0,3,29,0,0,0,0,0,0,0, 'eq_legs_29' , 'Pants worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523532, 'Icarus Pants (Women)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_32' , 'Icarus Pants worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523533, 'Xian Tactical Assassin Pants (Women)' ,0,2,0,25,3,16,500000,0,0,0,0,0,0,0,5,28,0,0,0,0,0,0,0, 'eq_legs_Assassin' , 'Highly customized pants worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523534, 'Kung fu Pants (Women)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_legs_kungfu' , 'Yellow Kung fu pants that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523535, 'Heavy Metal Skirt (Women)' ,0,2,0,25,3,16,500000,0,0,0,0,0,0,0,5,28,0,0,0,0,0,0,0, 'eq_legs_heavymetal' , 'Heavy Metal Skirt for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523536, 'Judgement Skirt (Women)' ,0,2,0,25,3,15,500000,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_legs_judgement' , 'A skirt for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523537, 'Axium Noble Skirt (Women)' ,0,2,0,25,3,15,500000,0,0,0,0,0,0,0,5,26,0,0,0,0,0,0,0, 'eq_legs_royal_children' , 'A formal skirt worn by the young women of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523538, 'Wedding Lower Garment (Women)' ,0,2,0,25,3,14,500000,0,0,0,0,0,0,0,5,25,0,0,0,0,0,0,0, 'eq_legs_wedding' , 'Pure white wedding lower garment of every girls dream, in cheerful minimal style.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523539, 'Navy Skirt (Women)' ,0,2,0,15,3,15,500000,0,0,0,0,0,0,0,3,26,0,0,0,0,0,0,0, 'eq_legs_US_Navy_Costume' , 'Uniform skirt worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523540, 'Yohawk Shorts (Women)' ,0,2,0,15,3,13,500000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_legs_yohawk' , 'Traditional shorts of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523541, 'Magician Skirt (Women)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_magician' , 'A skirt worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523542, 'Angels Skirt (Women)' ,0,2,0,25,3,16,500000,0,0,0,0,0,0,0,5,28,0,0,0,0,0,0,0, 'eq_legs_angel' , 'Angels skirt worn by the young ladies to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523543, 'Police Pants (Women)' ,0,2,0,15,3,14,500000,0,0,0,0,0,0,0,4,23,0,0,0,0,0,0,0, 'eq_legs_police' , 'Pants worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523544, 'Fenrir Guardian Pants (Women)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,4,30,0,0,0,0,0,0,0, 'eq_legs_fenrir_guardian' , 'Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made pants with top priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523545, 'Fenrir Guardian Field Pants (Women)' ,0,2,0,25,0,15,500000,0,0,0,0,0,0,0,4,28,0,0,0,0,0,0,0, 'eq_legs_fenrir_guardian_s' , '[Rare] This is the Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523546, 'White Winter Skirt (Women)' ,0,2,0,1,0,10,500000,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0, 'eq_legs_santa_w' , 'A white winter skirt that is great for a snowy day. (Women)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523547, 'Sun Rang Skirt (Women)' ,0,2,0,1,0,11,500000,0,0,0,0,0,0,0,2,16,0,0,0,0,0,0,0, 'eq_legs_sunduk' , 'Pants of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523548, 'Axium Hitman Skirt (Women)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,6,27,0,0,0,0,0,0,0, 'eq_legs_ach' , 'Woman’s skirt for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523549, 'Travia Cryinghawks Skinny Jeans (Women)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0, 'eq_legs_eola' , 'Womens skinny jeans for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523550, 'Axium Soulreaper Skinny pants (Women)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0, 'eq_legs_axium_uniform' , 'Women’s skinny pants for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523551, 'Axium High-Class Soulreaper shorts (Women)' ,0,2,0,25,0,17,500000,0,0,0,0,0,0,0,6,29,0,0,0,0,0,0,0, 'eq_legs_axium_high' , 'Womens formal shorts for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523552, 'Travia Preacher Pants (Women)' ,0,2,0,25,0,16,500000,0,0,0,0,0,0,0,5,29,0,0,0,0,0,0,0, 'eq_legs_travia_suit' , 'The official pants for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523553, 'Shark Teeth Garter Belt (Women)' ,0,2,0,15,0,14,500000,0,0,0,0,0,0,0,4,23,0,0,0,0,0,0,0, 'eq_legs_pirate' , 'A garter belt of the Empire navy’s worst enemy,the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523554, 'Cowgirl Skirt (Women)' ,0,2,0,25,0,15,500000,0,0,0,0,0,0,0,6,24,0,0,0,0,0,0,0, 'eq_legs_western' , 'A skirt worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (523555, 'STR:ZITEM_NAME_523555' ,0,2,0,25,0,14,500000,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0, 'eq_legs_blackleather' , 'STR:ZITEM_DESC_523555' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524001, 'Ceremonial Dress Shoes (Men)' ,0,2,0,7,4,3,50000,0,0,0,0,0,0,0,2,10,0,0,0,0,0,0,0, 'eq_feet_16' , 'Iron Crow warriors wear these protective shoes around the city of Havani, the city of outlaws.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524002, 'Gunners Heaven Leather Shoes (Men)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,3,15,0,0,0,0,0,0,0, 'eq_feet_06' , 'Exclusive leather shoes for the Republics Gunners Heaven.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524003, 'Eternal Blue Boots (Men)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_17' , 'Uniform boots for the Eternal Blue outlaws.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524004, 'Adventurer Boots (Men)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_feet_08' , 'Boots recommended for novice adventurers who hate outfits with heavy equipment.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524005, 'Blue Whistle Shoes (Men)' ,0,2,0,7,4,3,50000,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0, 'eq_feet_11' , 'Shoes designed for Blue Whistle.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524006, 'Coral Reef Aqua Shoes (Men)' ,0,2,0,0,4,2,50000,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_feet_20' , 'Keep your feet dry with cool aqua shoes.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524007, 'Iron Crow Shoes (Men)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,3,15,0,0,0,0,0,0,0, 'eq_feet_23' , 'Iron Crow warriors wear these protective shoes around the city of Havani, the city of outlaws.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524008, 'Santa Claus Boots (Men)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0, 'eq_feet_santa' , 'Christmas season item for men.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524009, 'Phantom Breed Shoes (Men)' ,0,2,0,7,4,4,50000,0,0,0,0,0,0,0,3,10,0,0,0,0,0,0,0, 'eq_feet_24' , 'Heavy shoes for the Phantom Breed.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524010, 'Republic Gun Priest Boots (Men)' ,0,2,0,15,4,3,50000,0,0,0,0,0,0,0,2,15,0,0,0,0,0,0,0, 'eq_feet_22' , 'Mens lightweight shoes for a secret organization associated with religious groups.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524011, 'Gray Dust Shoes (Men)' ,0,2,0,15,4,4,50000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_19' , 'Uniform shoes for the elite Gray Dust troops.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524012, 'Sir Protector Shoes (Men)' ,0,2,0,15,4,4,50000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_18' , 'Mens Sir Protector Shoes, designed for protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524013, 'Gun Knight Shoes (Men)' ,0,2,0,25,4,4,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_feet_27' , 'These shoes were once worn by a legendary male gun knight of Axium.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524014, 'Warrior Shoes (Men)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0, 'eq_feet_hanbok' , 'Legendary shoes designed for elite warriors.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524015, 'Desert Flame Boots (Men)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_26' , 'Desert Flames leather boots for men.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524016, 'Battle Brood Boots (Men)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_25' , 'Special mens boots made of reinforced material to enhance foot protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524017, 'Red Active Sports Shoes (Men)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0, 'eq_feet_korea' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Red]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524018, 'Yellow Active Sports Shoes (Men)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0, 'eq_feet_brazil' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524019, 'Blue Active Sports Shoes (Men)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0, 'eq_feet_japan' , '(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524020, 'Military Officer Battle Shoes (Men)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_feet_14' , 'Battle shoes worn by military officers favored by war fanatics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524021, 'Blue Vane Shoes (Men)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0, 'eq_feet_29' , 'Mens Blue Vane shoes made of highly flexible material.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524022, 'Train Guard Boots (Men)' ,0,2,0,15,4,3,500000,0,0,0,0,0,0,0,1,17,0,0,0,0,0,0,0, 'eq_feet_33' , 'Mens leather boots worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524023, 'PA Dress Shoes (Men)' ,0,2,0,15,4,3,500000,0,0,0,0,0,0,0,1,17,0,0,0,0,0,0,0, 'eq_feet_34' , 'Mens dress shoes worn by the personal assistants of the empires nobles.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524024, 'Divine Hands Shoes (Men)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0, 'eq_feet_36' , 'Mens shoes worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524025, 'Slider Sports Shoes (Men)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,3,14,0,0,0,0,0,0,0, 'eq_feet_35' , 'Mens sports shoes that are comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524026, 'Summer Breeze Sandals (Men)' ,0,2,0,0,4,3,500000,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0, 'eq_feet_swim' , 'Comfortable sandals to wear at the beach' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524027, 'Carpediem School uniform Shoes (Men)' ,0,2,0,25,4,3,500000,0,0,0,0,0,0,0,5,12,0,0,0,0,0,0,0, 'eq_feet_school' , 'Male students shoes at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524028, 'Fimbul Winter Boots (Men)' ,0,2,0,25,4,4,500000,0,0,0,0,0,0,0,2,18,0,0,0,0,0,0,0, 'eq_feet_winter' , 'Boots for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524029, 'Deities Aura Shoes (Men)' ,0,2,0,25,4,5,500000,0,0,0,0,0,0,0,2,20,0,0,0,0,0,0,0, 'eq_feet_aura' , 'Shoes for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524030, 'Valkyrie Boots (Men)' ,0,2,0,25,4,6,500000,0,0,0,0,0,0,0,5,18,0,0,0,0,0,0,0, 'eq_feet_valkyrie' , 'Valkyrie Boots for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524031, 'Scriders Shoes (Men)' ,0,2,0,25,4,3,500000,0,0,0,0,0,0,0,5,12,0,0,0,0,0,0,0, 'eq_feet_28' , 'Shoes worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524032, 'Icarus Shoes (Men)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_32' , 'Icarus Shoes worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524033, 'Xian Tactical Assassin Boots (Men)' ,0,2,0,25,4,6,500000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_feet_Assassin' , 'Highly customized boots worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524034, 'Kung fu Shoes (Men)' ,0,2,0,15,4,3,500000,0,0,0,0,0,0,0,2,15,0,0,0,0,0,0,0, 'eq_feet_kungfu' , 'Yellow Kung fu shoes that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524035, 'Heavy Metal Shoes (Men)' ,0,2,0,25,4,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_feet_heavymetal' , 'Heavy Metal Shoes for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524036, 'Judgement Boots (Men)' ,0,2,0,25,4,5,500000,0,0,0,0,0,0,0,4,18,0,0,0,0,0,0,0, 'eq_feet_judgement' , 'Boots for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524037, 'Axium Noble Shoes (Men)' ,0,2,0,25,4,6,500000,0,0,0,0,0,0,0,5,17,0,0,0,0,0,0,0, 'eq_feet_royal_children' , 'Formal shoes worn by the young men of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524038, 'Tuxedo Shoes (Men)' ,0,2,0,25,4,4,500000,0,0,0,0,0,0,0,4,16,0,0,0,0,0,0,0, 'eq_feet_wedding' , 'Tuxedo shoes for a wedding that has a sharp and elegant touch.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524039, 'Navy Shoes (Men)' ,0,2,0,15,4,5,500000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_feet_US_Navy_Costume' , 'Uniform shoes worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524040, 'Yohawk Boots (Men)' ,0,2,0,15,4,5,500000,0,0,0,0,0,0,0,2,19,0,0,0,0,0,0,0, 'eq_feet_clan_yohawk' , 'Traditional boots of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524041, 'Magician Shoes (Men)' ,0,2,0,15,4,5,500000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_feet_magician' , 'Shoes worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524042, 'Devils feet (Men)' ,0,2,0,25,4,5,500000,0,0,0,0,0,0,0,3,20,0,0,0,0,0,0,0, 'eq_feet_devil' , 'Wearable devil feet by the young lads to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524043, 'Police Shoes (Men)' ,0,2,0,15,4,5,500000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_feet_police' , 'Shoes worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524044, 'Fenrir Guardian Shoes (Men)' ,0,2,0,25,0,7,500000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_feet_fenrir_guardian' , 'Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made shoes with top priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524045, 'White Winter Boots (Men)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0, 'eq_feet_santa_w' , 'White winter boots that are great for a snowy day. (Men)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524046, 'Sun Rang Shoes (Men)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_feet_sunduk' , 'Shoes of Sun Rang, a private group of the sons of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524047, 'Axium Hitman Enamel Shoes (Men)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,4,18,0,0,0,0,0,0,0, 'eq_feet_ach' , 'Man’s enamel shoes for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524048, 'Travia Cryinghawks Long Boots (Men)' ,0,2,0,15,0,5,500000,0,0,0,0,0,0,0,2,19,0,0,0,0,0,0,0, 'eq_feet_eola' , 'Men’s long boots for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524049, 'Axium Soulreaper Shoes (Men)' ,0,2,0,15,0,4,500000,0,0,0,0,0,0,0,3,15,0,0,0,0,0,0,0, 'eq_feet_axium_uniform' , 'Men’s shoes for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524050, 'Axium High-Class Soulreaper Shoes (Men)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,3,20,0,0,0,0,0,0,0, 'eq_feet_axium_high' , 'Mens formal shoes for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524051, 'Travia Preacher Boots (Men)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,2,20,0,0,0,0,0,0,0, 'eq_feet_travia_suit' , 'The official boots for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524052, 'Shark Teeth Leather Boots (Men)' ,0,2,0,15,0,5,500000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_feet_pirate' , 'Leather boots of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524053, 'Cowboy Boots (Men)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,5,16,0,0,0,0,0,0,0, 'eq_feet_western' , 'Boots worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524054, 'STR:ZITEM_NAME_524054' ,0,2,0,25,0,3,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_feet_blackleather' , 'STR:ZITEM_DESC_524054' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524501, 'Ceremonial Dress Shoes (Women)' ,0,2,0,7,4,3,50000,0,0,0,0,0,0,0,2,10,0,0,0,0,0,0,0, 'eq_feets_014' , 'Ceremonial dress shoes supplied to the female soldiers of the Empire. ' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524502, 'Gunners Heaven Reinforced Leather Shoes (Women)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,3,15,0,0,0,0,0,0,0, 'eq_feet_017' , 'Exclusive reinforced leather shoes for the Gunners Heaven, a private organization of the Republic.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524503, 'Eternal Blue Boots (Women)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_019' , 'The outlaw at the sea, womens Eternal Blue boots.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524504, 'Adventurer Boots (Women)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_feets_006' , 'Womens boots recommended for the novice adventurers. This item is made for those who hate to wear heavy gear.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524505, 'Blue Whistle Shoes (Women)' ,0,2,0,7,4,3,50000,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0, 'eq_feet_005' , 'Womens Blue Whistle shoes, Blue Whistle is known as the headache of the Empire.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524506, 'Coral Reef Sandals (Women)' ,0,2,0,0,4,2,50000,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_feet_20' , 'Comfortable sandals to wear at the beach.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524507, 'Iron Crow Shoes (Women)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,3,15,0,0,0,0,0,0,0, 'eq_feet_23' , 'Womens shoes worn in Havani, the city of outlaws.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524508, 'Mrs. Claus Boots (Women)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0, 'eq_feet_santa' , 'Christmas season item for women.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524509, 'Phantom Breed Shoes (Women)' ,0,2,0,7,4,4,50000,0,0,0,0,0,0,0,3,10,0,0,0,0,0,0,0, 'eq_feet_24' , 'Womens shoes handed down from ancient times. They are somewhat heavy.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524510, 'Republic Gun Priestess Boots (Women)' ,0,2,0,15,4,3,50000,0,0,0,0,0,0,0,2,15,0,0,0,0,0,0,0, 'eq_feet_22' , 'Womens lightweight shoes for a secret organization related with religious groups.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524511, 'Gray Dust Shoes (Women)' ,0,2,0,15,4,4,50000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_018' , 'Womens shoes worn by the Gray Dust elite troops.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524512, 'Sir Protector Shoes (Women)' ,0,2,0,15,4,4,50000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_26' , 'Womens Sir Protector Shoes, designed for protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524513, 'Gun Knight Shoes (Women)' ,0,2,0,25,4,4,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_feet_28' , 'These shoes were once worn by a legendary female gun knight of Axium.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524514, 'Princess Warrior Shoes (Women)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0, 'eq_feets_hanbok' , 'Shoes made suitable for a princess to wear in combat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524515, 'Desert Flame Boots (Women)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_27' , 'Desert Flames boots for women.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524516, 'Battle Brood Boots (Women)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_25' , 'Special womens boots made of reinforced material to enhance foot protection.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524517, 'Red Active Sports Shoes (Women)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0, 'eq_feets_korea' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Red]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524518, 'Yellow Active Sports Shoes (Women)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0, 'eq_feets_brazil' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524519, 'Blue Active Sports Shoes (Women)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0, 'eq_feets_japan' , '(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524520, 'Military Officer Battle Shoes (Women)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_feet_015' , 'Female military officer battle shoes favored by military fanatics.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524521, 'Blue Vane Shoes (Women)' ,0,2,0,0,4,2,500000,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0, 'eq_feets_30' , 'Womens Blue Vane shoes made of highly flexible material.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524522, 'Train Guard Boots (Women)' ,0,2,0,15,4,3,500000,0,0,0,0,0,0,0,1,17,0,0,0,0,0,0,0, 'eq_feet_33' , 'Womens leather boots worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524523, 'PA Dress Shoes (Women)' ,0,2,0,15,4,3,500000,0,0,0,0,0,0,0,1,17,0,0,0,0,0,0,0, 'eq_feet_34' , 'Womens dress shoes worn by the personal assistants of the empires nobles.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524524, 'Divine Hands Shoes (Women)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0, 'eq_feet_35' , 'Womens shoes worn by those in the Republic support forces, Healing Hands.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524525, 'Slider Sports Shoes (Women)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,3,14,0,0,0,0,0,0,0, 'eq_feet_36' , 'Womens sports shoes that are comfortable enough to wear everyday while still maintaining sports functionality.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524526, 'Summer Breeze Sandals (Women)' ,0,2,0,0,4,3,500000,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0, 'eq_feet_swim' , 'Comfortable strap sandals to wear at the beach.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524527, 'Carpediem School uniform Shoes (Women)' ,0,2,0,25,4,3,500000,0,0,0,0,0,0,0,5,12,0,0,0,0,0,0,0, 'eq_feets_school' , 'Female students shoes at Empires prestigious high school for the children of noble households.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524528, 'Fimbul Winter Boots (Women)' ,0,2,0,25,4,4,500000,0,0,0,0,0,0,0,2,18,0,0,0,0,0,0,0, 'eq_feets_winter' , 'Boots for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524529, 'Deities Aura Shoes (Women)' ,0,2,0,25,4,5,500000,0,0,0,0,0,0,0,2,20,0,0,0,0,0,0,0, 'eq_feets_aura' , 'Shoes for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524530, 'Valkyrie Boots (Women)' ,0,2,0,25,4,6,500000,0,0,0,0,0,0,0,5,18,0,0,0,0,0,0,0, 'eq_feet_valkyrie' , 'Valkyrie Boots for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524531, 'Scriders Shoes (Women)' ,0,2,0,25,4,3,500000,0,0,0,0,0,0,0,5,12,0,0,0,0,0,0,0, 'eq_feet_29' , 'Shoes worn by those who worship Scrider, the demented god of destruction.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524532, 'Icarus Shoes (Women)' ,0,2,0,15,4,4,500000,0,0,0,0,0,0,0,2,17,0,0,0,0,0,0,0, 'eq_feet_32' , 'Icarus Shoes worn by the airplane pilots from Ares who fly across the Astra continent.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524533, 'Xian Tactical Assassin Boots (Women)' ,0,2,0,25,4,6,500000,0,0,0,0,0,0,0,3,22,0,0,0,0,0,0,0, 'eq_feet_Assassin' , 'Highly customized boots worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524534, 'Kung fu Shoes (Women)' ,0,2,0,15,4,3,500000,0,0,0,0,0,0,0,2,15,0,0,0,0,0,0,0, 'eq_feet_kungfu' , 'Yellow Kung fu shoes that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524535, 'Heavy Metal Shoes (Women)' ,0,2,0,25,4,5,500000,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0, 'eq_feet_heavymetal' , 'Heavy Metal Shoes for free souls who enjoy traveling wherever.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524536, 'Judgement Boots (Women)' ,0,2,0,25,4,5,500000,0,0,0,0,0,0,0,4,18,0,0,0,0,0,0,0, 'eq_feet_judgement' , 'Boots for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524537, 'Axium Noble Shoes (Women)' ,0,2,0,25,4,6,500000,0,0,0,0,0,0,0,5,17,0,0,0,0,0,0,0, 'eq_feet_royal_children' , 'Formal shoes worn by the young women of noble families in Axium Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524538, 'Wedding Shoes (Women)' ,0,2,0,25,4,4,500000,0,0,0,0,0,0,0,4,16,0,0,0,0,0,0,0, 'eq_feet_wedding' , 'Pure white wedding shoes of every girls dream, in cheerful minimal style.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524539, 'Navy Shoes (Women)' ,0,2,0,15,4,5,500000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_feet_US_Navy_Costume' , 'Uniform shoes worn by the navy army soldiers of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524540, 'Yohawk Boots (Women)' ,0,2,0,15,4,5,500000,0,0,0,0,0,0,0,2,19,0,0,0,0,0,0,0, 'eq_feet_yohawk' , 'Traditional boots of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524541, 'Magician Shoes (Women)' ,0,2,0,15,4,5,500000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_feet_magician' , 'Shoes worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524542, 'Angels Sandals (Women)' ,0,2,0,25,4,5,500000,0,0,0,0,0,0,0,3,20,0,0,0,0,0,0,0, 'eq_feet_angel' , 'Angels sandals worn by the young ladies to celebrate the Independence Day of the Empire.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524543, 'Police Shoes (Women)' ,0,2,0,15,4,5,500000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_feet_police' , 'Shoes worn by the Police officers who ensure the safety of the republic of Travia.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524544, 'Fenrir Guardian Shoes (Women)' ,0,2,0,25,0,7,500000,0,0,0,0,0,0,0,2,24,0,0,0,0,0,0,0, 'eq_feet_fenrir_guardian' , 'Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made shoes with top priority given to high defensive power for the protection of the wearer.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524545, 'White Winter Boots (Women)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0, 'eq_feet_santa_w' , 'White winter boots that are great for a snowy day. (Women)' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524546, 'Sun Rang Shoes (Women)' ,0,2,0,1,0,2,500000,0,0,0,0,0,0,0,1,8,0,0,0,0,0,0,0, 'eq_feet_sunduk' , 'Shoes of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524547, 'Axium Hitman Long Boots (Women)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,4,18,0,0,0,0,0,0,0, 'eq_feet_ach' , 'Woman’s long boots for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524548, 'Travia Cryinghawks High Heels (Women)' ,0,2,0,15,0,5,500000,0,0,0,0,0,0,0,2,19,0,0,0,0,0,0,0, 'eq_feet_eola' , 'Womens high heels for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524549, 'Axium soulreaper Boots (Women)' ,0,2,0,15,0,4,500000,0,0,0,0,0,0,0,3,15,0,0,0,0,0,0,0, 'eq_feet_axium_uniform' , 'Womens boots for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524550, 'Axium High-Class Soulreaper Boots (Women)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,3,20,0,0,0,0,0,0,0, 'eq_feet_axium_high' , 'Womens formal boots for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524551, 'Travia Preacher Boots (Women)' ,0,2,0,25,0,4,500000,0,0,0,0,0,0,0,2,20,0,0,0,0,0,0,0, 'eq_feet_travia_suit' , 'The official boots for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524552, 'Shark Teeth Long Boots (Women)' ,0,2,0,15,0,5,500000,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0, 'eq_feet_pirate' , 'Long boots of the Empire navy’s worst enemy,the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524553, 'Cowgirl Boots (Women)' ,0,2,0,25,0,5,500000,0,0,0,0,0,0,0,5,16,0,0,0,0,0,0,0, 'eq_feet_western' , 'Boots worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (524554, 'STR:ZITEM_NAME_524554' ,0,2,0,25,0,3,500000,0,0,0,0,0,0,0,3,16,0,0,0,0,0,0,0, 'eq_feet_blackleather' , 'STR:ZITEM_DESC_524554' ,0,0,1)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600001, 'Canopus Coin' ,0,2,0,15,7,3,500,7,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.1] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600002, 'Canopus Hand Stamp' ,0,2,0,35,7,3,500,9,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.3] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600003, 'Canopus Medal' ,0,2,0,25,7,3,500,8,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.2] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600004, 'Canopus Jewel' ,0,2,0,45,7,3,500,10,4500,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.4] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600005, 'Canopus Heart' ,0,2,0,55,7,3,500,10,4700,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.5] Enchanted on this tiny heart is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600006, 'Canopus Eye' ,0,2,0,0,7,3,500,7,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.0] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600101, 'Enias Coin' ,0,2,0,15,7,3,500,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.1] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,85,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600102, 'Enias Hand Stamp' ,0,2,0,35,7,3,500,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.3] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,75,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600103, 'Enias Medal' ,0,2,0,25,7,3,500,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.2] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,80,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600104, 'Enias Jewel' ,0,2,0,45,7,3,500,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.4] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,70,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600105, 'Enias Heart' ,0,2,0,55,7,3,500,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.5] Enchanted on this tiny heart is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,65,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600106, 'Enias Eye' ,0,2,0,0,7,3,500,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.0] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600201, 'Winscars Coin' ,0,2,0,15,7,3,500,12,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.1] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600202, 'Winscars Hand Stamp' ,0,2,0,35,7,3,500,14,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.3] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600203, 'Winscars Medal' ,0,2,0,25,7,3,500,13,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.2] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600204, 'Winscars Jewel' ,0,2,0,45,7,3,500,15,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.4] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600205, 'Winscars Heart' ,0,2,0,55,7,3,500,16,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.5] Enchanted on this tiny heart is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600206, 'Winscars Heart' ,0,2,0,0,7,3,500,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.0] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600301, 'Gistons Coin' ,0,2,0,15,7,3,500,7,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.1] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600302, 'Gistons Hand Stamp' ,0,2,0,35,7,3,500,9,2800,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.3] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600303, 'Gistons Medal' ,0,2,0,25,7,3,500,8,2800,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.2] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600304, 'Gistons Jewel' ,0,2,0,45,7,3,500,9,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.4] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600305, 'Gistons Heart' ,0,2,0,55,7,3,500,9,3500,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.5] Enchanted on this tiny heart is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (600306, 'Gistons Heart' ,0,2,0,0,7,3,500,6,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '[Enchant Lv.0] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (700001, 'Admission Ticket' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'Ticket that allows you admission into a pay channel.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400501, 'Goblin Kings Rocket' ,0,2,0,23,9,30,400,45,1100,50,4,3,1,0,0,0,0,0,0,0,0,0,0, 'rocketlauncher07' , 'A rocket which was discovered from a Goblin Kings dead body. The design is very unique.' ,4,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400502, 'Demon Bringer' ,0,2,0,22,8,12,400,20,350,0,0,0,0,0,-5,-5,0,0,0,0,0,0,0, 'katana14' , 'A sword which was taken from the Giant Skeleton. It is extremely strong, but also cursed.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400503, 'Goblin Hat (Men)' ,0,2,0,15,1,0,400,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0, 'eq_head_goblin' , 'A silly looking hat which resembles a goblins face. It does not have great defensive attributes, but it is fun to wear.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400504, 'Goblin Hat (Women)' ,0,2,0,15,1,0,400,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0, 'eq_head_goblin' , 'A silly looking hat which resembles a goblins face. It does not have great defensive attributes, but it is fun to wear.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400505, 'Demon Hand (Men)' ,0,2,0,15,5,6,400,0,0,0,0,0,0,0,3,12,-2,0,0,0,0,0,0, 'eq_hands_skeleton' , 'A glove with an unknown dark force. It feels a lot heavier than it looks.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400506, 'Demon Hand (Women)' ,0,2,0,15,5,6,400,0,0,0,0,0,0,0,3,12,-2,0,0,0,0,0,0, 'eq_hands_skeleton' , 'A glove with an unknown dark force. It feels a lot heavier than it looks.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400507, 'Odd Gun x2' ,0,2,0,25,9,15,400,47,400,80,5,4,1,0,0,0,0,0,0,0,0,0,0, 'eq_pistol_odd' , 'Odd Gun is a very strange gun which is made from various animals bones and flesh. How the gun operates is still a mystery.' ,5,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400508, 'Wings of Catastrophe' ,0,2,0,25,8,16,400,17,290,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'eq_blade_wing' , 'Wings of Catastrophe is a Kodachi that was modeled on wings and tail of Lich. It has been said that a part of Lichs body was used to create the weapon.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400509, 'Leather Wrap Shoes (Men)' ,0,2,0,20,4,5,400,0,0,0,0,0,0,0,6,8,0,0,0,0,0,0,0, 'eq_feet_wrapshoes' , 'Defense of Leather Wrap Shoes was highly improved by the leather which is firmly wrapped around.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400510, 'Leather Wrap Shoes (Women)' ,0,2,0,20,4,5,400,0,0,0,0,0,0,0,6,8,0,0,0,0,0,0,0, 'eq_feet_wrapshoes' , 'Defense of Leather Wrap Shoes was highly improved by the leather which is firmly wrapped around.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400511, 'Dark Lord Trousers (Men)' ,0,2,0,20,3,16,400,0,0,0,0,0,0,0,3,25,0,0,0,0,0,0,0, 'eq_legs_dark' , 'This unique item is Dark Lords precious clothing which reveals his evil senses and identity.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400512, 'Dark Lord Trousers (Women)' ,0,2,0,20,3,16,400,0,0,0,0,0,0,0,3,25,0,0,0,0,0,0,0, 'eq_legs_dark' , 'This unique item is Dark Lords precious clothing which reveals her evil senses and identity.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400513, 'Shattered Iron' ,0,2,0,30,9,20,400,6,600,70,8,5,1,0,0,0,0,0,0,0,0,0,0, 'shotgun_shattered' , 'A fast shooting shotgun with three gun muzzles that shoots metal splinters with extreme speed.' ,8,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400514, 'Battle Axe' ,0,2,0,30,8,14,400,21,339,0,0,0,0,0,6,0,0,0,0,0,0,0,0, 'katana_battleaxe' , 'An expensive looking axe by a human craftsman. It is too small for Lizardman to use so it must have been decoration.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400515, 'Android Mask (Men)' ,0,2,0,25,1,3,400,0,0,0,0,0,0,0,-1,13,0,0,0,0,0,0,0, 'eq_head_android' , 'A realistic looking male mask of Androids face used for parties.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400516, 'Android Mask (Woman)' ,0,2,0,25,1,3,400,0,0,0,0,0,0,0,-1,13,0,0,0,0,0,0,0, 'eq_head_android' , 'A realistic looking female mask of Androids face used for parties.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400517, 'Lizardskin Gloves (Men)' ,0,2,0,25,5,3,400,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0, 'eq_hands_lizard' , 'Mens leather gloves made of Lizardmans skin. Its durable and sturdy but a bit rigid like armor.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400518, 'Lizardskin Gloves (Woman)' ,0,2,0,25,5,3,400,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0, 'eq_hands_lizard' , 'Womens leather gloves made of Lizardmans skin. Its durable and sturdy but a bit rigid like armor.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400519, 'Goblin Commanders Club' ,0,2,0,15,8,10,400,14,339,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana_club' , 'Club carried by the Goblin Commander, It looks interesting but it doesn’t look so useful.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400520, 'Goblin Wizards Armguard (Men)' ,0,2,0,15,5,3,400,0,0,0,0,0,0,0,1,7,0,0,0,0,0,0,0, 'eq_hands_goblin' , 'Armguard used by the Goblin Wizard. It looks light and not so sturdy.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400521, 'Goblin Wizards Armguard (Women)' ,0,2,0,15,5,3,400,0,0,0,0,0,0,0,1,7,0,0,0,0,0,0,0, 'eq_hands_goblin' , 'Armguard used by the Goblin Wizard. It looks light and not so sturdy.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400522, 'Golden Goblin Launcher' ,0,2,0,30,9,32,400,55,1200,50,3,3,1,0,0,0,0,0,0,0,0,0,0, 'rl_goblin_gold' , 'Gold Goblin Launcher taken from the Thunder Goblin. It looks stronger than the Goblin Kings Rocket.' ,3,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400523, 'Golden Goblin Hat (Men)' ,0,2,0,30,1,4,400,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0, 'eq_head_goblin_gold' , 'Gold Goblin Hat from taken from the Thunder Goblin. It looks more useful than the Goblin Hat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400524, 'Golden Goblin Hat (Women)' ,0,2,0,30,1,4,400,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0, 'eq_head_goblin_gold' , 'Gold Goblin Hat from taken from the Thunder Goblin. It looks more useful than the Goblin Hat.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400525, 'Golden Goblin Club' ,0,2,0,30,8,15,400,20,349,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana_club_gold' , 'Gold Goblin Club taken from the Dwarf Goblin King. It looks stronger than the Goblin commanders club' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400526, 'Golden Goblin Armguard (Men)' ,0,2,0,30,5,7,400,0,0,0,0,0,0,0,2,15,0,0,0,0,0,0,0, 'eq_hands_goblin_gold' , 'Gold Goblin Armguard taken from the Dwarf Goblin King. It looks stronger than the Goblin Wizard’s Armguard' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400527, 'Golden Goblin Armguard (Women)' ,0,2,0,30,5,7,400,0,0,0,0,0,0,0,2,15,0,0,0,0,0,0,0, 'eq_hands_goblin_gold' , 'Gold Goblin Armguard taken from the Dwarf Goblin King. It looks stronger than the Goblin Wizard’s Armguard' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400528, 'Palmpows Launcher' ,0,2,0,25,9,28,400,45,1100,50,4,3,0,0,0,0,0,0,0,0,0,0,0, 'rl_palmpou' , 'Palmpows launcher taken from Palmpow. It seems much more powerful than it looks.' ,4,90,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400529, 'Palmpoas Shirt (Men)' ,0,2,0,25,2,16,400,0,0,0,0,0,0,0,4,26,0,0,0,0,0,0,0, 'eq_chest_palmpou' , 'Palmpoas Shirt taken from Palmpow. The cute Palmpoa on the back makes one feel sorry to wear it as protective equipment.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400530, 'Palmpoas Shirt (Women)' ,0,2,0,25,2,16,400,0,0,0,0,0,0,0,4,26,0,0,0,0,0,0,0, 'eq_chest_palmpou' , 'Palmpoas Shirt taken from Palmpow. The cute Palmpoa on the back makes one feel sorry to wear it as protective equipment.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400531, 'Palmpows Ice Blade' ,0,2,0,30,8,14,400,21,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 'katana_palmpou' , 'Palmpows Ice Blade taken from Cursed Palmpow. It seems as strong as it looks.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400532, 'Palmpoas Helmet (Men)' ,0,2,0,30,1,3,400,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0, 'eq_head_palmpou' , 'Palmpoas Helmet taken from Cursed Palmpow. One might look as cute as Palmpoa when wear it.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (400533, 'Palmpoas Helmet (Women)' ,0,2,0,30,1,3,400,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0, 'eq_head_palmpou' , 'Palmpoas Helmet taken from Cursed Palmpow. One might look as cute as Palmpoa when wear it.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401000, 'í–‰ìš´ì˜ 0번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 0번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401001, 'í–‰ìš´ì˜ 1번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 1번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401002, 'í–‰ìš´ì˜ 2번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 2번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401003, 'í–‰ìš´ì˜ 3번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 3번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401004, 'í–‰ìš´ì˜ 4번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 4번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401005, 'í–‰ìš´ì˜ 5번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 5번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401006, 'í–‰ìš´ì˜ 6번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 6번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401007, 'í–‰ìš´ì˜ 7번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 7번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401008, 'í–‰ìš´ì˜ 8번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 8번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (401009, 'í–‰ìš´ì˜ 9번 티켓(ì´ë²¤íЏ 티켓)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , 'ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 9번 티켓.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402000, '(A) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(A) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402001, '(B) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(B) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402002, '(C) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(C) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402003, '(D) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(D) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402004, '(E) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(E) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402005, '(F) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(F) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402006, '(G) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(G) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402007, '(H) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(H) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402008, '(I) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(I) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402009, '(J) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(J) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402010, '(K) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(K) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402011, '(L) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(L) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402012, '(M) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(M) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402013, '(N) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(N) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402014, '(O) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(O) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402015, '(P) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(P) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402016, '(Q) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Q) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402017, '(R) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(R) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402018, '(S) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(S) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402019, '(T) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(T) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402020, '(U) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(U) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402021, '(V) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(V) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402022, '(W) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(W) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402023, '(X) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(X) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402024, '(Y) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Y) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (402025, '(Z) Lucky Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Z) Lucky Ticket for the Alphabet ticket event.' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403001, '(Have a) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Have a) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403002, '(Happy) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Happy) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403003, '(Halloween) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Halloween) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403004, '(from) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(from) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403005, '(Ijji) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Ijji) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403006, '(and) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(and) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403007, '(MAIET!) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(MAIET!) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403008, '(Pumpkin) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Pumpkin) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403009, '(Ghost) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Ghost) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403010, '(Trick or) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Trick or) card of Halloween Event!' ,0,0,0)
INSERT INTO Item (ItemID, Name, TotalPoint, ResSex, ResRace, ResLevel, Slot, Weight, BountyPrice, Damage, Delay, Controllability, Magazine, ReloadTime, SlugOutput, Gadget, HP, AP, MAXWT, SF, FR, CR, PR, LR, BlendColor, ModelName, Description, MaxBullet, LimitSpeed, IsCashItem) VALUES (403011, '(Treat!!) Ticket (Event)' ,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, '0' , '(Treat!!) card of Halloween Event!' ,0,0,0)
after that execute this
Code:
UPDATE Item SET Name='Rusty Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=5,BountyPrice=20,Damage=8,Delay=366,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger01',Description='It has some rust here and there. Once used, its sure to be difficult to sell.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=1
UPDATE Item SET Name='Iron Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=5,Slot=8,Weight=5,BountyPrice=200,Damage=9,Delay=356,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger01',Description='Basic iron dagger, made in a factory. A serial number is barely visible on the surface.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=11
UPDATE Item SET Name='Military Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=9,Slot=8,Weight=6,BountyPrice=400,Damage=11,Delay=356,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger01',Description='Military assault dagger.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=3
UPDATE Item SET Name='Lightweight Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=18,Slot=8,Weight=5,BountyPrice=1000,Damage=10,Delay=346,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger01',Description='Easy to use lightweight dagger.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4
UPDATE Item SET Name='High-Class Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=27,Slot=8,Weight=6,BountyPrice=2500,Damage=12,Delay=351,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger01',Description='Heavy unique high-class dagger. Beautiful pattern inscribed on the surface.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5
UPDATE Item SET Name='Phantom Slaying Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=36,Slot=8,Weight=4,BountyPrice=5000,Damage=13,Delay=356,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger02',Description='Mysterious dagger, used to kill evil spirits. However, it could be an urban legend.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6
UPDATE Item SET Name='Warlords Gut Ripper',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=8,Weight=6,BountyPrice=10000,Damage=14,Delay=346,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger03',Description='Unique dagger, used by Warlords during the Storm civil war.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7
UPDATE Item SET Name='Crystal Blade',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=54,Slot=8,Weight=4,BountyPrice=0,Damage=15,Delay=346,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger12',Description='A dagger which uses its easy breakable disadvantage property to its advantage. The light crystal blade leaves its broken pieces in the opponents body when attack and creates fatal wounds.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=8
UPDATE Item SET Name='Rusty Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=10,BountyPrice=20,Damage=15,Delay=359,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana01',Description='Its a rusty sword. Once used, its sure to be difficult to sell.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=2
UPDATE Item SET Name='Iron Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=5,Slot=8,Weight=10,BountyPrice=300,Damage=16,Delay=359,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana02',Description='Low level iron sword. Faint serial number visible on the surface.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=12
UPDATE Item SET Name='Military Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=8,Weight=12,BountyPrice=600,Damage=18,Delay=349,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana02',Description='Great looking sword, used by ranked officers.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=13
UPDATE Item SET Name='Lightweight Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=8,Weight=9,BountyPrice=1500,Damage=15,Delay=339,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana01',Description='Easy to use lightweight sword.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=14
UPDATE Item SET Name='High-class Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=8,Weight=13,BountyPrice=3600,Damage=20,Delay=339,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana04',Description='High-Class sword, made of rare materials for combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=15
UPDATE Item SET Name='Devil Slayer',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=8,Weight=11,BountyPrice=7200,Damage=22,Delay=339,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana06',Description='Mysterious sword used to kill a haunted evil spirit.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=16
UPDATE Item SET Name='Golden Dragon Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=50,Slot=8,Weight=12,BountyPrice=15000,Damage=24,Delay=329,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana03',Description='Gold plated attractive sword. Sword collectors desperately want to acquire this powerful katana.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=17
UPDATE Item SET Name='Shura',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=8,Weight=10,BountyPrice=0,Damage=25,Delay=329,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana17',Description='A sword used by Gumho, who was a legendary warrior at the battle field long time ago. After his death, his nick name became the name of the weapon.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=18
UPDATE Item SET Name='Iron Kodachi',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=8,Weight=18,BountyPrice=850,Damage=14,Delay=290,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='blade02',Description='(Dual Wield) These Kodachi Iron swords are widely produced for the general public.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=31
UPDATE Item SET Name='Lightweight Kodachi',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=21,Slot=8,Weight=14,BountyPrice=2000,Damage=15,Delay=280,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='blade01',Description='(Dual Wield) Kodachi swords designed for two hands. Much lighter and smaller than regular swords.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=32
UPDATE Item SET Name='High-Class Kodachi',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=32,Slot=8,Weight=20,BountyPrice=5000,Damage=16,Delay=280,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='blade06',Description='(Dual Wield) This unique sword produced by Kodachi is made of high-end rare materials.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=33
UPDATE Item SET Name='Red Blood',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=43,Slot=8,Weight=18,BountyPrice=12000,Damage=18,Delay=260,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='blade05',Description='(Dual Wield) These powerful swords are a symbol of the Red Blood Dynasty, carried by a great swordsman in ancient times.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=34
UPDATE Item SET Name='Dual Scimitar',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=54,Slot=8,Weight=19,BountyPrice=0,Damage=23,Delay=290,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='blade09',Description='A dual sword used by nomads who live in the distant desert far from Axium (tax included)',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=35
UPDATE Item SET Name='Giant Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=43,Slot=8,Weight=18,BountyPrice=12000,Damage=18,Delay=260,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='sword01',Description='Sword used by the Hiru tribe.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=51
UPDATE Item SET Name='Raptor 50',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=7,BountyPrice=20,Damage=8,Delay=250,Controllability=30,Magazine=10,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol01',Description='This pistol has been used since a long time ago in the empire. Its production has been discontinued. Manufactured by Walcom.',MaxBullet=10,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4001
UPDATE Item SET Name='Raptor 50 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=14,BountyPrice=40,Damage=16,Delay=250,Controllability=36,Magazine=10,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol01x2',Description='(Dual Wield) These pistols have been used since a long time ago in the empire. Their production has been discontinued. Manufactured by Walcom.',MaxBullet=10,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4002
UPDATE Item SET Name='Raptor 80',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=5,Slot=9,Weight=7,BountyPrice=200,Damage=8,Delay=200,Controllability=30,Magazine=12,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol01',Description='A revised model of the Raptor 50. Its performance slightly improved but the appearance has not changed from the old version. Its production was announced to be stopped quite early as its competition released a new product. Manufactured by Walcom.',MaxBullet=12,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4009
UPDATE Item SET Name='Raptor 80 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=14,BountyPrice=360,Damage=16,Delay=200,Controllability=36,Magazine=12,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol01x2',Description='(Dual Wield) Revised models of the Raptor 50. The performance improved slightly but the appearance has not changed from the old version. Manufactured by Walcom.',MaxBullet=12,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4010
UPDATE Item SET Name='Raven 5',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=6,Slot=9,Weight=8,BountyPrice=300,Damage=10,Delay=250,Controllability=40,Magazine=10,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol05',Description='This pistol was produced to be supplied to the battlefront of the Republic. Manufactured by Maxwell.',MaxBullet=10,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4011
UPDATE Item SET Name='Raven 5 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=8,Slot=9,Weight=16,BountyPrice=540,Damage=20,Delay=250,Controllability=48,Magazine=10,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol05x2',Description='(Dual Wield) These pistols were produced to be supplied to the battle front of the Republic. Manufactured by Maxwell.',MaxBullet=10,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4012
UPDATE Item SET Name='Raptor 120',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=9,Weight=7,BountyPrice=500,Damage=9,Delay=200,Controllability=25,Magazine=12,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol02',Description='It was developed to be supplied to the military. Its accuracy has been improved from the Raptor 80. Manufactured by Walcom.',MaxBullet=12,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4003
UPDATE Item SET Name='Raptor 120 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=12,Slot=9,Weight=14,BountyPrice=900,Damage=18,Delay=200,Controllability=30,Magazine=12,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol02x2',Description='(Dual Wield) It was developed to be supplied to the military. Its accuracy has been improved from the Raptor 80s. Manufactured by Walcom.',MaxBullet=12,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4004
UPDATE Item SET Name='Raven 6',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=14,Slot=9,Weight=8,BountyPrice=800,Damage=12,Delay=220,Controllability=40,Magazine=14,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol05',Description='The follow-up model of the Raven 5. Its performance has been improved but its manufacturer failed to make it lighter. Manufactured by Maxwell.',MaxBullet=14,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4013
UPDATE Item SET Name='Raven 6 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=16,Slot=9,Weight=16,BountyPrice=1440,Damage=24,Delay=220,Controllability=48,Magazine=14,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol05x2',Description='(Dual Wield) The follow-up models of the Raven 5. The performance has been improved but its manufacturer failed to make it lighter. Manufactured by Maxwell.',MaxBullet=14,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4014
UPDATE Item SET Name='Raptor 160',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=9,Weight=8,BountyPrice=2500,Damage=11,Delay=180,Controllability=25,Magazine=13,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol02',Description='The follow-up model to the Raptor 120. It has more firepower, better performance and an excellent rate of fire.',MaxBullet=13,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4015
UPDATE Item SET Name='Raptor 160 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=26,Slot=9,Weight=16,BountyPrice=4500,Damage=22,Delay=180,Controllability=30,Magazine=13,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol02x2',Description='(Dual Wield) The follow-up model to the Raptor 120. They have more firepower, better performance and an excellent rate of fire.',MaxBullet=13,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4016
UPDATE Item SET Name='Raven 7',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=32,Slot=9,Weight=9,BountyPrice=5000,Damage=13,Delay=210,Controllability=40,Magazine=15,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol05',Description='The Raven 7 has more firepower and a better rate of fire but it still has some drawbacks in terms of accuracy and weight.',MaxBullet=15,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4017
UPDATE Item SET Name='Raven 7 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=34,Slot=9,Weight=18,BountyPrice=9000,Damage=26,Delay=210,Controllability=48,Magazine=15,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol05x2',Description='(Dual Wield) The Raven 7s have more firepower and a better rate of fire but they still have some drawbacks in terms of accuracy and weight.',MaxBullet=15,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4018
UPDATE Item SET Name='Raptor 200',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=9,Weight=8,BountyPrice=8000,Damage=11,Delay=160,Controllability=25,Magazine=14,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol02',Description='The Raptor series won confidence with its high rate of fire and accuracy. This weapon shows the advanced development capability of Walcom.',MaxBullet=14,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4019
UPDATE Item SET Name='Raptor 200 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=42,Slot=9,Weight=16,BountyPrice=14400,Damage=22,Delay=160,Controllability=30,Magazine=14,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol02x2',Description='(Dual Wield) The Raptor series won confidence with its high rate of fire and accuracy. These weapons show the advanced development capability of Walcom.',MaxBullet=14,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4020
UPDATE Item SET Name='Raven 8',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=48,Slot=9,Weight=10,BountyPrice=0,Damage=15,Delay=200,Controllability=40,Magazine=14,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol06',Description='Model developed mainly to improve fire power and higher rate of fire and laid aside the weight improvement which has been the chronic problem of problem of Raven series.',MaxBullet=14,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4021
UPDATE Item SET Name='Raven 8 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=50,Slot=9,Weight=20,BountyPrice=0,Damage=30,Delay=200,Controllability=48,Magazine=14,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol06x2',Description='(Dual Wield) Model developed mainly to improve fire power and higher rate of fire and laid aside the weight improvement which has been the chronic problem of problem of Raven series.',MaxBullet=14,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4022
UPDATE Item SET Name='Iris Pistol Limited x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=12,BountyPrice=0,Damage=20,Delay=220,Controllability=36,Magazine=12,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol04_gold',Description='Limited edition of Iris pistol with unique color used by Republican soldiers which is no longer in production and became a valued premium among the collectors.',MaxBullet=12,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4023
UPDATE Item SET Name='Minic 567',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=8,BountyPrice=20,Damage=16,Delay=400,Controllability=60,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol07',Description='This legendary revolver was produced by Maxwell and supplied to the general infantry of the Republic. Its production is now discontinued.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4005
UPDATE Item SET Name='Minic 567 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=16,BountyPrice=40,Damage=32,Delay=400,Controllability=72,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol07x2',Description='(Dual Wield) These legendary revolvers were produced by Maxwell and supplied to the general infantry of the Republic. Its production is now discontinued.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4006
UPDATE Item SET Name='Dynax 7000',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=5,Slot=9,Weight=7,BountyPrice=220,Damage=14,Delay=300,Controllability=60,Magazine=8,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol12',Description='The first of the lightweight revolvers from Canox. Though its production has been discontinued, the second-hand Dynax is still a popular gun.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4501
UPDATE Item SET Name='Dynax 7000 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=14,BountyPrice=396,Damage=28,Delay=300,Controllability=72,Magazine=8,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol12x2',Description='(Dual Wield) The first of the lightweight revolvers from Canox. Though their production has been discontinued, the second-hand Dynax is still a popular gun.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4502
UPDATE Item SET Name='Minic 567 Limited',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=8,BountyPrice=340,Damage=18,Delay=400,Controllability=50,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol07',Description='This model was produced in order to commemorate the fifth anniversary of Maxwells Minic. It is more powerful than the original.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4503
UPDATE Item SET Name='Minic 567 Limited x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=9,Slot=9,Weight=16,BountyPrice=612,Damage=36,Delay=400,Controllability=60,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol07x2',Description='(Dual Wield) These were produced in order to commemorate the fifth aniversary of Maxwells Minic. They have more firepower that the originals.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4504
UPDATE Item SET Name='Zaurus A',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=9,Weight=7,BountyPrice=550,Damage=20,Delay=400,Controllability=60,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol08',Description='This revolver was developed to supply the military. Manufactured by Walcom.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4007
UPDATE Item SET Name='Zaurus A x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=12,Slot=9,Weight=14,BountyPrice=990,Damage=40,Delay=400,Controllability=72,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol08x2',Description='(Dual Wield) These revolvers were developed to supply the military. Manufactured by Walcom.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4008
UPDATE Item SET Name='Phantom Cruise',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=16,Slot=9,Weight=9,BountyPrice=1200,Damage=22,Delay=400,Controllability=70,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol10',Description='High-end revolver made by Nico. Its upgraded design draws a lot of attention.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4505
UPDATE Item SET Name='Phantom Cruise x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=18,Slot=9,Weight=18,BountyPrice=2160,Damage=44,Delay=400,Controllability=84,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol10x2',Description='(Dual Wield) High-end revolvers made by Nico. Its upgraded design draws a lot of attention.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4506
UPDATE Item SET Name='Phantom Cruise N',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=21,Slot=9,Weight=8,BountyPrice=2500,Damage=23,Delay=400,Controllability=65,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol10',Description='Phantom Cruises slightly upgraded model. Its performance has slightly improved.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4507
UPDATE Item SET Name='Phantom Cruise N x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=23,Slot=9,Weight=16,BountyPrice=4500,Damage=46,Delay=400,Controllability=78,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol10x2',Description='(Dual Wield) Phantom Cruises minor upgraded models. The performance has slightly improved.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4508
UPDATE Item SET Name='Dynax 8000',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=26,Slot=9,Weight=7,BountyPrice=4000,Damage=18,Delay=300,Controllability=60,Magazine=8,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol12',Description='Lightweight revolver made by Canox. This is the follow-up model of the Dynax 7000, its performance has remarkably improved.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4509
UPDATE Item SET Name='Dynax 8000 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=28,Slot=9,Weight=14,BountyPrice=7200,Damage=36,Delay=300,Controllability=72,Magazine=8,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol12x2',Description='(Dual Wield) Lightweight revolvers made by Canox. These are the follow-up models of the Dynax 7000, their performance have remarkably improved.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4510
UPDATE Item SET Name='Minic 567 MK.II',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=34,Slot=9,Weight=8,BountyPrice=7000,Damage=25,Delay=400,Controllability=50,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol07',Description='This is an upgraded model of the commemorative fifth anniversary Minic 567. It packs more power than the original one.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4511
UPDATE Item SET Name='Minic 567 MK.II x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=36,Slot=9,Weight=16,BountyPrice=12600,Damage=50,Delay=400,Controllability=60,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol07x2',Description='(Dual Wield) This is the upgraded models of the commemorative fifth anniversary Minic 567. They pack more power than the original ones.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4512
UPDATE Item SET Name='Zaurus B',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=42,Slot=9,Weight=8,BountyPrice=12000,Damage=25,Delay=360,Controllability=50,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol08',Description='The Zaurus Type B is the most powerful handgun money can buy. It also has better accuracy.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4513
UPDATE Item SET Name='Zaurus B x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=46,Slot=9,Weight=16,BountyPrice=21600,Damage=50,Delay=360,Controllability=60,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol08x2',Description='(Duel Wield) The Zaurus Type Bs are the most powerful handgun money can buy. They also have better accuracy.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4514
UPDATE Item SET Name='Dynax 800C',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=52,Slot=9,Weight=7,BountyPrice=0,Damage=23,Delay=300,Controllability=60,Magazine=8,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol19',Description='Illegally altered model of 8000 which once was very popular. This model gained popularity so the Canox company decided to sell it officially.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4515
UPDATE Item SET Name='Dynax 800C x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=54,Slot=9,Weight=14,BountyPrice=0,Damage=45,Delay=300,Controllability=72,Magazine=8,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol19x2',Description='(Dual Wield) Illegally altered model of 8000 which once was very popular. This model gained popularity so the Canox company decided to sell it officially.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=4516
UPDATE Item SET Name='Renard',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=15,BountyPrice=30,Damage=7,Delay=90,Controllability=50,Magazine=32,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg01',Description='This old submachine gun was produced by Canox. Its production has been discontinued.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5001
UPDATE Item SET Name='Renard x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=30,BountyPrice=60,Damage=14,Delay=90,Controllability=90,Magazine=32,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg01x2',Description='(Dual Wield) These old submachine guns were produced by Canox. Its production has been discontinued.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5002
UPDATE Item SET Name='Walcom S5',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=9,Weight=15,BountyPrice=750,Damage=8,Delay=90,Controllability=50,Magazine=36,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg02',Description='This submachine gun produced by Walcom are quite popular. They have better firepower and a larger ammo capacity. ',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5003
UPDATE Item SET Name='Walcom S5 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=13,Slot=9,Weight=30,BountyPrice=1350,Damage=16,Delay=90,Controllability=90,Magazine=36,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg02x2',Description='(Dual Wield) These submachine guns produced by Walcom are quite popular. They have better firepower and a larger ammo capacity.',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5004
UPDATE Item SET Name='Ellan',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=9,Weight=12,BountyPrice=700,Damage=5,Delay=90,Controllability=70,Magazine=60,ReloadTime=2,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg05',Description='Canoxs small submachine gun. This was manufactured with a focus on better mobility.',MaxBullet=60,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5005
UPDATE Item SET Name='Ellan x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=12,Slot=9,Weight=24,BountyPrice=1260,Damage=10,Delay=90,Controllability=126,Magazine=60,ReloadTime=2,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg05x2',Description='(Dual Wield) Canoxs small submachine guns. These were manufactured with focus on better mobility.',MaxBullet=60,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5006
UPDATE Item SET Name='Renard V',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=9,Weight=15,BountyPrice=2800,Damage=7,Delay=85,Controllability=35,Magazine=32,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg01',Description='Follow-up model of the once widely-popular Renard. It has better accuracy and a higher rate of fire.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5007
UPDATE Item SET Name='Renard V x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=27,Slot=9,Weight=30,BountyPrice=5040,Damage=14,Delay=85,Controllability=63,Magazine=32,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg01x2',Description='(Dual Wield) Follow-up model of the once widely popular Renards. They have better accuracy and a higher rate of fire.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5008
UPDATE Item SET Name='Walcom S6',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=9,Weight=16,BountyPrice=2800,Damage=9,Delay=95,Controllability=55,Magazine=36,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg02',Description='The follow-up model of the Walcom S5. It has more firepower and better stability compared with its previous model.',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5009
UPDATE Item SET Name='Walcom S6 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=27,Slot=9,Weight=32,BountyPrice=5040,Damage=18,Delay=95,Controllability=99,Magazine=36,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg02x2',Description='(Dual Wield) The follow-up models of Walcoms S5. They have more firepower and better stability compared with its previous models.',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5010
UPDATE Item SET Name='New Renard V',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=36,Slot=9,Weight=15,BountyPrice=5600,Damage=8,Delay=80,Controllability=35,Magazine=40,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg01',Description='New version of the popular Renard V produced by Canox.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5011
UPDATE Item SET Name='New Renard V x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=39,Slot=9,Weight=30,BountyPrice=10080,Damage=16,Delay=80,Controllability=63,Magazine=40,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg01x2',Description='(Dual Wield) New versions of the popular Renard V produced by Canox.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5012
UPDATE Item SET Name='Walcom XL',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=36,Slot=9,Weight=14,BountyPrice=5800,Damage=9,Delay=95,Controllability=50,Magazine=32,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg03',Description='This model was produced in order to commemorate the 70th anniversary of Walcom. It has a lightweight body and it is called the Exterminator.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5013
UPDATE Item SET Name='Walcom XL x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=39,Slot=9,Weight=28,BountyPrice=10440,Damage=18,Delay=95,Controllability=90,Magazine=32,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg03x2',Description='(Dual Wield) These models were produced in order to commemorate the 70th anniversary of Walcom. It has a lightweight body and it is called the Exterminator.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5014
UPDATE Item SET Name='Renard VI',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=9,Weight=14,BountyPrice=12000,Damage=8,Delay=80,Controllability=35,Magazine=40,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg01',Description='This new model was produced by Canox whose popularity was dented by Walcom XL.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5015
UPDATE Item SET Name='Renard VI x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=48,Slot=9,Weight=28,BountyPrice=21600,Damage=16,Delay=80,Controllability=63,Magazine=40,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg01x2',Description='(Dual Wield) These new models were produced by Canox whose popularity was dented by Walcom XL.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5016
UPDATE Item SET Name='Walcom XLS',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=9,Weight=14,BountyPrice=12000,Damage=11,Delay=95,Controllability=50,Magazine=32,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg03',Description='Upgrade to the Walcom XL. The only difference from the old model is enhanced fire power.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5017
UPDATE Item SET Name='Walcom XLS x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=48,Slot=9,Weight=28,BountyPrice=21600,Damage=22,Delay=95,Controllability=90,Magazine=32,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg03x2',Description='(Dual Wield) Upgrades to the Walcom XL. The only difference from the old models are enhanced fire power.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5018
UPDATE Item SET Name='Walcom S7',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=54,Slot=9,Weight=14,BountyPrice=0,Damage=13,Delay=95,Controllability=50,Magazine=32,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg04',Description='New SMG from Walcom company which has been rivary of Renard company. The fire power has been enhanced.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5019
UPDATE Item SET Name='Walcom S7 x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=57,Slot=9,Weight=28,BountyPrice=0,Damage=26,Delay=95,Controllability=90,Magazine=32,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg04x2',Description='(Dual Wield) New SMG from Walcom company which has been rivary of Renard company. The fire power has been enhanced.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=5020
UPDATE Item SET Name='Breaker 3',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=5,Slot=9,Weight=15,BountyPrice=200,Damage=6,Delay=1100,Controllability=60,Magazine=3,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun01',Description='Pump action shotgun produced by Leonics, who has specialized in the production of shotguns for ages. Its production has been discontinued.',MaxBullet=3,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6001
UPDATE Item SET Name='Breaker 5',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=9,Weight=18,BountyPrice=800,Damage=6,Delay=1000,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun01',Description='Pump action type shotgun produced by Leonics. Though made a long time ago, it is still very popular.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6002
UPDATE Item SET Name='Breaker 6',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=20,BountyPrice=1600,Damage=7,Delay=1000,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun01',Description='Leonics new shotgun that was released quite recently.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6003
UPDATE Item SET Name='Breaker 7',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=9,Weight=20,BountyPrice=8000,Damage=8,Delay=1000,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun03',Description='Leonicss 7th model adopted a new design different from the existing Breaker series.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6004
UPDATE Item SET Name='Avenger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=9,Weight=15,BountyPrice=9000,Damage=10,Delay=1200,Controllability=100,Magazine=2,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun07',Description='Shotgun introduced by Nico as a monumental product. This weapon has strong destructive power. Its only drawback, is it can only load a small number of bullets.',MaxBullet=2,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6005
UPDATE Item SET Name='Breaker 8',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=9,Weight=20,BountyPrice=20000,Damage=9,Delay=1000,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun03',Description='New shotgun produced by Leonics, who is quite famous for the Breaker series of shotguns.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6006
UPDATE Item SET Name='Avenger MK.II',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=9,Weight=16,BountyPrice=24000,Damage=11,Delay=1200,Controllability=100,Magazine=2,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun07',Description='Avengers follow-up model that became the weapon of choice for adventurers.',MaxBullet=2,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6007
UPDATE Item SET Name='Breaker 9P',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=9,Weight=18,BountyPrice=0,Damage=9,Delay=1000,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun02',Description='Prototype model of the Breaker9, the newest shotgun of Rionix. Great ability but a bit unstable.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6008
UPDATE Item SET Name='Iron Crow Shotgun Limited ',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=18,BountyPrice=0,Damage=7,Delay=900,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun09_gold',Description='Limited edition of Iron Crow shotgun with unique color which is no longer in production and became a valued premium among the collectors.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6009
UPDATE Item SET Name='Cruelizon Limited',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=9,Weight=18,BountyPrice=0,Damage=9,Delay=1100,Controllability=90,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun06_silver',Description='Limited edition of Cruelizon with unique color which is no longer in production and became a valued premium among the collectors.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=6010
UPDATE Item SET Name='Nico R2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=5,Slot=9,Weight=15,BountyPrice=400,Damage=11,Delay=120,Controllability=30,Magazine=32,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle03',Description='Rifle produced by Nico in the early days.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7001
UPDATE Item SET Name='Nico R5',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=9,Weight=18,BountyPrice=1500,Damage=12,Delay=110,Controllability=30,Magazine=32,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle01',Description='One of the most popular rifles among the Republican army.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7002
UPDATE Item SET Name='Walcom Warrior 77',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=20,BountyPrice=2800,Damage=15,Delay=100,Controllability=50,Magazine=24,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle02',Description='Produced by Walcom, it has the drawback of being difficult to use but it has relatively strong power.',MaxBullet=24,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7003
UPDATE Item SET Name='Maxwell LX30',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=18,Slot=9,Weight=20,BountyPrice=3000,Damage=13,Delay=80,Controllability=20,Magazine=40,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle04',Description='Produced by Maxwell, this weapon has stable grip, good operability, and a high rate of fire.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7004
UPDATE Item SET Name='Nico R6',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=26,Slot=9,Weight=18,BountyPrice=6000,Damage=15,Delay=90,Controllability=30,Magazine=36,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle03',Description='Follow-up model of popular R5 of Nico. With its improved fire power, it is popular among R5 maniacs.',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7005
UPDATE Item SET Name='Maxwell LX44',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=34,Slot=9,Weight=20,BountyPrice=12000,Damage=14,Delay=80,Controllability=20,Magazine=40,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle04',Description='(Discontinued Item) Rifle with a higher fire rate than LX30. It has a stable grip with high accuracy.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7006
UPDATE Item SET Name='Nico R7',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=42,Slot=9,Weight=18,BountyPrice=24000,Damage=16,Delay=90,Controllability=30,Magazine=40,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle01',Description='Nicos new rifle with better fire power.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7007
UPDATE Item SET Name='Walcom Warrior 88',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=50,Slot=9,Weight=20,BountyPrice=48000,Damage=19,Delay=100,Controllability=50,Magazine=32,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle02',Description='Still not easy to use but, this new product by Walcom is produced to focus on stronger fire power.',MaxBullet=32,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7008
UPDATE Item SET Name='Maxwell SWT',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=58,Slot=9,Weight=18,BountyPrice=0,Damage=16,Delay=80,Controllability=20,Magazine=50,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle06',Description='New rifle developed by Maxwell company which has been requested by Special force in charge of Metropolise security. It has greatly improved on weight and bullet carriage.',MaxBullet=50,LimitSpeed=0,IsCashItem=0 WHERE ItemID=7009
UPDATE Item SET Name='Nico MG-K8',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=9,Weight=28,BountyPrice=8000,Damage=16,Delay=100,Controllability=70,Magazine=120,ReloadTime=10,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='machinegun01',Description='It is so heavy that it is hard to carry but, its rate of fire makes the enemies shiver in fear.',MaxBullet=120,LimitSpeed=90,IsCashItem=0 WHERE ItemID=8001
UPDATE Item SET Name='Nico MG-K9',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=35,Slot=9,Weight=28,BountyPrice=16000,Damage=17,Delay=100,Controllability=70,Magazine=120,ReloadTime=10,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='machinegun01',Description='K9 machine gun with upgraded power. Its powerful rate of fire and damage will make swiss cheese of the opposition.',MaxBullet=120,LimitSpeed=90,IsCashItem=0 WHERE ItemID=8002
UPDATE Item SET Name='Nico MG-KX',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=9,Weight=28,BountyPrice=32000,Damage=18,Delay=100,Controllability=70,Magazine=120,ReloadTime=10,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='machinegun02',Description='Nicos new machine gun with explosive power. Even just looking at the MG-KX will make the enemies feel pain.',MaxBullet=120,LimitSpeed=90,IsCashItem=0 WHERE ItemID=8003
UPDATE Item SET Name='Nico MG-K11',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=55,Slot=9,Weight=28,BountyPrice=0,Damage=19,Delay=100,Controllability=70,Magazine=120,ReloadTime=10,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='machinegun06',Description='With the popularity of KX, this previously developed machine gun model has been released with the name K11.',MaxBullet=120,LimitSpeed=90,IsCashItem=0 WHERE ItemID=8004
UPDATE Item SET Name='Walcom L1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=30,BountyPrice=3200,Damage=50,Delay=1200,Controllability=50,Magazine=3,ReloadTime=3,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher',Description='Rocket launcher with strong fire power produced by Walcom.',MaxBullet=3,LimitSpeed=90,IsCashItem=0 WHERE ItemID=9001
UPDATE Item SET Name='Maxwell RW-77',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=9,Weight=28,BountyPrice=5200,Damage=35,Delay=900,Controllability=50,Magazine=5,ReloadTime=3,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher02',Description='Rocket launcher produced by Maxwell. It can hold more bullets than Walcoms L series and has a better fire rate capability. However, the fire power was reduced.',MaxBullet=5,LimitSpeed=90,IsCashItem=0 WHERE ItemID=9002
UPDATE Item SET Name='Walcom L1 mk. II',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=9,Weight=30,BountyPrice=12000,Damage=55,Delay=1200,Controllability=50,Magazine=3,ReloadTime=3,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher',Description='Walcoms Rocket Launcher. This slightly upgraded model of the L1 has slightly stronger fire power.',MaxBullet=3,LimitSpeed=90,IsCashItem=0 WHERE ItemID=9003
UPDATE Item SET Name='Maxwell RW-88',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=9,Weight=28,BountyPrice=24000,Damage=36,Delay=800,Controllability=50,Magazine=5,ReloadTime=3,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher02',Description='An upgraded version of RW-77. Though nothing major has changed, it has a better rate of fire than the previous models.',MaxBullet=5,LimitSpeed=90,IsCashItem=0 WHERE ItemID=9004
UPDATE Item SET Name='Walcom L2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=50,Slot=9,Weight=25,BountyPrice=50000,Damage=55,Delay=1200,Controllability=50,Magazine=4,ReloadTime=3,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher03',Description='Walcoms Rocket Launcher. Holds more bullets than L1, it has become a little lighter and more powerful.',MaxBullet=4,LimitSpeed=90,IsCashItem=0 WHERE ItemID=9005
UPDATE Item SET Name='Maxwell RW-66',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=9,Weight=30,BountyPrice=2000,Damage=30,Delay=1000,Controllability=50,Magazine=4,ReloadTime=3,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher02',Description='Rocket launcher made in the early days by Maxwell. It lacks the strong power.',MaxBullet=4,LimitSpeed=90,IsCashItem=0 WHERE ItemID=9006
UPDATE Item SET Name='Maxwell RW-99',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=9,Weight=27,BountyPrice=0,Damage=45,Delay=700,Controllability=50,Magazine=6,ReloadTime=3,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher08',Description='A revolutionary rocket that has increased the maximum number of bullet and reduced the weight by using new material.',MaxBullet=6,LimitSpeed=90,IsCashItem=0 WHERE ItemID=9007
UPDATE Item SET Name='Birds Sniper Rifle SN40',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=25,BountyPrice=50000,Damage=80,Delay=1200,Controllability=0,Magazine=2,ReloadTime=7,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle03',Description='Used by the military during the storm civil war. This is a typical sniper rifle with optimal level of accuracy.',MaxBullet=2,LimitSpeed=0,IsCashItem=0 WHERE ItemID=10001
UPDATE Item SET Name='Canox FG1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=2,BountyPrice=200,Damage=100,Delay=1500,Controllability=20,Magazine=2,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='grenade01',Description='New grenade produced by Canox, this grenade can be easily used indoors. 2 units',MaxBullet=2,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30301
UPDATE Item SET Name='Canox FG2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=11,Slot=7,Weight=3,BountyPrice=500,Damage=100,Delay=1500,Controllability=20,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='grenade01',Description='New grenade produced by Canox, this grenade can be easily used indoors. 3 units',MaxBullet=3,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30302
UPDATE Item SET Name='Canox FG3',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=22,Slot=7,Weight=4,BountyPrice=1000,Damage=100,Delay=1500,Controllability=20,Magazine=4,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='grenade01',Description='New grenade produced by Canox, this grenade can be easily used indoors. 4 units',MaxBullet=4,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30303
UPDATE Item SET Name='Canox FG4',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=33,Slot=7,Weight=5,BountyPrice=2000,Damage=100,Delay=1500,Controllability=20,Magazine=5,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='grenade01',Description='New grenade produced by Canox, this grenade can be easily used indoors. 5 units',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30304
UPDATE Item SET Name='Canox FG5',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=44,Slot=7,Weight=6,BountyPrice=4000,Damage=100,Delay=1500,Controllability=20,Magazine=6,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='grenade01',Description='New grenade produced by Canox, this grenade can be easily used indoors. 6 units',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30305
UPDATE Item SET Name='Canox FB1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=2,BountyPrice=200,Damage=0,Delay=1500,Controllability=20,Magazine=2,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='flashbang01',Description='Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 2 units',MaxBullet=2,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30201
UPDATE Item SET Name='Canox FB2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=7,Weight=3,BountyPrice=500,Damage=0,Delay=1500,Controllability=20,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='flashbang01',Description='Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 3 units',MaxBullet=3,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30202
UPDATE Item SET Name='Canox FB3',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=7,Weight=4,BountyPrice=1000,Damage=0,Delay=1500,Controllability=20,Magazine=4,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='flashbang01',Description='Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 4 units',MaxBullet=4,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30203
UPDATE Item SET Name='Canox FB4',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=7,Weight=5,BountyPrice=2000,Damage=0,Delay=1500,Controllability=20,Magazine=5,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='flashbang01',Description='Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 5 units',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30204
UPDATE Item SET Name='Canox FB5',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=7,Weight=6,BountyPrice=4000,Damage=0,Delay=1500,Controllability=20,Magazine=6,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='flashbang01',Description='Flash bang. Temporarily disorients enemies with a bright flash and deafening sound. 6 units',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30205
UPDATE Item SET Name='Canox SG1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=2,BountyPrice=200,Damage=0,Delay=1500,Controllability=20,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smoke01',Description='Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 3 units',MaxBullet=3,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30401
UPDATE Item SET Name='Canox SG2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=12,Slot=7,Weight=3,BountyPrice=500,Damage=0,Delay=1500,Controllability=20,Magazine=4,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smoke01',Description='Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 4 units',MaxBullet=4,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30402
UPDATE Item SET Name='Canox SG3',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=7,Weight=4,BountyPrice=1000,Damage=0,Delay=1500,Controllability=20,Magazine=5,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smoke01',Description='Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 5 units',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30403
UPDATE Item SET Name='Canox SG4',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=36,Slot=7,Weight=5,BountyPrice=2000,Damage=0,Delay=1500,Controllability=20,Magazine=6,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smoke01',Description='Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 6 units',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30404
UPDATE Item SET Name='Canox SG5',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=48,Slot=7,Weight=6,BountyPrice=4000,Damage=0,Delay=1500,Controllability=20,Magazine=7,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smoke01',Description='Smoke grenade. This is used to disrupt the sight of the enemy with smoke. 7 units',MaxBullet=7,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30405
UPDATE Item SET Name='Medical Kit MK-1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=5,BountyPrice=400,Damage=0,Delay=1000,Controllability=0,Magazine=2,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='medikit',Description='This enables you to recover physical strength. 2 units',MaxBullet=2,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30001
UPDATE Item SET Name='Medical Kit MK-2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=7,Weight=6,BountyPrice=5000,Damage=0,Delay=1000,Controllability=0,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='medikit',Description='This enables you to recover physical strength. 3 units',MaxBullet=3,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30002
UPDATE Item SET Name='Medical Kit MK-3',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=7,Weight=7,BountyPrice=20000,Damage=0,Delay=1000,Controllability=0,Magazine=4,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='medikit',Description='This enables you to recover physical strength. 4 units',MaxBullet=4,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30003
UPDATE Item SET Name='Repair Kit RK-1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=5,BountyPrice=400,Damage=0,Delay=1000,Controllability=0,Magazine=2,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='repairkit',Description='Enables you to repair armor. 2 units',MaxBullet=2,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30101
UPDATE Item SET Name='Repair Kit RK-2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=7,Weight=6,BountyPrice=5000,Damage=0,Delay=1000,Controllability=0,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='repairkit',Description='Enables you to repair armor. 3 units',MaxBullet=3,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30102
UPDATE Item SET Name='Repair Kit RK-3',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=7,Weight=7,BountyPrice=20000,Damage=0,Delay=1000,Controllability=0,Magazine=4,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='repairkit',Description='Enables you to repair armor. 4 units',MaxBullet=4,LimitSpeed=0,IsCashItem=0 WHERE ItemID=30103
UPDATE Item SET Name='Ring of the Citizen',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=6,Weight=2,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This ring was designed by the mayor in commemoration of his city and citizens.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25001
UPDATE Item SET Name='Ring of the Crying Hawk',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=6,Weight=2,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This legendary ring was used by the special combat forces in ancient times.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25002
UPDATE Item SET Name='Warriors Cry',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=6,Weight=2,BountyPrice=1000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=8,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This small ring preserves the wishes of many warriors who longed for a safe return home alive.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25003
UPDATE Item SET Name='Pierres Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=6,Weight=2,BountyPrice=1000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This ring holds the spirit of a brave commander who was killed in battle.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25004
UPDATE Item SET Name='FMT Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=6,Weight=2,BountyPrice=10000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This unique ring was designed to commemorate the scientist who created a system named FMT. There is a faint McField signature inscribed inside of the band.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25005
UPDATE Item SET Name='Ring of Good Fortune',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=6,Weight=0,BountyPrice=10000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Simple designed ring for good fortune.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25006
UPDATE Item SET Name='Altemas Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=6,Weight=2,BountyPrice=20000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This ring was designed by the TEAMI in commemoration of Altemas war achievements.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25007
UPDATE Item SET Name='Band of the Blood',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=6,Weight=4,BountyPrice=20000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=10,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='A beautiful red jewel is the center piece for this energy based ring.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25008
UPDATE Item SET Name='Elias Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=6,Weight=2,BountyPrice=40000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Elias troops heroically protected Menlo, during the battle of Sun and raised the overall morale of Emperor Altemas soldiers. This ring was created to commemorate the princess call of immortal courage.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25009
UPDATE Item SET Name='Ring of a Feather',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=6,Weight=0,BountyPrice=40000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=3,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This legendary ring enhances forces that help defy gravity.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=25010
UPDATE Item SET Name='Champion Crown (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_crown',Description='A crown for the winner of the Clan Tournament. It can only be owned by the winners. ',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=20001
UPDATE Item SET Name='Champion Crown (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_crown',Description='A crown for the winner of the Clan Tournament. It can only be owned by the winners.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=20501
UPDATE Item SET Name='Ares Running Shirt',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=5,BountyPrice=50,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_12',Description='Mens running shirt designed by Ares, a supplier of military outfits.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21001
UPDATE Item SET Name='Renaut Cotton Shirt',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_06',Description='Very active mens cotton shirt designed by Renaut Sports.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21002
UPDATE Item SET Name='Venico Leather Coat',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=2,Weight=15,BountyPrice=800,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_13',Description='Mens Leather Coat designed by Venico.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21003
UPDATE Item SET Name='Vinz Winter Jacket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=2,Weight=18,BountyPrice=1600,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_01',Description='This winter jacket for men has good thermal insulation great for any cold environment.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21004
UPDATE Item SET Name='Miz Leather Coat',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=2,Weight=20,BountyPrice=3200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_03',Description='Quite Fashionable and stylish mens trench coat produced by Miz.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21005
UPDATE Item SET Name='Ares Military Jacket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=12,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_a001',Description='Military jacket that Ares designed to supply the military.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21006
UPDATE Item SET Name='Vinz Long Coat',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=2,Weight=16,BountyPrice=1600,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_07_1',Description='Long wool coat designed by Vinz for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21007
UPDATE Item SET Name='Renaut Summer Shirt',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_21',Description='Mens shirt with flower patterns designed by Renaut for summer.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21008
UPDATE Item SET Name='Miz Noir formal shirt',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=2,Weight=20,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_02',Description='Dandy upper garments set of shirt, tie and vest from Miz Company.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21009
UPDATE Item SET Name='Empire Royal Guard coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=2,Weight=20,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=30,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_guard',Description='Mens coat for the Royal Guard, who protect the Imperial family.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21010
UPDATE Item SET Name='Clan Master Coat (Male)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=16,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_clanmaster',Description='Coat (for male) provided with purchase of clan name change item. Only the clan master can wear it.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21011
UPDATE Item SET Name='Flex Cotton T-Shirt',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=5,BountyPrice=50,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_05',Description='Cotton T-Shirt exclusively for women. This product is especially suitable for active women.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21501
UPDATE Item SET Name='Urike Leather Jacket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_n013',Description='Urike Womens Leather Jacket quite popular with the elastic fabric.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21502
UPDATE Item SET Name='Arona Leather Jacket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=2,Weight=15,BountyPrice=800,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_c001',Description='Fashionable leather jacket for women.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21504
UPDATE Item SET Name='Rex Military Vest',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=2,Weight=18,BountyPrice=1600,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_p001',Description='Womens military vest, which ensures greater survival in combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21503
UPDATE Item SET Name='L-Star Leather Coat',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=2,Weight=20,BountyPrice=3200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_long001',Description='Womens luxury coat designed by L-Star.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21505
UPDATE Item SET Name='Rex Military Jacket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=12,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_07',Description='Womens military jacket supplied by Rex.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21506
UPDATE Item SET Name='Urike Trench Coat',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=2,Weight=16,BountyPrice=1600,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_long004',Description='Womens stylish trench coat, a new design by Urike.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21507
UPDATE Item SET Name='Bics Summer Top',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_21',Description='Womens flower patterned top for summer wear, designed by Bics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21508
UPDATE Item SET Name='L* Noir formal shirt',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=2,Weight=20,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_noir',Description='Dandy upper garments set of shirt, tie and vest from L* Company.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21509
UPDATE Item SET Name='Empire Royal Guard coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=2,Weight=20,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=30,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_guard',Description='Womens coat for the Royal Guard, who protect the Imperial family.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21510
UPDATE Item SET Name='Clan Master Coat (Female)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=16,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_clanmaster',Description='Coat (for female) provided with purchase of clan name change item. Only the clan master can wear it.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=21511
UPDATE Item SET Name='Ares Combat Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=5,BountyPrice=50,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_a001',Description='Popular combat gloves, very comfortable simple design.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22001
UPDATE Item SET Name='Vinz Winter Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=5,Weight=5,BountyPrice=500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_01',Description='Winter gloves for men. designed by Vinz.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22002
UPDATE Item SET Name='Ares Iron Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=5,Weight=8,BountyPrice=1000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_02',Description='During combat these iron gloves provide excellent defensive power.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22003
UPDATE Item SET Name='Miz Sheep Leather Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=5,Weight=6,BountyPrice=1500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_04',Description='Gloves made of durable sheep leather.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22004
UPDATE Item SET Name='Renaut Summer Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=4,BountyPrice=250,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_21',Description='Summer gloves for men, designed by Renaut.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22005
UPDATE Item SET Name='Miz stylish leather gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=5,Weight=7,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_03',Description='High quality soft leather gloves with excellent durability. Product of Miz Company.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22006
UPDATE Item SET Name='Empire Royal Guard gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=5,Weight=6,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_guard',Description='Mens gloves for the Royal Guard, who protect the Imperial family.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22007
UPDATE Item SET Name='Rex Combat Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=5,BountyPrice=50,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_07',Description='Traditional design combat gloves, made out of elastic materials.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22501
UPDATE Item SET Name='Arona Winter Leather Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=5,Weight=5,BountyPrice=500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_leather04',Description='Womens winter leather gloves.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22502
UPDATE Item SET Name='Rex Iron Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=5,Weight=8,BountyPrice=1000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_02',Description='Womens iron gloves designed for aggressive combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22503
UPDATE Item SET Name='Urike Sheepskin Leather Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=5,Weight=6,BountyPrice=1500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_leather02',Description='Womens sheepskin leather gloves designed for combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22504
UPDATE Item SET Name='Bics Summer Gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=4,BountyPrice=250,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_21',Description='Womens gloves for summer wear designed by Bics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22505
UPDATE Item SET Name='L* stylish leather gloves',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=5,Weight=7,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_noir',Description='High quality soft leather gloves with excellent durability. Product of L* Company.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22506
UPDATE Item SET Name='Empire Royal Guard gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=5,Weight=6,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_guard',Description='Womens gloves for the Royal Guard, who protect the Imperial family.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=22507
UPDATE Item SET Name='Vinz Training Pants',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=50,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_01',Description='Mens trousers designed by Vinz, made out of elastic materials.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23001
UPDATE Item SET Name='Ares Military Trousers',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_a001',Description='Trousers that Ares supplies to the military.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23005
UPDATE Item SET Name='Renaut Sporty Pants',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_02',Description='Sporty trousers designed by Renaut sportswear.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23002
UPDATE Item SET Name='Venico Denim Trousers',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=3,Weight=15,BountyPrice=1200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_13',Description='Venico trousers designed for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23004
UPDATE Item SET Name='Miz Leather Trousers',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=3,Weight=15,BountyPrice=2400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_04',Description='Miz trousers in a sophisticated design to enhance greater defense. Sleek and clean sewing on pure leather.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23003
UPDATE Item SET Name='Webs Blue Jeans',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=3,Weight=14,BountyPrice=3000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_12',Description='Webs jeans for tough adventurers.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23006
UPDATE Item SET Name='Renaut Summer Shorts',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_21',Description='Mens swim trousers for summer designed by Renaut.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23007
UPDATE Item SET Name='Miz Noir formal pants',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=3,Weight=15,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_03',Description='Formal pants which form a set with the Noir formal shirt. Product of Miz Company.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23008
UPDATE Item SET Name='Empire Royal Guard pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=3,Weight=17,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_guard',Description='Mens pants for the Royal Guard, who protect the Imperial family.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23009
UPDATE Item SET Name='Flex Training Pants',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=50,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_g002',Description='Flex womens training pants with excellent elasticity, good touch and feel.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23501
UPDATE Item SET Name='Rex Military Trousers',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_007',Description='Womens military trousers designed by Rex.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23508
UPDATE Item SET Name='Arona Blue Jeans',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_j001',Description='(Discontinued Item) Womens Blue jeans widely worn by all, young and old.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23502
UPDATE Item SET Name='Rex Military Trousers',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=15,BountyPrice=1200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_c001',Description='Comfortable military trousers especially designed for female soldiers.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23503
UPDATE Item SET Name='L-Star Black Cotton Slacks',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=15,BountyPrice=2400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_ge001',Description='(Discontinued Item) Cotton trousers with luxurious touch that L-Star presents for special females.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23504
UPDATE Item SET Name='Arona Blue Jeans (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_j001',Description='Womens Blue jeans widely worn by all, young and old.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23505
UPDATE Item SET Name='Vinz Chamois Trousers',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=3,Weight=15,BountyPrice=1200,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_c001',Description='Womens Chamois trousers with a good touch and feel, designed by Vinz.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23506
UPDATE Item SET Name='L-Star Black Cotton Slacks',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=3,Weight=15,BountyPrice=2400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_ge001',Description='Cotton trousers (new) with luxurious touch that L-Star presents for special females.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23507
UPDATE Item SET Name='Urike Cotton Slacks',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=3,Weight=14,BountyPrice=3000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_c002',Description='Stylish cotton trousers made by Urike. They have an added practical touch and stylish look, using coarse fabric.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23509
UPDATE Item SET Name='Bics Summer Shorts',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_21',Description='Womens swimming shorts for summer designed by Bics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23510
UPDATE Item SET Name='L* Noir formal pants',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=3,Weight=15,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_noir',Description='Formal pants which form a set with the Noir formal shirt. Product of L* Company.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23511
UPDATE Item SET Name='Empire Royal Guard pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=3,Weight=17,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_guard',Description='Womens pants for the Royal Guard, who protect the Imperial family.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=23512
UPDATE Item SET Name='Ares Combat Shoes',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=5,BountyPrice=50,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_a001',Description='High-end shoes with comfortable touch for dynamic activity.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24001
UPDATE Item SET Name='Venico Casual Shoes',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=5,BountyPrice=100,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_05',Description='Uniquely designed casual shoes.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24002
UPDATE Item SET Name='Renaut Climbing Shoes',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=4,Weight=5,BountyPrice=500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_04',Description='Made with sturdy leather, these shoes do not tear no matter how tough the terrain is that they trod upon.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24003
UPDATE Item SET Name='Ares Iron Boots',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=4,Weight=8,BountyPrice=1000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_02',Description='Heavy boots for greater defensive power during battle.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24004
UPDATE Item SET Name='Vinz Casual Shoes',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=4,Weight=6,BountyPrice=1500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_09',Description='Very sturdy casual shoes designed by Vinz.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24005
UPDATE Item SET Name='Renaut Summer Sandals',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=4,BountyPrice=250,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_21',Description='Mens sandals for summer designed by Renaut.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24006
UPDATE Item SET Name='Miz stylish shoes',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=4,Weight=7,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=21,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_07',Description='High quality formal shoes from Miz Company.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24007
UPDATE Item SET Name='Empire Royal Guard boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=4,Weight=8,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_guard',Description='Mens boots for the Royal Guard, who protect the Imperial family.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24008
UPDATE Item SET Name='Urike Leather Shoes',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=5,BountyPrice=50,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_leather003',Description='Urike leather shoes designed for combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24501
UPDATE Item SET Name='Rex Combat Shoes',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=5,BountyPrice=100,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_07',Description='Combat shoes specially made for female soldiers by Rex.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24502
UPDATE Item SET Name='L-Star Leather Boots',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=4,Weight=5,BountyPrice=500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_leather007',Description='Leather boots designed by L-Star.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24503
UPDATE Item SET Name='Rex Iron Boots',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=4,Weight=8,BountyPrice=1000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_p002',Description='Heavy looking, however these shoes are made for those who put great value to their defensive power.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24504
UPDATE Item SET Name='Urike Leather Boots',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=4,Weight=6,BountyPrice=1500,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_leather008',Description='Leather boots with a unique touch and feel, designed by Urike.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24505
UPDATE Item SET Name='Bics Summer Sandals',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=4,BountyPrice=250,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_21',Description='Womens summer sandals, designed by Bics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24506
UPDATE Item SET Name='L* stylish shoes',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=4,Weight=7,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=21,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_noir',Description='High quality formal shoes from L* Company.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24507
UPDATE Item SET Name='Empire Royal Guard boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=60,Slot=4,Weight=8,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_guard',Description='Womens boots for the Royal Guard, who protect the Imperial family.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=24508
UPDATE Item SET Name='STR:ZITEM_NAME_300011',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=20,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300011',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300011
UPDATE Item SET Name='STR:ZITEM_NAME_300012',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=15,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300012',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300012
UPDATE Item SET Name='STR:ZITEM_NAME_300013',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=20,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300013',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300013
UPDATE Item SET Name='STR:ZITEM_NAME_300014',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=30,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300014',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300014
UPDATE Item SET Name='STR:ZITEM_NAME_300015',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=30,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300015',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300015
UPDATE Item SET Name='STR:ZITEM_NAME_300016',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=50,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300016',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300016
UPDATE Item SET Name='STR:ZITEM_NAME_300017',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=75,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300017',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300017
UPDATE Item SET Name='STR:ZITEM_NAME_300018',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=30,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300018',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300018
UPDATE Item SET Name='STR:ZITEM_NAME_300021',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=15,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300021',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300021
UPDATE Item SET Name='STR:ZITEM_NAME_300022',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=20,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300022',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300022
UPDATE Item SET Name='STR:ZITEM_NAME_300023',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=30,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300023',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300023
UPDATE Item SET Name='STR:ZITEM_NAME_300024',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=40,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300024',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300024
UPDATE Item SET Name='STR:ZITEM_NAME_300025',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=40,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300025',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300025
UPDATE Item SET Name='STR:ZITEM_NAME_300026',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=50,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300026',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300026
UPDATE Item SET Name='Skeleton Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=15,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Precious sword used by the Skeleton soldiers.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300031
UPDATE Item SET Name='STR:ZITEM_NAME_300032',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=20,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300032',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300032
UPDATE Item SET Name='STR:ZITEM_NAME_300033',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=30,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300033',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300033
UPDATE Item SET Name='STR:ZITEM_NAME_300034',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=40,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300034',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300034
UPDATE Item SET Name='STR:ZITEM_NAME_300035',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=30,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300035',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300035
UPDATE Item SET Name='STR:ZITEM_NAME_300036',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=15,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300036',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300036
UPDATE Item SET Name='STR:ZITEM_NAME_300037',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=50,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300037',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300037
UPDATE Item SET Name='STR:ZITEM_NAME_300039',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=0,BountyPrice=0,Damage=30,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='STR:ZITEM_DESC_300039',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=300039
UPDATE Item SET Name='GM Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=1,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=999999,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_gm',Description='GM exclusive Coat',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=399998
UPDATE Item SET Name='GM Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=1,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=999999,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_gm',Description='GM exclusive Coat',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=399999
UPDATE Item SET Name='Ring of Apology',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=6,Weight=5,BountyPrice=800,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Event Item) This unique heavy ring enhances defensive strength during battle.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400001
UPDATE Item SET Name='Bug Buster Trench Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=5,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_07',Description='(Event Item) Mens trench coat that only those adventurers who helped rid the abnormal noxious creatures away from the world of Astra, can wear it.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400002
UPDATE Item SET Name='Bug Buster Trench Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=5,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_long003',Description='(Event Item) Womens trench coat that only those adventurers who helped rid the abnormal noxious creatures away from the world of Astra, can wear it.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400003
UPDATE Item SET Name='Main Event Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=2,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=15,AP=15,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_staff',Description='(Event Item) Jackets for the crowd control staff members.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400004
UPDATE Item SET Name='Main Event Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=2,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=15,AP=15,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_staff',Description='(Event Item) Jackets for the crowd control staff members.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400005
UPDATE Item SET Name='Deciphers Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=6,Weight=1,BountyPrice=40000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=20,AP=20,MAXWT=5,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Event Item) Precious golden ring with ancient symbols inscribed on its surface.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400006
UPDATE Item SET Name='Triangle Seaweed-Rolled Rice',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=5,Slot=7,Weight=5,BountyPrice=2000,Damage=0,Delay=1000,Controllability=0,Magazine=4,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='samgak01',Description='(Event Item) Triangle shaped rice rolls wrapped in seaweed. It can help you recover health and armor in combat.',MaxBullet=4,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400007
UPDATE Item SET Name='Pampoa Companion Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=5,BountyPrice=2000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_ce',Description='Mysterious legendary armor produced by King Roku for the Pampoa tribe. This coat enhances health and armor during battle.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=400008
UPDATE Item SET Name='Pampoa Companion Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=5,BountyPrice=2000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_ce',Description='Mysterious legendary armor produced by King Roku for the Pampoas tribe. This coat enhances health and armor during battle.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=400009
UPDATE Item SET Name='Candy Bar',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=7,Weight=5,BountyPrice=1000,Damage=0,Delay=1000,Controllability=0,Magazine=5,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='candy',Description='(Event Item) Sweet Candy.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400010
UPDATE Item SET Name='Burning Tide Helmet (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=5,BountyPrice=100,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_helmet2',Description='Designed by Vinz. The flames give it an intense look.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400011
UPDATE Item SET Name='Burning Tide Helmet (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=5,BountyPrice=100,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_helmet',Description='Designed by Vinz. The fierce but passionate look is so impressive.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400012
UPDATE Item SET Name='Turkey Dinner',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=7,Weight=4,BountyPrice=100,Damage=0,Delay=1000,Controllability=0,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='medickit_turkey',Description='Special item for Thanksgiving that has healing powers.',MaxBullet=3,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400013
UPDATE Item SET Name='Icecream',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=5,BountyPrice=0,Damage=0,Delay=1000,Controllability=0,Magazine=4,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='medickit_icecream',Description='Natural Icecream for hot summer nights. Its good for health and has good taste, so lets have it as much as possible.',MaxBullet=4,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400014
UPDATE Item SET Name='Adventurer Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=4,BountyPrice=500000,Damage=9,Delay=356,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger06',Description='Practical lightweight dagger.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=500001
UPDATE Item SET Name='Koden Knife',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=8,Weight=4,BountyPrice=500000,Damage=10,Delay=346,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger05',Description='A dagger designed by a legendary swordsman.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=500002
UPDATE Item SET Name='Dark-Sun Martial Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=8,Weight=6,BountyPrice=500000,Damage=11,Delay=346,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger04',Description='An obscure dagger handed down from the Moon dynasty.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=500003
UPDATE Item SET Name='Ridic Hunter Dagger',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=4,BountyPrice=500000,Damage=8,Delay=356,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger11',Description='This strange dagger raises defensive strength.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=500004
UPDATE Item SET Name='Cakram',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=8,Weight=8,BountyPrice=500000,Damage=14,Delay=380,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='dagger_cakram',Description='An unsually shaped ring sword that only the first class swordsmen of the ancient kingdom could handle. The sound of it piercing the wind makes their own army tremble with fear.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=500005
UPDATE Item SET Name='Adventurer Long Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=9,BountyPrice=500000,Damage=16,Delay=359,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana05',Description='Adventurers Lightweight practical sword.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=502001
UPDATE Item SET Name='Salamanda',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=8,Weight=8,BountyPrice=500000,Damage=17,Delay=349,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana07',Description='A unique sword designed by a legendary swordsman.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=502002
UPDATE Item SET Name='Dark Karma',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=8,Weight=10,BountyPrice=500000,Damage=19,Delay=349,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana08',Description='An obscure sword handed down from the Moon dynasty.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=502003
UPDATE Item SET Name='Wooden Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=6,BountyPrice=500000,Damage=10,Delay=329,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana15',Description='A light wooden sword suitable for beginners practicing swordsmanship.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=502004
UPDATE Item SET Name='Mace',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=8,Weight=12,BountyPrice=500000,Damage=17,Delay=370,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana16',Description='A gruesome looking iron hammer. It is powerful, but slow, heavy and hard to handle.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=502005
UPDATE Item SET Name='Sacrifice',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=8,Weight=11,BountyPrice=500000,Damage=26,Delay=450,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana18',Description='A sword that assumedly used for ancient traditional ceremonies. The blade is not made of iron but some mystery metal and despite for its old age, the blade hasnt lost its sharpness.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=502006
UPDATE Item SET Name='Golden Dragon Dual Sword',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=8,Weight=18,BountyPrice=500000,Damage=17,Delay=300,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='blade_gdk',Description='Golden Dragon Dual Sword, used by the highest officers, designed to intimidate enemies of the Empire. (Designed by Bak4Maru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=502007
UPDATE Item SET Name='Thunder Bird',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=8,Weight=11,BountyPrice=500000,Damage=22,Delay=399,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana_thunder',Description='A sword made of mystical black iron only found at the mountain areas of southern mainland. The unique refinery technique of black iron made the thunder bird shape on the sword. (Designed by jin_sd from KR GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=502008
UPDATE Item SET Name='PlungerX',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=8,Weight=8,BountyPrice=500000,Damage=22,Delay=329,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana_plunger',Description='Ultimate weapon that can flush anything. It strikes both mind and body.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=502009
UPDATE Item SET Name='PlungerX',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=8,Weight=8,BountyPrice=500000,Damage=16,Delay=329,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana_plunger',Description='Ultimate weapon that can flush anything. It strikes both mind and body.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=502010
UPDATE Item SET Name='ROCK',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=8,Weight=12,BountyPrice=500000,Damage=24,Delay=450,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana19',Description='The sword that has the soul of a legendary guitarist of Astra. The sound from the hilt drives people wild and even a slight touch of the blade can be deadly. (Designed by ROOT from JAPAN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=502011
UPDATE Item SET Name='Adventurer Pistol x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=12,BountyPrice=500000,Damage=18,Delay=250,Controllability=36,Magazine=12,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol18x2',Description='(Dual Wield) These pistols are mainly used by novice adventurers.',MaxBullet=12,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504001
UPDATE Item SET Name='Ridic Hunter Pistol x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=12,BountyPrice=500000,Damage=16,Delay=240,Controllability=36,Magazine=13,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol20x2',Description='(Dual Wield) These strange pistols raise AP for the person who wears it.',MaxBullet=13,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504002
UPDATE Item SET Name='Iris Pistol x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=12,BountyPrice=500000,Damage=20,Delay=220,Controllability=36,Magazine=12,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol04x2',Description='(Dual Wield) These are pistols that the Republics soldiers used to use. It was named after their residence.',MaxBullet=12,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504003
UPDATE Item SET Name='Iron Crow Pistol x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=14,BountyPrice=500000,Damage=24,Delay=200,Controllability=36,Magazine=13,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol13x2',Description='(Dual Wield) Pistols used in Iron Crow, the center of the Havani.',MaxBullet=13,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504004
UPDATE Item SET Name='Iris Revolver x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=12,BountyPrice=500000,Damage=38,Delay=360,Controllability=36,Magazine=6,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol09x2',Description='(Dual Wield) Revolvers that the Republics soldiers used to use. It was named after their residence.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504501
UPDATE Item SET Name='Iron Crow Revolver x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=14,BountyPrice=500000,Damage=42,Delay=360,Controllability=36,Magazine=8,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol17x2',Description='(Dual Wield) Revolvers used in Iron Crow, the center of the Havani.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504502
UPDATE Item SET Name='Gold Hound x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=9,Weight=16,BountyPrice=500000,Damage=48,Delay=450,Controllability=80,Magazine=6,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol15x2',Description='(Dual Wield) The most powerful revolvers of their class. Developed mainly focusing on firepower. It is difficult for beginners to use it due to its slow firing rate and strong recoil.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504503
UPDATE Item SET Name='Peacemaker x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=9,Weight=17,BountyPrice=500000,Damage=50,Delay=400,Controllability=90,Magazine=6,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol11x2',Description='A pair of revolver which use Magnum bullets to enhance the fire power. In order to reduce the recoil and increase the continuous shooting power, the size of the gun is augmented to raise the weight.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504504
UPDATE Item SET Name='Golden Olympus',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=18,BountyPrice=500000,Damage=46,Delay=450,Controllability=80,Magazine=6,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol_brazil',Description='A powerful pistol created by a famous gunsmith from the Midwest part of Astra. (Designed by Müller Pereira from Brazil GunZ)',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504505
UPDATE Item SET Name='Bow Gun',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=9,Weight=17,BountyPrice=500000,Damage=48,Delay=500,Controllability=30,Magazine=8,ReloadTime=8,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol_bowgun',Description='A weapon that shoots arrows using the catapult. It is remodeled to improve the revolvers control ability.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=504506
UPDATE Item SET Name='Adventurer SMG x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=9,Weight=28,BountyPrice=500000,Damage=14,Delay=85,Controllability=90,Magazine=40,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg06x2',Description='(Dual Wield) SMGs mainly used by novice adventurers. It seems that merchants remodel the Renards Magazine illegally and then sell them on the black market.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=505001
UPDATE Item SET Name='Iris SMG x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=28,BountyPrice=500000,Damage=16,Delay=95,Controllability=90,Magazine=40,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg08x2',Description='(Dual Wield) SMGs that the Republics soldiers used to use.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=505002
UPDATE Item SET Name='Iron Crow SMG x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=28,BountyPrice=500000,Damage=16,Delay=90,Controllability=80,Magazine=40,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg07x2',Description='(Dual Wield) SMGs used in Iron Crow, the center of the Havani.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=505003
UPDATE Item SET Name='Nail Gun SMG x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=26,BountyPrice=500000,Damage=17,Delay=120,Controllability=80,Magazine=40,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='smg_nailgun',Description='An industrial tool reformed for military use. It has strong damage but slow consecutive shot speed.',MaxBullet=40,LimitSpeed=0,IsCashItem=0 WHERE ItemID=505004
UPDATE Item SET Name='Iris Shotgun',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=18,BountyPrice=500000,Damage=7,Delay=1100,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun08',Description='Shotgun that the Republics soldiers used to use. It was named after their residence.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=506001
UPDATE Item SET Name='Iron Crow Shotgun',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=18,BountyPrice=500000,Damage=7,Delay=900,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun09',Description='Shotgun used in Iron Crow, the center of the Havani.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=506002
UPDATE Item SET Name='Biggie Shotgun',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=16,BountyPrice=500000,Damage=7,Delay=1200,Controllability=0,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun10_1',Description='A unknown foreign country developed this shotgun. It looks a little too light as a weapon, but the gun has great capability which comes from its light weight.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=506003
UPDATE Item SET Name='Cruelizon',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=9,Weight=18,BountyPrice=500000,Damage=9,Delay=1100,Controllability=0,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun06',Description='A shotgun with enhanced power from the Breaker series. Fire rate and stability are relatively decreased, thus making it hard to control this gun.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=506004
UPDATE Item SET Name='Pioneer',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=9,Weight=18,BountyPrice=0,Damage=9,Delay=1000,Controllability=70,Magazine=6,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun11',Description='The guns inner structure is remarkably altered for faster continuous shooting and high bullet charge. Such attempt has named the weapon as Pioneer.',MaxBullet=6,LimitSpeed=0,IsCashItem=0 WHERE ItemID=506005
UPDATE Item SET Name='Arquebus',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=9,Weight=15,BountyPrice=0,Damage=11,Delay=1100,Controllability=80,Magazine=2,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun_long',Description='Updated version of an old model which was once quite popular. It has extreme destructive power, but is rather difficult to control.',MaxBullet=2,LimitSpeed=0,IsCashItem=0 WHERE ItemID=506006
UPDATE Item SET Name='Red Arquebus',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=9,Weight=16,BountyPrice=0,Damage=11,Delay=1100,Controllability=100,Magazine=3,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun_long_red',Description='[Rare] Limited Edition of remodeled “Arquebusâ€. The ammunition capacity for one clip has increased, but is rather difficult to control.',MaxBullet=3,LimitSpeed=0,IsCashItem=0 WHERE ItemID=506007
UPDATE Item SET Name='Iris Rifle',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=18,BountyPrice=500000,Damage=15,Delay=110,Controllability=30,Magazine=36,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle10',Description='Rifle that the Republics soldiers used to use. It was named after their residence.',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=507001
UPDATE Item SET Name='Iron Crow Rifle',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=18,BountyPrice=500000,Damage=16,Delay=100,Controllability=30,Magazine=36,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle15',Description='Rifle used in Iron Crow, the center of the Havani.',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=507002
UPDATE Item SET Name='Prime TX',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=9,Weight=18,BountyPrice=500000,Damage=17,Delay=100,Controllability=30,Magazine=36,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle09',Description='A rifle focused on fire rate and stability. Its stable and controllable recoil makes it an excellent choice to use.',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=507003
UPDATE Item SET Name='Garm',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=9,Weight=18,BountyPrice=0,Damage=19,Delay=100,Controllability=30,Magazine=36,ReloadTime=6,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rifle17',Description='The test model which has been developed secretly at Walcom Company. In order to reduce the weight and increase the bullet charge, the newest high technology is introduced to the weapon.',MaxBullet=36,LimitSpeed=0,IsCashItem=0 WHERE ItemID=507004
UPDATE Item SET Name='Iron Crow Machine Gun',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=26,BountyPrice=500000,Damage=15,Delay=100,Controllability=70,Magazine=120,ReloadTime=10,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='machinegun03',Description='Machine Gun used in Iron Crow, the center of the Havani, main city for outlaws.',MaxBullet=120,LimitSpeed=90,IsCashItem=0 WHERE ItemID=508001
UPDATE Item SET Name='Iris Rocket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=9,Weight=28,BountyPrice=500000,Damage=35,Delay=1000,Controllability=50,Magazine=4,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher04',Description='A rocket the Republic soldiers used to use. It was named after their residence.',MaxBullet=4,LimitSpeed=90,IsCashItem=1 WHERE ItemID=509001
UPDATE Item SET Name='Iron Crow Rocket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=9,Weight=26,BountyPrice=500000,Damage=55,Delay=1400,Controllability=50,Magazine=4,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher06',Description='A rocket produced for the Iron Crow. Used to dominate Havani, city of outlaws.',MaxBullet=4,LimitSpeed=90,IsCashItem=1 WHERE ItemID=509002
UPDATE Item SET Name='Pressure RX',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=24,Slot=9,Weight=28,BountyPrice=500000,Damage=50,Delay=1000,Controllability=50,Magazine=5,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher05',Description='A more balanced rocket launcher. Its damage is somewhat sacrificed but the clip capacity and the reload speed have been improved.',MaxBullet=5,LimitSpeed=90,IsCashItem=1 WHERE ItemID=509003
UPDATE Item SET Name='CRUZ-FX177',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=9,Weight=16,BountyPrice=4000,Damage=46,Delay=360,Controllability=80,Magazine=8,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='pistol_cru',Description='A latest model weapon identified to be created confidentially at Harvani, the city of outlaws. (Designed by Ryo ^1Shintenzu/Shikamaru ^0from NA GunZ)',MaxBullet=8,LimitSpeed=0,IsCashItem=1 WHERE ItemID=509004
UPDATE Item SET Name='Jaws Launcher',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=9,Weight=30,BountyPrice=4000,Damage=60,Delay=1400,Controllability=50,Magazine=4,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rl_shark',Description='A rocket launcher in the shape of Jaws, the shark. Its performance is dreadfully powerful. ',MaxBullet=4,LimitSpeed=90,IsCashItem=1 WHERE ItemID=509005
UPDATE Item SET Name='Breaker 9se',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=50,Slot=9,Weight=18,BountyPrice=4000,Damage=9,Delay=1000,Controllability=60,Magazine=5,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun02',Description='Latest model of the Breaker 9 series, made by Rionix. No major changes in ability, but the level restriction got lowered.',MaxBullet=5,LimitSpeed=0,IsCashItem=1 WHERE ItemID=509006
UPDATE Item SET Name='CK-1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=9,Weight=24,BountyPrice=4000,Damage=55,Delay=1500,Controllability=50,Magazine=4,ReloadTime=8,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rl_ck1',Description='A stray rocket launcher that can carry more rockets than a normal rocket launcher. It is lighter and does less damage.',MaxBullet=4,LimitSpeed=90,IsCashItem=1 WHERE ItemID=509007
UPDATE Item SET Name='Clover Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=10,Slot=6,Weight=0,BountyPrice=200000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=4,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This ring brings luck and makes you lighter.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=525001
UPDATE Item SET Name='Iron Calvary Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=6,Weight=0,BountyPrice=200000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=6,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Powerful magicians designed this ring for the Iron Calvary. Its mighty force makes you feel lighter.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=525002
UPDATE Item SET Name='Ring of the Great Emperor',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=40,Slot=6,Weight=0,BountyPrice=200000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=5,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='This enchanted ring was designed for the Great Emperor of Ryswick. A mysterious power affects anyone that wears this ring.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=525003
UPDATE Item SET Name='Skill Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=6,Weight=3,BountyPrice=200000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Increases experience and bounty by 20%.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=525004
UPDATE Item SET Name='Lucky Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=6,Weight=0,BountyPrice=20000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=2,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='A ring that possesses many different mysterious powers. Only one can be equiped at a time.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=525005
UPDATE Item SET Name='Bronze Skill Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=6,Weight=1,BountyPrice=20000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Beginners version of skill ring. It will increase bounty and experience gained by 15%. Cannot equip the same ring simultaneously.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=525006
UPDATE Item SET Name='Silver Skill Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=6,Weight=3,BountyPrice=20000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Silver skill ring when activated improves learning capability and battle ability. It will increase experience gained by 20%. Cannot equip the same ring simultaneously.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=525007
UPDATE Item SET Name='Gold Skill Ring',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=6,Weight=0,BountyPrice=20000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=3,MAXWT=3,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Gold skill ring when activated awakens battle ability and learning capability to its full potential. It will increase experience gained by 25% and max weight by 3. Cannot equip the same ring simultaneously.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=525008
UPDATE Item SET Name='Lucky Chocolate Bar',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=4,BountyPrice=2000,Damage=0,Delay=1000,Controllability=0,Magazine=4,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='chocobar',Description='A delicious looking chocolate. A small amount of both HP and AP are healed at once when eaten.',MaxBullet=4,LimitSpeed=0,IsCashItem=0 WHERE ItemID=525101
UPDATE Item SET Name='Magazine Pouch',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=3,BountyPrice=400,Damage=0,Delay=1000,Controllability=0,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='bulletkit',Description='This Pouch holds three extra magazine clips.',MaxBullet=3,LimitSpeed=0,IsCashItem=1 WHERE ItemID=526001
UPDATE Item SET Name='Medical Kit MX-S1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=3,BountyPrice=400,Damage=0,Delay=1000,Controllability=0,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='medickit_rx',Description='A powerful super lightweight medical kit. Medical Kit MX-S1 heals almost twice more than MK series. (3 bundle pack)',MaxBullet=3,LimitSpeed=0,IsCashItem=1 WHERE ItemID=527001
UPDATE Item SET Name='Medical Kit MX-S2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=7,Weight=5,BountyPrice=400,Damage=0,Delay=1000,Controllability=0,Magazine=5,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='medickit_rx',Description='A powerful super lightweight medical kit. Medical Kit MX-S2 heals almost twice more than MK series. (5 bundle pack)',MaxBullet=5,LimitSpeed=0,IsCashItem=1 WHERE ItemID=527002
UPDATE Item SET Name='Repair Kit RX-S1',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=3,BountyPrice=400,Damage=0,Delay=1000,Controllability=0,Magazine=3,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='repairkit_rx',Description='A powerful super lightweight repair kit. Repair Kit RX-S1 heals almost twice more than RK series. (3 bundle pack)',MaxBullet=3,LimitSpeed=0,IsCashItem=1 WHERE ItemID=528001
UPDATE Item SET Name='Repair Kit RX-S2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=7,Weight=5,BountyPrice=400,Damage=0,Delay=1000,Controllability=0,Magazine=5,ReloadTime=10,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='repairkit_rx',Description='A powerful super lightweight repair kit. Repair Kit RX-S2 heals almost twice more than RK series. (5 bundle pack)',MaxBullet=5,LimitSpeed=0,IsCashItem=1 WHERE ItemID=528002
UPDATE Item SET Name='Ares Military Hat',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_a001',Description='Military combat hat designed by Ares.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520001
UPDATE Item SET Name='Ceremonial Dress Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_12',Description='Ceremonial dress hat designed by Icon for the Ranks of the Empire to wear at political ceremonies.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520002
UPDATE Item SET Name='Gunners Heaven Soft Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_07',Description='Exclusive soft hat for the Gunners Heaven crew, it matches a dark colored coat.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520003
UPDATE Item SET Name='Military Head Bandana (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_04',Description='Basic military head bandana for combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520004
UPDATE Item SET Name='Basic Head Bandana (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_13',Description='Mens Bandana used for fashion.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520005
UPDATE Item SET Name='Water-Drop Head Bandana (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_15',Description='Practical lightweight bandana with a water drop pattern.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520006
UPDATE Item SET Name='Star Glaze Bandana (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_14',Description='Soft star glazed pattern bandana for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520007
UPDATE Item SET Name='Eternal Blue Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_10',Description='This unique hat was designed for the Eternal Blue outlaw crew.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520008
UPDATE Item SET Name='Adventurers Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_16',Description='Lightweight hat recommended for novice adventurers who hate outfits with heavy equipment.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520009
UPDATE Item SET Name='Blue Whistle Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_20',Description='Hat designed for Blue Whistle.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520010
UPDATE Item SET Name='Coral Reef Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_21',Description='Keep the sun out of your eyes with this cool hat.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520011
UPDATE Item SET Name='Iron Crow Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_23',Description='Iron Crow warriors wear these protective hats around the city of Havani, the city of outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520012
UPDATE Item SET Name='Santa Claus Cap (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_santa',Description='A Christmas season Santa Cap for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520013
UPDATE Item SET Name='Phantom Breed Bandana (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_24',Description='Heavy bandana designed for the Phantom Breed spy crew.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520014
UPDATE Item SET Name='Republic Gun Priest Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_22',Description='Mens hat for a secret organization associated with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520015
UPDATE Item SET Name='Gray Dust Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_19',Description='Mens hat for the Empires elite troops.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520016
UPDATE Item SET Name='Sir Protector Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_11',Description='Mens Sir Protector Hat, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520017
UPDATE Item SET Name='Bigi Sports Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_bigi',Description='This loud and stylish hat was designed for the Bigi crew members.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520018
UPDATE Item SET Name='Warrior Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_hanbok',Description='Mens Warrior Hat used in combat, enhances defensive strength.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520019
UPDATE Item SET Name='Desert Flame Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_26',Description='Desert Flame hat originally designed for troops that were stationed in desert areas.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520020
UPDATE Item SET Name='Battle Brood Helmet (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_25',Description='Specially designed mens helmet made from all reinforced material. This headgear protects against all types of damage.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520021
UPDATE Item SET Name='Red Active Sports Bandana (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_korea',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Red]',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520022
UPDATE Item SET Name='Yellow Active Sports Bandana (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_brazil',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520023
UPDATE Item SET Name='Blue Active Sports Bandana (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_japan',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520024
UPDATE Item SET Name='Military Officer Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_visor',Description='Military officer hat used by war fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520025
UPDATE Item SET Name='Classic Leather Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=1,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_musketeer3',Description='A classic leather hat for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520026
UPDATE Item SET Name='Zeus Hair Band (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_zeus',Description='Stylishly designed lightweight hair band for men. Poor defensive enhancement, but good health bonus.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520027
UPDATE Item SET Name='Pumpkin Head (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_pumpkin',Description='Happy Halloween!',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520028
UPDATE Item SET Name='Blue Vane Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_29',Description='Mens Blue Vane hat made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520029
UPDATE Item SET Name='Train Guard Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_33',Description='Mens hat worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520030
UPDATE Item SET Name='PA Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_34',Description='Mens hat worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520031
UPDATE Item SET Name='Divine Hands Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_36',Description='Mens hat worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520032
UPDATE Item SET Name='Bunny Ears Head Band (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_rabbit',Description='Mens bunny ears head band that can be used as an extra accessory.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520033
UPDATE Item SET Name='Cat Ears Head Band (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=1,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_cat',Description='Mens cat ears head band that can be used as an extra accessory.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520034
UPDATE Item SET Name='Slider Sports Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_35',Description='Mens sports hat that is comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520035
UPDATE Item SET Name='Summer Breeze Visor (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_swim',Description='A sporty visor that works well against harmful sunlight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520036
UPDATE Item SET Name='Carpediem School uniform Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_school',Description='Male students hat at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520037
UPDATE Item SET Name='Fimbul Winter Headband (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_winter',Description='Headband for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520038
UPDATE Item SET Name='Deities Aura Headset (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_aura',Description='Headgear for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520039
UPDATE Item SET Name='Hyper Mouse Head (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_mouse',Description='A helmet which can only be worn once in twelve years.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520040
UPDATE Item SET Name='Star Tower hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_american',Description='A familiar hat with a stylish picture that looks as if seen somewhere else before.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520041
UPDATE Item SET Name='Big Fun Wig (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_french',Description='A festival wig that will enhance your festive mood.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520042
UPDATE Item SET Name='Valkyrie Headset (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=5,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_valkyrie',Description='Valkyrie Headset for the adventurers who are active even during harsh winter. It is flexible enough for outdoor activity and keeps warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520043
UPDATE Item SET Name='Scriders Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_28',Description='Hat worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520044
UPDATE Item SET Name='Icarus Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_32',Description='Icarus Hat worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520045
UPDATE Item SET Name='Koala Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_koala',Description='Hat worn by people who reside in the southern island. This hat is cute and unique to its geographical location.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520046
UPDATE Item SET Name='Xian Tactical Assassin Mask (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_Assassin',Description='Highly customized mask worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520047
UPDATE Item SET Name='Kung fu Wig (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_kungfu',Description='Kung fu wig that carries the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520048
UPDATE Item SET Name='Heavy Metal Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_heavymetal',Description='Heavy Metal Hat for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520049
UPDATE Item SET Name='Judgement Hair Ornament (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=3,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_judgement',Description='A hair ornament for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520050
UPDATE Item SET Name='Axium Noble Formal Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_royal_children',Description='A formal hat worn by the young men of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520051
UPDATE Item SET Name='Tuxedo Wig (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_wedding',Description='A tuxedo wig for a wedding that has a sharp and elegant touch.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520052
UPDATE Item SET Name='Navy Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_US_Navy_Costume',Description='A uniform hat worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520053
UPDATE Item SET Name='Yohawk Headband (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_clan_yohawk',Description='A traditional head band of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520054
UPDATE Item SET Name='Magician Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_magician',Description='A felted hat worn by the disciples of Ramitz during the renaissance of forgotten magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520055
UPDATE Item SET Name='Devils Horns (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_devil',Description='Devils Horns worn by the young lads to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520056
UPDATE Item SET Name='Police Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_police',Description='A hat worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520057
UPDATE Item SET Name='Fenrir Guardian Helmet (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_fenrir_guardian',Description='Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made helmet with priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520058
UPDATE Item SET Name='White Winter Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_santa_w',Description='A white winter hat that is great for a snowy day. (Men)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520059
UPDATE Item SET Name='Reindeer Hair Band (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_antler',Description='A reindeer hair band for a snowy winter day. Increases EXP earned by 20%',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520060
UPDATE Item SET Name='Sun Rang Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_sunduk',Description='A hat of Sun Rang, a private group of the sons of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520061
UPDATE Item SET Name='Axium Hitman Hair (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_ach',Description='Man’s wig for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520062
UPDATE Item SET Name='Travia Cryinghawks Wig (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_eola',Description='Men’s wig for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520063
UPDATE Item SET Name='Axium Soulreaper Wig (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_axium_uniform',Description='Men’s wig for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520064
UPDATE Item SET Name='Axium High-Class Soulreaper Wig (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_axium_high',Description='Mens formal wig for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520065
UPDATE Item SET Name='Victory Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_worldcup2010',Description='A fan’s wishful hat for the victory of the game. (Men)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520066
UPDATE Item SET Name='Travia Preacher Wig (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_travia_suit',Description='The official wig for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520067
UPDATE Item SET Name='Shark Teeth Tricorne (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_pirate',Description='A tricorne of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520068
UPDATE Item SET Name='Cowboy Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_western',Description='A hat worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520069
UPDATE Item SET Name='Skull Mask (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_halloween',Description='A skull mask with a smile on it, which tempts people to wear it.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520070
UPDATE Item SET Name='STR:ZITEM_NAME_520071',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_blackleather',Description='STR:ZITEM_DESC_520071',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520071
UPDATE Item SET Name='Rex Military Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_04',Description='Military hat for female soldiers. Designed by Rex.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520501
UPDATE Item SET Name='Ceremonial Dress Beret (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_05',Description='A ceremonial dress hat supplied to the female soldiers of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520502
UPDATE Item SET Name='Gunners Heaven Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_06',Description='A hat exclusively for the Gunners Heaven, a private organization of the Republic.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520503
UPDATE Item SET Name='Military Bandana (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_07',Description='An easy-to-wear womens bandana. It can also be used to disguise yourself at battlefield.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520504
UPDATE Item SET Name='Basic Head Bandana (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_10',Description='Womens Bandana used for fashion.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520505
UPDATE Item SET Name='Water-Drop Head Bandana (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_11',Description='Practical lightweight bandana with a water drop pattern.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520506
UPDATE Item SET Name='Star Glaze Bandana (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_12',Description='Soft star glazed pattern bandana for women.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520507
UPDATE Item SET Name='Eternal Blue Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_08',Description='For outlaws of the sea, Eternal Blue womens pirate hat.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520508
UPDATE Item SET Name='Adventurer Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_13',Description='A stylish baseball hat recommended for the novice adventurers. This item is made for those who hate to wear heavy gear.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520509
UPDATE Item SET Name='Blue Whistle Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_01',Description='The Blue Whistle womens hat.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520510
UPDATE Item SET Name='Coral Reef Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_20',Description='Shade the rays with a cool hat.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520511
UPDATE Item SET Name='Iron Crow Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_23',Description='Womens hat worn in Havani, the city of outlaws',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520512
UPDATE Item SET Name='Mrs. Claus Cap (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_santa',Description='Christmas season item for women.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520513
UPDATE Item SET Name='Phantom Breed Bandana (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_24',Description='Heavy bandana designed for the Phantom Breed spy crew.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520514
UPDATE Item SET Name='Republic Gun Priestess Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_22',Description='Womens lightweight hat for a secret organization related with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520515
UPDATE Item SET Name='Gray Dust Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_18',Description='A womens hat used by Gray Dust, the elite troops of the empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520516
UPDATE Item SET Name='Sir Protector Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_26',Description='Womens Sir Protector Hat, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520517
UPDATE Item SET Name='Bigi Sports Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_bigi',Description='This loud and stylish hat was designed for the Bigi crew members.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520518
UPDATE Item SET Name='Princess Warrior Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_hanbok',Description='The crown hat of a princess warrior in battle.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520519
UPDATE Item SET Name='Desert Flame Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_27',Description='The Desert Flames helmet is made for the female troops who are deployed in the tough terrain of the desert.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520520
UPDATE Item SET Name='Battle Brood Helmet (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_25',Description='Specially designed womens helmet made from all reinforced material. This headgear protects against all types of damage.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520521
UPDATE Item SET Name='Red Active Sports Bandana (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_korea',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Red]',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520522
UPDATE Item SET Name='Yellow Active Sports Bandana (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_brazil',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520523
UPDATE Item SET Name='Blue Active Sports Bandana (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_japan',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520524
UPDATE Item SET Name='Military Officer Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_visor',Description='A female military officer hat favored by military fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520525
UPDATE Item SET Name='Picnic Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=1,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_hat',Description='A gorgeous female Picnic Hat with classical look. It does not seem to have much value as an armor, but it seems that something joyful will happen.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520526
UPDATE Item SET Name='Zeus Hair Band (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_zeus',Description='A light weighted female hair band. It does not have much defense bonus but is an item with strong health bonus benefit.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520527
UPDATE Item SET Name='Pumpkin Head (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_pumpkin',Description='Happy Halloween!',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520528
UPDATE Item SET Name='Blue Vane Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_30',Description='Womens Blue Vane hat made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520529
UPDATE Item SET Name='Train Guard Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_33',Description='Womens hat worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520530
UPDATE Item SET Name='PA Headdress (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_34',Description='Womens hat worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520531
UPDATE Item SET Name='Divine Hands Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_35',Description='Womens nurse hat worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520532
UPDATE Item SET Name='Bunny Ears Head Band (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_rabbit',Description='Womens bunny ears head band that can be used as an extra accessory.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520533
UPDATE Item SET Name='Cat Ears Head Band (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=1,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_cat',Description='Womens cat ears head band that can be used as an extra accessory.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520534
UPDATE Item SET Name='Slider Sports Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_36',Description='Womens sports hat that is comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520535
UPDATE Item SET Name='Summer Breeze Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_swim',Description='A straw hat that keeps your head cool and shaded from the suns harmful rays.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520536
UPDATE Item SET Name='Carpediem School uniform Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_school',Description='Female students hat at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520537
UPDATE Item SET Name='Fimbul Winter Headband (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_winter',Description='Headband for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520538
UPDATE Item SET Name='Deities Aura Headset (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_aura',Description='Headgear for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520539
UPDATE Item SET Name='Hyper Mouse Head (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=3,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_mouse',Description='A helmet which can only be worn once in twelve years.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520540
UPDATE Item SET Name='Star Tower hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_american',Description='A familiar hat with a stylish picture that looks as if seen somewhere else before.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520541
UPDATE Item SET Name='Big Fun Wig (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_french',Description='A festival wig that will enhance your festive mood.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520542
UPDATE Item SET Name='Valkyrie Headset (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=5,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_valkyrie',Description='Valkyrie Headset for the adventurers who are active even during harsh winter. It is flexible enough for outdoor activity and keeps warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520543
UPDATE Item SET Name='Scriders Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_29',Description='Hat worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520544
UPDATE Item SET Name='Icarus Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_32',Description='Icarus Hat worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520545
UPDATE Item SET Name='Koala Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_koala',Description='Hat worn by people who reside in the southern island. This hat is cute and unique to its geographical location.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520546
UPDATE Item SET Name='Xian Tactical Assassin Mask (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_Assassin',Description='Highly customized mask worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520547
UPDATE Item SET Name='Kung fu Wig (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_kungfu',Description='Kung fu wig that carries the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520548
UPDATE Item SET Name='Heavy Metal Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_heavymetal',Description='Heavy Metal Hat for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520549
UPDATE Item SET Name='Judgement Hair Ornament (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=3,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_judgement',Description='A hair ornament for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520550
UPDATE Item SET Name='Axium Noble Tiara (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_royal_children',Description='A formal tiara worn by the young women of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520551
UPDATE Item SET Name='Wedding Veil (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_wedding',Description='Pure white wedding veil of every girls dream, in cheerful minimal style.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520552
UPDATE Item SET Name='Navy Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_US_Navy_Costume',Description='A uniform hat worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520553
UPDATE Item SET Name='Yohawk Headband (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_yohawk',Description='A traditional head band of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520554
UPDATE Item SET Name='Magician Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_magician',Description='A hat worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520555
UPDATE Item SET Name='Angels Halo (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=4,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_angel',Description='Angels halo worn by the young ladies to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520556
UPDATE Item SET Name='Police Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_police',Description='A hat worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520557
UPDATE Item SET Name='Fenrir Guardian Helmet (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_fenrir_guardian',Description='Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made helmet with priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520558
UPDATE Item SET Name='White Winter Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_santa_w',Description='A white winter hat that is great for a snowy day. (Women)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520559
UPDATE Item SET Name='Reindeer Hair Band (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_antler',Description='A reindeer hair band for a snowy winter day. Increases EXP earned by 20%',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520560
UPDATE Item SET Name='Sun Rang Hair pin (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_sunduk',Description='A hat of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520561
UPDATE Item SET Name='Axium Hitman Hair (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_ach',Description='Woman’s wig for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520562
UPDATE Item SET Name='Travia Cryinghawks Wig (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_eola',Description='Women’s wig for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520563
UPDATE Item SET Name='Axium Soulreaper Wig (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_axium_uniform',Description='Women’s wig for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520564
UPDATE Item SET Name='Axium High-Class Soulreaper Wig (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_axium_high',Description='Womens formal wig for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520565
UPDATE Item SET Name='Victory Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_worldcup2010',Description='A fan’s wishful hat for the victory of the game. (Women)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520566
UPDATE Item SET Name='Travia Preacher Wig (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_travia_suit',Description='The official wig for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520567
UPDATE Item SET Name='Shark Teeth Bicorne (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_pirate',Description='A Bicorne of the Empire navy’s worst enemy ,the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520568
UPDATE Item SET Name='Cowgirl Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_western',Description='A hat worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520569
UPDATE Item SET Name='Witch Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_halloween',Description='A pitch-black witch’s hat. Despite its sinister look, it gives good luck to those who wear it.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520570
UPDATE Item SET Name='STR:ZITEM_NAME_520571',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_blackleather',Description='STR:ZITEM_DESC_520571',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=520571
UPDATE Item SET Name='Ceremonial Dress Garment (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=2,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_16',Description='A ceremonial dress garment that the Empire ranks wear at important ceremonies.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521001
UPDATE Item SET Name='Gunners Heaven Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_04',Description='Long leather coat and garment design for the Gunners Heaven crew, a private organization of the Republic.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521002
UPDATE Item SET Name='Eternal Blue Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_17',Description='Mens Coat worn by the Eternal Blue, outcast pirates from the Costa Islands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521003
UPDATE Item SET Name='Adventurer Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_10',Description='This jacket is great for novice adventurers who hate heavy outfits and equipment.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521004
UPDATE Item SET Name='Blue Whistle Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=2,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_09',Description='Mens jacket worn by Blue Whistle, the headache of the empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521005
UPDATE Item SET Name='Coral Reef Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=9,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_20',Description='A Hawaiian shirt made for hot summer days.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521006
UPDATE Item SET Name='Iron Crow Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_23',Description='The Iron Crow men wear this coat around the city of Havani.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521007
UPDATE Item SET Name='Santa Claus Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_santa',Description='Christmas gift for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521008
UPDATE Item SET Name='Phantom Breed Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=2,Weight=15,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_24',Description='Heavy armor designed for the Phantom Breed spy crew.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521009
UPDATE Item SET Name='Republic Gun Priest Garment (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_22',Description='Mens lightweight garment developed for a secret organization associated with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521010
UPDATE Item SET Name='Gray Dust Long Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_19',Description='Mens long coat worn by the elite troops, Gray Dust.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521011
UPDATE Item SET Name='Sir Protector Garment (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_18',Description='Mens Sir Protector Garment, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521012
UPDATE Item SET Name='Bigi Trench Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=2,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_bigi',Description='A men’s trench coat designed by Bigi. An exotic and sophisticated emblem is marked on the back of the coat.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521013
UPDATE Item SET Name='Gun Knight Trench Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_27',Description='This trench coat was once worn by a legendary male gun knight of Axium',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521014
UPDATE Item SET Name='Warrior Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_hanbok',Description='Legendary coat designed for elite warriors.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521015
UPDATE Item SET Name='Desert Flame Top (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_26',Description='Desert Flame mens top for desert terrain.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521016
UPDATE Item SET Name='Battle Brood Armor (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=17,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_25',Description='This special armor enhances protection against heavy damage attacks.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521017
UPDATE Item SET Name='Red Active Sports Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_korea',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Red]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521018
UPDATE Item SET Name='Yellow Active Sports Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_brazil',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521019
UPDATE Item SET Name='Blue Active Sports Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_japan',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521020
UPDATE Item SET Name='Military Officer Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_14',Description='Military officer jacket used by war fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521021
UPDATE Item SET Name='Zeus Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_zeus',Description='Radiant lightweight coat design by Zeus. It enhances health bonuses during combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521022
UPDATE Item SET Name='Blue Vane Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=9,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_29',Description='Mens Blue Vane coat made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521023
UPDATE Item SET Name='Train Guard Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_33',Description='Mens coat worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521024
UPDATE Item SET Name='PA Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_34',Description='Mens Jacket worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521025
UPDATE Item SET Name='Divine Hands Robe (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_36',Description='Mens robe worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521026
UPDATE Item SET Name='Slider Sports Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_35',Description='Mens sports jacket that is comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521027
UPDATE Item SET Name='Summer Breeze Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_swim',Description='A Hawaiian shirt made for hot summer days.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521028
UPDATE Item SET Name='Carpediem School uniform Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_school',Description='Male students shirt at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521029
UPDATE Item SET Name='Fimbul Winter Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_winter',Description='Coat for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521030
UPDATE Item SET Name='Deities Aura Upper Garment (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_aura',Description='Upper garment for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521031
UPDATE Item SET Name='Maple Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_canada',Description='A familiar shirt with a vivid Maple logo on its chest. It has a refreshing scent of far away land.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521032
UPDATE Item SET Name='Valkyrie Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=17,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_valkyrie',Description='Valkyrie Coat for the adventurers who are active even during harsh winter. It is flexible enough for outdoor activity and keeps warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521033
UPDATE Item SET Name='Scriders Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_28',Description='Coat worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521034
UPDATE Item SET Name='Icarus Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_32',Description='Icarus Jacket worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521035
UPDATE Item SET Name='Colorful Striped Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_germany',Description='3 colored striped shirt worn by the brave who want to stand out in battle.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521036
UPDATE Item SET Name='Ancient vest (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_peru',Description='Vest worn by ancient warriors from a distant land.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521037
UPDATE Item SET Name='Xian Tactical Assassin Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=17,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_Assassin',Description='Highly customized coat worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521038
UPDATE Item SET Name='Kung fu Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_kungfu',Description='Yellow Kung fu shirt that carries the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521039
UPDATE Item SET Name='Heavy Metal Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_heavymetal',Description='Heavy Metal Jacket for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521040
UPDATE Item SET Name='Judgement Upper Garment (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_judgement',Description='An upper garment for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521041
UPDATE Item SET Name='Axium Noble Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_royal_children',Description='A formal jacket worn by the young men of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521042
UPDATE Item SET Name='Tuxedo Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_wedding',Description='A tuxedo jacket for a wedding that has a sharp and elegant touch.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521043
UPDATE Item SET Name='Navy Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_US_Navy_Costume',Description='A uniform shirt worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521044
UPDATE Item SET Name='Yohawk Vest (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=13,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_clan_yohawk',Description='A traditional vest of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521045
UPDATE Item SET Name='Magician Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_magician',Description='A coat worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521046
UPDATE Item SET Name='Devils Wings (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_devil',Description='Devils Wings worn by the young lads to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521047
UPDATE Item SET Name='Wing of Kali Azar',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_devil_small',Description='Wings created by the followers of Kali Azar, the god of disease and suffering. This wings imitate the wings of Kali and are used for the ritual.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521048
UPDATE Item SET Name='Police Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_police',Description='A Shirt worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521049
UPDATE Item SET Name='Fenrir Guardian Garment (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=17,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=30,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_fenrir_guardian',Description='Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made garment with top priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521050
UPDATE Item SET Name='Fenrir Guardian Field Garment (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=30,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_fenrir_guardian_s',Description='[Rare] This is the Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521051
UPDATE Item SET Name='White Winter Top (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_santa_w',Description='A white winter top that is great for a snowy day. (Men)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521052
UPDATE Item SET Name='Sun Rang Garment (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=11,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_sunduk',Description='A garment of Sun Rang, a private group of the sons of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521053
UPDATE Item SET Name='Axium Hitman Fur Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_ach',Description='Man’s fur coat for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521054
UPDATE Item SET Name='Travia Cryinghawks Leather Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_eola',Description='Men’s leather jacket for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521055
UPDATE Item SET Name='Axium Soulreaper Jumper (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_axium_uniform',Description='Men’s jumper for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521056
UPDATE Item SET Name='Axium High-Class Soulreaper Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_axium_high',Description='Mens formal coat for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521057
UPDATE Item SET Name='Travia Preacher Robe (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_travia_suit',Description='The official robe for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521058
UPDATE Item SET Name='Shark Teeth Coat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_pirate',Description='A coat of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521059
UPDATE Item SET Name='Cowboy Jacket (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=17,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=7,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_western',Description='A jacket worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521060
UPDATE Item SET Name='STR:ZITEM_NAME_521061',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_blackleather',Description='STR:ZITEM_DESC_521061',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521061
UPDATE Item SET Name='Ceremonial Dress Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=2,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_long002',Description='A ceremonial dress jacket supplied to the female soldiers of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521501
UPDATE Item SET Name='Gunners Heaven Long Wool Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_17',Description='A womens long wool coat and garment exclusively for the Gunners Heaven, a private organization of the Republic.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521502
UPDATE Item SET Name='Eternal Blue Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_19',Description='For outlaws of the sea, Eternal Blue womens pirate garment.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521503
UPDATE Item SET Name='Adventurer Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_14',Description='Womens jacket recommended for novice adventurers. This item is made for those who hate to wear heavy gear.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521504
UPDATE Item SET Name='Blue Whistle Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=2,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_08',Description='Womens Blue Whistle jacket, Blue Whistle is known as the headache of the Empire. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521505
UPDATE Item SET Name='Coral Reef Bikini Top (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=9,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_20',Description='A bikini top for women. Perfect for that summer tan!',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521506
UPDATE Item SET Name='Iron Crow Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_023',Description='Iron Crow womens coat worn in Havani, the main city of outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521507
UPDATE Item SET Name='Mrs. Claus Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_santa',Description='Christmas season item for women.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521508
UPDATE Item SET Name='Phantom Breed Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=2,Weight=15,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_024',Description='Womens Jacket handed down from ancient times. It is pretty heavy.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521509
UPDATE Item SET Name='Republic Gun Priestess Upper Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_22',Description='Womens lightweight garment for a secret organization associated with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521510
UPDATE Item SET Name='Gray Dust Trench Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_18',Description='A womens Gray Dust Trench Coat for the elite troops of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521511
UPDATE Item SET Name='Sir Protector Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_026',Description='Womens Sir Protector Garment, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521512
UPDATE Item SET Name='Bigi Trench Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=2,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_bigi',Description='A womens trench coat designed by Bigi. An exotic and sophisticated emblem is marked on the back of the coat',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521513
UPDATE Item SET Name='Gun Knight Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_28',Description='This jacket was once worn by a legendary female gun knight of Axium.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521514
UPDATE Item SET Name='Princess Warrior Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_hanbok',Description='Coat made suitable for a princess to wear in combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521515
UPDATE Item SET Name='Desert Flame Top (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_027',Description='The Desert Flames womens top designed for troops who operate in desert.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521516
UPDATE Item SET Name='Battle Brood Armor (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=17,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_025',Description='A part of womens special armor made of reinforced material. It protects the chest from all types of damage.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521517
UPDATE Item SET Name='Red Active Sports Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_korea',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Red]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521518
UPDATE Item SET Name='Yellow Active Sports Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_brazil',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521519
UPDATE Item SET Name='Blue Active Sports Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_japan',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521520
UPDATE Item SET Name='Military Officer Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_15',Description='A female military officer Jacket favored by military fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521521
UPDATE Item SET Name='Zeus Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_zeus',Description='A light weight female coat. The harmony of orange and dark blue color attracts peoples eyes.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521522
UPDATE Item SET Name='Blue Vane Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=9,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_30',Description='Womens Blue Vane coat made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521523
UPDATE Item SET Name='Train Guard Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_33',Description='Womens coat worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521524
UPDATE Item SET Name='PA Dress Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_34',Description='Womens coat worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=521525
UPDATE Item SET Name='Divine Hands Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_35',Description='Womens jacket worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521526
UPDATE Item SET Name='Slider Sports Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_36',Description='Womens sports jacket that is comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521527
UPDATE Item SET Name='Summer Breeze Bikini Top (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_swim',Description='Patterned bikini top for hot summer days.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521528
UPDATE Item SET Name='Carpediem School uniform Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_school',Description='Female students shirt at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521529
UPDATE Item SET Name='Fimbul Winter Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_winter',Description='Coat for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521530
UPDATE Item SET Name='Deities Aura Upper Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_aura',Description='Upper garment for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521531
UPDATE Item SET Name='Maple Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_canada',Description='A familiar shirt with a vivid Maple logo on its chest. It has a refreshing scent of far away land.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521532
UPDATE Item SET Name='Valkyrie Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=17,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_valkyrie',Description='Valkyrie Coat for the adventurers who are active even during harsh winter. It is flexible enough for outdoor activity and keeps warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521533
UPDATE Item SET Name='Scriders Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_29',Description='Coat worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521534
UPDATE Item SET Name='Icarus Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_32',Description='Icarus Jacket worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521535
UPDATE Item SET Name='Colorful Striped Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_germany',Description='3 colored striped shirt worn by the brave who want to stand out in battle.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521536
UPDATE Item SET Name='Ancient vest (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=2,Weight=10,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_peru',Description='Vest worn by ancient warriors from a distant land.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521537
UPDATE Item SET Name='Xian Tactical Assassin Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=17,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_Assassin',Description='Highly customized coat worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521538
UPDATE Item SET Name='Kung fu Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_kungfu',Description='Yellow Kung fu jacket that carries the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521539
UPDATE Item SET Name='Heavy Metal Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_heavymetal',Description='Heavy Metal Shirt for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521540
UPDATE Item SET Name='Judgement Upper Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_judgement',Description='An upper garment for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521541
UPDATE Item SET Name='Axium Noble blouse (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_royal_children',Description='A formal blouse worn by the young women of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521542
UPDATE Item SET Name='Wedding Upper Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_wedding',Description='Pure white wedding upper garment of every girls dream, in cheerful minimal style.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521543
UPDATE Item SET Name='Navy Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_US_Navy_Costume',Description='A uniform shirt worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521544
UPDATE Item SET Name='Yohawk Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=13,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_yohawk',Description='A traditional shirt of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521545
UPDATE Item SET Name='Magician Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=14,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_magician',Description='A shirt worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521546
UPDATE Item SET Name='Angels Wings (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_angel',Description='Angels wings worn by the young ladies to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521547
UPDATE Item SET Name='Wing of Freyja',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=15,BountyPrice=10,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_angel_small',Description='Wings created by the follows of Freyja, the god of love and charity. These wings imitate the wings of Freyja and are used for the ritual.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521548
UPDATE Item SET Name='Police Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=2,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_police',Description='A Shirt worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521549
UPDATE Item SET Name='Fenrir Guardian Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=17,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=30,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_fenrir_guardian',Description='Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made garment with top priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521550
UPDATE Item SET Name='Fenrir Guardian Field Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=30,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_fenrir_guardian_s',Description='[Rare] This is the Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521551
UPDATE Item SET Name='White Winter Top (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_santa_w',Description='A white winter top that is great for a snowy day. (Women)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521552
UPDATE Item SET Name='Sun Rang Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=11,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_sunduk',Description='A garment of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521553
UPDATE Item SET Name='Axium Hitman Fur Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_ach',Description='Woman’s fur coat for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521554
UPDATE Item SET Name='Travia Cryinghawks Leather Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_eola',Description='Women’s leather jacket for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521555
UPDATE Item SET Name='Axium Soulreaper Tank top (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_axium_uniform',Description='Women’s tank top for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521556
UPDATE Item SET Name='Axium High-Class Soulreaper Coat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_axium_high',Description='Womens formal coat for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521557
UPDATE Item SET Name='Travia Preacher Robe (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_travia_suit',Description='The official robe for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521558
UPDATE Item SET Name='Shark Teeth Blouse (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_pirate',Description='A blouse of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521559
UPDATE Item SET Name='Cowgirl Jacket (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=17,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=7,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_western',Description='A jacket worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521560
UPDATE Item SET Name='STR:ZITEM_NAME_521561',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_blackleather',Description='STR:ZITEM_DESC_521561',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=521561
UPDATE Item SET Name='Ceremonial Dress Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=5,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_17',Description='Ceremonial dress gloves that the ranks of the empire wear to important ceremonies.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522001
UPDATE Item SET Name='Gunners Heaven Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_07',Description='Gloves for the elite Gunners Heaven crew.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522002
UPDATE Item SET Name='Eternal Blue Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_15',Description='Gloves worn by the outllaws of Eternal Blue.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522003
UPDATE Item SET Name='Adventurer Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_09',Description='Gloves recommended for novice adventurers who hate outfits with heavy equipment.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522004
UPDATE Item SET Name='Blue Whistle Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=5,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_08',Description='Gloves designed for Blue Whistle, the headache of the empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522005
UPDATE Item SET Name='Coral Reef Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_20',Description='Hot summer gloves for a cool guy.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522006
UPDATE Item SET Name='Iron Crow Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_23',Description='Iron Crow warriors wear these protective gloves around Havani, the city of outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522007
UPDATE Item SET Name='Santa Claus Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=9,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_santa',Description='Great gift for the Christmas season.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522008
UPDATE Item SET Name='Phantom Breed Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=5,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_24',Description='Gloves for the mighty men of the Phantom Breed, a spy organization.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522009
UPDATE Item SET Name='Republic Gun Priest Gloves(Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_22',Description='Mens lightweight gloves for a secret organization associated with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522010
UPDATE Item SET Name='Gray Dust Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_19',Description='Gloves worn by the Gray Dust elite troops.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522011
UPDATE Item SET Name='Sir Protector Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_18',Description='Mens Sir Protector Gloves, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522012
UPDATE Item SET Name='Gun Knight Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_27',Description='These gloves were once worn by a legendary male gun knight of Axium.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522013
UPDATE Item SET Name='Warrior Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=9,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_hanbok',Description='Legendary gloves designed for elite warriors.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522014
UPDATE Item SET Name='Desert Flame Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_26',Description='Desert Flame gloves originally designed for troops that were deployed to tough desert areas.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522015
UPDATE Item SET Name='Battle Brood Gauntlets (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_25',Description='Special gauntlets made of reinforced material to enhance hand protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522016
UPDATE Item SET Name='Military Officer Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_14',Description='Gloves for military officers favored by war fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522017
UPDATE Item SET Name='Blue Vane Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_29',Description='Mens Blue Vane gloves made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522018
UPDATE Item SET Name='Train Guard Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_33',Description='Mens gloves worn by soldiers who guard the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522019
UPDATE Item SET Name='PA Leather Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_34',Description='Mens gloves worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522020
UPDATE Item SET Name='Divine Hands Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_36',Description='Mens gloves worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522021
UPDATE Item SET Name='Slider Sports Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_35',Description='Mens sports gloves that are comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522022
UPDATE Item SET Name='Summer Breeze Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=1,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_swim',Description='Matching gloves that are water resistant for better grip.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522023
UPDATE Item SET Name='Carpediem School uniform Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_school',Description='Male students gloves at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522024
UPDATE Item SET Name='Fimbul Winter Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_winter',Description='Gloves for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522025
UPDATE Item SET Name='Deities Aura Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_aura',Description='Gloves for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522026
UPDATE Item SET Name='Valkyrie Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_valkyrie',Description='Valkyrie Gloves for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522027
UPDATE Item SET Name='Scriders Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_28',Description='Gloves worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522028
UPDATE Item SET Name='Icarus Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_32',Description='Icarus Gloves worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522029
UPDATE Item SET Name='Xian Tactical Assassin Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_Assassin',Description='Highly customized gloves worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522030
UPDATE Item SET Name='Kung fu Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_kungfu',Description='Yellow Kung fu gloves that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522031
UPDATE Item SET Name='Heavy Metal Bracelet (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_heavymetal',Description='Heavy Metal Bracelet for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522032
UPDATE Item SET Name='Judgement Armguards (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_judgement',Description='Armguards for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522033
UPDATE Item SET Name='Axium Noble Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_royal_children',Description='Formal gloves worn by the young men of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522034
UPDATE Item SET Name='Tuxedo Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_wedding',Description='Tuxdeo gloves for a wedding that has a sharp and elegant touch.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522035
UPDATE Item SET Name='Navy Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_US_Navy_Costume',Description='Uniform gloves worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522036
UPDATE Item SET Name='Yohawk Wristlets (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_clan_yohawk',Description='Traditional wristlets of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522037
UPDATE Item SET Name='Magician Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_magician',Description='Gloves worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522038
UPDATE Item SET Name='Devils Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_devil',Description='Devils gloves worn by the young lads to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522039
UPDATE Item SET Name='Police Leather Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_police',Description='Leather gloves worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522040
UPDATE Item SET Name='Fenrir Guardian Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_fenrir_guardian',Description='Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made gloves with top priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522041
UPDATE Item SET Name='White Winter Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_santa_w',Description='White winter gloves that are great for a snowy day. (Men)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522042
UPDATE Item SET Name='Sun Rang Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_sunduk',Description='Gloves of Sun Rang, a private group of the sons of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522043
UPDATE Item SET Name='Axium Hitman Fur Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_ach',Description='Man’s fur gloves for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522044
UPDATE Item SET Name='Travia Cryinghawks Leather Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_eola',Description='Men’s leather gloves for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522045
UPDATE Item SET Name='Axium Soulreaper Arm Protector (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_axium_uniform',Description='Men’s arm protector for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522046
UPDATE Item SET Name='Axium High-Class Soulreaper Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_axium_high',Description='Mens formal gloves for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522047
UPDATE Item SET Name='Travia Preacher Arm Protector (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_travia_suit',Description='The official arm protector for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522048
UPDATE Item SET Name='Shark Teeth Leather Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_pirate',Description='Leather gloves of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522049
UPDATE Item SET Name='Cowboy Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_western',Description='Gloves worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522050
UPDATE Item SET Name='STR:ZITEM_NAME_522051',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_blackleather',Description='STR:ZITEM_DESC_522051',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522051
UPDATE Item SET Name='Ceremonial Dress Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=5,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_leather001',Description='Ceremonial dress gloves supplied to the female soldiers of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522501
UPDATE Item SET Name='Gunners Heaven Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_17',Description='Fur gloves exclusively for the Gunners Heaven, a private organization of the Republic. Gloves are made with soft rabbit fur.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522502
UPDATE Item SET Name='Eternal Blue Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_19',Description='The outlaw at the sea, womens pirate Eternal Blue gloves.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522503
UPDATE Item SET Name='Adventurer Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_05',Description='Womens gloves recommended for the novice adventurers. This item is made for those who hate to wear heavy gear.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522504
UPDATE Item SET Name='Blue Whistle Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=5,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_08',Description='Womens Blue Whistle gloves, Blue Whistle is known as the headache of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522505
UPDATE Item SET Name='Coral Reef Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_20',Description='Gloves that are water resistant for better grip.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522506
UPDATE Item SET Name='Iron Crow Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_23',Description='Womens gloves worn in Havani, the main city of outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522507
UPDATE Item SET Name='Mrs. Claus Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=9,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_santa',Description='Christmas season item for women.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522508
UPDATE Item SET Name='Phantom Breed Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=5,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_24',Description='Womens gloves for a spy organization handed down from ancient times. They are somewhat heavy.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522509
UPDATE Item SET Name='Republic Gun Priestess Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_22',Description='Womens lightweight gloves for a secret organization related with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522510
UPDATE Item SET Name='Gray Dust Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_18',Description='Womens gloves worn by the Gray Dust elite troops.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522511
UPDATE Item SET Name='Sir Protector Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_26',Description='Womens Sir Protector Gloves, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522512
UPDATE Item SET Name='Gun Knight Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_28',Description='These gloves were once worn by a legendary female gun knight of Axium. ',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522513
UPDATE Item SET Name='Princess Warrior Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=9,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_hanbok',Description='Gloves made suitable for a princess to wear in combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522514
UPDATE Item SET Name='Desert Flame Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_27',Description='The Desert Flame womens leather gloves, made for troops who operate in the desert.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522515
UPDATE Item SET Name='Battle Brood Gauntlets (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_25',Description='A part of womens special armor made of reinforced material. It protects hands from all types of damage.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522516
UPDATE Item SET Name='Military Officer Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_15',Description='Female military officer gloves favored by military fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522517
UPDATE Item SET Name='Blue Vane Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_30',Description='Womens Blue Vane gloves made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522518
UPDATE Item SET Name='Train Guard Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_33',Description='Womens gloves worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522519
UPDATE Item SET Name='PA cotton Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_34',Description='Womens gloves worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=522520
UPDATE Item SET Name='Divine Hands Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_35',Description='Womens gloves worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522521
UPDATE Item SET Name='Slider Sports Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_36',Description='Womens sports gloves that are comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522522
UPDATE Item SET Name='Summer Breeze Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=5,Weight=1,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=2,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_swim',Description='Matching gloves that are water resistant for better grip.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522523
UPDATE Item SET Name='Carpediem School uniform Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_school',Description='Female students gloves at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522524
UPDATE Item SET Name='Fimbul Winter Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_winter',Description='Gloves for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522525
UPDATE Item SET Name='Deities Aura Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_aura',Description='Gloves for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522526
UPDATE Item SET Name='Valkyrie Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_valkyrie',Description='Valkyrie Gloves for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522527
UPDATE Item SET Name='Scriders Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_29',Description='Gloves worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522528
UPDATE Item SET Name='Icarus Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_32',Description='Icarus Gloves worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522529
UPDATE Item SET Name='Xian Tactical Assassin Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_Assassin',Description='Highly customized gloves worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522530
UPDATE Item SET Name='Kung fu Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_kungfu',Description='Yellow Kung fu gloves that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522531
UPDATE Item SET Name='Heavy Metal Bracelet (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_heavymetal',Description='Heavy Metal Bracelet for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522532
UPDATE Item SET Name='Judgement Armguards (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_judgement',Description='Armguards for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522533
UPDATE Item SET Name='Axium Noble Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_royal_children',Description='Formal gloves worn by the young women of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522534
UPDATE Item SET Name='Wedding Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_wedding',Description='Pure white wedding gloves of every girls dream, in cheerful minimal style.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522535
UPDATE Item SET Name='Navy Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_US_Navy_Costume',Description='Uniform gloves worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522536
UPDATE Item SET Name='Yohawk Bracelets (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_yohawk',Description='Traditional Bracelets of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522537
UPDATE Item SET Name='Magician Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_magician',Description='Gloves worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522538
UPDATE Item SET Name='Angels Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_angel',Description='Angels gloves worn by the young ladies to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522539
UPDATE Item SET Name='Police Leather Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_police',Description='Leather gloves worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522540
UPDATE Item SET Name='Fenrir Guardian Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_fenrir_guardian',Description='Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made gloves with top priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522541
UPDATE Item SET Name='White Winter Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_santa_w',Description='White winter gloves that are great for a snowy day. (Women)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522542
UPDATE Item SET Name='Sun Rang Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_sunduk',Description='Gloves of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522543
UPDATE Item SET Name='Axium Hitman Fur Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_ach',Description='Woman’s fur gloves for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522544
UPDATE Item SET Name='Travia Cryinghawks Leather Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_eola',Description='Women’s leather gloves for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522545
UPDATE Item SET Name='Axium Soulreaper Arm Protector (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_axium_uniform',Description='Women’s arm protector for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522546
UPDATE Item SET Name='Axium High-Class Soulreaper Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_axium_high',Description='Womens formal gloves for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522547
UPDATE Item SET Name='Travia Preacher Arm Protector (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_travia_suit',Description='The official arm protector for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522548
UPDATE Item SET Name='Shark Teeth Leather Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_pirate',Description='Leather gloves of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522549
UPDATE Item SET Name='Cowgirl Gloves (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_western',Description='Gloves worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522550
UPDATE Item SET Name='STR:ZITEM_NAME_522551',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_blackleather',Description='STR:ZITEM_DESC_522551',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=522551
UPDATE Item SET Name='Ceremonial Dress Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=3,Weight=13,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_16',Description='Ceremonial dress trousers that the general ranks of the Empire wear at important ceremonies.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523001
UPDATE Item SET Name='Gunners Heaven Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_05',Description='Trousers designed exclusively for the Gunners Heaven, private organization of the Republic.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523002
UPDATE Item SET Name='Eternal Blue Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_17',Description='Mens uniform trousers for Eternal Blue, a crew of outlaws in the sea.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523003
UPDATE Item SET Name='Adventurer Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_07',Description='Mens Trousers recommended for novice adventurers who hate outfits with heavy equipment.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523004
UPDATE Item SET Name='Blue Whistle Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=3,Weight=13,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_09',Description='Mens trousers for Blue Whistle, Blue Whistle is known as the headache of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523005
UPDATE Item SET Name='Coral Reef Shorts (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=9,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_20',Description='Summer shorts for relaxing at a hot beach.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523006
UPDATE Item SET Name='Iron Crow Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_23',Description='Trousers worn by the Iron Crow warriors.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523007
UPDATE Item SET Name='Santa Claus Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_santa',Description='Christmas season item for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523008
UPDATE Item SET Name='Phantom Breed Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=3,Weight=15,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_24',Description='Trousers designed for the Phantom Breed spy crew.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523009
UPDATE Item SET Name='Republic Gun Priest Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_22',Description='Lightweight trousers for men, worn by Republic Gun Priests related with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523010
UPDATE Item SET Name='Gray Dust Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_19',Description='Mens trousers designed for the Gray Dust elite troops.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523011
UPDATE Item SET Name='Sir Protector Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_18',Description='Men’s Sir Protector Trousers, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523012
UPDATE Item SET Name='Gun Knight Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_27',Description='This trousers was once worn by a legendary male gun knight of Axium.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523013
UPDATE Item SET Name='Warrior Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_hanbok',Description='Legendary pants designed for elite warriors.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523014
UPDATE Item SET Name='Desert Flame Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_26',Description='Desert Flame pants for Men.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523015
UPDATE Item SET Name='Battle Brood Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_25',Description='Special pants made of reinforced material to enhance leg protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523016
UPDATE Item SET Name='Red Active Sports Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_korea',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Red]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523017
UPDATE Item SET Name='Yellow Active Sports Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_brazil',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523018
UPDATE Item SET Name='Blue Active Sports Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_japan',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523019
UPDATE Item SET Name='Military Officer Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_14',Description='Trousers worn by military officers. Favored by war fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523020
UPDATE Item SET Name='Blue Vane Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=9,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_29',Description='Mens Blue Vane trousers made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523021
UPDATE Item SET Name='Train Guard Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_33',Description='Mens trousers worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523022
UPDATE Item SET Name='PA Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_34',Description='Mens pants worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523023
UPDATE Item SET Name='Divine Hands Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_36',Description='Mens pants worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523024
UPDATE Item SET Name='Slider Sports Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_35',Description='Mens sports pants that are comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523025
UPDATE Item SET Name='Summer Breeze Board Shorts (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_swim',Description='Dark blue board shorts.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523026
UPDATE Item SET Name='Carpediem School uniform Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=12,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_school',Description='Male students trousers at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523027
UPDATE Item SET Name='Fimbul Winter Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=12,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_winter',Description='Pants for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523028
UPDATE Item SET Name='Deities Aura Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_aura',Description='Pants for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523029
UPDATE Item SET Name='Valkyrie Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_valkyrie',Description='Valkyrie Pants for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523030
UPDATE Item SET Name='Scriders Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_28',Description='Pants worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523031
UPDATE Item SET Name='Icarus Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_32',Description='Icarus Pants worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523032
UPDATE Item SET Name='Xian Tactical Assassin Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_Assassin',Description='Highly customized pants worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523033
UPDATE Item SET Name='Kung fu Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_kungfu',Description='Yellow Kung fu pants that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523034
UPDATE Item SET Name='Heavy Metal Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_heavymetal',Description='Heavy Metal Pants for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523035
UPDATE Item SET Name='Judgement Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_judgement',Description='Pants for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523036
UPDATE Item SET Name='Axium Noble Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_royal_children',Description='Formal pants worn by the young men of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523037
UPDATE Item SET Name='Tuxedo Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_wedding',Description='Tuxedo pants for a wedding that has a sharp and elegant touch.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523038
UPDATE Item SET Name='Navy Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_US_Navy_Costume',Description='Uniform pants worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523039
UPDATE Item SET Name='Yohawk Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_clan_yohawk',Description='Traditional pants of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523040
UPDATE Item SET Name='Magician Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_magician',Description='Pants worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523041
UPDATE Item SET Name='Devils Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_devil',Description='Devils pants worn by the young lads to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523042
UPDATE Item SET Name='Police Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_police',Description='Pants worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523043
UPDATE Item SET Name='Fenrir Guardian Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=30,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_fenrir_guardian',Description='Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made pants with top priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523044
UPDATE Item SET Name='Fenrir Guardian Field Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_fenrir_guardian_s',Description='[Rare] This is the Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523045
UPDATE Item SET Name='White Winter Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_santa_w',Description='White winter pants that are great for a snowy day. (Men)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523046
UPDATE Item SET Name='Sun Rang Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=11,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_sunduk',Description='Pants of Sun Rang, a private group of the sons of nobility who devote their training to ta healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523047
UPDATE Item SET Name='Axium Hitman Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_ach',Description='Man’s pants for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523048
UPDATE Item SET Name='Travia Cryinghawks Jeans (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_eola',Description='Men’s jeans for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523049
UPDATE Item SET Name='Axium Soulreaper Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_axium_uniform',Description='Men’s pants for Axium Soulreaper, the cleric of Republican church who absorbs the possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523050
UPDATE Item SET Name='Axium High-Class Soulreaper Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=17,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_axium_high',Description='Mens formal pants for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523051
UPDATE Item SET Name='Travia Preacher Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_travia_suit',Description='The official pants for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523052
UPDATE Item SET Name='Shark Teeth Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_pirate',Description='Pants of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523053
UPDATE Item SET Name='Cowboy Pants (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_western',Description='Pants worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523054
UPDATE Item SET Name='STR:ZITEM_NAME_523055',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_blackleather',Description='STR:ZITEM_DESC_523055',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523055
UPDATE Item SET Name='Ceremonial Dress Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=3,Weight=13,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_014',Description='Ceremonial dress trousers supplied to the female soldiers of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523501
UPDATE Item SET Name='Gunners Heaven Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_017',Description='Womens trousers exclusively for the Gunners Heaven, a private organization of the Republic.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523502
UPDATE Item SET Name='Eternal Blue Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_019',Description='Womens uniform trousers for Eternal Blue, outlaws at the sea.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523503
UPDATE Item SET Name='Adventurer Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_006',Description='Womens trousers recommended for novice adventurers who hate outfits with heavy equipment.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523504
UPDATE Item SET Name='Blue Whistle Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=3,Weight=13,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_008',Description='Womens Trousers for Blue Whistle, Blue Whistle is known as the headache of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523505
UPDATE Item SET Name='Coral Reef Bikini Bottom (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=9,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_20',Description='A fasionable bikini bottom for that fashionable woman.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523506
UPDATE Item SET Name='Iron Crow Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_23',Description='Iron Crow womens trousers worn in Iron Crow, the center of the Havani, main city of outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523507
UPDATE Item SET Name='Mrs. Claus Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_santa',Description='Christmas season item for women.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523508
UPDATE Item SET Name='Phantom Breed Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=3,Weight=15,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_24',Description='Womens trousers handed down from ancient times. They are somewhat heavy.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523509
UPDATE Item SET Name='Republic Gun Priestess Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_22',Description='Womens lightweight trousers for a secret organization related with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523510
UPDATE Item SET Name='Gray Dust Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_018',Description='Womens trousers worn by the Gray Dust elite troops.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523511
UPDATE Item SET Name='Sir Protector Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_26',Description='Womens Sir Protector Trousers, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523512
UPDATE Item SET Name='Gun Knight Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_28',Description='This trousers was once worn by a legendary female gun knight of Axium.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523513
UPDATE Item SET Name='Princess Warrior Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_hanbok',Description='Designed for a princess, built to endure combat for a warrior.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523514
UPDATE Item SET Name='Desert Flame Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_27',Description='The troop which operates in deserts, the Desert Flame womens pants.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523515
UPDATE Item SET Name='Battle Brood Bottom (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_25',Description='A part of womens special armor made of reinforced material. It offers major leg protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523516
UPDATE Item SET Name='Red Active Sports Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_korea',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Red]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523517
UPDATE Item SET Name='Yellow Active Sports Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_brazil',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523518
UPDATE Item SET Name='Blue Active Sports Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_japan',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523519
UPDATE Item SET Name='Military Officer Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_015',Description='Female military officer trousers favored by military fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523520
UPDATE Item SET Name='Blue Vane Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=9,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_30',Description='Womens Blue Vane Skirt made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523521
UPDATE Item SET Name='Train Guard Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_33',Description='Womens trousers worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523522
UPDATE Item SET Name='PA Dress Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_34',Description='Womens pants worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=523523
UPDATE Item SET Name='Divine Hands Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_35',Description='Womens skirt worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523524
UPDATE Item SET Name='Slider Sports Shorts (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_36',Description='Womens sports pants that are comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523525
UPDATE Item SET Name='Summer Breeze Short Shorts (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=3,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=4,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_swim',Description='Short shorts that are worn over bikini bottoms.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523526
UPDATE Item SET Name='Carpediem School uniform Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=12,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_school',Description='Female students miniskirt at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523527
UPDATE Item SET Name='Fimbul Winter Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=12,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_winter',Description='Pants for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523528
UPDATE Item SET Name='Deities Aura Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_aura',Description='Pants for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523529
UPDATE Item SET Name='Valkyrie Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_valkyrie',Description='Valkyrie Pants for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523530
UPDATE Item SET Name='Scriders Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_29',Description='Pants worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523531
UPDATE Item SET Name='Icarus Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_32',Description='Icarus Pants worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523532
UPDATE Item SET Name='Xian Tactical Assassin Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_Assassin',Description='Highly customized pants worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523533
UPDATE Item SET Name='Kung fu Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_kungfu',Description='Yellow Kung fu pants that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523534
UPDATE Item SET Name='Heavy Metal Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_heavymetal',Description='Heavy Metal Skirt for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523535
UPDATE Item SET Name='Judgement Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_judgement',Description='A skirt for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523536
UPDATE Item SET Name='Axium Noble Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_royal_children',Description='A formal skirt worn by the young women of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523537
UPDATE Item SET Name='Wedding Lower Garment (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_wedding',Description='Pure white wedding lower garment of every girls dream, in cheerful minimal style.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523538
UPDATE Item SET Name='Navy Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_US_Navy_Costume',Description='Uniform skirt worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523539
UPDATE Item SET Name='Yohawk Shorts (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=13,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_yohawk',Description='Traditional shorts of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523540
UPDATE Item SET Name='Magician Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_magician',Description='A skirt worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523541
UPDATE Item SET Name='Angels Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=3,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_angel',Description='Angels skirt worn by the young ladies to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523542
UPDATE Item SET Name='Police Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=3,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_police',Description='Pants worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523543
UPDATE Item SET Name='Fenrir Guardian Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=30,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_fenrir_guardian',Description='Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made pants with top priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523544
UPDATE Item SET Name='Fenrir Guardian Field Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=28,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_fenrir_guardian_s',Description='[Rare] This is the Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523545
UPDATE Item SET Name='White Winter Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=10,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_santa_w',Description='A white winter skirt that is great for a snowy day. (Women)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523546
UPDATE Item SET Name='Sun Rang Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=11,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_sunduk',Description='Pants of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523547
UPDATE Item SET Name='Axium Hitman Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=27,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_ach',Description='Woman’s skirt for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523548
UPDATE Item SET Name='Travia Cryinghawks Skinny Jeans (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_eola',Description='Womens skinny jeans for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523549
UPDATE Item SET Name='Axium Soulreaper Skinny pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_axium_uniform',Description='Women’s skinny pants for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523550
UPDATE Item SET Name='Axium High-Class Soulreaper shorts (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=17,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_axium_high',Description='Womens formal shorts for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523551
UPDATE Item SET Name='Travia Preacher Pants (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=16,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=29,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_travia_suit',Description='The official pants for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523552
UPDATE Item SET Name='Shark Teeth Garter Belt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=23,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_pirate',Description='A garter belt of the Empire navy’s worst enemy,the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523553
UPDATE Item SET Name='Cowgirl Skirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=15,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_western',Description='A skirt worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523554
UPDATE Item SET Name='STR:ZITEM_NAME_523555',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=14,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_blackleather',Description='STR:ZITEM_DESC_523555',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=523555
UPDATE Item SET Name='Ceremonial Dress Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=4,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_16',Description='Iron Crow warriors wear these protective shoes around the city of Havani, the city of outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524001
UPDATE Item SET Name='Gunners Heaven Leather Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_06',Description='Exclusive leather shoes for the Republics Gunners Heaven.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524002
UPDATE Item SET Name='Eternal Blue Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_17',Description='Uniform boots for the Eternal Blue outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524003
UPDATE Item SET Name='Adventurer Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_08',Description='Boots recommended for novice adventurers who hate outfits with heavy equipment.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524004
UPDATE Item SET Name='Blue Whistle Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=4,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_11',Description='Shoes designed for Blue Whistle.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524005
UPDATE Item SET Name='Coral Reef Aqua Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_20',Description='Keep your feet dry with cool aqua shoes.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524006
UPDATE Item SET Name='Iron Crow Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_23',Description='Iron Crow warriors wear these protective shoes around the city of Havani, the city of outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524007
UPDATE Item SET Name='Santa Claus Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=11,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_santa',Description='Christmas season item for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524008
UPDATE Item SET Name='Phantom Breed Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=4,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_24',Description='Heavy shoes for the Phantom Breed.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524009
UPDATE Item SET Name='Republic Gun Priest Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_22',Description='Mens lightweight shoes for a secret organization associated with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524010
UPDATE Item SET Name='Gray Dust Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_19',Description='Uniform shoes for the elite Gray Dust troops.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524011
UPDATE Item SET Name='Sir Protector Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_18',Description='Mens Sir Protector Shoes, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524012
UPDATE Item SET Name='Gun Knight Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_27',Description='These shoes were once worn by a legendary male gun knight of Axium.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524013
UPDATE Item SET Name='Warrior Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=11,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_hanbok',Description='Legendary shoes designed for elite warriors.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524014
UPDATE Item SET Name='Desert Flame Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_26',Description='Desert Flames leather boots for men.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524015
UPDATE Item SET Name='Battle Brood Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_25',Description='Special mens boots made of reinforced material to enhance foot protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524016
UPDATE Item SET Name='Red Active Sports Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_korea',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Red]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524017
UPDATE Item SET Name='Yellow Active Sports Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_brazil',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524018
UPDATE Item SET Name='Blue Active Sports Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_japan',Description='(Limited-time offer) Mens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524019
UPDATE Item SET Name='Military Officer Battle Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_14',Description='Battle shoes worn by military officers favored by war fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524020
UPDATE Item SET Name='Blue Vane Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_29',Description='Mens Blue Vane shoes made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524021
UPDATE Item SET Name='Train Guard Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_33',Description='Mens leather boots worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524022
UPDATE Item SET Name='PA Dress Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_34',Description='Mens dress shoes worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524023
UPDATE Item SET Name='Divine Hands Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_36',Description='Mens shoes worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524024
UPDATE Item SET Name='Slider Sports Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_35',Description='Mens sports shoes that are comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524025
UPDATE Item SET Name='Summer Breeze Sandals (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=9,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_swim',Description='Comfortable sandals to wear at the beach',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524026
UPDATE Item SET Name='Carpediem School uniform Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_school',Description='Male students shoes at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524027
UPDATE Item SET Name='Fimbul Winter Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_winter',Description='Boots for men, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524028
UPDATE Item SET Name='Deities Aura Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_aura',Description='Shoes for men, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524029
UPDATE Item SET Name='Valkyrie Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_valkyrie',Description='Valkyrie Boots for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524030
UPDATE Item SET Name='Scriders Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_28',Description='Shoes worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524031
UPDATE Item SET Name='Icarus Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_32',Description='Icarus Shoes worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524032
UPDATE Item SET Name='Xian Tactical Assassin Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_Assassin',Description='Highly customized boots worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524033
UPDATE Item SET Name='Kung fu Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_kungfu',Description='Yellow Kung fu shoes that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524034
UPDATE Item SET Name='Heavy Metal Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_heavymetal',Description='Heavy Metal Shoes for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524035
UPDATE Item SET Name='Judgement Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_judgement',Description='Boots for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524036
UPDATE Item SET Name='Axium Noble Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_royal_children',Description='Formal shoes worn by the young men of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524037
UPDATE Item SET Name='Tuxedo Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_wedding',Description='Tuxedo shoes for a wedding that has a sharp and elegant touch.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524038
UPDATE Item SET Name='Navy Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_US_Navy_Costume',Description='Uniform shoes worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524039
UPDATE Item SET Name='Yohawk Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=19,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_clan_yohawk',Description='Traditional boots of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524040
UPDATE Item SET Name='Magician Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_magician',Description='Shoes worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524041
UPDATE Item SET Name='Devils feet (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_devil',Description='Wearable devil feet by the young lads to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524042
UPDATE Item SET Name='Police Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_police',Description='Shoes worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524043
UPDATE Item SET Name='Fenrir Guardian Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=7,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_fenrir_guardian',Description='Mens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made shoes with top priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524044
UPDATE Item SET Name='White Winter Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_santa_w',Description='White winter boots that are great for a snowy day. (Men)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524045
UPDATE Item SET Name='Sun Rang Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_sunduk',Description='Shoes of Sun Rang, a private group of the sons of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524046
UPDATE Item SET Name='Axium Hitman Enamel Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_ach',Description='Man’s enamel shoes for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524047
UPDATE Item SET Name='Travia Cryinghawks Long Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=19,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_eola',Description='Men’s long boots for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524048
UPDATE Item SET Name='Axium Soulreaper Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_axium_uniform',Description='Men’s shoes for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524049
UPDATE Item SET Name='Axium High-Class Soulreaper Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_axium_high',Description='Mens formal shoes for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524050
UPDATE Item SET Name='Travia Preacher Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_travia_suit',Description='The official boots for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524051
UPDATE Item SET Name='Shark Teeth Leather Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_pirate',Description='Leather boots of the Empire navy’s worst enemy, the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524052
UPDATE Item SET Name='Cowboy Boots (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_western',Description='Boots worn by the cowboys, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524053
UPDATE Item SET Name='STR:ZITEM_NAME_524054',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_blackleather',Description='STR:ZITEM_DESC_524054',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524054
UPDATE Item SET Name='Ceremonial Dress Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=4,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_014',Description='Ceremonial dress shoes supplied to the female soldiers of the Empire. ',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524501
UPDATE Item SET Name='Gunners Heaven Reinforced Leather Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_017',Description='Exclusive reinforced leather shoes for the Gunners Heaven, a private organization of the Republic.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524502
UPDATE Item SET Name='Eternal Blue Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_019',Description='The outlaw at the sea, womens Eternal Blue boots.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524503
UPDATE Item SET Name='Adventurer Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_006',Description='Womens boots recommended for the novice adventurers. This item is made for those who hate to wear heavy gear.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524504
UPDATE Item SET Name='Blue Whistle Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=4,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_005',Description='Womens Blue Whistle shoes, Blue Whistle is known as the headache of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524505
UPDATE Item SET Name='Coral Reef Sandals (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_20',Description='Comfortable sandals to wear at the beach.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524506
UPDATE Item SET Name='Iron Crow Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_23',Description='Womens shoes worn in Havani, the city of outlaws.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524507
UPDATE Item SET Name='Mrs. Claus Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=11,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_santa',Description='Christmas season item for women.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524508
UPDATE Item SET Name='Phantom Breed Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=7,Slot=4,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_24',Description='Womens shoes handed down from ancient times. They are somewhat heavy.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524509
UPDATE Item SET Name='Republic Gun Priestess Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=3,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_22',Description='Womens lightweight shoes for a secret organization related with religious groups.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524510
UPDATE Item SET Name='Gray Dust Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_018',Description='Womens shoes worn by the Gray Dust elite troops.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524511
UPDATE Item SET Name='Sir Protector Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=50000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_26',Description='Womens Sir Protector Shoes, designed for protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524512
UPDATE Item SET Name='Gun Knight Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_28',Description='These shoes were once worn by a legendary female gun knight of Axium.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524513
UPDATE Item SET Name='Princess Warrior Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=11,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_hanbok',Description='Shoes made suitable for a princess to wear in combat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524514
UPDATE Item SET Name='Desert Flame Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_27',Description='Desert Flames boots for women.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524515
UPDATE Item SET Name='Battle Brood Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_25',Description='Special womens boots made of reinforced material to enhance foot protection.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524516
UPDATE Item SET Name='Red Active Sports Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_korea',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Red]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524517
UPDATE Item SET Name='Yellow Active Sports Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_brazil',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Yellow]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524518
UPDATE Item SET Name='Blue Active Sports Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_japan',Description='(Limited-time offer) Womens sportswear suitable for any type of sport. It seems to make you powerful. [Blue]',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524519
UPDATE Item SET Name='Military Officer Battle Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_015',Description='Female military officer battle shoes favored by military fanatics.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524520
UPDATE Item SET Name='Blue Vane Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=6,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_30',Description='Womens Blue Vane shoes made of highly flexible material.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524521
UPDATE Item SET Name='Train Guard Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_33',Description='Womens leather boots worn by soldiers guarding the trains going through the empire and the republic. It has the advantage of being lightweight.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524522
UPDATE Item SET Name='PA Dress Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_34',Description='Womens dress shoes worn by the personal assistants of the empires nobles.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=524523
UPDATE Item SET Name='Divine Hands Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_35',Description='Womens shoes worn by those in the Republic support forces, Healing Hands.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524524
UPDATE Item SET Name='Slider Sports Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_36',Description='Womens sports shoes that are comfortable enough to wear everyday while still maintaining sports functionality.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524525
UPDATE Item SET Name='Summer Breeze Sandals (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=9,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_swim',Description='Comfortable strap sandals to wear at the beach.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524526
UPDATE Item SET Name='Carpediem School uniform Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_school',Description='Female students shoes at Empires prestigious high school for the children of noble households.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524527
UPDATE Item SET Name='Fimbul Winter Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_winter',Description='Boots for women, used by people who have grown resistance against cold for living in northern territory, far from the mainland, where it is severely cold winter through out the year. (Designed by Azume from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524528
UPDATE Item SET Name='Deities Aura Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feets_aura',Description='Shoes for women, used by Brotherhood gang members who have gained immense wealth in enormous speed by using peoples faith for god to expand the influential territory. (Designed by Xlll from NHN GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524529
UPDATE Item SET Name='Valkyrie Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_valkyrie',Description='Valkyrie Boots for the adventurers who are active even during harsh winter. They are flexible enough for outdoor activity and keep warmth. (Designed by Valkyrie†from Brazil GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524530
UPDATE Item SET Name='Scriders Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_29',Description='Shoes worn by those who worship Scrider, the demented god of destruction.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524531
UPDATE Item SET Name='Icarus Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_32',Description='Icarus Shoes worn by the airplane pilots from Ares who fly across the Astra continent.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524532
UPDATE Item SET Name='Xian Tactical Assassin Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=22,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_Assassin',Description='Highly customized boots worn by the Xian Tactical Assassin Unit (XTA). Their unit is recognized for their high moral conviction and swift execution of a “higher lawâ€, earning them the title: “The Shadows of Justiceâ€. (Designed by Ryo Shintenzu/Shikamaru from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524533
UPDATE Item SET Name='Kung fu Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_kungfu',Description='Yellow Kung fu shoes that carry the soul of a legendary Kung fu fighter which makes one feel like a Kung fu master.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524534
UPDATE Item SET Name='Heavy Metal Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=14,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_heavymetal',Description='Heavy Metal Shoes for free souls who enjoy traveling wherever.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524535
UPDATE Item SET Name='Judgement Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_judgement',Description='Boots for the chosen one who has received the supreme call from the divine being. (Designed by Nhu Tu/ Wing Age from NA GunZ)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524536
UPDATE Item SET Name='Axium Noble Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=6,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_royal_children',Description='Formal shoes worn by the young women of noble families in Axium Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524537
UPDATE Item SET Name='Wedding Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_wedding',Description='Pure white wedding shoes of every girls dream, in cheerful minimal style.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524538
UPDATE Item SET Name='Navy Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_US_Navy_Costume',Description='Uniform shoes worn by the navy army soldiers of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524539
UPDATE Item SET Name='Yohawk Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=19,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_yohawk',Description='Traditional boots of the Yohawk clan who have fought vigorously against the merge with the Republic during the foundation of the Republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524540
UPDATE Item SET Name='Magician Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_magician',Description='Shoes worn by the disciples of Ramitz during the renaissance of forgetting magic flourished by Ramitz.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524541
UPDATE Item SET Name='Angels Sandals (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_angel',Description='Angels sandals worn by the young ladies to celebrate the Independence Day of the Empire.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524542
UPDATE Item SET Name='Police Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=4,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_police',Description='Shoes worn by the Police officers who ensure the safety of the republic of Travia.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524543
UPDATE Item SET Name='Fenrir Guardian Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=7,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=24,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_fenrir_guardian',Description='Womens "Fenrir" special forces combat uniform, whos job is to guard the President of Travia. A solid and top quality made shoes with top priority given to high defensive power for the protection of the wearer.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524544
UPDATE Item SET Name='White Winter Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=12,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_santa_w',Description='White winter boots that are great for a snowy day. (Women)',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524545
UPDATE Item SET Name='Sun Rang Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=1,Slot=0,Weight=2,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_sunduk',Description='Shoes of Sun Rang, a private group of the daughters of nobility who devote their training to a healthy mind and body. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524546
UPDATE Item SET Name='Axium Hitman Long Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=18,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_ach',Description='Woman’s long boots for the formal meeting of the Axium hitmen, who are the best assassins of underworld for never missing the target and leaving no trace.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524547
UPDATE Item SET Name='Travia Cryinghawks High Heels (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=19,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_eola',Description='Womens high heels for Travia Cryinghawks, a mercenary clan. The members of this clan value honor and social justice, and are admired by other mercenaries.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524548
UPDATE Item SET Name='Axium soulreaper Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_axium_uniform',Description='Womens boots for Axium Soulreaper, the cleric of Republican church who absorbs possessed souls and cures the sick patients.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524549
UPDATE Item SET Name='Axium High-Class Soulreaper Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_axium_high',Description='Womens formal boots for the high-class Soulreapers who have been elevated by curing the souls of one thousand people.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524550
UPDATE Item SET Name='Travia Preacher Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=4,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=20,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_travia_suit',Description='The official boots for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. ',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524551
UPDATE Item SET Name='Shark Teeth Long Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=17,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_pirate',Description='Long boots of the Empire navy’s worst enemy,the Shark Teeth, who had power over the Astra ocean. They have made the people of sea tremble with fear with their ferociousness and cruelty.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524552
UPDATE Item SET Name='Cowgirl Boots (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=5,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=5,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_western',Description='Boots worn by the cowgirls, who pioneered the barren and untapped territory of the western continent of Astra.',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524553
UPDATE Item SET Name='STR:ZITEM_NAME_524554',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=0,Weight=3,BountyPrice=500000,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_blackleather',Description='STR:ZITEM_DESC_524554',MaxBullet=0,LimitSpeed=0,IsCashItem=1 WHERE ItemID=524554
UPDATE Item SET Name='Canopus Coin',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=7,Weight=3,BountyPrice=500,Damage=7,Delay=5000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.1] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600001
UPDATE Item SET Name='Canopus Hand Stamp',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=35,Slot=7,Weight=3,BountyPrice=500,Damage=9,Delay=4700,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.3] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600002
UPDATE Item SET Name='Canopus Medal',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=7,Weight=3,BountyPrice=500,Damage=8,Delay=5000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.2] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600003
UPDATE Item SET Name='Canopus Jewel',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=7,Weight=3,BountyPrice=500,Damage=10,Delay=4500,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.4] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600004
UPDATE Item SET Name='Canopus Heart',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=55,Slot=7,Weight=3,BountyPrice=500,Damage=10,Delay=4700,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.5] Enchanted on this tiny heart is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600005
UPDATE Item SET Name='Canopus Eye',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=3,BountyPrice=500,Damage=7,Delay=3000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.0] Enchanted on this tiny jewel is the power of Canopus. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600006
UPDATE Item SET Name='Enias Coin',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=7,Weight=3,BountyPrice=500,Damage=0,Delay=4000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.1] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=85,IsCashItem=0 WHERE ItemID=600101
UPDATE Item SET Name='Enias Hand Stamp',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=35,Slot=7,Weight=3,BountyPrice=500,Damage=0,Delay=4000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.3] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=75,IsCashItem=0 WHERE ItemID=600102
UPDATE Item SET Name='Enias Medal',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=7,Weight=3,BountyPrice=500,Damage=0,Delay=4000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.2] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=80,IsCashItem=0 WHERE ItemID=600103
UPDATE Item SET Name='Enias Jewel',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=7,Weight=3,BountyPrice=500,Damage=0,Delay=4000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.4] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=70,IsCashItem=0 WHERE ItemID=600104
UPDATE Item SET Name='Enias Heart',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=55,Slot=7,Weight=3,BountyPrice=500,Damage=0,Delay=4000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.5] Enchanted on this tiny heart is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=65,IsCashItem=0 WHERE ItemID=600105
UPDATE Item SET Name='Enias Eye',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=3,BountyPrice=500,Damage=0,Delay=4000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.0] Enchanted on this tiny jewel is the power of Enia. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=90,IsCashItem=0 WHERE ItemID=600106
UPDATE Item SET Name='Winscars Coin',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=7,Weight=3,BountyPrice=500,Damage=12,Delay=1000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.1] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600201
UPDATE Item SET Name='Winscars Hand Stamp',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=35,Slot=7,Weight=3,BountyPrice=500,Damage=14,Delay=1000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.3] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600202
UPDATE Item SET Name='Winscars Medal',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=7,Weight=3,BountyPrice=500,Damage=13,Delay=1000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.2] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600203
UPDATE Item SET Name='Winscars Jewel',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=7,Weight=3,BountyPrice=500,Damage=15,Delay=1000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.4] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600204
UPDATE Item SET Name='Winscars Heart',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=55,Slot=7,Weight=3,BountyPrice=500,Damage=16,Delay=1000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.5] Enchanted on this tiny heart is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600205
UPDATE Item SET Name='Winscars Heart',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=3,BountyPrice=500,Damage=11,Delay=1000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.0] Enchanted on this tiny jewel is the power of Winscar. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600206
UPDATE Item SET Name='Gistons Coin',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=7,Weight=3,BountyPrice=500,Damage=7,Delay=3000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.1] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600301
UPDATE Item SET Name='Gistons Hand Stamp',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=35,Slot=7,Weight=3,BountyPrice=500,Damage=9,Delay=2800,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.3] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600302
UPDATE Item SET Name='Gistons Medal',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=7,Weight=3,BountyPrice=500,Damage=8,Delay=2800,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.2] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600303
UPDATE Item SET Name='Gistons Jewel',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=45,Slot=7,Weight=3,BountyPrice=500,Damage=9,Delay=3000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.4] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600304
UPDATE Item SET Name='Gistons Heart',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=55,Slot=7,Weight=3,BountyPrice=500,Damage=9,Delay=3500,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.5] Enchanted on this tiny heart is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600305
UPDATE Item SET Name='Gistons Heart',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=7,Weight=3,BountyPrice=500,Damage=6,Delay=3000,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='[Enchant Lv.0] Enchanted on this tiny jewel is the power of Giston. Melee weapon fires up when charged. Any opponent hit by enchant attack will get damaged at every second for a certain amount of time.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=600306
UPDATE Item SET Name='Admission Ticket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='Ticket that allows you admission into a pay channel.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=700001
UPDATE Item SET Name='Goblin Kings Rocket',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=23,Slot=9,Weight=30,BountyPrice=400,Damage=45,Delay=1100,Controllability=50,Magazine=4,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rocketlauncher07',Description='A rocket which was discovered from a Goblin Kings dead body. The design is very unique.',MaxBullet=4,LimitSpeed=90,IsCashItem=0 WHERE ItemID=400501
UPDATE Item SET Name='Demon Bringer',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=22,Slot=8,Weight=12,BountyPrice=400,Damage=20,Delay=350,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=-5,AP=-5,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana14',Description='A sword which was taken from the Giant Skeleton. It is extremely strong, but also cursed.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400502
UPDATE Item SET Name='Goblin Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=0,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_goblin',Description='A silly looking hat which resembles a goblins face. It does not have great defensive attributes, but it is fun to wear.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400503
UPDATE Item SET Name='Goblin Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=1,Weight=0,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_goblin',Description='A silly looking hat which resembles a goblins face. It does not have great defensive attributes, but it is fun to wear.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400504
UPDATE Item SET Name='Demon Hand (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=6,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=-2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_skeleton',Description='A glove with an unknown dark force. It feels a lot heavier than it looks.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400505
UPDATE Item SET Name='Demon Hand (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=6,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=12,MAXWT=-2,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_skeleton',Description='A glove with an unknown dark force. It feels a lot heavier than it looks.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400506
UPDATE Item SET Name='Odd Gun x2',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=9,Weight=15,BountyPrice=400,Damage=47,Delay=400,Controllability=80,Magazine=5,ReloadTime=4,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_pistol_odd',Description='Odd Gun is a very strange gun which is made from various animals bones and flesh. How the gun operates is still a mystery.',MaxBullet=5,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400507
UPDATE Item SET Name='Wings of Catastrophe',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=8,Weight=16,BountyPrice=400,Damage=17,Delay=290,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_blade_wing',Description='Wings of Catastrophe is a Kodachi that was modeled on wings and tail of Lich. It has been said that a part of Lichs body was used to create the weapon.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400508
UPDATE Item SET Name='Leather Wrap Shoes (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=4,Weight=5,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_wrapshoes',Description='Defense of Leather Wrap Shoes was highly improved by the leather which is firmly wrapped around.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400509
UPDATE Item SET Name='Leather Wrap Shoes (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=4,Weight=5,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=8,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_feet_wrapshoes',Description='Defense of Leather Wrap Shoes was highly improved by the leather which is firmly wrapped around.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400510
UPDATE Item SET Name='Dark Lord Trousers (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=3,Weight=16,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_dark',Description='This unique item is Dark Lords precious clothing which reveals his evil senses and identity.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400511
UPDATE Item SET Name='Dark Lord Trousers (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=20,Slot=3,Weight=16,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=3,AP=25,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_legs_dark',Description='This unique item is Dark Lords precious clothing which reveals her evil senses and identity.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400512
UPDATE Item SET Name='Shattered Iron',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=9,Weight=20,BountyPrice=400,Damage=6,Delay=600,Controllability=70,Magazine=8,ReloadTime=5,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='shotgun_shattered',Description='A fast shooting shotgun with three gun muzzles that shoots metal splinters with extreme speed.',MaxBullet=8,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400513
UPDATE Item SET Name='Battle Axe',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=8,Weight=14,BountyPrice=400,Damage=21,Delay=339,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=6,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana_battleaxe',Description='An expensive looking axe by a human craftsman. It is too small for Lizardman to use so it must have been decoration.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400514
UPDATE Item SET Name='Android Mask (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=3,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=-1,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_android',Description='A realistic looking male mask of Androids face used for parties.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400515
UPDATE Item SET Name='Android Mask (Woman)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=1,Weight=3,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=-1,AP=13,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_android',Description='A realistic looking female mask of Androids face used for parties.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400516
UPDATE Item SET Name='Lizardskin Gloves (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=3,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_lizard',Description='Mens leather gloves made of Lizardmans skin. Its durable and sturdy but a bit rigid like armor.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400517
UPDATE Item SET Name='Lizardskin Gloves (Woman)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=5,Weight=3,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=16,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_lizard',Description='Womens leather gloves made of Lizardmans skin. Its durable and sturdy but a bit rigid like armor.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400518
UPDATE Item SET Name='Goblin Commanders Club',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=8,Weight=10,BountyPrice=400,Damage=14,Delay=339,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana_club',Description='Club carried by the Goblin Commander, It looks interesting but it doesn’t look so useful.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400519
UPDATE Item SET Name='Goblin Wizards Armguard (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=7,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_goblin',Description='Armguard used by the Goblin Wizard. It looks light and not so sturdy.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400520
UPDATE Item SET Name='Goblin Wizards Armguard (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=15,Slot=5,Weight=3,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=7,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_goblin',Description='Armguard used by the Goblin Wizard. It looks light and not so sturdy.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400521
UPDATE Item SET Name='Golden Goblin Launcher',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=9,Weight=32,BountyPrice=400,Damage=55,Delay=1200,Controllability=50,Magazine=3,ReloadTime=3,SlugOutput=1,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rl_goblin_gold',Description='Gold Goblin Launcher taken from the Thunder Goblin. It looks stronger than the Goblin Kings Rocket.',MaxBullet=3,LimitSpeed=90,IsCashItem=0 WHERE ItemID=400522
UPDATE Item SET Name='Golden Goblin Hat (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=1,Weight=4,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_goblin_gold',Description='Gold Goblin Hat from taken from the Thunder Goblin. It looks more useful than the Goblin Hat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400523
UPDATE Item SET Name='Golden Goblin Hat (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=1,Weight=4,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=1,AP=10,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_goblin_gold',Description='Gold Goblin Hat from taken from the Thunder Goblin. It looks more useful than the Goblin Hat.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400524
UPDATE Item SET Name='Golden Goblin Club',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=8,Weight=15,BountyPrice=400,Damage=20,Delay=349,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana_club_gold',Description='Gold Goblin Club taken from the Dwarf Goblin King. It looks stronger than the Goblin commanders club',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400525
UPDATE Item SET Name='Golden Goblin Armguard (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=5,Weight=7,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_goblin_gold',Description='Gold Goblin Armguard taken from the Dwarf Goblin King. It looks stronger than the Goblin Wizard’s Armguard',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400526
UPDATE Item SET Name='Golden Goblin Armguard (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=5,Weight=7,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=2,AP=15,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_hands_goblin_gold',Description='Gold Goblin Armguard taken from the Dwarf Goblin King. It looks stronger than the Goblin Wizard’s Armguard',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400527
UPDATE Item SET Name='Palmpows Launcher',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=9,Weight=28,BountyPrice=400,Damage=45,Delay=1100,Controllability=50,Magazine=4,ReloadTime=3,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='rl_palmpou',Description='Palmpows launcher taken from Palmpow. It seems much more powerful than it looks.',MaxBullet=4,LimitSpeed=90,IsCashItem=0 WHERE ItemID=400528
UPDATE Item SET Name='Palmpoas Shirt (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_palmpou',Description='Palmpoas Shirt taken from Palmpow. The cute Palmpoa on the back makes one feel sorry to wear it as protective equipment.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400529
UPDATE Item SET Name='Palmpoas Shirt (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=25,Slot=2,Weight=16,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=4,AP=26,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_chest_palmpou',Description='Palmpoas Shirt taken from Palmpow. The cute Palmpoa on the back makes one feel sorry to wear it as protective equipment.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400530
UPDATE Item SET Name='Palmpows Ice Blade',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=8,Weight=14,BountyPrice=400,Damage=21,Delay=350,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='katana_palmpou',Description='Palmpows Ice Blade taken from Cursed Palmpow. It seems as strong as it looks.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400531
UPDATE Item SET Name='Palmpoas Helmet (Men)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=1,Weight=3,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=9,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_palmpou',Description='Palmpoas Helmet taken from Cursed Palmpow. One might look as cute as Palmpoa when wear it.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400532
UPDATE Item SET Name='Palmpoas Helmet (Women)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=30,Slot=1,Weight=3,BountyPrice=400,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=9,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='eq_head_palmpou',Description='Palmpoas Helmet taken from Cursed Palmpow. One might look as cute as Palmpoa when wear it.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=400533
UPDATE Item SET Name='í–‰ìš´ì˜ 0번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 0번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401000
UPDATE Item SET Name='í–‰ìš´ì˜ 1번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 1번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401001
UPDATE Item SET Name='í–‰ìš´ì˜ 2번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 2번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401002
UPDATE Item SET Name='í–‰ìš´ì˜ 3번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 3번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401003
UPDATE Item SET Name='í–‰ìš´ì˜ 4번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 4번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401004
UPDATE Item SET Name='í–‰ìš´ì˜ 5번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 5번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401005
UPDATE Item SET Name='í–‰ìš´ì˜ 6번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 6번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401006
UPDATE Item SET Name='í–‰ìš´ì˜ 7번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 7번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401007
UPDATE Item SET Name='í–‰ìš´ì˜ 8번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 8번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401008
UPDATE Item SET Name='í–‰ìš´ì˜ 9번 티켓(ì´ë²¤íЏ 티켓)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='ì´ë²¤íЏ 숫ìžì•„ì´í…œì„ ëª¨ë‘ ëª¨ìœ¼ë©´ ì´ë²¤íŠ¸ì— ë‹¹ì²¨ë˜ëŠ” í–‰ìš´ì˜ 9번 티켓.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=401009
UPDATE Item SET Name='(A) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(A) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402000
UPDATE Item SET Name='(B) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(B) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402001
UPDATE Item SET Name='(C) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(C) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402002
UPDATE Item SET Name='(D) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(D) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402003
UPDATE Item SET Name='(E) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(E) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402004
UPDATE Item SET Name='(F) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(F) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402005
UPDATE Item SET Name='(G) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(G) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402006
UPDATE Item SET Name='(H) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(H) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402007
UPDATE Item SET Name='(I) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(I) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402008
UPDATE Item SET Name='(J) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(J) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402009
UPDATE Item SET Name='(K) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(K) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402010
UPDATE Item SET Name='(L) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(L) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402011
UPDATE Item SET Name='(M) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(M) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402012
UPDATE Item SET Name='(N) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(N) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402013
UPDATE Item SET Name='(O) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(O) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402014
UPDATE Item SET Name='(P) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(P) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402015
UPDATE Item SET Name='(Q) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Q) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402016
UPDATE Item SET Name='(R) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(R) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402017
UPDATE Item SET Name='(S) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(S) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402018
UPDATE Item SET Name='(T) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(T) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402019
UPDATE Item SET Name='(U) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(U) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402020
UPDATE Item SET Name='(V) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(V) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402021
UPDATE Item SET Name='(W) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(W) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402022
UPDATE Item SET Name='(X) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(X) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402023
UPDATE Item SET Name='(Y) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Y) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402024
UPDATE Item SET Name='(Z) Lucky Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Z) Lucky Ticket for the Alphabet ticket event.',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=402025
UPDATE Item SET Name='(Have a) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Have a) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403001
UPDATE Item SET Name='(Happy) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Happy) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403002
UPDATE Item SET Name='(Halloween) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Halloween) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403003
UPDATE Item SET Name='(from) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(from) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403004
UPDATE Item SET Name='(Ijji) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Ijji) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403005
UPDATE Item SET Name='(and) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(and) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403006
UPDATE Item SET Name='(MAIET!) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(MAIET!) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403007
UPDATE Item SET Name='(Pumpkin) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Pumpkin) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403008
UPDATE Item SET Name='(Ghost) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Ghost) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403009
UPDATE Item SET Name='(Trick or) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Trick or) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403010
UPDATE Item SET Name='(Treat!!) Ticket (Event)',TotalPoint=0,ResSex=2,ResRace=0,ResLevel=0,Slot=0,Weight=0,BountyPrice=0,Damage=0,Delay=0,Controllability=0,Magazine=0,ReloadTime=0,SlugOutput=0,Gadget=0,HP=0,AP=0,MAXWT=0,SF=0,FR=0,CR=0,PR=0,LR=0,BlendColor=0,ModelName='0',Description='(Treat!!) card of Halloween Event!',MaxBullet=0,LimitSpeed=0,IsCashItem=0 WHERE ItemID=403011
Thanks.
-
Re: Move item donator to Central Bank
I executed all but it's same.
-
Re: Move item donator to Central Bank
-
Re: Move item donator to Central Bank
you really bump to much -.-'
-
Re: Move item donator to Central Bank
Quote:
Originally Posted by
wesley1189
you really bump to much -.-'
I bump every 24 hours, I want help, okay?
-
Re: Move item donator to Central Bank
You already got all the answers, especially from maxteam. Quit trying if you can't get it to work because this IS the solution. Please stop bumping.
-
Re: Move item donator to Central Bank
Quote:
Originally Posted by
phoenix_147
You already got all the answers, especially from maxteam. Quit trying if you can't get it to work because this IS the solution. Please stop bumping.
Have I to make a video so at least you believe it?
-
Re: Move item donator to Central Bank
I'm not saying you don't have the problem. I'm saying that you're just doing something wrong. If you have Item ID's in your Item.dbo and have a proper zitem with cash items, nothing is bound to affect the Storage.
-
Re: Move item donator to Central Bank
Quote:
Originally Posted by
phoenix_147
I'm not saying you don't have the problem. I'm saying that you're just doing something wrong. If you have Item ID's in your Item.dbo and have a proper zitem with cash items, nothing is bound to affect the Storage.
Yeah but I did everything correctly, I've uploaded screen, but are you sure isn't your database, phoenix?
Because with the old database I used, storage worked!
-
Re: Move item donator to Central Bank
It's obvious he isn't using the same zitem as maxteam uses.
-
Re: Move item donator to Central Bank
-
Re: Move item donator to Central Bank
Quote:
Originally Posted by
Lolled
Bump!
Ok dude, annoying !
OT: Well dude.. I think it's your zitem :D
-
Re: Move item donator to Central Bank
Quote:
Originally Posted by
Mambo
Ok dude, annoying !
OT: Well dude.. I think it's your zitem :D
This isn't ot however how can I fix it?
I typed icashitem="true" on my premiums item.
-
Re: Move item donator to Central Bank
Quote:
Originally Posted by
Lolled
This isn't ot however how can I fix it?
I typed icashitem="true" on my premiums item.
It might just be the item doesn't excist as flie called by zitem
-
Re: Move item donator to Central Bank
Quote:
Originally Posted by
Mambo
It might just be the item doesn't excist as flie called by zitem
So? :$:
-
Re: Move item donator to Central Bank
Lolled, follow this and your cash items will work:
-Place the same zitem in the server and client.
-Make sure there's iscashitem="true" for your donor items.
-Add all the item id's of those donor items to your Item.dbo.
-Send the item to the STORAGE from the "Manage Accounts" tab of Emisand's v3 Admin Panel.
-Go in-game, withdraw it from storage or send it back to the storage.
Don't touch ANY other row in the Item.dbo. Just enter Item ID's.
There's nothing more than this. Follow these steps and it has to work.
I'm tired of seeing useless bumps. You already have your solution.
Thread closed.