Hello!
I am trying to downgrade my 6609 client to have the classic content and gameplay in it. I am trying to find the old Compose / Enchant Dialog.
this code doesn't work for me at all
ActionQuery action = new ActionQuery()
{
Type = ActionType.OpenCustom,
ObjId = client.Player.UID,
dwParam = MsgServer.CustomCommands.Compose, // 1 in 5517
wParam1 = client.Player.X,
wParam2 = client.Player.Y
};
client.Send(stream.ActionCreate(&action));
is it possible to get show it in 6609 client?