Give me examples of these types of doors. sql insert and an explination of where it is and what it is supposed to do
[Edit]
Never mind, code updated opentype 58 and 57 will teleport now if dest_zone isn't 'NONE'. Try to restict opentype 58 to Pokbooks as it seems the intention, if we ever start tracking expansions per account opentype 58 will be limited to Planes of power enabled accunts
Opentype 57 is used for things like the old teleport pots in Timorous, and maybe in some pop zones, You can get the same effect by changeing them to opentype 58 however with out any code changes,
update doors set opentype=58 where dest_zone!='NONE';
|