Hey, i'm trying to add a new blade.
I got a new c3>effect>blade folder called 410999 with edits in it cause i'm making my own weapon.
This is what I have as my 3dtexture.ini:
Code:
919191=c3/effect/blade/410999/1.dds
929292=c3/effect/blade/410999/2.dds
939393=c3/effect/blade/410999/3.dds
949494=c3/effect/blade/410999/4.dds
959595=c3/effect/blade/410999/5.dds
And this is what I got as my 3deffect:
Code:
[410999]
Amount=5
EffectId0=919191
TextureId0=919191
ASB0=5
ADB0=2
EffectId1=929292
TextureId1=929292
ASB1=5
ADB1=2
EffectId2=939393
TextureId2=939393
ASB2=5
ADB2=2
EffectId3=949494
TextureId3=949494
ASB3=5
ADB3=2
EffectId4=959595
TextureId4=959595
ASB4=5
ADB4=2
Delay=0
LoopTime=99999
FrameInterval=33
LoopInterval=0
OffsetX=0
OffsetY=0
But when I login game, it has no glow.
I thought I did everything right but I guess I didn't.
Any help?