Close
Page 3 of 16 FirstFirst 1 2 3 4 5 13 ... LastLast
Showing results 21 to 30 of 152
  1. #21
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    If you're on a flight and you click the "Get off at next flight path point" button:

    Code:
    Message: ...e\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:550: attempt to call global 'CanExitVehicle' (a nil value)Time: Tue Jun 25 03:36:29 2019
    Count: 1
    Stack: ...e\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:550: attempt to call global 'CanExitVehicle' (a nil value)
    ...e\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:550: in function <...e\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:546>
    (tail call): ?
    [C]: in function `TaxiRequestEarlyLanding'
    Interface\FrameXML\MainMenuBar.lua:282: in function <Interface\FrameXML\MainMenuBar.lua:280>
    
    
    Locals: sender = <table> {
     moduleDisplayName = "Interaction"
     SetDefaultModuleLibraries = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:367
     BeforeEMAProfileChanged = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:433
     OnEnable = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:137
     characterName = "Dondiego-ClassicBetaPvE"
     characterNameLessRealm = "Dondiego"
     COMMAND_TAKE_TAXI = "EMATaxiTakeTaxi"
     SettingsToggleMountWithTeam = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:367
     SettingsToggleTellBoEEpic = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:397
     SettingsSetMessageArea = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:341
     characterRealm = "ClassicBetaPvE"
     SecureHook = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceHook-3.0\AceHook-3.0.lua:336
     HookScript = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceHook-3.0\AceHook-3.0.lua:366
     SettingsRefresh = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:440
     EnableModule = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:332
     modules = <table> {
     }
     RawHookScript = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceHook-3.0\AceHook-3.0.lua:395
     CancelTimer = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceTimer-3.0\AceTimer-3.0.lua:147
     settingsDatabaseName = "InteractionProfileDB"
     TeamMount = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:658
     EMAOnSettingsReceived = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:408
     chatCommand = "ema-Interaction"
     IterateEmbeds = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:442
     completeDatabase = <table> {
     }
     SecureHookScript = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceHook-3.0\AceHook-3.0.lua:410
     defaultModuleState = true
     LeavsTaxi = false
     IsEnabled = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:451
     SettingsToggleTellBoERare = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:392
     ScheduleTimer = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceTimer-3.0\AceTimer-3.0.lua:94
     SettingsToggleTakeTaxi = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:351
     doLootLoop = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:777
     settingsControl = <table> {
     }
     EMARegisterModule = <function> defined @Interface\AddOns\EMA-Classic\Core\Module-Classic.lua:57
     TellTeamEpicBoE = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:791
     RegisterMessage = <function> defined @Interface\AddOns\Clique\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:118
     GetArgs = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceConsole-3.0\AceConsole-3.0.lua:144
     SettingsCreateTaxi = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:177
     TAXIMAP_CLOSED = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:560
     hooks = <table> {
     }
     responding = false
     characterGUID = "Player-4618-00015BB8"
     LOOT_READY = <function> defined @Interface\AddOns\EMA-
    Seems to work anyway, so not a priority bug.

    /ema config shows v1.13.2-Alpha-v0.1(1210006)
    Now playing: WoW (Garona)

  2. #22

    Default

    Quote Originally Posted by Ughmahedhurtz View Post
    If you're on a flight and you click the "Get off at next flight path point" button:

    Code:
    Message: ...e\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:550: attempt to call global 'CanExitVehicle' (a nil value)Time: Tue Jun 25 03:36:29 2019
    Count: 1
    Stack: ...e\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:550: attempt to call global 'CanExitVehicle' (a nil value)
    ...e\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:550: in function <...e\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:546>
    (tail call): ?
    [C]: in function `TaxiRequestEarlyLanding'
    Interface\FrameXML\MainMenuBar.lua:282: in function <Interface\FrameXML\MainMenuBar.lua:280>
    
    
    Locals: sender = <table> {
     moduleDisplayName = "Interaction"
     SetDefaultModuleLibraries = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:367
     BeforeEMAProfileChanged = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:433
     OnEnable = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:137
     characterName = "Dondiego-ClassicBetaPvE"
     characterNameLessRealm = "Dondiego"
     COMMAND_TAKE_TAXI = "EMATaxiTakeTaxi"
     SettingsToggleMountWithTeam = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:367
     SettingsToggleTellBoEEpic = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:397
     SettingsSetMessageArea = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:341
     characterRealm = "ClassicBetaPvE"
     SecureHook = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceHook-3.0\AceHook-3.0.lua:336
     HookScript = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceHook-3.0\AceHook-3.0.lua:366
     SettingsRefresh = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:440
     EnableModule = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:332
     modules = <table> {
     }
     RawHookScript = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceHook-3.0\AceHook-3.0.lua:395
     CancelTimer = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceTimer-3.0\AceTimer-3.0.lua:147
     settingsDatabaseName = "InteractionProfileDB"
     TeamMount = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:658
     EMAOnSettingsReceived = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:408
     chatCommand = "ema-Interaction"
     IterateEmbeds = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:442
     completeDatabase = <table> {
     }
     SecureHookScript = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceHook-3.0\AceHook-3.0.lua:410
     defaultModuleState = true
     LeavsTaxi = false
     IsEnabled = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceAddon-3.0\AceAddon-3.0.lua:451
     SettingsToggleTellBoERare = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:392
     ScheduleTimer = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceTimer-3.0\AceTimer-3.0.lua:94
     SettingsToggleTakeTaxi = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:351
     doLootLoop = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:777
     settingsControl = <table> {
     }
     EMARegisterModule = <function> defined @Interface\AddOns\EMA-Classic\Core\Module-Classic.lua:57
     TellTeamEpicBoE = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:791
     RegisterMessage = <function> defined @Interface\AddOns\Clique\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:118
     GetArgs = <function> defined @Interface\AddOns\EMA-Classic\Libs\AceConsole-3.0\AceConsole-3.0.lua:144
     SettingsCreateTaxi = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:177
     TAXIMAP_CLOSED = <function> defined @Interface\AddOns\EMA-Classic\Modules\Interaction-Classic.lua:560
     hooks = <table> {
     }
     responding = false
     characterGUID = "Player-4618-00015BB8"
     LOOT_READY = <function> defined @Interface\AddOns\EMA-
    Seems to work anyway, so not a priority bug.

    /ema config shows v1.13.2-Alpha-v0.1(1210006)

    can u put this on bitbucket its a lot easier to track (seems like its somthing to do with the new stop fight path am guessing is not in classic not tested it as of yet




  3. #23
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Quote Originally Posted by ebony View Post
    can u put this on bitbucket its a lot easier to track (seems like its somthing to do with the new stop fight path am guessing is not in classic not tested it as of yet
    Done. https://bitbucket.org/blossom_ebony/...xt-flight-path
    Now playing: WoW (Garona)

  4. #24

    Default

    Hi Ebony,

    I'm getting back into boxing and had a question about this addon.

    ISBoxer has some jamba functionality built in, and it works in retail. To my understanding ISBoxer is still working in classic. If the Jamba functionality still exists, we should be able to disable it and use your addon instead correct?

    I'm trying to get a good understanding of things before release. Im debating if I should just cheese it on the jamba set up or give this a go. I wish I understood what all functionality we will have from ISBoxer.

  5. #25
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    I'm using EMA in classic and the last stress test Just Worked for me, no issues (aside from a minor flight-path-cancel button glitch).
    Now playing: WoW (Garona)

  6. #26

    Default

    Yup EMA-Classic worked fine (small issue with abandoning quests but I'm sure it'll get fixed soon), as far as Jamba integration in ISBoxer, the `/jamba iammaster all` commands it issues also work with EMA

    And if you want the EMA team to be in sync with your logged in toons automatically you can use DynamicBoxer (also works in both bfa and classic)

    In other words, everything works well with each other!
    2,3,5 boxing wow with Wow Open Box and MAMA, give them a try!
    (was 8 Boxing Wow with HotKeyNet and ISBoxer)
    Was streaming on twitch.tv/MooreaTv

  7. #27

    Default

    Awesome. I'll give this a download and try to figure it out on retail. Im was just curious if it would butt heads with the jamba tools that are build into ISBoxer

  8. #28

    Default

    Quote Originally Posted by Thatsssfuego View Post
    Awesome. I'll give this a download and try to figure it out on retail. Im was just curious if it would butt heads with the jamba tools that are build into ISBoxer
    There is some support for the old jamba command lines isboxer uses.




  9. #29

    Default

    EMA classic update

    3/6/2019

    as the beta is being closed on the 12th of July

    its very unliky ema will be worked on anymore in this time and the lack of dual beta accounts is making this very hard for me so it looks like it be still Alpha though the launch

    i tried my hardest to get more then one account and time has been big problems for me with stuff breaking on my and just needed more money




  10. #30
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    I'll just mention here for posterity how excellent EMA's auto-buy was for my hunter's ammo needs.
    Now playing: WoW (Garona)

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •