bytsis i found few bugs in the 0.58
1. when you fight there is al little stat in the attackform that only give the stats of the right profile
Wager input is forgetted!
2. you must change in template
battle arena
PHP Code:
<p><b><normalfont>How much money would you like to wager?</normalfont></b></p>
<br>
TO
PHP Code:
<p><b><normalfont>How much money would you like to wager?</normalfont></b></p>
<input type="text" name="wager">
<br>
Then the wager will work
3. All the items that i had are now doubled lol
And for the flip of the oppenent download attachment unzip in folder images/classes and find in
Template:
Battle Arena
For
PHP Code:
<img src="https://vborg.vbsupport.ru/images/classes/$opponent[classfolder].gif">
And replace with
PHP Code:
<img src="https://vborg.vbsupport.ru/images/classes/flip_$opponent[classfolder].gif">
That's it! :nervous: