sure.... of coz can.. wkakaka... copy all file to folder :
ADD KATANA (Copy)
data/ItemMinIcon/601330.dds<<<get from TQ Client
data/MapItemIcon/601330.dds]<<<get from TQ Client
c3/texture/601330.dds]<<<get from TQ Client
ADD katana ID to itemtype.dat (last row)
ini/itemtype.dat
601339 antuKatana 0 0 130 0 0 28 0 0 0 0 100000 0 4330 2250 0 2 0 0 0 7099 7099 0 0 0 0 0 0 0 0 1 1000 0 0 0 0 Ninja`sWeapon None 5
ADD id part last row
ini/weapon.ini
[610339]
Part=1
Mesh0=601330
Texture0=601330
MixTex0=0
MixOpt0=0
Asb0=5
Adb0=6
Material0=default
ADD Effect last row
ini/3DEffect.ini
[601339]
Amount=4
EffectId0=10153
TextureId0=10153
ASB0=5
ADB0=2
EffectId1=10154
TextureId1=10154
ASB1=5
ADB1=2
EffectId2=10155
TextureId2=10155
ASB2=5
ADB2=2
EffectId3=10156
TextureId3=10156
ASB3=5
ADB3=2
EffectId4=10157
TextureId4=10157
ASB4=5
ADB4=2
EffectId5=10158
TextureId5=10158
ASB5=5
ADB5=2
Delay=0
LoopTime=99999
FrameInterval=33
LoopInterval=0
OffsetX=0
ADD 3DTexture (last row)
ini/3dtexture.ini
601330=c3/texture/601330.dds
ADD Action 3DEffect
ini/Action3DEffect.ini
999.999.601.339=601339
ADD ItemAdd (last row)
ini/ItemAdd.ini
601330 12 0 2799 2799 0 0 0 23 0
Add ItemMinicon (last row)
ani/ItemMinIcon.ani
[Item601339]
FrameAmount=1
Frame0=data/ItemMinIcon/601330.dds
ADD MapItemIcon (last row)
ani/MapItemIcon.ani
[601339]
FrameAmount=1
Frame0=data/MapItemIcon/601330.dds
Now add id and item name to ur server and database file
Open, and copy paste
ItemAdd.ini
601330 12 0 2799 2799 0 0 0 2 0
ItemNamesToId.ini
antuKatana=601339
add this source to ur server
charecter.cs
find this: else if (ItemParts[0]
else if (ItemParts[0] == "601339")//katana
{
if (ItemsInInventory < 40)
{
if (Equips[4] == null && Equips[5] == null)
{
AddItem(Item, 4, (uint)ItemUID);
World.UpdateSpawn(this);
RemoveItem(ItemUID);
}
else if (Equips[4] != null && Equips[5] == null)
{
AddItem(Item, 5, (uint)ItemUID);
World.UpdateSpawn(this);
RemoveItem(ItemUID);
}
else if (Equips[4] != null && Equips[5] != null)
{
UnEquip(5);
AddItem(Item, 5, (uint)ItemUID);
World.UpdateSpawn(this);
RemoveItem(ItemUID);
}
}
}
now katana add to ur client.... if u have some bug cant move or what ever plase copy all data into ini folder... dont replace the file... copy the word only.... dont forget add this into ini/ProfessionalName.ini
(for new job)
50,InternNinja
51,Ninja
52,MiddleNinja
53,DarkNinja
54,MysticNinja
55,NinjaMaster
ok hope this guide can help all of u.... i try to release good tutorial nextweek..... and maybe realese amor, neck and antuBoot wkakakakak..... jangan marah nohhh....