• 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.

Change values ​​(Arcturus Emulator)

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 18, 2017
Messages
48
Reaction score
3
Hello! I need to change some values ​​in the Arcturus Emulator emulator in which they are:
- Change the amount of credits, diamonds and duckets at the time of registration or a new user. I can not find where this could be changed, in users it is not and in users_currency I can not find the value 'default'.


- Activate the target offers or mega offer alert and where you could configure it.
thanks for help
 
Junior Spellweaver
Joined
Jan 28, 2013
Messages
157
Reaction score
104
Any default values for new users are handled by your CMS, not Arcturus itself. Some values can be modified in the DB if you change the default table values.

Not sure on the targeted offers though...
 
Upvote 0
Newbie Spellweaver
Joined
Feb 18, 2017
Messages
48
Reaction score
3
Any default values for new users are handled by your CMS, not Arcturus itself. Some values can be modified in the DB if you change the default table values.

Not sure on the targeted offers though...
I know, but in the case of new users. I use braincms that 'is adapted to arcturus', I put the amount of the credits, diamonds and duckets but when registering the amount that I have configured does not appear.
 
Upvote 0
Newbie Spellweaver
Joined
Aug 22, 2015
Messages
71
Reaction score
9
i've been struggling with this too, after awhile i managed to sort this out
i added this code on add user function
$engine->query("INSERT INTO users_currency (user_id, `type`, amount) VALUES ('". $this->getID($username) ."', '0', '2500')");
 
Upvote 0
Initiate Mage
Joined
Jun 2, 2023
Messages
2
Reaction score
0
In the class.user.php part, you look for: lastInsertId after it put this code:

You can change according to configured currencies
0 = Duckets
5 = Diamonds
103 = GOTWS

With this code when users create their account it automatically adds the coins.
 

Attachments

You must be registered for see attachments list
Upvote 0
Status
Not open for further replies.
Back
Top