mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
added exp rate to the list
This commit is contained in:
parent
ecef4de2d2
commit
b212e9fb0f
@ -60,6 +60,8 @@ if(isset($config['lua']['experience_stages']))
|
|||||||
echo '<li>Houses with inactive owners are cleaned after 30 days.</li>';
|
echo '<li>Houses with inactive owners are cleaned after 30 days.</li>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(isset($config['lua']['rate_exp']))
|
||||||
|
$config['lua']['rateExp'] = $config['lua']['rate_exp'];
|
||||||
if(isset($config['lua']['rate_mag']))
|
if(isset($config['lua']['rate_mag']))
|
||||||
$config['lua']['rateMagic'] = $config['lua']['rate_mag'];
|
$config['lua']['rateMagic'] = $config['lua']['rate_mag'];
|
||||||
if(isset($config['lua']['rate_skill']))
|
if(isset($config['lua']['rate_skill']))
|
||||||
@ -72,7 +74,10 @@ if(isset($config['lua']['experience_stages']))
|
|||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<h2>Rates</h2>
|
<h2>Rates</h2>
|
||||||
<?php if(isset($config['lua']['rateMagic'])): ?>
|
<?php if(isset($config['lua']['rateExp'])): ?>
|
||||||
|
<li>Exp Rate: <b>x<?php echo $config['lua']['rateExp']; ?></b></li>
|
||||||
|
<?php endif;
|
||||||
|
if(isset($config['lua']['rateMagic'])): ?>
|
||||||
<li>Magic Level: <b>x<?php echo $config['lua']['rateMagic']; ?></b></li>
|
<li>Magic Level: <b>x<?php echo $config['lua']['rateMagic']; ?></b></li>
|
||||||
<?php endif;
|
<?php endif;
|
||||||
if(isset($config['lua']['rateSkill'])): ?>
|
if(isset($config['lua']['rateSkill'])): ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user