[DiscordArchive] ididnt know that, whatis the command?
[DiscordArchive] ididnt know that, whatis the command?
Archived author: Barbz • Posted: 2020-10-30T00:04:59.466000+00:00
Original source
ididnt know that, whatis the command?
Archived author: andriuspel • Posted: 2020-10-30T00:05:20.800000+00:00
Original source
.instance setbossstate <bossId> <state>
Archived author: andriuspel • Posted: 2020-10-30T00:06:20.919000+00:00
Original source
currently majority of instances scripted here uses old style SetData calls which actually should be reformed only for internal server side data passing
Archived author: Barbz • Posted: 2020-10-30T00:06:20.934000+00:00
Original source
ok nice, i'll remember it
Archived author: andriuspel • Posted: 2020-10-30T00:06:54.503000+00:00
Original source
and SetData is not called by gm command
Archived author: andriuspel • Posted: 2020-10-30T00:07:31.067000+00:00
Original source
even if that would get linked to commands, as i said, its best to leave it for server side data passing
Archived author: andriuspel • Posted: 2020-10-30T00:07:40.894000+00:00
Original source
and use boss states handling for ingame-external handling (gm command)
Archived author: andriuspel • Posted: 2020-10-30T00:08:04.667000+00:00
Original source
unless you really making some "fun" or very "optional" things
Archived author: andriuspel • Posted: 2020-10-30T00:10:33.889000+00:00
Original source
or maybe at all, add a new virtual function which shouldd be only used for such tasks (for custom data handling, not states)