• 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

Quick scripting question

Xykal

Active member
I'm new to the scripting thing, so I apologize for the newbie question. I need to create an archetype that changes an oracle from using the cleric list to the druid list.

I assume I need to use "tagreplace[sClass.cHelpClr,sClass.cHelpDrd]" some how, but I'm unsure of the specific format.

Thanks for your assistance!

Xykal
 
on the archetype you're going to have something like

Code:
perform linkage[varies].tagreplace[sClass.cHelpClr,sClass.cHelpDrd]

You'll have to try out the timing I'd start around pre-levels 5000
 
on the archetype you're going to have something like

Code:
perform linkage[varies].tagreplace[sClass.cHelpClr,sClass.cHelpDrd]

You'll have to try out the timing I'd start around pre-levels 5000

Worked like a dream. thanks!
 
Back
Top