Thread Tools Display Modes
03-17-24, 04:38 PM   #541
JarfJarfBinks
A Defias Bandit
Join Date: Aug 2023
Posts: 3
10 characters
Attached Files
File Type: lua InFlight.lua (5.6 KB, 194 views)
  Reply With Quote
04-29-24, 05:28 PM   #542
Jorb
A Kobold Labourer
 
Jorb's Avatar
Join Date: Sep 2019
Posts: 1
34 horde, 453 alliance
Attached Files
File Type: lua InFlight.lua (15.4 KB, 112 views)
  Reply With Quote
05-05-24, 02:18 PM   #543
beeurd
A Defias Bandit
Join Date: Jun 2023
Posts: 2
15 Horde, 68 Alliance (retail)
Attached Files
File Type: lua InFlight.lua (4.7 KB, 81 views)
  Reply With Quote
05-06-24, 04:52 PM   #544
bloerwald
A Kobold Labourer
AddOn Author - Click to view addons
Join Date: Sep 2023
Posts: 1
retail, alliance
Attached Files
File Type: lua InFlight.lua (5.5 KB, 98 views)
  Reply With Quote
05-12-24, 06:48 PM   #545
Hoastess
A Kobold Labourer
Join Date: Oct 2011
Posts: 1
Here is my flight data for Retail Alliance, I am also getting this error as of version 10.0.25 from Curse, I am unable to use flight paths.

Code:
1x InFlight/InFlight.lua:728: bad argument #1 to 'SetJustifyV' (Usage: self:SetJustifyV(justifyV))
[string "=[C]"]: in function `SetJustifyV'
[string "@InFlight/InFlight.lua"]:728: in function `UpdateLook'
[string "@InFlight/InFlight.lua"]:450: in function `StartTimer'
[string "@InFlight/InFlight.lua"]:351: in function `TakeTaxiNode'
[string "@Blizzard_FlightMap/FM_FlightPathDataProvider.lua"]:236: in function `OnClick'
[string "@Blizzard_MapCanvas/Blizzard_MapCanvas.lua"]:154: in function <...aceBlizzard_MapCanvas/Blizzard_MapCanvas.lua:151>

Locals:
(*temporary) = FontString {
 0 = <userdata>
}
(*temporary) = "CENTER"
Attached Files
File Type: lua InFlight.lua (5.7 KB, 75 views)
  Reply With Quote
05-12-24, 07:41 PM   #546
fubar187421
A Murloc Raider
 
fubar187421's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 8
Exclamation Unable to use inflight anymore.

I Am Unable To Use Infight,
30x InFlight/InFlight.lua:744: bad argument #1 to 'SetJustifyV' (Usage: self:SetJustifyV(justifyV))
[string "=[C]"]: in function `SetJustifyV'
[string "@InFlight/InFlight.lua"]:744: in function `UpdateLook'
[string "@InFlight/InFlight.lua"]:450: in function `StartTimer'
[string "@InFlight/InFlight.lua"]:351: in function `TakeTaxiNode'
[string "@Blizzard_FlightMap/FM_FlightPathDataProvider.lua"]:236: in function `OnClick'
[string "@Blizzard_MapCanvas/Blizzard_MapCanvas.lua"]:154: in function <...aceBlizzard_MapCanvas/Blizzard_MapCanvas.lua:151>

Locals:
(*temporary) = FontString {
0 = <userdata>
}
(*temporary) = "CENTER"


Here Is My User Data For Alliance.
InFlight.lua

Last edited by fubar187421 : 05-12-24 at 07:44 PM.
  Reply With Quote
06-26-24, 06:48 AM   #547
CID
A Kobold Labourer
Join Date: Jun 2024
Posts: 1
Taxi

Hello,
the InFlight Taxi Timer add-on stopped working when the live servers switched to patch 10.2.7.
The author last updated the addon to game version 10.0.2 and nothing since then.
This mechanic should be a staple in wow. I don't know why it still isn't.

When the InFlight Taxi Timer add-on was still working, I had approximately 900 flight time records from retail (horde) across World of Warcraft worlds.

Everyone here sends .lua files, but I couldn't find a file with the .lua extension in that addon (and I don't even know where to find the file).

DBM-flight timer
I would also like to write that the addon throws an error if the character has to fly 5 or more transfers (I mean that he flies through 5 or more fly master)
Likewise, as an add-on, it shows flight times on WotLK, but it doesn't show anything at all on other expansions (not even the current one).
  Reply With Quote
Yesterday, 12:06 AM   #548
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 326
Originally Posted by CID View Post
Hello,
the InFlight Taxi Timer add-on stopped working when the live servers switched to patch 10.2.7.
The author last updated the addon to game version 10.0.2 and nothing since then.
To fix the current version (10.0.25) open the file
"World of Warcraft\_retail_\Interface\AddOns\InFlight\InFlight.lua"
There, replace every occurrence of

SetJustifyV("CENTER")

with

SetJustifyV("MIDDLE")
__________________
~ Be the change you want to see in the world... of warcraft interface! ~

Last edited by LudiusMaximus : Yesterday at 12:07 AM. Reason: typo
  Reply With Quote
Yesterday, 12:10 AM   #549
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 326
Originally Posted by CID View Post
Everyone here sends .lua files, but I couldn't find a file with the .lua extension in that addon (and I don't even know where to find the file).
The files people are uploading here are their saved variables:

"World of Warcraft\_retail_\WTF\Account\<your account name here>\SavedVariables\InFlight.lua"
__________________
~ Be the change you want to see in the world... of warcraft interface! ~
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Released AddOns » InFlight - Updating default data


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off