• 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

Word Casting

Asandir

Well-known member
After a review of the various tabs and the codes in HL, would it be a fair statement that the Words for Word casting are not accessible on a tab anywhere in the system, or did I miss something.

Reason for asking John Brazer Enterprises has put out a small supplement for the Word Casters and was wondering if it was going to be possible to add to this sub-system.

Thanks.
 
They are not on the "Spells" Tab? I have not actually looked but I remember some of the Spell Expressions removing Word Caster spells. So it sort of makes sense they are on that tab....
 
They are not on the "Spells" Tab? I have not actually looked but I remember some of the Spell Expressions removing Word Caster spells. So it sort of makes sense they are on that tab....

First place I looked. I tried to find Sense Magic to no avail. Here is the tag for it: weSensMag0
 
First place I looked. I tried to find Sense Magic to no avail. Here is the tag for it: weSensMag0
Hmmm.... sorry not near HL so can't help anymore than that. Its possible that the Editor Tab for them has not been done yet. Guess you have to wait for Aaron or Mathias for a answer. :(
 
Hmmm.... sorry not near HL so can't help anymore than that. Its possible that the Editor Tab for them has not been done yet. Guess you have to wait for Aaron or Mathias for a answer. :(

No worries. :D Not pressing, I was just playing with the word casting system a bit and got to thinking about it since I was also looking at JBE's new word list.
 
What changes do you need?

Looking at the data.hlz file here are some tags you can use:

Helper.Wordcaster
component.EffectWord
component.MetaWord
sWordCat.?

I've had to do some low level changes before, and it is usually a matter of finding when the script runs to do something internally and making a script in an object that runs just after.
 
What changes do you need?

Looking at the data.hlz file here are some tags you can use:

Helper.Wordcaster
component.EffectWord
component.MetaWord
sWordCat.?

I've had to do some low level changes before, and it is usually a matter of finding when the script runs to do something internally and making a script in an object that runs just after.

Adding new words....
 
Back
Top