comparison ZoneDatum.lua @ 14:15780b1985ef Release

Updated for 5.4 Added new zone to the Bloodhound2 Database (Timeless Isle). Fixed Bug 7: Fadeleaf absent from Feralas Database. Updated zone data to fix issues on the PTR with certain zones not placing rubies properly.
author only1yzerman
date Sun, 08 Sep 2013 22:02:10 -0400
parents ff01eb61abab
children fc1aca069319
comparison
equal deleted inserted replaced
13:d67fe2e517e4 14:15780b1985ef
112 { 900.000, -2129.167, 7731.250 }, 112 { 900.000, -2129.167, 7731.250 },
113 { 3010.417, -4383.333, -2881.250 }, 113 { 3010.417, -4383.333, -2881.250 },
114 { 1033.333, -1556.250, -1370.833 }, 114 { 1033.333, -1556.250, -1370.833 },
115 }, 115 },
116 { 116 {
117 { 3568.751, -6139.583, -1416.667 }, --Dread Wastes 1 --con6 pandarea 117 { 3568.751, -6139.583, -1416.667 }, 1 - Dread Wastes
118 { 1191.667, -2004.167, -6697.916 }, --Isle of Giants 2 118 { 1191.667, -2004.167, -6697.916 }, 2 - Isle of Giants
119 { 2756.000, -7654.166, -8147.916 }, --Isle of Thunder --con6 pandarea 119 { 2756.000, -7654.166, -8147.916 }, 3 - Isle of Thunder
120 { 3125.000, -2947.917, 110.416 }, --Krasarang Wilds 4 120 { 3125.000, -2947.917, 110.416 }, 4 - Krasarang Wilds
121 { 4172.917, -4839.583, -5618.750 }, --Kun-Lai Summit 5 121 { 4172.917, -4839.583, -5618.750 }, 5 - Kun-Lai Summit
122 { 0.000, 0.000, 0.000 }, --Shrine of Seven Stars 122 { 0.000, 0.000, 0.000 }, 6 - Shrine of Seven Stars
123 { 0.000, 0.000, 0.000 }, --Shrine of Two Moons 123 { 0.000, 0.000, 0.000 }, 7 - Shrine of Two Moons
124 { 4654.167, -1452.083, -3652.083 }, --The Jade Forest 8 124 { 4654.167, -1452.083, -3652.083 }, 8 - The Jade Forest (806)
125 { 1195.833, -812.500, -1689.583 }, --The Veiled Stair 9 125 { 1195.833, -812.500, -1689.583 }, 9 - The Veiled Stair (TheHiddenPass) (873)
126 { 3829.166, -7079.166, -4558.333 }, --Townlong Steppes 10 126 { 1600, 4083.334, -233.334 }, 10 - Timeless Isle (951)
127 { 1687.501, -2481.250, -1947.917 }, --Vale of Eternal Blossoms 11 127 { 3829.166, -7079.166, -4558.333 }, 11 - Townlong Steppes* (10)
128 { 2616.667, -2679.167, -1095.833 }, --Valley of the Four Winds 12 128 { 1687.501, -2481.250, -1947.917 }, 12 - Vale of Eternal Blossoms* (811) (11)
129 }, 129 { 2616.667, -2679.167, -1095.833 }, 13 - Valley of the Four Winds* (12)
130 130
131 LocalToGlobal = function(x, y, datum) 131 LocalToGlobal = function(x, y, datum)
132 return x * datum[1] * 1.5 + datum[2], y * datum[1] + datum[3]; 132 return x * datum[1] * 1.5 + datum[2], y * datum[1] + datum[3];
133 end; 133 end;
134 }; 134 };