Add effect into 5165 ?

05/09/2010 10:08 synergie#1
Hey ,

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
05/09/2010 11:15 Basser#2
If it is an EntityStatusEffect you'll have to find out what value fits in, and send that one. It is probably called "the big update Packet" in your source.
05/09/2010 12:17 MonstersAbroad#3
How do you find out the value it has then ? so let me get this stright I can just add it in the folder /effect/other with the rest of the effects then add it to that list of effect with the correct value and I can just do NewestCoServer.Add(StatusEffectEn.FrozenStart)
?
05/09/2010 12:31 QuickCo#4
#request close ! that subject was on that forum JUST SEARCH and after post
05/09/2010 12:34 synergie#5
Quote:
Originally Posted by QuickCo View Post
#request close ! that subject was on that forum JUST SEARCH and after post
Then feel free as mod to give a link then , Ty ;)