Jump to content
Returning Members: Password Reset Required ×

Recommended Posts

Posted

It's just a Talk message in the Tip Channel, 2015

It's defined in Canyon by the looks of it in MsgTalk.cs. But Idk what version it's for or if it works.

Can easily test by adding a function or something to test sending a Talk msg packet into channel 2015. 

Posted
5 hours ago, theshadowpriest said:

It's just a Talk message in the Tip Channel, 2015

It's defined in Canyon by the looks of it in MsgTalk.cs. But Idk what version it's for or if it works.

Can easily test by adding a function or something to test sending a Talk msg packet into channel 2015. 

i have put a breakpoint in the game receive , all msg talk packet`s methods including the encode and decode ones
there is nothing goes through them and the player still receives them

that is kinda wied lol

Posted

That "Tip" message is not sent by the server, its a client message sent only to you. I dont remember the exactly file right now, but afair it's encrypted with the same itemtype crypto.

Posted

you mean its client side 100% there is nothing to do with the server side ? any source code runs this version its players going to receive the same messages

30 minutes ago, Konichu said:

That "Tip" message is not sent by the server, its a client message sent only to you. I dont remember the exactly file right now, but afair it's encrypted with the same itemtype crypto.

 

Posted

If you're talking about modern clients, it's all stored in ini/Tips.dat. If you don't want those tips, I'm pretty sure you can just erase the contents of that file.

Posted
2 hours ago, Spirited said:

If you're talking about modern clients, it's all stored in ini/Tips.dat. If you don't want those tips, I'm pretty sure you can just erase the contents of that file.

i`m 6075 but i think the client does not support them, however the tips.dat and chattips.ini are available in the ini but no messages are being sent to users 
i`m looking to dispay them

in canyon 6192 user receive them normally

Posted

That tip message isnt sent from the server as mentioned before. Canyon does not have any influence on those messages.

If you're talking about the automatic messages sent on specific minutes every hour, then there's an action for those.

Posted
56 minutes ago, Konichu said:

That tip message isnt sent from the server as mentioned before. Canyon does not have any influence on those messages.

If you're talking about the automatic messages sent on specific minutes every hour, then there's an action for those.

i know, i already receive these messages from the cq action table
but the tip messages sent from the client idk how to copy them in the version that i use to make them work

they are working fine at 6192
but 6075 mine doesn`t support the tip messages

my question is how can i support them in the older client, both have the same tip.dat and chattips.ini

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...