Randaron Posted September 29, 2017 Report Share Posted September 29, 2017 Hola ! Buenas hoy traigo un contador de pj online Python game.py Debes iniciar sesión para ver el contenido del enlace en esta publicación. Hide contents def oyuncu_black(self, black, sari, kirmizi, mavi): #blackdragonx61 self.interface.wndMiniMap.online_cok_hojdir_ama_benane(black, sari, kirmizi, mavi) Change def I_Am_Gavur_And_Anamizi_Tarih_Boyunca_Turkler_Sikti(self, black, sari, kirmizi, mavi): self.interface.wndMiniMap.online_cok_hojdir_ama_benane(black, sari, kirmizi, mavi) Client/PythonNetworkStreamCommand.cpp Debes iniciar sesión para ver el contenido del enlace en esta publicación. Hide contents else if (!strcmpi(szCmd, "black")) { UINT black = atoi(TokenVector[1].c_str()); UINT sari = atoi(TokenVector[2].c_str()); UINT kirmizi = atoi(TokenVector[3].c_str()); UINT mavi = atoi(TokenVector[4].c_str()); PyCallClassMemberFunc(m_apoPhaseWnd[PHASE_WINDOW_GAME], "oyuncu_black", Py_BuildValue("(iiii)", black, sari, kirmizi, mavi)); } Change Debes iniciar sesión para ver el contenido del enlace en esta publicación. Hide contents else if (!strcmpi(szCmd, "black")) { UINT black = atoi(TokenVector[1].c_str()); UINT sari = atoi(TokenVector[2].c_str()); UINT kirmizi = atoi(TokenVector[3].c_str()); UINT mavi = atoi(TokenVector[4].c_str()); PyCallClassMemberFunc(m_apoPhaseWnd[PHASE_WINDOW_GAME], "I_Am_Gavur_And_Anamizi_Tarih_Boyunca_Turkler_Sikti", Py_BuildValue("(iiii)", black, sari, kirmizi, mavi)); } Creditos a :Debes iniciar sesión para ver el contenido del enlace en esta publicación. Link: Debes iniciar sesión para ver el contenido del enlace en esta publicación. Metin2 Supremacion, sinalota, Ukana and 14 others 17 Quote Link to comment Share on other sites More sharing options...
Francisco Afonso Posted April 27 Report Share Posted April 27 En 29/9/2017 a las 14:50, Randaron dijo: Hola ! Buenas hoy traigo un contador de pj online Python game.py Debes iniciar sesión para ver el contenido del enlace en esta publicación. Ocultar contenido Debes iniciar sesión para ver el contenido del enlace en esta publicación. Hide contents def oyuncu_black(self, black, sari, kirmizi, mavi): #blackdragonx61 self.interface.wndMiniMap.online_cok_hojdir_ama_benane(black, sari, kirmizi, mavi) Change def I_Am_Gavur_And_Anamizi_Tarih_Boyunca_Turkler_Sikti(self, black, sari, kirmizi, mavi): self.interface.wndMiniMap.online_cok_hojdir_ama_benane(black, sari, kirmizi, mavi) Client/PythonNetworkStreamCommand.cpp Debes iniciar sesión para ver el contenido del enlace en esta publicación. Ocultar contenido Debes iniciar sesión para ver el contenido del enlace en esta publicación. Hide contents else if (!strcmpi(szCmd, "black")) { UINT black = atoi(TokenVector[1].c_str()); UINT sari = atoi(TokenVector[2].c_str()); UINT kirmizi = atoi(TokenVector[3].c_str()); UINT mavi = atoi(TokenVector[4].c_str()); PyCallClassMemberFunc(m_apoPhaseWnd[PHASE_WINDOW_GAME], "oyuncu_black", Py_BuildValue("(iiii)", black, sari, kirmizi, mavi)); } Change Debes iniciar sesión para ver el contenido del enlace en esta publicación. Ocultar contenido Debes iniciar sesión para ver el contenido del enlace en esta publicación. Hide contents else if (!strcmpi(szCmd, "black")) { UINT black = atoi(TokenVector[1].c_str()); UINT sari = atoi(TokenVector[2].c_str()); UINT kirmizi = atoi(TokenVector[3].c_str()); UINT mavi = atoi(TokenVector[4].c_str()); PyCallClassMemberFunc(m_apoPhaseWnd[PHASE_WINDOW_GAME], "I_Am_Gavur_And_Anamizi_Tarih_Boyunca_Turkler_Sikti", Py_BuildValue("(iiii)", black, sari, kirmizi, mavi)); } Debes iniciar sesión para ver el contenido del enlace en esta publicación. Creditos a :Debes iniciar sesión para ver el contenido del enlace en esta publicación. Link: Debes iniciar sesión para ver el contenido del enlace en esta publicación. Se que ha pasado mucho tiempo pero me interesé en este "sistema", hice todo lo que me pediste en los archivos que me proporcionaste y luego los cambios que solicitaste en el sitio pero aun así no pude implementarlo.... Te agradecería ayuda, te dejo el syserr.txt I know it's been a long time but I got interested in this "system", I did everything you asked in the files you provided and then the changes you requested on the site but I still couldn't implement it.... I would appreciate help, I leave the syserr.txt 0427 19:24:04306 :: networkModule.py(line:200) SetSelectCharacterPhase system.py(line:177) __hybrid_import system.py(line:142) _process_result introSelect.py(line:28) <module> system.py(line:177) __hybrid_import system.py(line:142) _process_result interfaceModule.py(line:27) <module> system.py(line:177) __hybrid_import networkModule.SetSelectCharacterPhase - <type 'exceptions.SyntaxError'>:invalid syntax (uiMiniMap.py, line 437) 0427 19:24:04307 :: ============================================================================================================ 0427 19:24:04307 :: Abort!!!! Debes iniciar sesión para ver el contenido del archivo adjunto en esta publicación. Quote Link to comment Share on other sites More sharing options...
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.