Jump to content

Starting Spells Question


theundreaming

Recommended Posts

FOUND IT! Okay I shall post the result in case anyone else wishes to edit their own starting spells or remove the Healing/Flames (and/or any racial spells)



in the Quest -> Main Quest -> MQ101 -> Scripts tab -> MQ101QuestScript -> R-Click the script entry -> edit source -> Scroll down about 75% the way down, you should see something like this:


; add racial spells to player
function AddRaceSpells()
; remove all racial spells first, just in case
Actor player = Game.GetPlayer()
RemoveRaceSpells(player)

; add race spells
Link to comment
Share on other sites

EDIT ABOVE: Okay this section apparently doesn't affect starting spells >.> only racial. I'm still on the hunt for the starting Healing/Flames spells... where oh where are you....

 

EDIT 2: Okay found it:: Actors -> Actor -> (clicking on Actor itself not the drop down button, search "Player") -> Edit Player -> SpellList tab -> Ta Da!!!!! :D

Edited by theundreaming
Link to comment
Share on other sites

  • 5 years later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...