Jump to content

Recommended Posts

6 minutes ago, Luis95R said:

Every time I spawn him in with a command and I get out of it's sight it flies away and doesn't return. 

*She* usually flies off to the Desert Arena when you get too far... but if you spawn her... she'll be stuck in that area and when you damage her enough, she won't even need lava pits to spawn lavae...

 

You could try going to the Desert Arena and, put your mouse in the middle of the arena and open console commands and type c_spawn("dragonfly")

The fact that the DF did not die properly means that the DFspawner hasn't started regenerating yet. I think the following command should start the process artificially:

c_findnext("dragonfly_spawner").components.timer:StartTimer("regen_dragonfly", TUNING.DRAGONFLY_RESPAWN_TIME)

You can replace "TUNING.DRAGONFLY_RESPAWN_TIME" with "0" to speed the process up a lot.

On 7/16/2016 at 2:32 AM, Mobbstar said:

The fact that the DF did not die properly means that the DFspawner hasn't started regenerating yet. I think the following command should start the process artificially:

c_findnext("dragonfly_spawner").components.timer:StartTimer("regen_dragonfly", TUNING.DRAGONFLY_RESPAWN_TIME)

You can replace "TUNING.DRAGONFLY_RESPAWN_TIME" with "0" to speed the process up a lot.

Thank you! This fixed the Dragonfly issue. :D

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...