From RuneGlory
Jump to: navigation, search
Line 60: Line 60:
 
<tr>
 
<tr>
 
<th style="text-align: center!important;"><img title="Slayer experience" src="https://i.imgur.com/KXp4eyU.png" style="height: 25px;"></th>
 
<th style="text-align: center!important;"><img title="Slayer experience" src="https://i.imgur.com/KXp4eyU.png" style="height: 25px;"></th>
<td id="req_equipment" colspan="2"></td>
+
<td id="slayer_xp" colspan="2"></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 124: Line 124:
 
var req_equipment = data[9];
 
var req_equipment = data[9];
 
var locations = data[10];
 
var locations = data[10];
var notes = data[11];
+
if ( data[11] == "" ) {
 +
var notes = "No data available.";
 +
} else {
 +
var notes = data[11];
 +
}
  
 
// Update the table
 
// Update the table
Line 137: Line 141:
 
$( "td#aggressive" ).html( aggressive );
 
$( "td#aggressive" ).html( aggressive );
 
$( "td#notes" ).html( notes );
 
$( "td#notes" ).html( notes );
 +
 +
$( "td#req_slayer_level" ).html( req_slayer_level );
 +
$( "td#slayer_xp" ).html( lifepoints * 100 );
 +
$( "td#req_equipment" ).html( req_equipment );
  
 
// Show results
 
// Show results

Revision as of 15:43, 29 April 2016

Welcome to our items database. Here you can find information about the various items in GrinderScape, including the sources of the items, their uses, minimum and maximum prices, combat statistics, skill requirements and other useful information. There are currently items in the database.