Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
There is a Arcane/Divine tag on the cHelp class Thing. You just need to delete the Divine and add the Arcane.Is it possible to script a change as a variant class that transforms divine spellcasting into arcane spellcasting?
This would be more about changing the spell list custom expression as HL really does not know the difference between arcane/divine.Basically, I want to take a Paladin and trade their divine paladin spells for arcane wizard spells.
I need the details on stripping the hero.divine tag and pushing the hero.arcane tag
perform hero.delete[Hero.Divine]
perform hero.assign[Hero.Arcane]
perform linkage[varies].delete[CasterSrc.Divine]
perform linkage[varies].assign[CasterSrc.Arcane]