mirror of
https://github.com/ornfelt/azerothcore_lua_scripts
synced 2026-08-22 06:26:03 -04:00
17 lines
470 B
Lua
17 lines
470 B
Lua
|
|
local AIO = AIO or require("AIO")
|
||
|
|
|
||
|
|
if AIO.AddAddon() then
|
||
|
|
return
|
||
|
|
end
|
||
|
|
|
||
|
|
local APTHandlers = AIO.AddHandlers("APTStuff", {})
|
||
|
|
|
||
|
|
-- local mod = CreateFrame("Model",nil,parent)
|
||
|
|
--
|
||
|
|
-- light = light or {1, 0, 0, -0.707, -0.707, 0.7, 1.0, 1.0, 1.0, 0.8, 1.0, 1.0, 0.8}
|
||
|
|
-- mod:SetModel(camera or "world\\expansion07\\doodads\\human\\8hu_kultiras_flag03.m2")
|
||
|
|
-- mod:SetSize(1000, 500)
|
||
|
|
-- mod:SetPoint("CENTER")
|
||
|
|
-- mod:SetCamera(1)
|
||
|
|
-- mod:SetLight(unpack(light))
|
||
|
|
-- mod:SetAlpha(1)
|