Hi, I'm using a setmaptile script in the lab's map but everytime it doesn't work properly and it changes the wrong blocks, but that's not all: I'm trying to change 6 blocks but it actually changes 20-25 blocks!
I'm using setmaptile 0x(X coordinate) 0x(Y coordinate) 0x(hex number of the block) 0x(0 or 1) followed by "special 0x8E".
The script is simply this one anyway:
Quote:
setmaptile 0xA 0x3 0x223 0x1
setmaptile 0xB 0x3 0x224 0x1
setmaptile 0xC 0x3 0x225 0x1
setmaptile 0xA 0x2 0x21B 0x1
setmaptile 0xA 0x2 0x21C 0x1
setmaptile 0xA 0x2 0x21D 0x1
special 0x8E
end
|
And I'm using "01 script setmaptile" on Header view (I've got the same problem even in a common script anyway).
I've already tried to insert the map again but the problem persists. What shall I do?