Appolon
Member
- ServUO Version
- Publish Unknown
- Ultima Expansion
- Time Of Legends
Greetings all,
I had two questions if anyone knows:
1) I could not find a place to add my shard. If I missed an obvious button my apologies. Is there a tutorial somewhere? I couldn't find it on search.
2) This one is trickier. In HardwareInfo.cs the spy on client packet is supposed to be defined, here
public static void Initialize()
{
PacketHandlers.Register(0xD9, 0x10C, false, OnReceive);
CommandSystem.Register("HWInfo", AccessLevel.GameMaster, HWInfnCommand);
}
I believe that the packet number is wrong, since once you run the command it never fills in the structure to display it (gives null) and the message "No hardware information for that account was found.".
Packet id 0xD9 shows in the POL packets list but it is not the right one. Does anyone have any idea how to make HardwareInfo work?
What is the correct packet number?
Thanks in advance for your time.
Appolon
I had two questions if anyone knows:
1) I could not find a place to add my shard. If I missed an obvious button my apologies. Is there a tutorial somewhere? I couldn't find it on search.
2) This one is trickier. In HardwareInfo.cs the spy on client packet is supposed to be defined, here
public static void Initialize()
{
PacketHandlers.Register(0xD9, 0x10C, false, OnReceive);
CommandSystem.Register("HWInfo", AccessLevel.GameMaster, HWInfnCommand);
}
I believe that the packet number is wrong, since once you run the command it never fills in the structure to display it (gives null) and the message "No hardware information for that account was found.".
Packet id 0xD9 shows in the POL packets list but it is not the right one. Does anyone have any idea how to make HardwareInfo work?
What is the correct packet number?
Thanks in advance for your time.
Appolon