Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: SimDing0™
« on: March 21, 2008, 09:31:47 PM »

Balls, that's not good. Will fix.
Posted by: the_question
« on: February 17, 2008, 11:25:59 AM »

In the latest d0tweak release, you've macroed the summoning removal cap, including a patch for item global effects which is a copy of the patch for extended header effects. The problem here is that you didn't change two instances of "%index2%" to "%index%", so the patch is reading random values based on variables that may have been set by the previous file (this is applicable to both the spell and item patches, by the way). Not that there's all that many equipping effects that do stuff with the summoned gender, but it's nice to be thorough and not read out of bounds.

You may also want to do a global "WRITE_ASCII offset string" -> "WRITE_ASCII offset string #8" find replace at some point (ditto for WRITE_ASCIIE undsoweiter) as there're still a few points where old script resrefs are not being completely overwritten.

More perfectionistic nagging to come!


tnx :-ban