Mostrar posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - signmsnote1

Paginas: [1]
1
Sources Generales / Re: LTP-Team.com last sources
« Posteado: November 01, 2023, 01:37:11 AM »
thanks shared.

i have problem:

gameserver loaded MonsterSpawn.xml, but why no spawn any monsters?

2
Sources Generales / Re: LTP-Team.com last sources
« Posteado: October 21, 2023, 12:24:29 PM »
Alguien me da una mano me sale este error quizas sea por configuración probe con vs 2019 y 2022 el mismo resultado



No se alcanza a ver el error en la imagen
https://ibb.co/RHGVh1s ese es el error



edit Util.cpp:

Code: [Select]
void SetLargeRand() // OK
{
//seed = std::mt19937(std::random_device());
//dist = std::uniform_int_distribution<int>(0, 2147483647);
std::random_device rd;
seed = std::mt19937(rd());
dist = std::uniform_int_distribution<int>(0, 2147483647);
}

3
Sources Generales / Re: [Main.exe] OpenSource
« Posteado: October 15, 2023, 03:41:34 AM »
please help~

compile main.exe without error, but nothing happens after running.

i use visual studio 2022(v145).


Paginas: [1]