Difference between revisions of "User:Hezkezl/Sandbox2"

< User:Hezkezl
Line 4: Line 4:
 
|  uses=Template:ARR Infobox Item
 
|  uses=Template:ARR Infobox Item
 
|  category=Pages with broken file links
 
|  category=Pages with broken file links
|  category=Patch 4.36
+
|  category=Patch 4.4
 
|  namespace =  
 
|  namespace =  
 
|  includepage =  {ARR Infobox Item}:Name:Name:Name:Index:Index
 
|  includepage =  {ARR Infobox Item}:Name:Name:Name:Index:Index

Revision as of 07:52, 20 September 2018

Missing Icons

There are 10 pages.

Lodestone Search GE Item Edit Garland DB Index Number
Eastern Socialite's Boots Icon.png Eastern Socialite's Boots Eastern Socialite's Boots 23012 23012
Eastern Socialite's Cheongsam Icon.png Eastern Socialite's Cheongsam Eastern Socialite's Cheongsam 23009 23009
Eastern Socialite's Gloves Icon.png Eastern Socialite's Gloves Eastern Socialite's Gloves 23010 23010
Eastern Socialite's Hat Icon.png Eastern Socialite's Hat Eastern Socialite's Hat 23008 23008
Eastern Socialite's Skirt Icon.png Eastern Socialite's Skirt Eastern Socialite's Skirt 23011 23011
Mun'gaek Boots Icon.png Mun'gaek Boots Mun'gaek Boots 23007 23007
Mun'gaek Cuffs Icon.png Mun'gaek Cuffs Mun'gaek Cuffs 23005 23005
Mun'gaek Hat Icon.png Mun'gaek Hat Mun'gaek Hat 23003 23003
Mun'gaek Trousers Icon.png Mun'gaek Trousers Mun'gaek Trousers 23006 23006
Mun'gaek Uibok Icon.png Mun'gaek Uibok Mun'gaek Uibok 23004 23004


Satisfaction/Custom Delivery Pics

Custom Delivery

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,
		};
	}