on=@SpellCast
if (<argo.type> == t_spellbook) // Make sure the spell is being cast from a spellbook,
if (<argn1> == 0||25||26||30) // Spell numbers which your script omitted, which led me to believe you didn't want them used
smsg You do not know how that magic works.
return 1
endif
endif
The left out spells was a mistake on my part Arch Mage is supposed to be abel to cast all spells so i might not even need the spell restrictions at all
.
Anyway im getting this error in the console when i use the scroll in question
01:07:ERROR:(sphere_skills.scp,1651)Undefined symbol 'layer_memory'
if you would like we have a dropbox and a github which you could check out if there is something you want to make sure im not fucking up?
and im sorry for my newbie questions just picked up sphere again after 12 years away from Ultima Online so all my old knowledge is pretty much gone.