Open new window
Last update:

OasisOLC and Deaths Gate script reference

Areas and other files for download

Click here to download OasisOLC and DG script patches.

Areas for download:

<%@ page import ="java.io.*, java.util.*, java.lang.*" %> <% File dir = new File("/home/tba_web/areas/"); String[] list = dir.list(); Arrays.sort(list, String.CASE_INSENSITIVE_ORDER); for (int i = 0; i < list.length; i++) { out.println(""+list[i]+"
"); } %>

© 2005 Thomas Arp (Welcor). All rights reserved.