Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: PROJECT EMERSHOW UPDATE 27  (Visto 17654 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline Zike #20 Posteado: June 16, 2024, 11:46:55 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 48
  • Gracias recibida: 17
  • jp
error src, GAMESERVER.

 Alguien tiene el gameserver de esta src ?? Sin fallas gracias

Yes mine, i added missing files and and fixed some errors


Offline dangnhapnee #21 Posteado: June 16, 2024, 02:33:37 PM | Modificado: June 20, 2024, 03:52:37 PM by dangnhapnee

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 13
  • Gracias recibida: 111
  • pt
scr  main, traymode fix



scr gs fix

delete license.h, .cpp and in Gamemain delete GetID...();
Edit stdafx protectstate 0


and rebuild
smile :)


Online hola23 #22 Posteado: June 16, 2024, 03:59:30 PM

  • 0 puntos por ventas
  • *
  • Rank: Liga mayor
  • Posts: 182
  • Gracias recibida: 3695
  • ar
scr  main, traymode fix

 

scr gs fix

delete license.h, .cpp and in Gamever delete GetID...();


and rebuild & smile

PLEASE EXPLAIN BETTER


Offline Zike #23 Posteado: June 16, 2024, 04:30:45 PM | Modificado: July 05, 2024, 12:56:19 PM by Zike

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 48
  • Gracias recibida: 17
  • jp
For Main Folder
in TrayMode.cpp
Add #include "ShellAPI.h" under #include "Offset.h"
Then Rebuild to compile your Main.dll


For GameServer
Delete License.h or Exclude from project
Go to GameServer.cpp and find

This
#include "License.h" and ReadyLicense();

To this
//#include "License.h" and //ReadyLicense();
and find CheckLicHWID to this

//   #if(CheckLicHWID)
//      gLicense.GetComputerHardwareId();
//   #endif

Rebuild and viola


What i did to mine was the other way around for the gameserver folder.

Hope it helps

Gracias:


Offline Evangelio #24 Posteado: June 16, 2024, 09:27:15 PM | Modificado: June 16, 2024, 09:37:05 PM by Evangelio

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 236
  • Gracias recibida: 1712
  • ar
Por que el main no abre? me sale este error...


Edit, el error era que no coincidían el nombre de la licencia


Offline CorsarioDgx #25 Posteado: June 16, 2024, 10:46:55 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 394
  • Gracias recibida: 7114
  • mx
Ya pudistes entrar ? Con el source compilando


Offline Evangelio #26 Posteado: June 16, 2024, 11:05:05 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 236
  • Gracias recibida: 1712
  • ar

Offline GATITO #27 Posteado: June 16, 2024, 11:55:47 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 56
  • Gracias recibida: 340
  • pe
Hola.... siguiendo todo los paso y compilando da este resultado  :'(




Alguna idea como solucionarlo  please


Offline Zike #28 Posteado: June 17, 2024, 04:27:44 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 48
  • Gracias recibida: 17
  • jp
Hola.... siguiendo todo los paso y compilando da este resultado  :'(




Alguna idea como solucionarlo  please

What he meant is...

For Main Folder
in TrayMode.cpp
Add #include "ShellAPI.h" under #include "Offset.h"
Then Rebuild to compile your Main.dll


For GameServer
Delete License.h or Exclude from project
Go to GameServer.cpp and remove #include "License.h"
Rebuild


What i did to mine was other way around for the gameserver folder.


Offline Zike #29 Posteado: June 17, 2024, 10:54:28 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 48
  • Gracias recibida: 17
  • jp
For those who have a license error, download this Main and GameServer

Code: [Select]
https://www.sendspace.com/file/tqsrcb

Just hit like if i help you.

Gracias:


Online hola23 #30 Posteado: June 18, 2024, 02:54:58 PM | Modificado: June 18, 2024, 03:06:44 PM by hola23

  • 0 puntos por ventas
  • *
  • Rank: Liga mayor
  • Posts: 182
  • Gracias recibida: 3695
  • ar
For those who have a license error, download this Main and GameServer

Code: [Select]
https://www.sendspace.com/file/tqsrcb

Just hit like if i help you.

hi bro thenks

Thanks for the contribution bro but there is an error in Ranking info/ TIME events info, could you review it, thank you very much

I leave you an image

https://ibb.co/zb6kTWx


Offline elcrom #31 Posteado: June 21, 2024, 05:11:18 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 11
  • Gracias recibida: 3
  • ar
Alguien sabe como solucionar el problema, al crear un personaje nuevo, se abre una ventana la cual es imposible cerrar, no funciona el boton OK


Gracias:


Offline elcrom #32 Posteado: June 22, 2024, 02:41:30 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 11
  • Gracias recibida: 3
  • ar
Alguien sabe como solucionar el problema, al crear un personaje nuevo, se abre una ventana la cual es imposible cerrar, no funciona el boton OK



Ya lo resolvi, gracias


Offline birdy491 #33 Posteado: June 23, 2024, 07:56:54 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 12
  • Gracias recibida: 10
  • ph
Alguien sabe como solucionar el problema, al crear un personaje nuevo, se abre una ventana la cual es imposible cerrar, no funciona el boton OK



Ya lo resolvi, gracias

Hi brother! how did you managed to solve it? thank you!


Offline piscis007 #34 Posteado: June 24, 2024, 10:31:57 AM

  • Diseñador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 464
  • Gracias recibida: 1927
  • ve
Alguien sabe como solucionar el problema, al crear un personaje nuevo, se abre una ventana la cual es imposible cerrar, no funciona el boton OK



como lo lograste quitar amigo

“No hay que ver para creer, sino creer para ver”

Offline dakosmu #35 Posteado: June 24, 2024, 01:13:08 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 743
  • Gracias recibida: 9888
  • ve
Alguien sabe como solucionar el problema, al crear un personaje nuevo, se abre una ventana la cual es imposible cerrar, no funciona el boton OK



como lo lograste quitar amigo

Intenta comentar esa parte y has una prueba y avisas


quedaria asi
Code: [Select]
	if (ViewPoint == -1)
{
//gInterface.DrawInterfaceBemVindo();
//gInterface.OpenBemVindoWindow();
}


Dakosmu Colaborador

Gracias:


Online hola23 #36 Posteado: June 26, 2024, 08:57:41 AM

  • 0 puntos por ventas
  • *
  • Rank: Liga mayor
  • Posts: 182
  • Gracias recibida: 3695
  • ar
Hola.... siguiendo todo los paso y compilando da este resultado  :'(




Alguna idea como solucionarlo  please

TENGO EL MISMO ERROR .

Gracias:


Offline birdy491 #37 Posteado: June 26, 2024, 09:17:41 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 12
  • Gracias recibida: 10
  • ph
Hola.... siguiendo todo los paso y compilando da este resultado  :'(




Alguna idea como solucionarlo  please

TENGO EL MISMO ERROR .

remove the llicense brother


Online hola23 #38 Posteado: June 26, 2024, 09:35:10 AM

  • 0 puntos por ventas
  • *
  • Rank: Liga mayor
  • Posts: 182
  • Gracias recibida: 3695
  • ar
Hola.... siguiendo todo los paso y compilando da este resultado  :'(




Alguna idea como solucionarlo  please


TENGO EL MISMO ERROR .

remove the llicense brother

removi la license del gameserver
hice la siguiente guia como lo explicaron. pero sigue pasando.

el main lo soluciono. pero no el gameserver.

For Main Folder
in TrayMode.cpp
Add #include "ShellAPI.h" under #include "Offset.h"
Then Rebuild to compile your Main.dll


For GameServer
Delete License.h or Exclude from project
Go to GameServer.cpp and find

This
#include "License.h" and ReadyLicense();

To this
//#include "License.h" and //ReadyLicense();

Rebuild


What i did to mine was other way around for the gameserver folder.


Online hola23 #39 Posteado: June 26, 2024, 12:22:34 PM

  • 0 puntos por ventas
  • *
  • Rank: Liga mayor
  • Posts: 182
  • Gracias recibida: 3695
  • ar
hola alguien tiene solucion a esto?

https://imgbb.com/zb6kTWx


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
237 Replies
44864 Views
Last post November 24, 2024, 02:44:19 AM
by Mutime1
47 Replies
18587 Views
Last post May 05, 2022, 11:43:56 PM
by ALCONMU
10 Replies
5945 Views
Last post June 23, 2021, 04:01:13 AM
by judes
6 Replies
7104 Views
Last post April 14, 2024, 07:35:39 AM
by T-LEGENDARY
16 Replies
4089 Views
Last post February 20, 2025, 06:14:37 AM
by T-LEGENDARY