The Arcive of vBulletin Modifications Site. |
|
No jackpot with IBPro Arcade Details »»
|
|||||||||||||||||||||||||
Alright I'm hoping someone can help me out.
I installed VBux fine I installed the IBProArcade addon fine, it takes a user's points away alright but the problem is if the user wins the game. If a user wins and is first place they dont receive the jackpot which I have set at a 1000 points. Does anyone know what settings I may have to set in order to have the user win points if they win a trophy or something? Because it seems nothing I do helps yet the cost of playing is taken away. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
im having this problem also.
|
|
#3
|
||||
|
||||
|
me too
|
|
#4
|
|||
|
|||
|
bump
|
|
#5
|
|||
|
|||
|
It appears the issue is caused by ibproarcades code.
I was able to fix this problem by editting the arcade.php and changing this Code:
$vbversion = substr($vboptions[templateversion],0,3);
if ($vbversion != "3.0")
{
($hook = vBulletinHook::fetch_hook('ibproarcade_new_champ')) ? eval($hook) : false;
}
Code:
// $vbversion = substr($vboptions[templateversion],0,3);
// if ($vbversion != "3.0")
// {
($hook = vBulletinHook::fetch_hook('ibproarcade_new_champ')) ? eval($hook) : false;
// }
|
|
#6
|
||||
|
||||
|
Quote:
Sorry, no points also with this change.
|
|
#7
|
||||
|
||||
|
has anyone been able to slove this ?
I managed to solve this. I entered some direct values via mysql to the table. I have the jackpot set at 50, but it pays 100 when there is a top score at every game. I updated the games table with jackpot=50 |
![]() |
|
|