Welcome to the RuneGlory Wiki, where we do our best to make your life easier!

You can use the search menu on the right side of the wiki (or at the bottom if you are on mobile) to search for the page you are looking for. The most popular pages can be found on the right side of the wiki aswell (or again at the bottom if you are on mobile).

Difference between revisions of "Main page/Databases/Bestiary"

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.