Nifty
Member
Nifty submitted a new resource:
New Player Awareness - Lets administrators know when a new player has logged in.
Read more about this resource...
New Player Awareness - Lets administrators know when a new player has logged in.
Just a simple copy and past into CharacterCreation.cs that i think most people will find useful.
This edit will send a message and play a sound to online staff making them aware of a new presence. The message and sound will not play if it is not the first character created on the account.
Find:
in CharacterCreation.cs at about line 745 and just ABOVE it add:Code:new WelcomeTimer(newChar).Start();
Code://New player Awareness if (args.Account.Count < 2) { foreach...
Read more about this resource...