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

 
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.
 
Upvote 0