[DiscordArchive] but it dont work, is there any log, to check if Eluna is running as it should?
[DiscordArchive] but it dont work, is there any log, to check if Eluna is running as it should?
Archived author: timmhee • Posted: 2023-08-08T11:56:10.723000+00:00
Original source
but it dont work, is there any log, to check if Eluna is running as it should?
Archived author: timmhee • Posted: 2023-08-08T11:57:04.137000+00:00
Original source
```function Buffcommand(event, player, msg, _, lang)
if(msg:lower() == "#buff") then
player:AddAura(48074, player)
player:AddAura(48170, player)
player:AddAura(43223, player)
player:AddAura(36880, player)
player:AddAura(467, player)
player:AddAura(48469, player)
player:AddAura(48162, player)
player:SendBroadcastMessage("You have been buffed, enjoy!")
end
return false
end
```