rabbitdev Posted April 23 Posted April 23 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? Quote
Shang Posted April 23 Posted April 23 I think the old composing/socket/enchant/meteor spam interfaces are removed at this version by default from TQ already , unless you render them externally. Quote
kennylovecode Posted April 23 Posted April 23 It needs to be realized by loader and self-drawing, and the old window has been removed. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.