View previous topic :: View next topic |
Author |
Message |
rhys 2k9
Joined: 08 Sep 2009 Posts: 1
|
Posted: Tue Sep 15, 2009 9:32 pm Post subject: Re: Grammar Mistakes/Typos (Minor Bugs) - Report Them Here |
|
|
why isn't my level going up its been on 1 more xp for 2 days
and it says 9 xp next turn
im getting the rest just not xp |
|
Back to top |
|
 |
j0hn_c3na Forum Admin
Joined: 19 Jun 2005 Posts: 385 Location: Portugal
|
Posted: Wed Sep 16, 2009 12:53 am Post subject: |
|
|
I split your post from the topic where you posted.
Next time just create a topic to report bugs you find.
As for the "bug".
It's not a bug.
Exp per turn will only get you as far as 1 exp needed to level up.
In order to level up you have to attack and win a battle. _________________ Forum Admin
Problem With My Modding? PM Me Or bashar |
|
Back to top |
|
 |
bashar Forum Admin
Joined: 18 Feb 2005 Posts: 1442 Location: Bucharest
|
Posted: Wed Sep 16, 2009 8:19 am Post subject: |
|
|
i already added tooltips to tell players about this.
Don't know how to tell people better. |
|
Back to top |
|
 |
dorazdu
Joined: 17 May 2005 Posts: 193 Location: Bucuresti
|
Posted: Fri Sep 18, 2009 7:40 pm Post subject: |
|
|
something like this .....
Code: |
if($user['exp_need']==1){
$spl_txt = ' & <span color=red><b>1</b> victory</span>';
}else{
$spl_txt = '';
};
$exp_need_menu_txt = 'Exp needed: '.$user['exp_need'].' '.$spl_txt;
|
_________________ n
=> ?
(k!)
k=0 |
|
Back to top |
|
 |
|