QuizShow Status

10/29/2009 13:30 TaiZer#1
Hello.
Does someone know how to see the QuizShow status ( Professor, Master, etc ...) when spawning a character.
I suppose that's in the SpawnCharacter xD But i Don't know where.... =/

Thanks for reply
~Chris
10/29/2009 17:25 12tails#2
is at character spawn packet... or character info packet... one of these :X
10/29/2009 17:51 zbest#3
Heya new guy.
10/29/2009 18:15 TaiZer#4
Welcome on epvp :)

It must be on spawncharacter packet. There's also one into characterinfo but only the player see it, not the other
10/29/2009 18:55 Die Schnittstelle#5
Quote:
Originally Posted by BullShark View Post
Hello, i'm new. Nice to meet you guys.
take a look into this : [Only registered and activated users can see links. Click Here To Register...]
10/29/2009 19:33 samehvan#6
Characterinfo packet

Code:
            Packet.Long(CSocket.Client.QuizPoints); // Quiz Show Points!
            Packet.Int(2); // String count
            Packet.Int(CSocket.Client.Name.Length);
            Packet.Text(CSocket.Client.Name);
            Packet.Int(CSocket.Client.Spouse.Length);
            Packet.Text(CSocket.Client.Spouse);
            return Packet.getFinal();
Edit: or u mean u want it to appear for others ?
10/29/2009 20:08 TaiZer#7
I want to make it appear to the others players
10/29/2009 22:50 CptSky#8
Quote:
Originally Posted by TaiZer View Post
I want to make it appear to the others players
0x3F6 or 0x3F9, are the normal packet for those effects...
10/30/2009 18:29 TaiZer#9
Quote:
Originally Posted by CptSky View Post
0x3F6 or 0x3F9, are the normal packet for those effects...
It does not help me so much ...
It may be into SpawnCharacter.cs ...

I'll work on it, if someone have an idea please tell me :)
Thanks