Thread: finding doors
View Single Post
  #5  
Old 10-10-2009, 01:04 PM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

Quote:
Originally Posted by KLS
Also I mentioned this in the wiki article but due to a bug somewhere in the door code sometimes the $doorid will return 256 greater than the id the door has in the DB you see I circumvented it by doing if($doorid == x || $doorid == (x+256)) I hope to go back and fix it soon enough though, shouldn't be a huge deal though.
Lots of other stuff on her plate, of course, so the work-around is easy enough to use for now.
Reply With Quote