Page 1 of 1
how do I get my structure to be enabled at a specific city level?
Posted: 18 Jan 2022, 22:38
by Nifaroux
I would like to know how do I make a structure unlock in a specific city range
Re: how do I get my structure to be enabled at a specific city level?
Posted: 19 Jan 2022, 18:19
by ginga3294
Hmmm, That is also I want to know, Sire Nifaroux... LOL
Re: how do I get my structure to be enabled at a specific city level?
Posted: 20 Jan 2022, 02:41
by CommanderABab
Code: Select all
"requirements":[
{"type":"RANK","lvl":3}
],
lvl can be any integer 1-64. No need for zero in this case.

Re: how do I get my structure to be enabled at a specific city level?
Posted: 20 Jan 2022, 03:06
by Nifaroux
Thanks!
Re: how do I get my structure to be enabled at a specific city level?
Posted: 21 Jan 2022, 18:44
by ginga3294
CommanderABab wrote: ↑20 Jan 2022, 02:41
Code: Select all
"requirements":[
{"type":"RANK","lvl":3}
],
lvl can be any integer 1-64. No need for zero in this case.
Thank you, Commander ABab!

Re: how do I get my structure to be enabled at a specific city level?
Posted: 10 Sep 2022, 22:44
by PixelDubs
CommanderABab wrote: ↑20 Jan 2022, 02:41
Code: Select all
"requirements":[
{"type":"RANK","lvl":3}
],
lvl can be any integer 1-64. No need for zero in this case.
does not work
Oh and if anyone without an account is seeing and knows JSON
how about rather than not creating an account and scrolling
How about make an account be useful
Re: how do I get my structure to be enabled at a specific city level?
Posted: 11 Sep 2022, 02:28
by CommanderABab
You didn't put a comma after monthly price:"2".
Re: how do I get my structure to be enabled at a specific city level?
Posted: 11 Sep 2022, 11:21
by PixelDubs
CommanderABab wrote: ↑11 Sep 2022, 02:28
You didn't put a comma after monthly price:"2".
Still got an issue with the the json but I put comma.
Re: how do I get my structure to be enabled at a specific city level?
Posted: 11 Sep 2022, 11:24
by PixelDubs
CommanderABab wrote: ↑11 Sep 2022, 02:28
You didn't put a comma after monthly price:"2".
Fixed above issue,, now it wants an end of line?
what's this IS WRONG WITH JSONLINT
Re: how do I get my structure to be enabled at a specific city level?
Posted: 11 Sep 2022, 11:42
by Kulche
JsonLint works just as fine, you just don't know how to use it. That's not how json works, please just copy what you've been shown.