Quantcast
Channel: OTLand
Viewing all articles
Browse latest Browse all 32017

znote monster_loot.php

$
0
0
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:
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...
znote monster_loot.php

Viewing all articles
Browse latest Browse all 32017

Trending Articles