Avenger Posted May 10, 2009 Posted May 10, 2009 This effect is less hardcoded than I thought (though it is still somewhat restricting) based on parameter2, it applies the following spells on the copy: 1 - MISLEAD 2 - PROJIMAG 3 - SIMULACR This means, it is possible to alter the restrictions/visuals as the restrictions and visual effects are coded in those spells.
igi Posted July 26, 2009 Posted July 26, 2009 Does the same script get set for each copytype, or does that vary with param2 as well?
Avenger Posted July 26, 2009 Author Posted July 26, 2009 Sorry, i don't see any place where it sets scripts. If anyone wants to take a peek, effect offset is: 0x0053C9BF
Taimon Posted July 26, 2009 Posted July 26, 2009 As far as I can tell, all script slots are cleared for all types. The Mislead type (1) has something special: If the master had a class script set, the resref is adjusted by appending an 'M' (or setting the eighth char to 'M') and then assigned to the mislead copy as class script.
devSin Posted July 26, 2009 Posted July 26, 2009 I thought always it appended M and ended up with itself (i.e., useless with eight-char scripts). Nice to know that it isn't quite as worthless as I'd (for whatever reason) believed. It is used in the game (Jon's finale at the tree, but it's broken because the source's class script has to exist and actually do something IIRC), so at least they had a purpose for it. I think there are a couple MAGE* generics with their *Ms too, but I don't remember them being used with scripts that were both A) actually assigned, and B) actually cast Mislead. It's too inflexible to really be useful in any case.
Avenger Posted July 27, 2009 Author Posted July 27, 2009 As far as I can tell, all script slots are cleared for all types.The Mislead type (1) has something special: If the master had a class script set, the resref is adjusted by appending an 'M' (or setting the eighth char to 'M') and then assigned to the mislead copy as class script. Wow, nice. I didn't find it because i looked for whole resrefs.
igi Posted July 27, 2009 Posted July 27, 2009 Wow, nice. I didn't find it because i looked for whole resrefs. It's been in the IESDP for ages (not often I get to say that to you Avenger ) - that's what prompted by query about scripts set by this opcode in the first place.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.