Quote:
Originally posted by Sonikku
Ok..now potions do work, we forgot to put a buff value, sorry ^^;
Now, i found another little bug, if you are challenged, when you recieve the pm with the accept/decline link, if you just click on the Accept/Decline button without clicking on the Yes or No radio button, it automatically declines you...it should redirect you to some error template like saying: You must click Yes or No!
And also, i have some problems with the battle scene, it shows up but in the left corner it says that the battlescene.gif is invalid, and its correctly uploaded.
|
Quick fix for the Decline yes/no bug:
In the template battle_confirm, find:
Code:
<input type="radio" value="No" name="confirmation">
and change it to:
Code:
<input type="radio" value="No" name="confirmation" CHECKED>
This will be fixed in the next version. Thanks
Does the .gif you are using for the battle background show up properly in the admin cp? Does it show up properly in battle?