• 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

Monthly Seminars

No one has asked any questions for the May 19th seminar. If we dont receive any, we'll adlib foir what folks who are there ask. If any qestions are submitted, I'll post them here before the seminar.
 
Male or Female?

What is the air speed of unlaiden African swallow?

Wolfram Alpha says:-

there is unfortunately insufficient data to estimate the velocity of an African swallow (even if you specified which of the 47 species of swallow found in Africa you meant)
(asked, but not answered, about a general swallow in the 1975 film Monty Python and the Holy Grail)

However an unladen European swallow is estimated at 25 mph (miles per hour)

Let me ask this

If somebody weighs the same as a duck, what does that make her?
 
For the aficionados,

What flavour is it?

For a serious question regarding scripting,

How can I script something that doesn't exist as a macro yet but functions the same as a macro?

Eg.

#abDC[xxxxx] is a macro that applies to Difficulty Class but I'd like to know how the macro is constructed.

I'd also like a run through of creating a custom chooser script.

Eg pick 1 spell from a domain and add it to your spells known / spell list this spell can only be from the xxxxx domain or from the xxxxx school.

Something similar to this where the script limits the choices.


:cool:
 
Last edited:
Tim the enchanter!

I suddenly got the image of Tim in a pink tutu with a sparkly wand topped with a plastic star. Very disturbing. LOL

#abDC[xxxxx] is a macro that applies to Difficulty Class but I'd like to know how the macro is constructed.

Unfortunately, the macros are not able to be built by users. It would be nice if we could though. Could be very useful.

I'd also like a run through of creating a custom chooser script.

Eg pick 1 spell from a domain and add it to your spells known / spell list this spell can only be from the xxxxx domain or from the xxxxx school.

Something similar to this where the script limits the choices.

This could be interesting. I do this alot, but I always have to think about it when I do it. Wouldn't mind seeing how some others do them. I will second Bodrin's request.
 
Hey there Bodrin, we'll take a look at this one. It looks like you have two questions there. But we can try to take a look at them.
 
#abDC[XXXXX] is

hero.childfound[XXXXXX].field[abDC].value

Thanks, so to essentially recreate a macro routine for something that doesn't yet exist I'd just replace the [abDC] with [unique id]?

Like this
hero.childfound[takemeto].field[Funkytown].value
 
No, that's just the ab series of macros - abDC, abvalue, abvalue2, etc.

That's disappointing, I thought it may have been just that simple.:(

So is there an extensive list of the other macros and the underlying scripts for examination?
 
Back
Top