how would i fix this map entry
Re: how would i fix this map entry
Search there are a guide for added maps
Re: how would i fix this map entry
Re: how would i fix this map entry
Quote:
Originally Posted by
coolgirlpwns
And i get some weird error that its not logging that says jibberish text i cannot read then 'gs999'
Here is exactly your error. gs has a limit for worldtag. 'gs999' is too high. Try lower worldtag... I had the same error in the past and when I set to a lower worldtag it worked.
Re: how would i fix this map entry
Re: how would i fix this map entry
It tells you what is wrong right there...
Code:
worldid is less than or equal to 0x7F and greater than 0
Yet you still posted a screenshot and couldn't figure it out :lol:
Re: how would i fix this map entry
Hey Das, not everyone know how to 'decrypt' the computer language :p
Re: how would i fix this map entry
Quote:
Originally Posted by
das7002
It tells you what is wrong right there...
Code:
worldid is less than or equal to 0x7F and greater than 0
Yet you still posted a screenshot and couldn't figure it out :lol:
To be fair, ">=" and "<=" are not understood by non-programmer people. As those are identifiers in programming languages.
coolgirl,
>= is "greater than or equal to"
<= is "less than or equal to"
&& is "and"
|| is "or"
Hope that helps.
Re: how would i fix this map entry
Re: how would i fix this map entry
0x7F = 127 (in decimals) And when you look the error it tells you that your worldid can be only between 0 and 127 (127 included as I can see).
Understood now? :):
Re: how would i fix this map entry
Quote:
Originally Posted by
Goodlookinguy
To be fair, ">=" and "<=" are not understood by normal people. As those are identifiers in programming languages.
coolgirl,
>= is "greater than or equal to"
<= is "less than or equal to"
&& is "and"
|| is "or"
Hope that helps.
Well because you are taught the stupid > and < <= and >= look better to me and I'm not really sure how it is that hard to get...
Quote:
Originally Posted by
coolgirlpwns
i still dont understand what this means ...
Can you tell me what i have to do please
How could I be any less clear... I even provided a link to what 0x7F means...
http://i0.kym-cdn.com/photos/images/...4/3cd8a33a.png
Re: how would i fix this map entry
Re: how would i fix this map entry
Quote:
Originally Posted by
coolgirlpwns
How is this possible if there are other maps with ids bigger than 127?
because Wanmei, thats why.
Re: how would i fix this map entry
Re: how would i fix this map entry
Quote:
Originally Posted by
Goodlookinguy
To be fair, ">=" and "<=" are not understood by non-programmer people. As those are identifiers in programming languages.
coolgirl,
>= is "greater than or equal to"
<= is "less than or equal to"
&& is "and"
|| is "or"
Hope that helps.
Do not forget:
== is "equal to"
!= is "not equal to"
I could understand not knowing && || == !=
but >= <= they teach in elementary school =\ At least they did when I was attending...
ofc kids now-a-days probably think any given one of them is a 'smiley' =\