Likes: 1
Hello, everybody!
Sorry if it's a noob question, but is it possible to modify the day cycles on my server? I want night or dusk when i play.
Thank you for your answer!
› See More: How to get night and dusk manually?
an old contribution by [MENTION=36134]Rochet2[/MENTION] but I think it still works
Edit the sent game time and speed:
Code:data.Initialize(SMSG_LOGIN_SETTIMESPEED,4+4+4); data.AppendPackedTime(sWorld->GetGameTime()); data <<float(0.01666667f);// game speed data << uint32(0);// added in 3.1.2 GetSession()->SendPacket(&data);in Player::SendInitialPacketsBeforeAddToMap
Originally Posted by Rochet2
Originally Posted by Rochet2
Bookmarks