What templates are missing?
I would love to get mine up and running again too
EDIT -
Looks like I found it
rpg_battle_userinbattle
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title>$vboptions[bbtitle] - Battle Error</title>
$headinclude
</head>
<body>
$header
$navbar
<form name="enterbattle" method="post" action="battlefight.php?do=enterbattle">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="77%" valign="top">
<table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#000000" width="100%">
<tr>
<td width="100%">
<p align="center"><b>Battle System</b></td>
</tr>
<td width="100%" valign="top">
<table cellpadding="4" cellspacing="0" border="1" width="100%" bordercolor="#000000" style="border-collapse: collapse" height="311">
<tr>
<td rowspan="2" width="10%" height="284"> </td>
<td height="19"> </td>
<td rowspan="2" width="10%" height="284"> </td>
</tr>
<td width="79%" align="center" valign="middle" height="228"> <br /><br /><br /><br /><br /><br />
$message<br /><br /><br /><br /><br /></td>
</tr>
</table>
</td>
</tr>
</table>
$footer
</body>
</html>
Incase anyone else is having the same prob.