- Joined
- Jan 29, 2021
- RedCents
- 193¢
Wondering what the best way to pass XTarget Spawn ID to Lua from EQ
In the old macro system, to tell my Casters to Nuke, from my Paladin, I would create a social with a /bct Caster //mac nuke_target_id ${Me.XTarget[1].ID}
In the new Lua system to tell my Casters to Nuke, I am using /bct Caster //Lua run nuke_target_id ${Me.XTarget[1].ID}
Is this still the way to pass Spawn ID with Lua? I tried using Lua formatting instead of ${Me.XTarget[1].ID}, but it did not seem to work. One thought was that I would have to use Lua.parse to convert the MQ TLO into an Spawn ID I could pass?
Thanks
In the old macro system, to tell my Casters to Nuke, from my Paladin, I would create a social with a /bct Caster //mac nuke_target_id ${Me.XTarget[1].ID}
In the new Lua system to tell my Casters to Nuke, I am using /bct Caster //Lua run nuke_target_id ${Me.XTarget[1].ID}
Is this still the way to pass Spawn ID with Lua? I tried using Lua formatting instead of ${Me.XTarget[1].ID}, but it did not seem to work. One thought was that I would have to use Lua.parse to convert the MQ TLO into an Spawn ID I could pass?
Thanks

