Hello guys, this is my first tutorial, nothing special but nice. Sorry my english if i have something wrong.
1- Download the files of Artemis's Hat.
Click here
2- Extract the file anywhere.
3- Pick Up the files in "Atemis's Hat (Klaus)\Characters" ant put in "C:\WarZ\bin\Data\ObjectsDepot\Characters"
Do this if the other files.
4- In C:\WarZ\bin\Data\Weapons\itemsdb.xmlQuote:
Atemis's Hat (Klaus)\Characters\materials to C:\WarZ\bin\Data\ObjectsDepot\Characters\Materials
Atemis's Hat (Klaus)\Characters\textures to C:\WarZ\bin\Data\ObjectsDepot\Characters\Textures
Atemis's Hat (Klaus)\StoreIcons to C:\WarZ\bin\Data\Weapons\StoreIcons
Put this line in <Gear> section.
Quote:
<Gear itemID="20210" category="13" Weight="300">
<Model file="Data/ObjectsDepot/Characters/hgear_hat_artemis_01.sco" />
<Store name="Artemis's Hat" icon="$Data/Weapons/StoreIcons/hgear_hat_artemis_01.dds" desc="" LevelRequired="0" />
<Armor damagePerc="2" damageMax="300" bulkiness="1" inaccuracy="0" stealth="0" ProtectionLevel="1" />
</Gear>
5- After this, open your Sql Manager or Navicat and put this Query.
IF THIS CODE /\ /\ /\ /\ DON'T WORK USE THIS \/ \/ \/ \/Quote:
SET IDENTITY_INSERT [dbo].[Items_Gear] ON
GO
INSERT INTO [Items_Gear] ([ItemID], [FNAME], [Name], [Description], [Category], [Weight], [DamagePerc], [DamageMax], [Bulkiness], [Inaccuracy], [Stealth], [Price1], [Price7], [Price30], [PriceP], [IsNew], [ProtectionLevel], [LevelRequired], [GPrice1], [GPrice7], [GPrice30], [GPriceP]) VALUES (N'20210', N'hgear_hat_artemis_01', N'Artemis Hat', N'Cowboy', N'13', N'300', N'2', N'300', N'1', N'0', N'0', N'0', N'0', N'0', N'140', N'1', N'1', N'0', N'0', N'0', N'0', N'0');
GO
To put in the studio only need steps: 1,2,3,4.Quote:
use [warz]
go
--SET IDENTITY_INSERT [dbo].[Items_Gear] ON
--GO
INSERT INTO [Items_Gear] ([ItemID], [FNAME], [Name], [Description], [Category], [Weight], [DamagePerc], [DamageMax], [Bulkiness], [Inaccuracy], [Stealth], [Price1], [Price7], [Price30], [PriceP], [IsNew], [ProtectionLevel], [LevelRequired], [GPrice1], [GPrice7], [GPrice30], [GPriceP]) VALUES (N'20210', N'hgear_hat_artemis_01', N'Artemis Hat', N'Cowboy', N'13', N'300', N'2', N'300', N'1', N'0', N'0', N'0', N'0', N'0', N'140', N'1', N'1', N'0', N'0', N'0', N'0', N'0')
GO
SOME PICTURES (HAT) !
Screenshot by Lightshot
Screenshot by Lightshot
Screenshot by Lightshot
Credits: Klaus and Fischer
Nice :D sorry for the bad tutorial it was the first :D

