mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
Merge pull request #2 from JasonRox18/patch-2
added exp rate to the list
This commit is contained in:
commit
f393e525a6
@ -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