![]() |
Event_ExtCmd unk 251 - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Event_ExtCmd unk 251 (/Thread-Event-ExtCmd-unk-251) |
Event_ExtCmd unk 251 - newbie - 07-08-2013 11:20 PM Hi Guys, i got "Event_ExtCmd unk 251" error message on my sphere console, i'm trying to use connector system but i didnt succeded yet , can some one help me to understand , what this message is? Regards RE: Event_ExtCmd unk 251 - darksun84 - 07-09-2013 12:30 AM I think it's related to this : http://wiki.sphere.torfo.org/index.php/@UserExtCmd If you search the error in google i think there are more information.. but they are in turkish! RE: Event_ExtCmd unk 251 - Ben - 07-09-2013 02:37 AM That means that your client sent a 0x12 packet with 0xFB as subcommand (there is no 0xFB sub command) and sphere rejected it ![]() RE: Event_ExtCmd unk 251 - newbie - 07-09-2013 09:49 PM Ben , thank you for your reply, so what should i add to my scripts to recognize this command? and how can my client send this packets? as soon as after logging in? thnx RE: Event_ExtCmd unk 251 - Shaklaban - 07-10-2013 01:07 AM you can use packetx feature for recognizing that packets (you can search it as packetx in revisions). for making client send custom packets, you can create local proxy (client -> your proxy -> sphere) or hook the tcp connection of client. RE: Event_ExtCmd unk 251 - newbie - 07-10-2013 10:28 PM tnk you guys, i'm trying to use public shared protection for shard but i need to chang this key and script on server, so this error message related with this, how can i change this confirmation key or how can i make my new client which has to be send this kind of code as well? i will really appreciate if you can help me regards RE: Event_ExtCmd unk 251 - newbie - 07-11-2013 06:08 PM Shaklaban ; Do you have any idea how to modify client 2.0.3 to send this correction code to sphere? if yes can u explain. thanks RE: Event_ExtCmd unk 251 - Shaklaban - 07-11-2013 06:58 PM http://www.google.com.tr/#output=search&sclient=psy-ab&q=socket+hooking&oq=socket+hooking&gs_l=hp.3..0i30j0i8i30l3.775.2373.0.2440.14.13.0.1.1.0.201.1557.3j8j1.12.0....0...1c.1.19.psy-ab.O1ywWtmuC6w&pbx=1&bav=on.2,or.r_qf.&bvm=bv.48705608,d.Yms&fp=78ae11fb9157dcb&biw=1366&bih=645 http://www.google.com.tr/#sclient=psy-ab&q=tcp+proxy+code&oq=tcp+proxy+code&gs_l=serp.3..0i30j0i5i30j0i8i30l2.3747.4295.3.4378.5.5.0.0.0.0.167.497.1j3.4.0....0...1c.1.19.psy-ab.TReCQgoLpG8&pbx=1&bav=on.2,or.r_qf.&fp=78ae11fb9157dcb&biw=1366&bih=645 RE: Event_ExtCmd unk 251 - newbie - 07-11-2013 09:49 PM hmm all these stuf related with programing so i have to learn some programing language or find some programmer? as far as i understood thank you so much for your efforts |