Quote:
Yesterday at 08:07 PM sonic3d said this in Post #1679
is ne willing to expand on what this says
PHP Code:
$damagedone = @floor(($weapon[damage] + $regattbonus) * $uelemod * $anger + $bonusattack - $armor - $regdefminus);
i know it sats weapons damage plus the atk then does it times the element and anger plus the bonus atk. and it minuses from whose armor and def?
l8er
sonic
|
See
https://vborg.vbsupport.ru/showthrea...314#post359314 for more information.
Quote:
Today at 12:34 AM eXentriC_nova said this in Post #1680
about my 2nd problem I am using the latest version
and I dont think the template have the default selection selected.
|
Open the battle_arenadraw template. Find:
Code:
<input type="radio" name="charaction" value="drawno">
and change it to
Code:
<input type="radio" name="charaction" value="drawno" CHECKED>
Quote:
Today at 04:46 AM engquist said this in Post #1681
I have another question:
people don't have their money count shown in their postbit (the postbit shows no value whatsoever for their money not even 0) , nor can I donate to them until they've fought a battle, I am using Lesane's store points.....how can I have their money always shown and active even if they haven't fought the first battle?
thank you for your time everyone!
my testing forums are at:
http://rom.gloriousff.com/forums2/
|
Try putting $post[storep] in place of the other money variable in your postbit template.
There should be no restriction on when you can donate to a user. Are you sure that they have to have completed a battle before you can donate to them? What error message are you getting?