Forum > Serverside Modding

Increase Time Speed

(1/3) > >>

TheMetalCarrots:
So, as you probably all know, time in WoW is a 24 hour thing that is based upon the Server/Client's time. I was wondering if there was any way to speed up this time so, say, 1 hour in current game time was 1 minute (like Skyrim), so 24 minutes would span a 24 hour cycle (or something along those lines) if at all possible.

Kaev:
Do you only want shorter days and nights? If yes, afaik there's a database entry which is handling this. Can't test it for you atm, but i think it was in game_events. Correct me if it was in a different table.

If you also want to change the clock, you probably have to mess with some code. Rochet2 gave a hint here: https://community.trinitycore.org/topic ... nightdawn/

TheMetalCarrots:
Thanks, I'll have a look at the Game_event entry as it seems to be exactly what I'm looking for.

Alastor:
Time speed exactly is handled by client side

some hacks or Machinima Camera Tool (which is basicaly hack too ) can edit time speed by editing certain address in memory i gues it

and if I am correct time is on these addreses

TimeMinutes = 0x00D37F98
TimeHours = 0x00D37F9C
TimeSpeed = 0x00D37FC8

TheMetalCarrots:
Looks like the Game_event doesn't visually change anything in game (which isn't the desired effect I was going for), so I'll take a look at doing what Rochet2 said, considering I haven't the first clue what I'm supposed to do with this memory editing thing.

Navigation

[0] Message Index

[#] Next page

Go to full version