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] 'DoomMMO' 2018 All src

Junior Spellweaver
Joined
Oct 25, 2017
Messages
158
Reaction score
17
Been trying to fix this:
Oosmar02 - [Release] 'DoomMMO' 2018 All src - RaGEZONE Forums

But without success, WarZ source isn't really a strong spot for me anyone knows or has fixed it already? Tried changing some bits of code but ended up making it worse

Man its ez FIX.Just need a little care
 
Experienced Elementalist
Joined
Nov 1, 2014
Messages
237
Reaction score
117
Solution for everyone's problems..download and install WinMerge..compare to clean source...end of story...
 
Skilled Illusionist
Joined
Nov 27, 2018
Messages
339
Reaction score
66
For those who do not know how to solve the problem. Know not bite.

:thumbup1:

Instruction:
1. Downloading
2. Throwing with the replacement of folders

Still. We look.at up:
HUDDisplay.cpp
and Edited:
#include "C:\Your way\src\eclipsestudio\sources\objectscode\ai\ai_player.h"
#include "C:\Your way\src\eclipsestudio\sources\gamecode\UserProfile.h"

Helped? Like)
 
Newbie Spellweaver
Joined
Dec 19, 2018
Messages
37
Reaction score
2
Hi,

Is there a way i could upload the "Oosmar02 DBO Final.sql" to my SQL Server?
This is too big... does anyone have a smaller one?

// To fix this just make different .sql queries from the original one.
Divide it into multiple queries
Krz09rl - [Release] 'DoomMMO' 2018 All src - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Feb 7, 2015
Messages
86
Reaction score
9
too much data in one of the tables is therefore running in part or delete the contents of that table and just create the table "alter table"
 
Newbie Spellweaver
Joined
Dec 19, 2018
Messages
37
Reaction score
2
too much data in one of the tables is therefore running in part or delete the contents of that table and just create the table "alter table"

Yeah i managed to fix it... I just made different queries from the original one...
 
Newbie Spellweaver
Joined
Jul 25, 2017
Messages
35
Reaction score
1
how to fix the code 5...?? i revive the survivor and pay 10 gc, but the survivor dont revive and i recive code 5....
 
Newbie Spellweaver
Joined
Dec 19, 2018
Messages
37
Reaction score
2
how to fix the code 5...?? i revive the survivor and pay 10 gc, but the survivor dont revive and i recive code 5....
I didn't have that error. Im not sure what could be but check the database



In case you want to use the .sql
 
Last edited:
Newbie Spellweaver
Joined
Feb 7, 2015
Messages
86
Reaction score
9
"how to fix the code 5...?? i revive the survivor and pay 10 gc, but the survivor dont revive and i recive code 5...."

sql items_generic table look for Char_Revive line and check
and
itemsDB.XML look for this
<Item itemID="301159" category="1" Weight="0"> <Store name="Char_Revive" icon="$Data/Weapons/StoreIcons/Char_Revive.dds" desc="item for char revive before time, price is permanent GC" LevelRequired="0" /> </Item>
 
Newbie Spellweaver
Joined
Jul 25, 2017
Messages
35
Reaction score
1
private server is without loot, how to fix it ?
ps: oficial server is normal with loot
 
Newbie Spellweaver
Joined
Feb 7, 2015
Messages
86
Reaction score
9
check spawn point and itemdb.xml and sql loot table
 
Newbie Spellweaver
Joined
Jul 25, 2017
Messages
35
Reaction score
1
Yes I have. but I changed the rental server to colorado and when i enter I don't have loot.
 
Back
Top