abdallahessam118 Posted June 21 Posted June 21 Hello, i was just wondering what is responsible of showing messages like these in the canyon source code ? Quote
theshadowpriest Posted June 21 Posted June 21 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. Quote
abdallahessam118 Posted June 21 Author Posted June 21 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 Quote
Konichu Posted June 21 Posted June 21 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. Quote
abdallahessam118 Posted June 21 Author Posted June 21 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. Quote
Spirited Posted June 23 Posted June 23 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. Quote
abdallahessam118 Posted June 23 Author Posted June 23 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 Quote
Konichu Posted June 23 Posted June 23 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. Quote
abdallahessam118 Posted June 23 Author Posted June 23 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 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.