Feature: TomTom Crazy Arrow integration #3
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
It would be great to have a mover for the TomTom Crazy Arrow.
However, after many attempts, it seems that the arrow frame does not exist when player enters world (WoW API
PLAYER_ALIVE
event). I can create the mover manually using the Wow LUA addon when I'm in game, using the ElvUI API. see screenhsotIt would be nice to hook on the frame creation, or delay mover creation using a timer (AceTimer would do the trick).
However, since the addon is based on an Elvui plugin, I faced issues using the provided Ace timer.
1. using the ElvUI provided Timer
Ace Timer Error :
Tried to register 'CreateMovers' as the callback, but it doesn't exist in the module.
2. Using own timer lib instance(?) :
I get:
AceTimer-3.0-17: ScheduleTimer(callback, delay, args...): 'callback' and 'delay' must have set values.
The text was updated successfully, but these errors were encountered: