I got an effect [Freeze] and i want to add it into a 5165 source , i got the .c3's and the textures . their are also 3 directories [frost_app , frost_cyc , frost_end] and i also got this
Code:
[Freeze] AniTitle=Freeze LoopTime=99999 FrameInterval=1000 ShowWay=0 LoopInterval=0 OffsetX=0 OffsetY=0 Exigence=1 Delay=0
I found this too , into the source effects are put like this :
Code:
ublic enum StatusEffectEn : ulong
{
Normal = 0x0,
BlueName = 0x1,
Poisoned = 0x2,
Gone = 0x4,
XPStart = 0x10,
TeamLeader = 0x40,
Accuracy = 0x80,
Shield = 0x100,
Stigma = 0x200,
Dead = 0x420,
Invisible = 0x400000,
RedName = 0x4000,
BlackName = 0x8000,
SuperMan = 0x40000,
Cyclone = 0x800000,
Fly = 0x8000000,
Pray = 0x40000000,
Blessing = 8589934592,
TopGuildLeader = 17179869184,
TopDeputyLeader = 34359738368,
MonthlyPKChampion = 68719476736,
WeeklyPKChampion = 137438953472,
So how i can add it into my source .
ty
Greets
Synergie x






