[DiscordArchive] <@!559407472759275540> In an addon form?
[DiscordArchive] <@!559407472759275540> In an addon form?
Archived author: Deleted User • Posted: 2020-04-24T11:06:52.298000+00:00
Original source
<@!559407472759275540> In an addon form?
Archived author: Hido • Posted: 2020-04-24T11:14:52.427000+00:00
Original source
Nop
Archived author: Hido • Posted: 2020-04-24T11:14:54.630000+00:00
Original source
You need Eluna
Archived author: Jinnai • Posted: 2020-04-24T11:18:32.811000+00:00
Original source
im pretty sure that everything you can write for eluna, can be written in c++ too
Archived author: Hido • Posted: 2020-04-24T11:21:20.058000+00:00
Original source
Ofc
Archived author: Hido • Posted: 2020-04-24T11:25:08.778000+00:00
Original source
```#Player Naked Bug Fix (fix) created by Godmin for Warcraft Gladiators.
--Tweaked by Foereaper.
local function NakedBugFix(event, player)
if not (player:HasAura(54844)) then
player:AddAura(54844, player)
player:RemoveAura(54844)
end
end
RegisterPlayerEvent(3, NakedBugFix)
RegisterPlayerEvent(27, NakedBugFix)
RegisterPlayerEvent(28, NakedBugFix)```
Archived author: Hido • Posted: 2020-04-24T11:25:24.166000+00:00
Original source
If you want to write it in c++ I think you're free to do it
Archived author: Deleted User • Posted: 2020-04-24T11:27:11.385000+00:00
Original source
So, basically could this be a fix implemented into the core?
Archived author: Deleted User • Posted: 2020-04-24T11:27:22.960000+00:00
Original source
I mean, if it is a blizzlike bug it most likely would get rejected
Archived author: Jinnai • Posted: 2020-04-24T11:39:59.509000+00:00
Original source
that will get rejected, there is no way that this will be part of trinitycore