array( 'x' => 0, 'y' => 0, 'z' => 0 ), // 'oot' => array( 'x' => -9199, 'y' => 390, 'z' => 5 ), 'ecommons' => array( 'x' => 846, 'y' => -1067, 'z' => -2 ), ); /***************************************************** ** permissions for each user level. ALL applies to ** ** users other than ROLEPLAY, ANON, and GM ** ** PUBLIC/PRIVATE are turned on using a quest ** ** variable. For more information there is a ** ** readme and example quest file in the Quest ** ** Permissions directory. ** ** 0 = display 1 = block ** *****************************************************/ $permissions = array( 'ALL' => array( 'inventory' => 0, 'coininventory' => 1, 'coinbank' => 1, 'bags' => 1, 'bank' => 1, 'corpses' => 1, 'flags' => 0, 'AAs' => 0, 'factions' => 0, 'advfactions' => 0, 'skills' => 1, 'languageskills' => 0, 'keys' => 0, 'signatures' => 0), 'ROLEPLAY' => array( 'inventory' => 0, 'coininventory' => 1, 'coinbank' => 1, 'bags' => 1, 'bank' => 1, 'corpses' => 1, 'flags' => 0, 'AAs' => 0, 'factions' => 0, 'advfactions' => 0, 'skills' => 1, 'languageskills' => 0, 'keys' => 0, 'signatures' => 0), 'ANON' => array( 'inventory' => 0, 'coininventory' => 1, 'coinbank' => 1, 'bags' => 1, 'bank' => 1, 'corpses' => 1, 'flags' => 0, 'AAs' => 0, 'factions' => 0, 'advfactions' => 0, 'skills' => 1, 'languageskills' => 0, 'keys' => 0, 'signatures' => 0), 'GM' => array( 'inventory' => 1, 'coininventory' => 1, 'coinbank' => 1, 'bags' => 1, 'bank' => 1, 'corpses' => 1, 'flags' => 1, 'AAs' => 1, 'factions' => 1, 'advfactions' => 1, 'skills' => 1, 'languageskills' => 1, 'keys' => 1, 'signatures' => 0), 'PUBLIC' => array( 'inventory' => 0, 'coininventory' => 1, 'coinbank' => 1, 'bags' => 1, 'bank' => 1, 'corpses' => 1, 'flags' => 0, 'AAs' => 0, 'factions' => 0, 'advfactions' => 0, 'skills' => 1, 'languageskills' => 0, 'keys' => 0, 'signatures' => 0), 'PRIVATE' => array( 'inventory' => 0, 'coininventory' => 1, 'coinbank' => 1, 'bags' => 1, 'bank' => 1, 'corpses' => 1, 'flags' => 0, 'AAs' => 0, 'factions' => 0, 'advfactions' => 0, 'skills' => 1, 'languageskills' => 0, 'keys' => 0, 'signatures' => 0) ); /*****************************************************/ /***************************************************** ** If you use advertising banner paste the html ** ** into this variable and it will be a banner ** ** at the top of every page. Add