Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Source RePack KoshGames  (Visto 23214 veces)

0 Miembros and 1 Guest are viewing this topic.

Online Kosh #20 Posteado: June 20, 2020, 06:42:08 PM

  • KG-Emulador
  • +2 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 493
  • Gracias recibida: 10306
  • uy
Ultimo up sources llegado y ultimo que se publicara! Saludos
Descarga en página principal (1) - 20/06/2020

Gracias:


Offline xaxx10 #21 Posteado: June 20, 2020, 07:21:33 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 239
  • Gracias recibida: 6104
  • ar
Estas drogado @Kosh genioooooooooo !!!!!!

Gracias:


Online Kosh #22 Posteado: June 21, 2020, 10:52:11 AM

  • KG-Emulador
  • +2 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 493
  • Gracias recibida: 10306
  • uy
Estas drogado @Kosh genioooooooooo !!!!!!

Medio fumado si jeje, trabajen duro!!


Offline jeronemo #23 Posteado: June 21, 2020, 11:10:31 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 41
  • Gracias recibida: 9
  • az
>Fog.cpp(66): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>Fog.cpp(68): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>Fog.cpp(70): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data

wht this error?

Gracias:


Offline jeronemo #24 Posteado: June 21, 2020, 05:03:29 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 41
  • Gracias recibida: 9
  • az

Offline Denis Alves #25 Posteado: June 21, 2020, 05:22:13 PM

  • C++ Coder
  • +2 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 269
  • Gracias recibida: 6357
  • br
>Fog.cpp(66): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>Fog.cpp(68): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>Fog.cpp(70): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data

wht this error?

De hecho, esto no es tanto un error como una advertencia de que las definiciones int y float pueden causar cierta pérdida de datos durante la conversión. Investigue más acerca de ellos sobre lo que comprenderá mejor.


Offline jeronemo #26 Posteado: June 21, 2020, 05:27:33 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 41
  • Gracias recibida: 9
  • az
because of this, the source code does not compile


Offline Denis Alves #27 Posteado: June 21, 2020, 05:33:23 PM

  • C++ Coder
  • +2 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 269
  • Gracias recibida: 6357
  • br
because of this, the source code does not compile

de hecho no se está compilando debido a otro error, aquí ocurre el mismo error y se compila normalmente, verifique el log de eventos después del final de la compilación para encontrar el error real.


Offline jeronemo #28 Posteado: June 21, 2020, 05:36:39 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 41
  • Gracias recibida: 9
  • az
1>------ Rebuild All started: Project: GetMainInfo, Configuration: PREMIUM Win32 ------
1>Build started 22.06.2020 1:36:26.
1>_PrepareForClean:
1>  Deleting file "PREMIUM\GetMainInfo.lastbuildstate".
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(299,5): warning MSB8004: Output Directory does not end with a trailing slash.  This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
1>InitializeBuildStatus:
1>  Touching "PREMIUM\GetMainInfo.unsuccessfulbuild".
1>ClCompile:
1>  stdafx.cpp
1>  CCRC32.Cpp
1>  CustomBuyVip.cpp
1>  CustomCommandInfo.cpp
1>  CustomEffectDynamic.cpp
1>  CustomEventTimeText.cpp
1>  CustomGloves.cpp
1>  CustomItem.cpp
1>  CustomJewel.cpp
1>  CustomMessage.cpp
1>  CustomMonster.cpp
1>  CustomNpcName.cpp
1>  CustomPet.cpp
1>  CustomWing.cpp
1>  CustomWIngEffect.cpp
1>  Fog.cpp
1>Fog.cpp(66): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>Fog.cpp(68): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>Fog.cpp(70): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>  GetMainInfo.cpp
1>  MemScript.cpp
1>  SmokeEffect.cpp
1>Link:
1>  Generating code
1>  Finished generating code
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:02.65
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========


Offline Denis Alves #29 Posteado: June 21, 2020, 05:42:54 PM

  • C++ Coder
  • +2 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 269
  • Gracias recibida: 6357
  • br
1>------ Rebuild All started: Project: GetMainInfo, Configuration: PREMIUM Win32 ------
1>Build started 22.06.2020 1:36:26.
1>_PrepareForClean:
1>  Deleting file "PREMIUM\GetMainInfo.lastbuildstate".
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(299,5): warning MSB8004: Output Directory does not end with a trailing slash.  This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
1>InitializeBuildStatus:
1>  Touching "PREMIUM\GetMainInfo.unsuccessfulbuild".
1>ClCompile:
1>  stdafx.cpp
1>  CCRC32.Cpp
1>  CustomBuyVip.cpp
1>  CustomCommandInfo.cpp
1>  CustomEffectDynamic.cpp
1>  CustomEventTimeText.cpp
1>  CustomGloves.cpp
1>  CustomItem.cpp
1>  CustomJewel.cpp
1>  CustomMessage.cpp
1>  CustomMonster.cpp
1>  CustomNpcName.cpp
1>  CustomPet.cpp
1>  CustomWing.cpp
1>  CustomWIngEffect.cpp
1>  Fog.cpp
1>Fog.cpp(66): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>Fog.cpp(68): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>Fog.cpp(70): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>  GetMainInfo.cpp
1>  MemScript.cpp
1>  SmokeEffect.cpp
1>Link:
1>  Generating code
1>  Finished generating code
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:02.65
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

solo mira con calma, sigue el error anterior

Citar
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

possible solucion: https://stackoverflow.com/questions/10888391/error-link-fatal-error-lnk1123-failure-during-conversion-to-coff-file-inval


Offline jeronemo #30 Posteado: June 21, 2020, 05:50:35 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 41
  • Gracias recibida: 9
  • az
do you help me? my skype : lifemu.ru


Offline MaxVoll #31 Posteado: June 22, 2020, 01:26:05 AM

  • C++ Coder
  • +1 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 317
  • Gracias recibida: 6940
  • ve
1>------ Rebuild All started: Project: GetMainInfo, Configuration: PREMIUM Win32 ------
1>Build started 22.06.2020 1:36:26.
1>_PrepareForClean:
1>  Deleting file "PREMIUM\GetMainInfo.lastbuildstate".
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(299,5): warning MSB8004: Output Directory does not end with a trailing slash.  This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
1>InitializeBuildStatus:
1>  Touching "PREMIUM\GetMainInfo.unsuccessfulbuild".
1>ClCompile:
1>  stdafx.cpp
1>  CCRC32.Cpp
1>  CustomBuyVip.cpp
1>  CustomCommandInfo.cpp
1>  CustomEffectDynamic.cpp
1>  CustomEventTimeText.cpp
1>  CustomGloves.cpp
1>  CustomItem.cpp
1>  CustomJewel.cpp
1>  CustomMessage.cpp
1>  CustomMonster.cpp
1>  CustomNpcName.cpp
1>  CustomPet.cpp
1>  CustomWing.cpp
1>  CustomWIngEffect.cpp
1>  Fog.cpp
1>Fog.cpp(66): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>Fog.cpp(68): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>Fog.cpp(70): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>  GetMainInfo.cpp
1>  MemScript.cpp
1>  SmokeEffect.cpp
1>Link:
1>  Generating code
1>  Finished generating code
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:02.65
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

Visual studio 2010 sp1

Gracias:


Offline jeronemo #32 Posteado: June 22, 2020, 04:16:39 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 41
  • Gracias recibida: 9
  • az
Where edit only select server interface ?


Offline ladian89 #33 Posteado: June 22, 2020, 10:10:11 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 23
  • Gracias recibida: 192
  • ar
Este tipo de aportes solidarios son los que me alegran la vida, no dispongo del tiempo suficiente para dedicarle a los files, y se valora muchisimo el esfuerzo metido y que lo puedas compartir.
Se agradece, descargando...

Gracias:


Offline erickmalfoy #34 Posteado: June 22, 2020, 11:07:03 PM | Modificado: June 22, 2020, 11:31:19 PM by erickmalfoy

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 557
  • Gracias recibida: 314
  • ar
Buenas noches quisiera decirle que tengo unos pequeños problemas noce si me podran ayudar aqui una foto Gracias :)

https://prnt.sc/t4p8yu
https://prnt.sc/t4pjcj
Como lo soluciono y tmb el lvl del pj cuando presionas C no sale el nivel xD alguien me ayuda ...



Offline erickmalfoy #35 Posteado: June 22, 2020, 11:32:38 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 557
  • Gracias recibida: 314
  • ar
Ultimo up sources llegado y ultimo que se publicara! Saludos
Descarga en página principal (1) - 20/06/2020

Me puedes ayudar con los problemas que tuve please logre borrar los de soket pero el resto no lo encuentro xD donde moviste :(  please  drogado


Offline ConejoMalo #36 Posteado: June 23, 2020, 01:40:27 AM

  • +1 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 781
  • Gracias recibida: 7675
  • ar
ke diferencia hay esta up.. a la update anterior???????????????????????

Servicios de  Reparacion de bug Files Muemu, desde source y agregados Custom, soporte de configuracion.

Online Kosh #37 Posteado: June 23, 2020, 02:09:53 AM | Modificado: June 23, 2020, 02:38:39 AM by Kosh

  • KG-Emulador
  • +2 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 493
  • Gracias recibida: 10306
  • uy
ke diferencia hay esta up.. a la update anterior???????????????????????

Y ahi podes encontrar muchas cosas reparadas de la que pides ayuda en el chat a todos¡! Si no va a dar un comentario como la gente no molestes¡! Rodrigo tenia que ser. Si quieres ver los logs ve al post de los files.

@erickmalfoy hablame al priv que vemos tu problema


Offline jeronemo #38 Posteado: June 23, 2020, 03:00:30 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 41
  • Gracias recibida: 9
  • az
//=================================================================================================================
//-- 0 = Off, 1 = SelectChar S13
//=================================================================================================================
CustomSelectCharS13 = 0 //NotWork


Offline ConejoMalo #39 Posteado: June 23, 2020, 10:18:00 AM

  • +1 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 781
  • Gracias recibida: 7675
  • ar
ke diferencia hay esta up.. a la update anterior???????????????????????

Y ahi podes encontrar muchas cosas reparadas de la que pides ayuda en el chat a todos¡! Si no va a dar un comentario como la gente no molestes¡! Rodrigo tenia que ser. Si quieres ver los logs ve al post de los files.

@erickmalfoy hablame al priv que vemos tu problema
no me funciona el customranking... probe de 10mil formas y nada... como lo activas vos? o lo desactivaste?

Servicios de  Reparacion de bug Files Muemu, desde source y agregados Custom, soporte de configuracion.

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
1 Replies
976 Views
Last post June 17, 2020, 08:39:09 AM
by Kosh
50 Replies
10180 Views
Last post March 28, 2022, 09:52:03 AM
by pablosk4
3 Replies
864 Views
Last post August 09, 2020, 10:04:39 PM
by -Rastaa.TSM☢
6 Replies
1314 Views
Last post August 10, 2020, 03:20:19 PM
by Argez
53 Replies
7489 Views
Last post March 03, 2022, 10:01:05 AM
by coolgepds