• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] WarZTH v2 Full Source Code

Newbie Spellweaver
Joined
Feb 17, 2014
Messages
27
Reaction score
0
warz.sln open

UpdateDB("External ip or local ip", "Data/Weapons/itemsDB.xml");
g_api_ip->SetString("External ip or local ip");
g_serverip->SetString("External ip or local ip");

PT/BR

Eu ja troquei esses ips e ainda esta dando erro, aonde sera que e o erro?? Olha meu r3dlog

EUA

I've changed the ips and is still giving this error, what can be ?? See my r3dlog




000011.081| Trying to load food item with id '301321' that is already loaded!000043.849| WO_API: http timeout
000043.849| LoginAuth: 8
000046.441| obj_Zombie::FreePhysSkeletonCache:000046.441| done in 0.00 seconds
000046.446| Deleting render targets
000047.117|
000047.119| WARNING: pd3ddev have 10 reference counts
 
Last edited:
Newbie Spellweaver
Joined
Oct 13, 2014
Messages
62
Reaction score
4
find : void obj_Zombie::FreePhysSkeletonCache()
check
Code:
void obj_Zombie::FreePhysSkeletonCache()
{
    r3dOutToLog( "obj_Zombie::FreePhysSkeletonCache:" );

    float start = r3dGetTime();

    for( int i = 0, e = PhysSkeletonCache.Count(); i < e ; i ++ )
    {
        delete PhysSkeletonCache[ i ].skeleton;

        if( !(i & 0x07) )
            r3dOutToLog(".");
    }

    r3dOutToLog( "done in %.2f seconds\n", r3dGetTime() - start );

    PhysSkeletonCache.Clear();
}
WARNING: bin/data/



PT/BR
Sabe como ativar as Screem Shots tiradas pelo servidor, nessa src esta desativada está função.

EUA
Know how to enable Screem Shots taken by the server, this function is disabled src this.
http://forum.ragezone.com/f791/tutorial-change-size-screenshot-fairfight-1034872/
 
Last edited:
Newbie Spellweaver
Joined
Feb 17, 2014
Messages
27
Reaction score
0
Well I fixed the error of the craft item, just got this error aki,


000038.025 | WO_API: http timeout
000038.025 | LoginAuth: 8
000040.281 | obj_Zombie :: FreePhysSkeletonCache: 000040.281 | done in 0:00 seconds
000040.285 | Deleting render targets
000041.162 |
000041.164 | WARNING: pd3ddev have 10 reference counts
 
Last edited:
Newbie Spellweaver
Joined
Oct 13, 2014
Messages
62
Reaction score
4
Well I fixed the error of the craft item, just got this error aki,


000038.025 | WO_API: http timeout
000038.025 | LoginAuth: 8
000040.281 | obj_Zombie :: FreePhysSkeletonCache: 000040.281 | done in 0:00 seconds
000040.285 | Deleting render targets
000041.162 |
000041.164 | WARNING: pd3ddev have 10 reference counts

find : void obj_Zombie::FreePhysSkeletonCache()
Change
Code:
/*void obj_Zombie::FreePhysSkeletonCache()
{
    r3dOutToLog( "obj_Zombie::FreePhysSkeletonCache:" );

    float start = r3dGetTime();

    for( int i = 0, e = PhysSkeletonCache.Count(); i < e ; i ++ )
    {
        delete PhysSkeletonCache[ i ].skeleton;

        if( !(i & 0x07) )
            r3dOutToLog(".");
    }

    r3dOutToLog( "done in %.2f seconds\n", r3dGetTime() - start );

    PhysSkeletonCache.Clear();
}*/
 
Newbie Spellweaver
Joined
Feb 17, 2014
Messages
27
Reaction score
0
i build MiniA.exe or WarZ.exe, i have one error in build the MiniA.exe, help me
 
Newbie Spellweaver
Joined
Sep 10, 2013
Messages
74
Reaction score
1
Help?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Oct 13, 2014
Messages
62
Reaction score
4
I have this error, see and help me man. please.

fide: static void FreePhysSkeletonCache();
Change
Code:
//static void FreePhysSkeletonCache();
fide: obj_Zombie::FreePhysSkeletonCache();
Change
all "2 text"
Code:
//obj_Zombie::FreePhysSkeletonCache();
 
Newbie Spellweaver
Joined
Sep 23, 2014
Messages
16
Reaction score
0
Fix ?

Yuri-BR - [Release] WarZTH v2 Full Source Code - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Feb 17, 2014
Messages
27
Reaction score
0


You have to set your settings aki.


C: Warz / src / RSUpdater / LauncherConfig.cpp







Man, i have other error, please help me man, please :/:

000039.341| WO_API: http timeout
000039.341| LoginAuth: 8
000041.108| Deleting render targets
000041.793|
000041.795| WARNING: pd3ddev have 10 reference counts

http://prntscr.com/57203j
 
Joined
Apr 2, 2013
Messages
1,098
Reaction score
4,625
You have to set your settings aki.


C: Warz / src / RSUpdater / LauncherConfig.cpp







Man, i have other error, please help me man, please :/:

000039.341| WO_API: http timeout
000039.341| LoginAuth: 8
000041.108| Deleting render targets
000041.793|
000041.795| WARNING: pd3ddev have 10 reference counts


check your SSL :)

or change all port 443 to 80 in your api
 
Newbie Spellweaver
Joined
Oct 13, 2014
Messages
62
Reaction score
4
You have to set your settings aki.


C: Warz / src / RSUpdater / LauncherConfig.cpp







Man, i have other error, please help me man, please :/:

000039.341| WO_API: http timeout
000039.341| LoginAuth: 8
000041.108| Deleting render targets
000041.793|
000041.795| WARNING: pd3ddev have 10 reference counts


error SupervisorServer.exe?????

1.if yes

run->cmd->ipconfig

Ethernet adapter (ipv4-address)-> 192.168.***.**

1.1 SupervisorServer.cfg

Code:
[SupervisorServer]
externalIp = externa lIp
masterIp = 192.168.***.**
masterPort = 34000
serverName = local
serverGroup = 1
maxPlayers = 900
maxGames = 20
uploadLogs = 0
portStart = 34010
gameServerExe = WZ_GameServer.exe

webAPIDomainIP = 192.168.***.**
webAPIDomainBaseURL = /warz/api/
webAPIDomainPort = 443
webAPIDomainUseSSL = 1
webAPIServerKey = bvx425698dg6GsnxwedszF

1.2 C:\inetpub\wwwroot\ web.config - dbinfo.inc.php

dbinfo.inc.php
$db_serverName = "192.168.***.**,1433";

web.config
Server=192.168.***.**,1433

1.3 SQL Server Configuration Manager open
TCP port // Ethernet adapter - 1433
TCP port all - 1433
TCP dinam port - 1444,55363,34000,34001,34011,34010,81,51956
http://forum.ragezone.com/f792/solve-error-code-5-sql-1008036/

1.4. Check open ports you?
1433,80,443

2. if no

2.1 warz.sln
fide:
Code:
UpdateDB("127.0.0.1", "Data/Weapons/itemsDB.xml");
g_api_ip->SetString("127.0.0.1");
g_serverip->SetString("127.0.0.1");
Change 127.0.0.1 -> ip Ethernet adapter (ipv4-address)-> 192.168.***.**
 
Last edited:
Newbie Spellweaver
Joined
Nov 5, 2014
Messages
10
Reaction score
0
The game is running perfectly.
However, the vests can be placed more than 1, making the player practically immortal, as I correct this bug, Yuri?
 
Newbie Spellweaver
Joined
Feb 17, 2014
Messages
27
Reaction score
0
Yuri-BR; 8266092] VerificAR o SSL :) OU Mudar Tudo porta 443-80 los Seu api




i see, thks, are build!!
 
Last edited:
Newbie Spellweaver
Joined
Oct 13, 2014
Messages
62
Reaction score
4


RsUpdater
find : main.cpp
Code:
      //updater.status_ = CUpdater::STATUS_NeedRegister;
  //MessageBox(NULL, "Register at Godanel LuFy", "Allright Register Account", MB_OK);
        ShellExecute(NULL, "open", gLauncherConfig.accountRegisterURL.c_str(), "", NULL, SW_SHOW);
Change
Code:
      updater.status_ = CUpdater::STATUS_NeedRegister;
  //MessageBox(NULL, "Register at Godanel LuFy", "Allright Register Account", MB_OK);
        //ShellExecute(NULL, "open", gLauncherConfig.accountRegisterURL.c_str(), "", NULL, SW_SHOW);
 
Newbie Spellweaver
Joined
Sep 23, 2014
Messages
16
Reaction score
0
Registration is not / then login --// Login failed, please try again later \\--


Yuri-BR - [Release] WarZTH v2 Full Source Code - RaGEZONE Forums
 
Last edited:
Back
Top