Torchmodders

Modding => Modding Questions => Topic started by: Kaldreth on August 23, 2015, 02:05:13 pm


Title: Need help creating spell scrolls
Post by: Kaldreth on August 23, 2015, 02:05:13 pm
Hi, I've been looking for a tutorial that explains the process for converting a skill into a spell scroll. After several hours searching multiple websites, I can't seem to find anything on this. Would anyone be able to guide me through the process? I want to convert a few skills from some class mods into spell scrolls for my own game.

Thanks in advance.
Title: Re: Need help creating spell scrolls
Post by: Kva3imoda on August 23, 2015, 04:24:01 pm
Hi Kaldreth and welcome!  :)

You can see how it is done in this mod made by RnF:
RnFs Skill Spells v1.3a (http://www.runicgamesfansite.com/vbdownloads.php?do=file&fileid=3253)
Perhaps all necessary skills are ready.

RG forum link:
http://forums.runicgames.com/viewtopic.php?f=48&t=55897
Title: Re: Need help creating spell scrolls
Post by: Phanjam on August 23, 2015, 04:50:30 pm
Hi Kaldreth welcome to Torchmodders :)

Kva, thanks for the link. Cant believe i never noticed that mod before!
Title: Re: Need help creating spell scrolls
Post by: Kaldreth on August 24, 2015, 06:04:27 pm
Thanks for the welcome  ;D.

Hi Kaldreth welcome to Torchmodders :)

Kva, thanks for the link. Cant believe i never noticed that mod before!

I did come across this mod, and I unpacked it to take a look. While I understand what was changed, I feel like I'm missing out one some important details. The first test spell I created didn't let my character learn the spell that was designated. I either missed a setting, or I'm not using the correct "Name" for the spell. Apparently, it's not a complicated process but it's tricky enough to stall me. 

Either way, I've already messaged the creator of that mod through Steam. He hasn't been on in over a month, but I'm hoping he'll respond soon.
Title: Re: Need help creating spell scrolls
Post by: gytfunke on August 24, 2015, 06:40:29 pm
Hi Kaldreth,

I believe the only line you need to add is:


Code: [Select]
<STRING>SKILL_TYPE:
then use OFFENSIVE, DEFENSIVE or CHARM.

Title: Re: Need help creating spell scrolls
Post by: Phanjam on August 25, 2015, 12:04:59 am
I've already messaged the creator of that mod through Steam. He hasn't been on in over a month, but I'm hoping he'll respond soon.

Yeah RnF has had to give most of his time back to RL. We miss him so!

Hey, post back if Gyt's tip worked for you 'kay?