This build file will build the DSRC directory (scripting) of the SWG Source Code. Created by Cekis (cekisswg@gmail.com). IP Address: ${ADDR4} Cleaning the DSRC directory. Cleaning the DSRC script directory. insert into cluster_list (id, name, num_characters, address, secret, locked, not_recommended) select (select nvl(max(id)+1,1) from cluster_list), '${cluster_name}', 0, '${ADDR4}', 'N', 'N', 'N' from dual where not exists (select '${cluster_name}', '${ADDR4}' from cluster_list); update default_char_limits set account_limit = ${max_characters_per_account}, cluster_limit = ${max_characters_per_cluster}; update default_character_slots set num_slots = ${character_slots} where character_type_id = 1; Database Drop Aborted.