VS2012 Sources ( GOH + GOW )

03/11/2017 18:03 pakinglalat#91
Quote:
Originally Posted by FlyCraft.TobiLap View Post
Da ich jedes mal wenn ich nem noobie helfe mich mit nem VS03er source rumschagen muss release ich hier ma 2 geuppte sources...

V19 Source:

V15 Source:



Bitte net rumflamen und wer bock hat währ cool wenn jemand nen vs 2012/13 tutorial macht für die unerfahrenen hier :D
Hi, what is more latest version from the source being released and the source inside the reousrce folder? Also source being released is very easy to compile while the one inside the resource was in need of changes in order for us to compile it successfully.

Can anyone provide the hook.lib?
03/17/2017 06:52 pakinglalat#92
Neuz will crash after character selection. Any ideas why or how to fix?

So I received this error whenever I press accept in character selection.

03/17/2017 21:06 pptavo#93
is there a youtube tutorial to make your own local private server from this source?
04/25/2017 19:58 babyminion#94
can anyone help me how to edit guild siege every hour? :handsdown:
06/05/2017 13:24 yazuka21#95
Quote:
Originally Posted by johnsmith011 View Post
Someone tell me wants wrong with my config because i can't connect to the network. Also i got server verification error

I want to test it as Local. so here's my config.

AccountServer.ini

Cacheserver.ini

Certifier.ini

CoreServer.ini

LoginServer.ini

DatabaseServer.ini


WorldServer.ini


Neuz.exe
PHP Code:
STRINGTABLE
LANGUAGE LANG_KOREAN
0x1
{
1,     "TEST"
2,     "1"
3,     "0"
4,     "1"
5,     "1"
6,     "1.0.6"
7,     "18213"
8,     "5000"
9,     "5"
10,     "1252"
11,     "0"


SECURITY_IP
PHP Code:
#ifdef    __SECURITY_IP
    //LoadString(hInstance, IDS_SERVER_IP, g_Neuz.m_lpCertifierAddr, 16);
#else
    
LoadString(hInstance"127.0.0.1"g_Neuz.m_lpCertifierAddr16);
#endif 

DEFINE IN NEUZ VERSIONCOMMON
PHP Code:
#define SERVER_IP                "127.0.0.1"    
#define    SERVER_VERSION            "1.0.1"
#define SERVER_PORT                "18213"
#define PASSWORT_NEUZ            "0"
#define SERVER_HAS                "erendora"
#define MAX_SPEED                250 

WORLDSERVER VERSIONCOMMON
PHP Code:
#define    SERVER_IP        "127.0.0.1" 
At WinMain.rc located at Neuz folder search "STRINGTABLE DISCARDABLE" without quotations ( "" ).

Replace
Code:
    IDS_MSGVER              "1.0.6"
To
Code:
    IDS_MSGVER              "1.0.1"
09/08/2017 21:49 iMalibuZz#96
Heho kann mir jemand evtl. bei der DB helfen währe super da ich lange inaktiv war und nicht mehr genau weiß wie ich sie richtig einbaue....

Währe echt super wenn mir jemand helfen könnte.

MFG
09/27/2017 20:38 pbben15#97
i tried to compile Neuz (NoGameguard) from this source
Source v19-Erendora(GOW Base)
but it ended up showing me this error:
"error X3501: 'main': entrypoint not found"
09/29/2017 17:52 pbben15#98
can i ask what is the deafult SALT for Erendora Source?
also cannot connect to the game
here's my program ini
AccountServer.ini

DatabaseServer.ini

CoreServer.ini

Certifier.ini

CacheServer.ini

LoginServer.ini

WorldServer.ini

i set also Neuz IP via Reshack

but still can't connect

i tried to compile neuz (release) from "Source v19-Erendora(GOW Base).7z 103.7 MB"
and here's the error
[Only registered and activated users can see links. Click Here To Register...]

and one more thing can i use another database sql like "AiO Database SQL 2012 by Sedrika.sql" is that okay?

I'm currently using SQL Server 2014 Express and Visual Studio 2012 Ultimate

your help will be greatly appreciated :)
09/30/2017 23:53 pbben15#99
Compiled Neuz (Release) not (NoGameguard)
is that okay?

when i compile neuz (release) i got no errors but warnings
but when i compile neuz (nogameguard) lots of error occurs

btw gonna test the neuz (release) thing

-------------
how to fix this?
CQuery-LogFile_20170930.txt

[Only registered and activated users can see links. Click Here To Register...]

stuck at server selection and gave me this error
CQuery-LogFile_20171001.txt
10/09/2017 00:26 pbben15#100
still got an error
error_20171009.txt

network_20171009.log
01/10/2018 13:17 NanoLuiz#101
Quote:
Originally Posted by pbben15 View Post
Compiled Neuz (Release) not (NoGameguard)
is that okay?

when i compile neuz (release) i got no errors but warnings
but when i compile neuz (nogameguard) lots of error occurs

btw gonna test the neuz (release) thing

-------------
how to fix this?
CQuery-LogFile_20170930.txt

[Only registered and activated users can see links. Click Here To Register...]

stuck at server selection and gave me this error
CQuery-LogFile_20171001.txt


I'm also having the same error.
Could you fix it?