View Single Post
  #10  
Old 03-04-2011, 03:43 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Just an FYI, but adding 256 to the door ID and using OR is no longer required such as, "($doorid == 78 || $doorid == 334)". Now, you can just use "($doorid == 78 )", as I corrected the +256 issue a while back.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote