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!

EpixGunz Server Complete Free

Junior Spellweaver
Joined
Dec 20, 2014
Messages
107
Reaction score
29
I'll begin filing disputes for every payment I've ever made to you. And now I'll be coming after you legally as well as you were a paid employee.

I stopped responding to you and didn't make the last payment because oblivic had to go back and fix all your screwups.

So with the money you should have earned, it went to paying oblivic for fixing your dumb poop again.

Bad move little girl
Just FYI you probably don't want to admit to refusing to pay "paid employees" any money they were owed, that is quite illegal no matter how justified you feel.

Thanks for the leak, though
 
Newbie Spellweaver
Joined
Sep 15, 2014
Messages
14
Reaction score
0
anyone can share compiled for me (idk visual studio t.y)
 
Newbie Spellweaver
Joined
Jul 11, 2021
Messages
26
Reaction score
9
It's always funny when someone hits the

"I will pursue legal action against you"

while they are actively breaking the law by hosting a Gunz server. No court in the world would give a singular flying duck and the there is no case.
 
Banned
Banned
Joined
Jul 21, 2014
Messages
48
Reaction score
3
missing-spInsertLadderGameLog.sql

Code:
USE [GunzDB15]
GO
/**************** spInsertLadderGameLog ****************/
CREATE PROCEDURE [dbo].[spInsertLadderGameLog]
@WinnerMembers    varchar,
@LoserMembers    varchar,
@RoundWins    int,
@RoundLosses    int,
@MapID    int
AS
BEGIN
    SET NOCOUNT ON;
    INSERT INTO dbo.LadderGameLog(WinnerMembers,LoserMembers,RoundWins,RoundLosses,MapID,RegDate)
    VALUES(@WinnerMembers,@LoserMembers,@RoundWins,@RoundLosses,@MapID,GETDATE())
END
GO
 
Elite Diviner
Joined
Sep 7, 2020
Messages
459
Reaction score
78
what i need to download ?

1711733607477 - EpixGunz Server Complete Free - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Elite Diviner
Joined
Sep 7, 2020
Messages
459
Reaction score
78
idk this call bug or something
in folder when i open Gunz.exe to play file config.xml auto create in folder after i close Gunz.exe
i can't open Gunz.exe anymore need to delete config.xml everytime
 
Junior Spellweaver
Joined
Aug 26, 2020
Messages
148
Reaction score
20
idk this call bug or something
in folder when i open Gunz.exe to play file config.xml auto create in folder after i close Gunz.exe
i can't open Gunz.exe anymore need to delete config.xml everytime
You need to re-write the code check on
"bool ZConfiguration::LoadConfig" And compare to other source, Good luck bud.
 
Be a kicker than cheater.
Joined
Dec 17, 2009
Messages
733
Reaction score
26
You need to re-write the code check on
"bool ZConfiguration::LoadConfig" And compare to other source, Good luck bud.
How about the Quest/Survival (client/runnable side) ?
first attempt to start the quest game = OK.
second attempt to start the quest/survival game, after I click the button START in the stage game / room = crash in the middle of loading.
 
Elite Diviner
Joined
Sep 7, 2020
Messages
459
Reaction score
78
C++:
for who don't know how setting
SDK 10.0 (latest installed version)
Platform Toolset Visual Studio 2019 (v142)
Release_Jorklenis_publish Win32


1714136853757 - EpixGunz Server Complete Free - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top