I assume you're talking about the Timira boss fight.
Considering objects in Tibia have unique ids and each id has its own parameters with their own parameters, I don't see why it wouldn't work. Ultimately you'd have something like (numbers are just examples):
Bucket id: 564
Tile in the first room of Timira fight id: 345
Then the tile is probably coded like: "If id 564 is used on 345, do action X, otherwise do nothing"
I really doubt CipSoft has added some sort of validation for these, so they should work normally.