I think it has something to do with like a slope intercept thing, not sure. Look here.
http://monbre.com/worldmap.php See New Orsa? It's #1 on the map. Look to the left where the abrupt valley begins.
I want monsters for the area that is under the abrupt valley's little triangle shape it makes.
I've tried everything, I never really learned much in math in school.
I was thinking like
Code: Select all
if (($x >= 300 || $x <= 400) && ($y >= '200' && $y <= '300'))Code: Select all
($x >= 770 && $x <= 820 && $y >= 1210 && $y <= 1290)