Queball_Beast |
04-15-2006 01:24 AM |
Quote:
Originally Posted by Revan
I just died with a monster battle on localhost and the only exp lost is the wager on the battle.
Maybe that's your issue then, your wager was set too high? Because it IS just that, a wager, until I get an algorithm up for determining EXP loss.
As for that postbit error, the regular postbit (not _legacy) doesn't have RPG code in it yet.
|
Ok i`ll Take a look at the wagers for battle.
As for the code in the postbit (not legacy) it is there.
the code said "Find code in postbit"
Quote:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
</div>
|
"add below"
Then "find code in postbit legacy"
Quote:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
</div>
|
"Add below"
Those are all done, I even checked it over again right before I made this post. and it is all there.
But I am wondering if the code for vbplaza in postbit_legacy has something to do with the code for the rpg stats not showing up.
the vbplaza ask for this same code as RPG, vbplaza readme states find this code
Quote:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
|
and add below
Quote:
<!-- vbPlaza start -->
<if condition="$post['giftsdisplay']"><div class="smallfont">$post[giftsdisplay]</div></if>
<if condition="$post['ribbonsdisplay']"><div class="smallfont">$post[ribbonsdisplay]</div></if>
<!-- vbPlaza end -->
|
The readme for vbplaza states I could use either postbit or postbit_legacy. so at first I used postbit but sice my rpg stats were`n showing I change to postbit_Legacy but it is still the same.
And now this is the way the RPG code looks in posbit(not_legacy)
Quote:
</div>
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if><div>$post[reputationdisplay]</div></if>
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
</div>
$rpg_postbit
|
Which is just as the RPG readme first states.
I hope this helps you Revan. And thankyou verymuch for your time and help.:banana:
|