• 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

Tracking Ressources

tkarn

Well-known member
Due to my spelllist problem from the other thread http://forums.wolflair.com/showthread.php?t=67729 I have a new problem.
For instance my Bard has 2 known spells, my druid has 3 known.

I have 2 different things for the compset="Resource". how can I seperate the spell counting whether its picked from bard or from druid? It alwas counts both ressources at the same time.
 
Make the resources not unique, then bootstrap a copy from each class. Put a tag on each one to name the class it's for, and write a script on the resource that takes that tag to build a new name for itself, incorporating the tag name into its own name.


If the tag on the resource is the same one as the tag on the spells, to mark this one as bard, and that one as druid, then you can have each one add to the copy of the generic resource that has the tag for that particular type of spells.
 
I bootstrapped a Ressource (resSpell) to my classes: f.e. Klasse.klaDruid.

Then I added a tag TKlasse.Druide on the bootstrap page.but how can i change the name of the ressource? I can alter the livename of resSpell, but i can not get the name of the assoziated tag.
 
Back
Top