Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: ragunragun
Forum: Lua/XML Help 10-19-20, 12:14 PM
Replies: 1
Views: 2,956
Posted By ragunragun
I figured it out! local noloadingscreen =...

I figured it out!




local noloadingscreen = true
local function OnEvent(self, event, isInitialLogin, isReloadingUi)
if isInitialLogin or isReloadingUi then
else
noloadingscreen = nil
Forum: Lua/XML Help 10-19-20, 11:41 AM
Replies: 1
Views: 2,956
Posted By ragunragun
event SPELL_AURA_APPLIED occurs on every loading screen

Hello,

I am playing a sound every time a player receives a buff but unfortunately this also occurs after each loading screen.
Since the player has +5 buffs after a loading screen the sound...
Forum: Lua/XML Help 10-19-20, 08:19 AM
Replies: 2
Views: 6,436
Posted By ragunragun
Works like a charm! Thank you! :banana:

Works like a charm! Thank you! :banana:
Forum: Lua/XML Help 10-18-20, 05:45 PM
Replies: 2
Views: 6,436
Posted By ragunragun
Player died event

Hi,

Im trying to play a sound on players death, but it does not work for me



local function OnEvent(self, event, ...)

if event == "COMBAT_LOG_EVENT_UNFILTERED" then
Showing results 1 to 4 of 4