Some problems in DPDatabaseClient.cpp
Hello Ragezone,
I have a problem when I try to login.
All of my .exe are ok and successfully compiled, they boot correctly. My Neuz is ok too, it starts (with a loader.bat) and I my account works.
Neuz shows me my chars and just when my char enters in world, it says me "Please check your network".
I have an error which says
Quote:
2011/12/ 4 11:23:44
OnJoin(): Site, 14
"Site" is the name of my char.
This error is written by the fonction in DPDatabaseClient.cpp at line 1178 :
Quote:
WriteLog( "OnJoin(): %s, %d", pUser->GetName(), nOnError );
The variable "nOnError" take the value 14 in theses lines (before, it's about the value 13)
Quote:
pWorld = pUser->GetWorld();
#if __VER >= 11 // __GUILD_COMBAT_1TO1
g_GuildCombat1to1Mng.SendNowState( pUser );
if( g_eLocal.GetState( EVE_GUILDCOMBAT1TO1 ) )
{
if( pWorld && pWorld->GetID() >= WI_WORLD_GUILDWAR1TO1_0
&& pWorld->GetID() <= WI_WORLD_GUILDWAR1TO1_L )
{
pUser->REPLACE( g_uIdofMulti, WI_WORLD_MADRIGAL, D3DXVECTOR3( 6983.0f, 0.0f, 3330.0f ), REPLACE_NORMAL, nDefaultLayer );
}
}
// if( !pUser->GetWorld() )
// pUser->Replace( g_uIdofMulti, WI_WORLD_MADRIGAL, D3DXVECTOR3( 6983.0f, 0.0f, 3330.0f ) );
#endif // __GUILD_COMBAT_1TO1
#if __VER >= 11 // __SYS_COLLECTING
if( pUser->IsCollecting() )
pUser->StopCollecting();
#endif // __SYS_COLLECTING
#ifdef __ON_ERROR
nOnError = 14;
#endif // __ON_ERROR
Anyone knows where is the problem ? How can I fix the error which is in the log (first quote) ?
Re: Some problems in DPDatabaseClient.cpp
I remember to had that error a while ago, and the problem were in maps.
Re: Some problems in DPDatabaseClient.cpp
Thanks, now I can enter in game but ... the map (WdMadrigal I think) is not working.
There is a screen of "Flaris north"
http://spitfire76380.free.fr/map_bug.png
Can you help me ?
Re: Some problems in DPDatabaseClient.cpp
that is a weird bug that I've never figured out (I'm using different files than when I had it, and it's gone now). it seems to teleport new chars to some random place.
use a town blinkwing and you'll be fine.
Re: Some problems in DPDatabaseClient.cpp
Thanks a lot ! I fixed the trigger which was indicating 1st spawning place.
But I have another problem : When I hurt a monster, the animation works but it doesn't make it damages. Why ?