• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Finding Class ID

ErinRigh

Well-known member
Hey guys, probably a dumb question, but can you tell me where I'd find the class ID for the macro

#levelcount[class_id]

I can't seem to figure out what the value is for the class special I am creating:confused:
 
That macro when compiled turns into:
Code:
hero.tagcount[Classes.XXXXXX]
So what is really happening is its just counting "tags" on the hero.

To find the correct tag do this:
1) Add a level of the class you want to count to the character.
2) Go to the "Develop->Floating Info Windows->Show Hero Tags".
3) Search for Classes.? tag group and see what "Tag" is displayed. That is what you want to enter into the macro. :)
 
Back
Top