Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[RELEASE] SrcLucas bin+src+skinsystem+ghp

Joined
Apr 23, 2013
Messages
1,172
Reaction score
1,735
I do not know you, and although this is such an old source, that you have nothing of mine, I do not know why people say it's mine this code.
Good, if it's really mine, I'll see it, remote access to all places. :cool:
(Seriously, I don't know you, it must be just another one who stole someone and heard shenanigans about me).
 
Custom Title Activated
Member
Joined
Dec 19, 2014
Messages
1,089
Reaction score
332
I do not know you, and although this is such an old source, that you have nothing of mine, I do not know why people say it's mine this code.
Good, if it's really mine, I'll see it, remote access to all places. :cool:
(Seriously, I don't know you, it must be just another one who stole someone and heard shenanigans about me).

Do not worry my friend, I did not steal anything they gave me, I uploaded:8:
 
Initiate Mage
Joined
Aug 27, 2014
Messages
31
Reaction score
9
The coolest in this src is the skin system in F6, the rest is in several src for example: OverZ ...
 
Initiate Mage
Joined
Jun 24, 2015
Messages
25
Reaction score
1
thank for share bro,

this source fix?

because install now hispanoz >server list not coming and use to alt +tab pc graphic card driver close and not work
 
Initiate Mage
Joined
Jun 24, 2015
Messages
25
Reaction score
1
bro, I install files and sql (warz,brezeenet,user login)+(Iss)
start launcher.exe give me this error, I dont find launcherInfo.xml

Code:
000000.001| CrashSender.exe is not found in the specified path.000000.090| Checking for D3D11
000000.119| r3dFile: can't open game.ini
000000.119| Can't open file "game.ini"
000000.119| r3dFile: can't open local.ini
000000.119| Can't open file "local.ini"
000000.172| Input Devices enabled: Mouse, Keyboard
000000.222| VMEM As seen through DDRaw: -1024
000000.222| VMEM As seen through WMI: 0
000000.251| We have 4091 MB texture memory
000000.252| r3dFont: Creating Verdana 10pt
000000.253| r3dFont: Finished creating Verdana 10pt
000000.253| r3dFont: Creating System 12pt
000000.253| r3dFont: Finished creating System 12pt
000000.253| r3dFont: Creating System 10pt
000000.258| r3dFont: Finished creating System 10pt
000000.258| r3dFont: Creating System 8pt
000000.258| r3dFont: Finished creating System 8pt
000000.258| r3dFont: Creating System 11pt
000000.258| r3dFont: Finished creating System 11pt
000000.509| Starting updater, v:0.8, cmd:
000000.510| Checking for new updater
000000.514| Checking for new updater - finished
000001.013| failed to get [URL]http://192.168.68.130/server_files/LauncherInfo.xml[/URL], http code 404
000004.658| WO_API: failed with error code 5 SQL Select Failed: Procedure or function 'WZ_ACCOUNT_LOGIN' expects parameter '@in_Mac', which was not supplied.
000004.658| Login FAILED, code: 5
 
Junior Spellweaver
Joined
Jul 6, 2015
Messages
184
Reaction score
41
use the dabase latest codex src and add LauncherInfo.xml in folder Server_files
 
Initiate Mage
Joined
Jun 24, 2015
Messages
25
Reaction score
1
askmyleg - [RELEASE] SrcLucas bin+src+skinsystem+ghp - RaGEZONE Forums



I use this not work

DWORD r3dFSBuilder::DetectFileFlags(const char* fname){
if(pattern_match(fname, "*.exe") ||
pattern_match(fname, "*.dll") ||
pattern_match(fname, "DirectX.dll") ||
pattern_match(fname, "d3d11x.dll") ||
pattern_match(fname, "*.bmp") ||
pattern_match(fname, "*.manifest") ||
pattern_match(fname, "crashrpt*.ini") ||
pattern_match(fname, "*.ui") ||
pattern_match(fname, "*.aht") ||
pattern_match(fname, "*.ahc") ||
pattern_match(fname, "*.hsb") ||
pattern_match(fname, "*.id") ||
pattern_match(fname, "*.env") ||
pattern_match(fname, "*.mhe") ||
pattern_match(fname, "*.msd") ||
pattern_match(fname, "*.key") ||
pattern_match(fname, "*.scd") ||
pattern_match(fname, "*.uic") ||
pattern_match(fname, "*.hls") ||
pattern_match(fname, "ahnrpt.ini") ||
pattern_match(fname, "bldinfo.ini") ||
pattern_match(fname, "Amazon.ini") ||
pattern_match(fname, "BldInfo.ini") ||
pattern_match(fname, "HSBGen.ini")
)
{
return r3dFS_FileEntry::FLAG_EXTRACT;
}

return 0; }
 
Last edited:
Custom Title Activated
Member
Joined
Dec 19, 2014
Messages
1,089
Reaction score
332
bro, I install files and sql (warz,brezeenet,user login)+(Iss)
start launcher.exe give me this error, I dont find launcherInfo.xml

Code:
000000.001| CrashSender.exe is not found in the specified path.000000.090| Checking for D3D11
000000.119| r3dFile: can't open game.ini
000000.119| Can't open file "game.ini"
000000.119| r3dFile: can't open local.ini
000000.119| Can't open file "local.ini"
000000.172| Input Devices enabled: Mouse, Keyboard
000000.222| VMEM As seen through DDRaw: -1024
000000.222| VMEM As seen through WMI: 0
000000.251| We have 4091 MB texture memory
000000.252| r3dFont: Creating Verdana 10pt
000000.253| r3dFont: Finished creating Verdana 10pt
000000.253| r3dFont: Creating System 12pt
000000.253| r3dFont: Finished creating System 12pt
000000.253| r3dFont: Creating System 10pt
000000.258| r3dFont: Finished creating System 10pt
000000.258| r3dFont: Creating System 8pt
000000.258| r3dFont: Finished creating System 8pt
000000.258| r3dFont: Creating System 11pt
000000.258| r3dFont: Finished creating System 11pt
000000.509| Starting updater, v:0.8, cmd:
000000.510| Checking for new updater
000000.514| Checking for new updater - finished
000001.013| failed to get [URL]http://192.168.68.130/server_files/LauncherInfo.xml[/URL], http code 404
000004.658| WO_API: failed with error code 5 SQL Select Failed: Procedure or function 'WZ_ACCOUNT_LOGIN' expects parameter '@in_Mac', which was not supplied.
000004.658| Login FAILED, code: 5
remove in_Mac and api in_Mac function



askmyleg - [RELEASE] SrcLucas bin+src+skinsystem+ghp - RaGEZONE Forums



I use this not work
Take the Schrader from another source
 
Initiate Mage
Joined
Oct 26, 2015
Messages
2
Reaction score
0
I Want to fix

000000.001| cmd: 1
000000.002| Loading config file build\RSBuild.xml
000000.002| Using C:\inetpub\wwwroot\server_files\bins\wz67101633 as base archive
000000.003| r3dFS: there is no volume file C:\inetpub\wwwroot\server_files\bins\wz67101633_00.bin
000000.003| !!! ERROR: can't open base archive C:\inetpub\wwwroot\server_files\bins\wz67101633


000000.003| ... exiting
I want to fixI want to fixI want to fix
 
Back
Top