Hello , i'm using znote aac and the page monster_loot is not showing the loot that drop inside bags. I hope someone can help me with this .
heres the php:
znote monster_loot.php
heres the php:
PHP:
<?php require_once 'engine/init.php'; include 'layout/overall/header.php'; ?>
<?php
###### MONSTER LOOT CHECKER ######
###### VERSION: 1.5
$otdir = 'misc/';
// In percent (highest first).
$rarity = array(
'Not Rare' => 7,
'Semi Rare' => 2,
'Rare' => 0.5,
'Very Rare' => 0
);
?>
<script...