Jump to content

Display attack period


Recommended Posts

Not in the vanilla game, and I haven't seen a mod that does that. Should be possible, though. You'd have to make an all_clients_require_mod mod, which displays some UI for everyone within a certain range of the boss. Not an easy task, but it can be done.

Link to comment
Share on other sites

6 hours ago, Ultroman said:

Not in the vanilla game, and I haven't seen a mod that does that. Should be possible, though. You'd have to make an all_clients_require_mod mod, which displays some UI for everyone within a certain range of the boss. Not an easy task, but it can be done.

I found the way to display their attack range in client-sided mod, do you think timer thing is impossible in client-sided?

Link to comment
Share on other sites

Not sure. It would depend entirely on how their timers are built. I'd guess you could start your own timer (in the mastersim/server-part) when the last attack of a certain type was made, and then the clients can query for that timer every frame. I've never done networked stuff, but I've sen things like these work.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...