Forums WoW Modding Discussion Miscellaneous [Archive] Spawntime on Game object

[Archive] Spawntime on Game object

[Archive] Spawntime on Game object

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#1
Archived author: Mopower • Posted: 2025-11-04T18:16:00.855899
Original source

So what would be the best way to drop a spawn time on a game object. Looked and never could find anything for it. So sorry if there is another post on this.[Image: 1f642.png]
rektbyfaith
11-04-2025, 05:16 PM #1

Archived author: Mopower • Posted: 2025-11-04T18:16:00.855899
Original source

So what would be the best way to drop a spawn time on a game object. Looked and never could find anything for it. So sorry if there is another post on this.[Image: 1f642.png]

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#2
Archived author: Mopower • Posted: 2025-11-04T18:16:00.855899
Original source

You can modifiy it in gameobject table, like this:

UPDATE gameobject SET spawntimesecs = VALUE WHERE id = ENTRY or modify by guid by doing WHERE guid = instead.

Or just search for the entry and do it manually:

select * from gameobject WHERE id = ENTRY and then modify the column called spawntimesecs
rektbyfaith
11-04-2025, 05:16 PM #2

Archived author: Mopower • Posted: 2025-11-04T18:16:00.855899
Original source

You can modifiy it in gameobject table, like this:

UPDATE gameobject SET spawntimesecs = VALUE WHERE id = ENTRY or modify by guid by doing WHERE guid = instead.

Or just search for the entry and do it manually:

select * from gameobject WHERE id = ENTRY and then modify the column called spawntimesecs

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#3
Archived author: Mopower • Posted: 2025-11-04T18:16:00.855899
Original source

Thank you for the quick response. I tried the last one and changed it from 120 to 0 didn't seem to make a difference in wait time. If you wanted immediate respawn it would be 0 correct?
rektbyfaith
11-04-2025, 05:16 PM #3

Archived author: Mopower • Posted: 2025-11-04T18:16:00.855899
Original source

Thank you for the quick response. I tried the last one and changed it from 120 to 0 didn't seem to make a difference in wait time. If you wanted immediate respawn it would be 0 correct?

rektbyfaith
Administrator
0
11-04-2025, 05:16 PM
#4
Archived author: Mopower • Posted: 2025-11-04T18:16:00.855899
Original source

Quote:Mopower said:

Thank you for the quick response. I tried the last one and changed it from 120 to 0 didn't seem to make a difference in wait time. If you wanted immediate respawn it would be 0 correct?

Click to expand...
Yes that would be correct. Try to change it to one instead, or 10 and see if it has any effect.
rektbyfaith
11-04-2025, 05:16 PM #4

Archived author: Mopower • Posted: 2025-11-04T18:16:00.855899
Original source

Quote:Mopower said:

Thank you for the quick response. I tried the last one and changed it from 120 to 0 didn't seem to make a difference in wait time. If you wanted immediate respawn it would be 0 correct?

Click to expand...
Yes that would be correct. Try to change it to one instead, or 10 and see if it has any effect.

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)