Issues with mystic spell

fl0pster

Active Member
have your checked your mystic spell export file to see if the spell is listed in the export?
 
Double check your AA's, do you REALLY have this ability? Check your spellbook, and try to manually cast the spell.
yes I do, it is on my hotbars I use the spell by hand. aa is correct ect it is NOT showing up in the mystic spell export...
 
Last edited:

Kannkor

Ogre
yes I do, it is on my hotbars I use the spell by hand. aa is correct ect it is NOT showing up in the mystic spell export...
In the console do the following:
echo ${Me.Ability[umbral barrier]} * ${Me.Ability[umbral barrier].ID}
(If I spelt it incorrectly, make sure you use the proper spelling).
If you get NULL * NULL, wait 5 seconds, and do it again. It should return the spell name and a number.
copy/paste that into here.

Now, run a spellexport, and watch the console. You should see something about this ability. It may say adding it, skipping it, something. Copy/paste any lines that are associated with it.
Then at the very end of the spellexport, it should say it saved some place, copy/paste that line also.
 
Top Bottom