viewtopic.php?f=12&t=2971Your error is most likely that "0x007B31F8 read 0x00000010", isn't it? Check your WoW Error. If it is so, follow instructions given in topic I have linked to you. I have highlighted what is most important for you.:
"This is one of the more hairy topics to approach. However, I have a failsafe way to handle it. Basically, each chunk can contain 4 textures (each on a layer), which each can have a specific applied groundeffect ID. The ID is further defined within the .dbc, however, this is not important. The most important thing is simple; Wow tries to visual a groundeffect for a texture that is not existing. On a chunk with 3 layers, but 4 ground effects noted, it is bound to lead to a "false", leading to a crash.
A simple fix is easy; simply use the texture painter, apply some texture, set it to some size but the lowest speed and apply it onto the adt, until every chunk has 4 layers. The crashes stop.Another possibility is to remove all the groundeffects IDs (MCLY) for every chunk, or even specific chunks, to avoid the problem. Refer to the 010 Editor for that.
The last one is to completely change the groundeffects according to needs. Either by hex, or getting a tool (post it once you have it.)"
I will also add that lowest speed AND lowest opacity would be optimal for you to really avoid painting something you don't want to somewhere where you don't want to.Thats for your problem. I will also support kojak's advice - editing blizzlike data, especially ADT files, can be problematic. Its not THAT bad like it used to be with older version of noggit, there is much lower number of problems you can get, but I would still recommend you to create and edit your wholly custom map.