• 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.

[Help] How to enable rent server

Newbie Spellweaver
Joined
Jul 24, 2017
Messages
6
Reaction score
0
Hello, I want to test rent server on my server but this show message "Server rental in this region is disable at the moment"
how to fix it.

amedake - [Help] How to enable rent server - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jul 24, 2017
Messages
6
Reaction score
0
After give error, get your r3dlog.txt on folder client game, and post here for look errors with details.
Thank you for your attention to my words
I was find word in english.lang with "Server rental in this region is disabled at the moment".
And I dicovery "ServerRent_RegionDisabled=Server rental in this region is disabled at the moment".
like that.
So I took it to search at warz.sln.

if(m_rentServerPrice == 0) { Scaleform::GFx::Value vars[3]; vars[0].SetString(gLangMngr.getString("ServerRent_RegionDisabled")); vars[1].SetBoolean(true); vars[2].SetString("$ERROR"); gfxMovie.Invoke("_root.api.showInfoMsg", vars, 3); return; }

if m_rentServerPrice == 0 then = ServerRent_RegionDisabled

So I go to navicat warz function.
and edit price of rent server. I succeeded to enable rent server.
amedake - [Help] How to enable rent server - RaGEZONE Forums
 
Upvote 0
Back
Top