Jump to content
Returning Members: Password Reset Required ×

Old Compose / Enchant Dialog in 6609


Recommended Posts

Posted

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?

Posted

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. 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...