User:Hezkezl/Sandbox2

< User:Hezkezl
Revision as of 09:16, 23 July 2017 by Hezkezl (talk | contribs)

NPC List

There are 9 pages.

Name Race Clan
Delivery Moogle (Camp Overlook) Moogle
Delivery Moogle (Costa del Sol) Moogle
Delivery Moogle (Horizon) Moogle
Delivery Moogle (Hyrstmill) Moogle
Delivery Moogle (Little Ala Mhigo) Moogle
Delivery Moogle (Red Rooster Stead) Moogle
Delivery Moogle (The Dravanian Forelands) Moogle
Delivery Moogle (Wineport) Moogle
Nael van Darnus Garlean


Rowena Icons

Turnpageicon.pngRowenaicon.pngStoneskyseaicon.png

Template:Coordtest
Vek code:

levelsToGame(x, z, scale)
{
		scale = scale / 100;

		x = x * scale;
		z = z * scale;

		x = ((41.5 / scale) * ((x + 1024.0) / 2048.0)) + 1;
		z = ((41.5 / scale) * ((z + 1024.0) / 2048.0)) + 1;

		return {
			x: x,
			z: z,
		};
	}