searching for sniff packets

02/03/2022 01:11 modyali2#1
hey guys anyone here has sniffs for packets like
  • MsgTexasExInteractive = 3400,
  • MsgTexasExMatchFieldList = 3401,//Solved
  • MsgTexasExChampionshipList = 3402,
  • MsgTexasPersonalInfo = 3403,
  • MsgTexasExChampionshipRank = 3404,
  • MsgTexasExMyChampionshipRank = 3405,
  • MsgTexasChampionshipTableChip = 3406,
  • MsgCrossSwitch = 2501,
  • MsgCrossFlagWar = 2502,
  • MsgCrossFlagWarMerit = 2504,
  • MsgCrossFlagWarAltar = 2505,
  • MsgCrossFlagWarFlag = 2506,
  • MsgCrossFlagWarRank = 2507,
  • MsgFactionChiefBase = 2510,
  • MsgStrCheckKey = 2520,
or plunder war packets
Version 6609

Quote:
//Packet 3401
[ProtoContract]
public class TexasMatchInfo
{
[ProtoMember(1, IsRequired = true)]
public int ID;//holds match id[TableID]
[ProtoMember(2, IsRequired = true)]
public int PlayersCount;//holds current active players in round
}