Twitter SMFHacks Facebook SMFHacks SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
June 18, 2013, 05:31:41 pm

Login with username, password and session length
Members
Total Members: 10807
Latest: GoldDigger1950
Stats
Total Posts: 32558
Total Topics: 5507
Online Today: 80
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 2
Guests: 67
Total: 69
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Arcade Master Question  (Read 1500 times)
FrizzleFried
Badge Awards Member
Full Member
*****
Offline Offline

Posts: 128



View Profile
« on: August 06, 2012, 05:06:03 pm »

I have a user who has 12 wins....

Yet he's not been awarded the Arcade Master badge.

How/when does that trigger?  It says 10+ on it... one would assume that meant 10+ wins?

Thanks!
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 11051


View Profile
« Reply #1 on: August 06, 2012, 05:21:01 pm »

Means 10+ Championships at a time. They would need to have high scores on 10 or more games at one time to get the badge
Logged
FrizzleFried
Badge Awards Member
Full Member
*****
Offline Offline

Posts: 128



View Profile
« Reply #2 on: August 06, 2012, 06:12:48 pm »

Correct....they have 12 showing under the BEST PLAYERS (Champions) list... but no badge has been granted hence the reason he asked...

Does it check every 24 hours or something?

I have 9 people with that badge... but this user just got the 10th, 11th and 12th champion today... and no badge.
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 11051


View Profile
« Reply #3 on: August 06, 2012, 06:21:03 pm »

At the moment it is checked when being rebadged or another action that rechecks all badges.
Have to add a code edit to the arcade system to have it do an instant check.
Logged
FrizzleFried
Badge Awards Member
Full Member
*****
Offline Offline

Posts: 128



View Profile
« Reply #4 on: August 06, 2012, 06:44:32 pm »

OK... what code needs to be added and where do I add it?

Since he hit 10+ championships,  other badges HAVE been automatically issued...
Logged
FrizzleFried
Badge Awards Member
Full Member
*****
Offline Offline

Posts: 128



View Profile
« Reply #5 on: August 07, 2012, 10:06:39 am »

UPDATE: Badge still not given.  What "other" badge(s) would need to be earned for this to automatically update?

Sure ... I know I can re-badge... but that's not how it's supposed to work... right?
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 11051


View Profile
« Reply #6 on: August 07, 2012, 11:28:46 am »

OK... what code needs to be added and where do I add it?

Since he hit 10+ championships,  other badges HAVE been automatically issued...
Have to work on it Need to analyze smf arcade to see where best to insert it.
Logged
FrizzleFried
Badge Awards Member
Full Member
*****
Offline Offline

Posts: 128



View Profile
« Reply #7 on: August 07, 2012, 12:10:41 pm »

Well,  I just REBADGED members... and... with 11 CHAMPIONSHIPS he is still not getting the 10+ Arcade badge...

 Huh
Logged
FrizzleFried
Badge Awards Member
Full Member
*****
Offline Offline

Posts: 128



View Profile
« Reply #8 on: August 08, 2012, 10:00:12 am »

OK... I am very confused.

My user still has 11 championships.  I've re-badged... but he DOES NOT get the badge.  What am i doing wrong?  Why do I have 9 users who automatically got badges but this guy isn't getting his?  Based on what you describe above,  I would have thought a REBADGE would have given him his badge... it didn't.

What's up?

Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 11051


View Profile
« Reply #9 on: August 08, 2012, 10:12:50 am »

Will look into code later tonight.
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 11051


View Profile
« Reply #10 on: August 08, 2012, 11:55:19 pm »

Code for instant badge check after a new score in the arcade. Will be added to next release of badge awards as well.

For SMF 2.0

Open Sources/Subs-Arcade.php

Find
Code:
cache_put_data('arcade-stats', null, 120);

Add After
Code:
// Badge Awards
global $sourcedir, $modSettings;
if (!empty($modSettings['badgeawards_enable']))
{

global $sourcedir, $user_info;
require_once($sourcedir . '/badgeawards2.php');
if ($member['id'] != 0)
Badges_CheckMember($member['id']);
}
// End Badge Awards

For the arcade master badge issue was I had the code set to 25 instead of 10
Hot fix open sources/badgeawards2.php
Find
Code:
if (!in_array($badgeAction,$currentBadges) && $totalRow['total'] >= 25)
Change to
Code:
if (!in_array($badgeAction,$currentBadges) && $totalRow['total'] >= 10)
Logged
FrizzleFried
Badge Awards Member
Full Member
*****
Offline Offline

Posts: 128



View Profile
« Reply #11 on: August 09, 2012, 11:03:00 am »

Awesome...

THANKS!

I actually changed things a bit...

I changed Arcade Champion to Arcade Champion - Silver (50+)... I then added an Arcade Champion - Bronze (25+) and an Arcade Champion - Gold (100+).  The fact that I already have two members with an Arcade Champion - Gold (100+) tells me that I'm going to likely have to come up with an Arcade Grand Dragon (250+) or something.  Smiley

I did change the CHAMPION badge for GOLD and BRONZE to gold and bronze colors... if you decide you'd like to go with this idea for the official mod I'd happily upload the PNG files.

Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  

Recent
[Today at 05:22:14 pm]

[Today at 07:27:33 am]

[Today at 06:10:04 am]

[June 17, 2013, 12:27:50 pm]

[June 16, 2013, 08:17:21 pm]

[June 16, 2013, 07:29:04 am]

[June 15, 2013, 08:34:38 pm]

[June 14, 2013, 10:28:18 pm]

[June 13, 2013, 11:00:52 pm]

[June 12, 2013, 03:37:47 am]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 1.165 seconds with 21 queries.