Jump to content

Removing/replacing mage kits


StrixO

Recommended Posts

I have made a "master of no-life" kit which replace the necromancer.

...

COPY_EXISTING ~KITLIST.2DA~ ~override/KITLIST.2DA~

SET_2DA_ENTRY 29 7 8 ~0x00001200 ~ change unusables

...

It seems to work.

 

I've never had any success changing the usability codes for mages. For example, I've tried changing the 'conjurer' usability flag to 0x00004000 (i.e. use the restrictions of the parent class) and the conjurer it still unable to use an 'identify' scroll. Am I misunderstanding usage?

 

Thanks!

Link to comment
I've never had any success changing the usability codes for mages. For example, I've tried changing the 'conjurer' usability flag to 0x00004000 (i.e. use the restrictions of the parent class) and the conjurer it still unable to use an 'identify' scroll. Am I misunderstanding usage?
So what kind of .tp2 code do you have in usage?
COPY_EXISTING  ~KITLIST.2DA~	~override/KITLIST.2DA~
SET_2DA_ENTRY 23 7 8 ~0x00000000	~

Should work... as the parent class is 0x00000000, while the 0x00004000 is indeed the 'mage generalist', but it doesn't matter much in this case cause the last columns 'class' is 1 either way.

Link to comment
So what kind of .tp2 code do you have in usage?

COPY_EXISTING  ~KITLIST.2DA~	~override/KITLIST.2DA~
SET_2DA_ENTRY 23 7 8 ~0x00000000	~

Should work... as the parent class is 0x00000000, while the 0x00004000 is indeed the 'mage generalist', but it doesn't matter much in this case cause the last columns 'class' is 1 either way.

 

I haven't bothered with writing code, I've just directly edited kitlist.2DA via NI. Changing the usability column to 0x00004000 or 0x00000000 do not affect the scrolls a mage specialist is able to scribe. Is this because, for the Conjurer for example, every divination scroll has an "unusable by Conjurer" flag attached to it? Or is there a hard-coded effect that automatically returns a "Your spell school does not permit you to learn this spell." (str ref 72874) whenever a conjurer-labeled kit tries to scribe a divination scroll? Or have others successfully had specialist mages scribe spells of opposition schools?

 

Ultimately, it seems I'm confused about this: what does the usability code apply to for specialist mages? What does it affect, if not scroll scribing?

Link to comment
I have made a "master of no-life" kit which replace the necromancer.
Yeah, I seem to remember that kit somewhere else too, any better download links than this one? :suspect:

 

This one is very old, (and so on not finished and buggued) but i'm not planning to post furher wips. This one was just posted for an spécial reason, discussed on a french forum. The next release will be the 1.0, but the date of release isn't fixed.

 

And cool :laugh:, i'm happy to see that the DUKP is known on another community than the french one :D

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...