Jump to content

Recommended Posts

Hi,

I'm trying to get the totem helpers to work in my fightclass.

Totems.TotemTimeLeft(TotemType.Fire)
Totems.TotemExist(TotemType.Fire)

The way I'm testing it is via the dev tools and trying to write the result to the log:

Logging.Write(Totems.TotemTimeLeft(TotemType.Fire).ToString());
Logging.Write(Totems.TotemExist(TotemType.Fire).ToString());

Timeleft always returns 0 and exist always returns false.

A lua error is also displayed ingame:

unknown.png

All im trying to do is check if the fire totem is up, if not recast the fire totem.

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
×
×
  • Create New...