Hello ElitePVPers!
I am editing a source for the new Conquer .. "the updated version"
my question is about the flags after Tops .. "wars"
in the source code there is this :
client.Player.AddTopStatus((ulong)MsgUpdate.Flags3 .DragonFlow, 2, DateTime.Now.AddDays(7));
what does the number 2 after the name of the flag mean ?
sometimes i find it 3 .. sometimes 4 .. what is this ?
another question ..
in the MsgUpdate file there is this
DragonFlow = 1UL << 148,
in Conquer Online 2.0\ini\statuseffect file .. there is this
148 blooddrcontin NULL 10148
in Conquer Online 2.0\c3\effect\skill\blooddrcontin
there are c3 files of the Dragonflow effect of the dragonwarrior "in game effect"
but if i use MsgUpdate.Flags3.DragonFlow, 2, it shows the top 3 trojan effect!!
in totally different folder! ..
please i need help !! it makes no sense >> how this works :mad::mad: