MMOCoin

Likes Likes:  1
Results 1 to 2 of 2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Beginner
    Ensus's Avatar
    Join Date
    Sep 2019
    Posts
    19
    Post Thanks / Like
    Rep Power
    7
    Reputation
    1

    Question How to get night and dusk manually?

    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!



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Graphics Guru

    Join Date
    Feb 2009
    Posts
    1,377
    Post Thanks / Like
    Rep Power
    24
    Reputation
    382
    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


    Quote Originally Posted by Rochet2
    However this will make the world clock not show correct time.
    Screenshot by Lightshot

    Looks fun when game time is high (IE 120)

    Edited October 22, 2015 by Rochet2

  4. Likes Ensus liked this post
 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •