Induction

Are you looking to announce to the entire server on a player logs in for the first time? Look no further! We are sharing with you a nice little Eluna script that will do just that.


Requirements


Download:

Simply copy the code below and paste it into a new file, and save it as AnnounceOnLogin.lua

local function OnFirstLogin(event, player)
    playerLink = "|Hplayer:"..player:GetName().."|h"..player:GetName().."|h"
    className = player:GetClassAsString(LOCALE_enUS)
    SendWorldMessage("|cffCCFFFBWelcome new player ["..playerLink.."] as "..className.." level "..player:GetLevel()..".")
   
end
 
RegisterPlayerEvent(30, OnFirstLogin)

Screenshot

Announcing New Player On First Login

Thank you for visiting our site today, we hope you found everything you were looking for. If you encounter any issues, don't hesitate to reach out to me on Discord for assistance resolving them. Discord: privatedonut