• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Hall of Fame in hotelview (Arcturus)

Newbie Spellweaver
Joined
Mar 8, 2017
Messages
14
Reaction score
1
Hi there!

Does anyone have the hotelview external_variables for the Hall of Fame feature? I can't find it :(
 
Junior Spellweaver
Joined
Feb 22, 2012
Messages
133
Reaction score
23
Hi there!

Does anyone have the hotelview external_variables for the Hall of Fame feature? I can't find it :(

It's not in your variables. Go to your Database and look for "emulator_settings". Then look for
' hotelview.halloffame.query '

The code you want for the value is this
SELECT users.id,username,look,amount AS hof_points FROM users INNER JOIN users_currency ON users.id=users_currency.user_id WHERE users_currency.type = 5 AND users.rank < 5 ORDER BY users_currency.amount DESC LIMIT 8

You can change the users_currency.type = 5 to another number for whatever currency you want to show and change the LIMIT 8 to show more or less users!

Then Restart Arcturus :)
 
Upvote 0
Back
Top