this = Client who poison someone? If so, replace this with Client.
06/30/2009 21:27Kiyono#5
First post is outdated =X
#Updated
#bump
07/01/2009 22:33_Emme_#6
I already told you the problem. I don't know how the ConquerPacket.Status work, but I suppose the first argument is what client it should put it all on, am I right? If so, you're setting the clientsocket of who got the ToxicFog (the attacker obviously), and you need to set it to the Client. Try that, let me know how it goes.
Emme
07/01/2009 22:39Kiyono#7
this has to be this cause it's located in ClientSocket.
Code:
public static byte[] Status(ClientSocket CSocket, int Switch, int Value, Struct.StatusTypes Type)
07/01/2009 23:29alexbigfoot#8
fix?
make another statment with byte[] Status, just remove ClientSocket Client and add int UID;
where is CSocket.Client.ID change with UID.
public static byte[] Status(int UID , int Switch, int Value, Struct.StatusTypes Type)
usage, figure it out. have fun.
ps:fixed.