Jump to content

Freyader

Miembro
  • Contador contenido

    28
  • Ingreso

  • Última visita

Visitantes recientes al perfil

822 visitas al perfil
  1. Podrías decirnos el por qué de eso? Entiendo que las versiones antiguas no tienen soporte y no es posible hacer la instalación de los ports, creo
  2. Bienvenido aquí puedes encontrar muchas cosas y ayuda para resolver tus consultas, te recomiendo buscar antes de preguntar
  3. Gracias, saber de algún servicio que ofrezca soporte especial para la instalación de un metin?
  4. Hola, tengo el siguiente problema, no sé mucho de 3DS Max, por lo que no he podido solucionarlo, cuando tengo un modelo en 3DS Max se ve normal, pero al exportarlo un mesh sale oscurecido.
  5. Pero si me cambio de host, no basta solo con eso, ¿o si?
  6. Hola, estoy buscando la manera más efectiva de hacer un backup de mi servidor, ya que al parecer EterHost está en picada quiero sacar el servidor antes de que pueda pasar algo, encontré este tema: Backup Lo que no me queda claro, es que debo hacer en caso de querer cambiarme de host, ¿Con este backup basta?, ¿Que debo hacer después de tener el backup? Gracias.
  7. Hola, en intrologin.py, están los siguientes errores, quisiera saber si pueden ayudarme y decirme a que se deben, o cual es la descripción de ellos, ya que como jugador, nunca he visto todos los que aparecen aqui: self.loginFailureMsgDict={ "ALREADY" : localeInfo.LOGIN_FAILURE_ALREAY, # Cuando tu cuenta está conectada "NOID" : localeInfo.LOGIN_FAILURE_NOT_EXIST_ID, # Cuando no ingresaste un ID en el inputbox "WRONGPWD" : localeInfo.LOGIN_FAILURE_WRONG_PASSWORD, # Cuando la contraseña es incorrecta "FULL" : localeInfo.LOGIN_FAILURE_TOO_MANY_USER, "SHUTDOWN" : localeInfo.LOGIN_FAILURE_SHUTDOWN, "REPAIR" : localeInfo.LOGIN_FAILURE_REPAIR_ID, "BLOCK" : localeInfo.LOGIN_FAILURE_BLOCK_ID, "WRONGMAT" : localeInfo.LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER, "QUIT" : localeInfo.LOGIN_FAILURE_WRONG_MATRIX_CARD_NUMBER_TRIPLE, "BESAMEKEY" : localeInfo.LOGIN_FAILURE_BE_SAME_KEY, "NOTAVAIL" : localeInfo.LOGIN_FAILURE_NOT_AVAIL, "NOBILL" : localeInfo.LOGIN_FAILURE_NOBILL, "BLKLOGIN" : localeInfo.LOGIN_FAILURE_BLOCK_LOGIN, "WEBBLK" : localeInfo.LOGIN_FAILURE_WEB_BLOCK, }
  8. Gracias, no sabía si era solo esa la diferencia.
  9. Alguien sabe cual es la diferencia en hacer un "button" y un "radio_button"
  10. Sé como compilarlo en modo debug, lo que quiero es el lugar donde está el código que selecciona los datos a mostrar.
  11. Hola, me parece haber leído en alguna parte del source code del binario, un código que se ejecutaba solo cuando compilabas en modo "Debug", mostrando cierta información dentro del juego (superpuesta a todo). ¿Alguien sabe donde se encuentra?, o ¿como hacer lo que necesito?. Gracias.
  12. Solucionado: 16>.AffectFlagContainer.cpp(68) : error C2440: 'initializing' : cannot convert from 'CAffectFlagContainer::Element' to 'char &' Right click on the BYTE and click Go to Definition and change the char to unsigned char. 6>.PythonGraphic.cpp(294) : error C2664: 'CPythonGraphic::SaveJPEG' : cannot convert parameter 2 from 'char *' to 'LPBYTE' Double click on the error and change the line to this: bool bSaved = SaveJPEG(c_pszFileName, (LPBYTE)pbyBuffer, uWidth, uHeight); De Metin2Dev
  13. Hola, estoy en eso de modificaciones y cosas así, he tratado de compilar el cliente pero arroja muchos errores, no he modificado nada, les cuento: Tengo el source de este tema: https://metin2dev.org/board/index.php?/topic/389-not-really-a-rlsvm-with-freebsd-92-src-compileable/ Al compilar el game y db no arroja tampoco ningún problema, todo funcionando. Para compilar el cliente sigo los pasos de este tema, instalé los dos archivos que dice la guía: http://metin2zone.net/index.php?/topic/16600-source-compilar-el-cliente/ El primer error que tuve fue el de la compatibilidad, que solucioné renombrando el archivo "Metin2Client_VC90.sln.old" a "Metin2Client_VC90.old": Una vez que pude ingresar al programa y cargarlo, aparece esto: Le doy a ok Ok nuevamente Y ok, ahora lo pongo en Release y lo compilo, arrojando las siguientes advertencias y errores: Error 1 error C2664: 'CPythonGraphic::SaveJPEG' : cannot convert parameter 2 from 'char *' to 'LPBYTE' c:\Users\Javier\Desktop\Client Limpio\Client\Client\EterPythonLib\PythonGraphic.cpp 294 eterPythonLib Warning 2 warning C4305: 'initializing' : truncation from '' to 'char' c:\users\javier\desktop\client limpio\client\client\userinterface\packet.h 2792 UserInterface Warning 3 warning C4309: 'initializing' : truncation of constant value c:\users\javier\desktop\client limpio\client\client\userinterface\packet.h 2792 UserInterface Warning 4 warning C4305: 'initializing' : truncation from '' to 'char' c:\users\javier\desktop\client limpio\client\client\userinterface\packet.h 2801 UserInterface Warning 5 warning C4309: 'initializing' : truncation of constant value c:\users\javier\desktop\client limpio\client\client\userinterface\packet.h 2801 UserInterface Error 6 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonNetworkStreamModule.cpp 678 UserInterface Error 7 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonNetworkStreamModule.cpp 706 UserInterface Error 8 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonNetworkStreamModule.cpp 712 UserInterface Error 9 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonNetworkStreamModule.cpp 736 UserInterface Error 10 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonNetworkStreamModule.cpp 765 UserInterface Error 11 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonNetworkStreamModule.cpp 821 UserInterface Error 12 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonNetworkStreamModule.cpp 825 UserInterface Error 13 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonNetworkStreamModule.cpp 871 UserInterface Error 14 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonNetworkStreamModule.cpp 953 UserInterface Error 15 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonNetworkStreamModule.cpp 1222 UserInterface Error 16 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonNetworkStreamModule.cpp 1254 UserInterface Error 17 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonNetworkStreamModule.cpp 1303 UserInterface Error 18 error C2664: 'lzo1x_decompress_safe' : cannot convert parameter 1 from 'const char *' to 'const unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\MarkImage.cpp 190 UserInterface Error 19 error C2664: 'lzo1x_999_compress' : cannot convert parameter 1 from 'const char *' to 'const unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\MarkImage.cpp 305 UserInterface Warning 20 warning C4305: 'initializing' : truncation from '' to 'char' c:\users\javier\desktop\client limpio\client\client\userinterface\Packet.h 2792 UserInterface Warning 21 warning C4309: 'initializing' : truncation of constant value c:\users\javier\desktop\client limpio\client\client\userinterface\Packet.h 2792 UserInterface Warning 22 warning C4305: 'initializing' : truncation from '' to 'char' c:\users\javier\desktop\client limpio\client\client\userinterface\Packet.h 2801 UserInterface Warning 23 warning C4309: 'initializing' : truncation of constant value c:\users\javier\desktop\client limpio\client\client\userinterface\Packet.h 2801 UserInterface Error 24 error C2440: 'initializing' : cannot convert from 'byte *' to 'char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonApplicationLogo.cpp 122 UserInterface Warning 25 warning C4309: '=' : truncation of constant value c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonApplicationLogo.cpp 126 UserInterface Error 26 error C2440: 'initializing' : cannot convert from 'byte *' to 'char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonApplicationLogo.cpp 166 UserInterface Warning 27 warning C4309: '=' : truncation of constant value c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonApplicationLogo.cpp 170 UserInterface Warning 28 warning C4305: 'initializing' : truncation from '' to 'char' c:\users\javier\desktop\client limpio\client\client\userinterface\Packet.h 2792 UserInterface Warning 29 warning C4309: 'initializing' : truncation of constant value c:\users\javier\desktop\client limpio\client\client\userinterface\Packet.h 2792 UserInterface Warning 30 warning C4305: 'initializing' : truncation from '' to 'char' c:\users\javier\desktop\client limpio\client\client\userinterface\Packet.h 2801 UserInterface Warning 31 warning C4309: 'initializing' : truncation of constant value c:\users\javier\desktop\client limpio\client\client\userinterface\Packet.h 2801 UserInterface Warning 32 warning C4309: 'return' : truncation of constant value c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonShop.cpp 31 UserInterface Error 33 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonShop.cpp 330 UserInterface Error 34 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonShop.cpp 348 UserInterface Error 35 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonShop.cpp 360 UserInterface Error 36 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonShop.cpp 387 UserInterface Error 37 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonShop.cpp 396 UserInterface Warning 38 warning C4305: 'initializing' : truncation from '' to 'char' c:\users\javier\desktop\client limpio\client\client\userinterface\Packet.h 2792 UserInterface Warning 39 warning C4309: 'initializing' : truncation of constant value c:\users\javier\desktop\client limpio\client\client\userinterface\Packet.h 2792 UserInterface Warning 40 warning C4305: 'initializing' : truncation from '' to 'char' c:\users\javier\desktop\client limpio\client\client\userinterface\Packet.h 2801 UserInterface Warning 41 warning C4309: 'initializing' : truncation of constant value c:\users\javier\desktop\client limpio\client\client\userinterface\Packet.h 2801 UserInterface Error 42 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 770 UserInterface Error 43 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 774 UserInterface Error 44 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 812 UserInterface Error 45 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 842 UserInterface Error 46 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 873 UserInterface Error 47 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 900 UserInterface Error 48 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 912 UserInterface Error 49 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 919 UserInterface Error 50 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 958 UserInterface Error 51 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 991 UserInterface Error 52 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 1021 UserInterface Error 53 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 1083 UserInterface Error 54 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 1294 UserInterface Error 55 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 1340 UserInterface Error 56 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 1393 UserInterface Error 57 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 1456 UserInterface Error 58 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 1531 UserInterface Error 59 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 1616 UserInterface Error 60 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 1673 UserInterface Error 61 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 1713 UserInterface Error 62 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 1976 UserInterface Error 63 error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 2017 UserInterface Error 64 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 2130 UserInterface Error 65 error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\PythonPlayerModule.cpp 2152 UserInterface Error 66 error C2440: 'initializing' : cannot convert from 'CAffectFlagContainer::Element' to 'char &' c:\Users\Javier\Desktop\Client Limpio\Client\Client\UserInterface\AffectFlagContainer.cpp 68 UserInterface
×
×
  • Crear nuevo...