Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[TE & EE Bug Fix] Improper Damage Blit Transfers


balliztik1
 Share

Recommended Posts

Whenever you cross over to a new map, any damage you've done to an NPC on the previous map will blit over the corresponding NPC on the new map. It's a very simple fix to a someone annoying bug that has been around for ages.

Search for this code:

```
    If (casestring = "checkformap") Then
```
It may be slightly different in older versions. In all cases, search simply for "checkformap" and you should be guided to the right place. Once there, paste this under it:

```
        NPCWho = 0
```
That's all there is to it. Simple.

Also, I noticed a bug in Firefox while typing up this bug fix. Are my bug finding days never over? *throws hands up in disgust*
Link to comment
Share on other sites

Yes, this is not meant to be used with http://www.touchofdeathforums.com/smf/index.php/topic,46462.0.html. The bug fix is slightly different under that system. I added this fix as it pertains to that tutorial. If you added it before the fix, check out step 2.
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...