endersblade Posted November 1, 2021 Share Posted November 1, 2021 Ok, I can't figure this out. I've modified missiles.txt to chande ice bolt to glacial spike, fire bolt to fire ball, and charged bolt to chain lightning in an effort to make cooler skeletal mages. I modified Necromage2, 3, and 4. I left Necromage1 alone. I made sure the CelFile name matched the same cell for the relevant ability, I made sure AnimLen and AnimSpeed were matched, and I also matched up TravelSound and HitSound. I left Monstats.txt alone, as it will still be using Necromagemissile, which I also left alone. For testing purposes, I started a new Necro, got high enough to summon mages, and after expensive testing, they are still just casting their default spells. What am I doing wrong? Link to comment Share on other sites More sharing options...
MdanceMYTH Posted November 3, 2021 Share Posted November 3, 2021 (edited) The file "missiles.json" contains the following lines: "necromage_1": "poison_nova", "necromage_2": "icebolt", "necromage_3": "firebolt", "necromage_4": "charged_bolt". That is, they are the ones who send the line from missiles.txt to a specific file. Try replacing references to your new skills. The syntax, I think, is clear: If in missiles.txt the file is designated as FrozenOrb (CellFile), then in missiles.json the link to it will be registered as frozen_orb Edited November 3, 2021 by MdanceMYTH Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now