Arcturus Emulator Default Duckets/Diamonds Amount

Results 1 to 5 of 5
  1. #1
    Member Reize is offline
    MemberRank
    Aug 2015 Join Date
    71Posts

    Arcturus Emulator Default Duckets/Diamonds Amount

    i know its located on users_currency table, but how do i set the default amount? (im using revcms)


  2. #2
    Proficient Member Jeanzinh0 is offline
    MemberRank
    May 2009 Join Date
    BrazilLocation
    175Posts

    Re: Arcturus Emulator Default Duckets/Diamonds Amount

    Find the line that adds a new user and add this one after
    PHP Code:
    $this->driver->query("INSERT INTO users_currency (user_id, `type`, amount) VALUES ('"$this->getInfo($user'id')[0]['id'] ."', '0', '"$pixels ."')")


  3. #3
    Member Reize is offline
    MemberRank
    Aug 2015 Join Date
    71Posts

    Re: Arcturus Emulator Default Duckets/Diamonds Amount

    Quote Originally Posted by Jeanzinh0 View Post
    Find the line that adds a new user and add this one after
    PHP Code:
    $this->driver->query("INSERT INTO users_currency (user_id, `type`, amount) VALUES ('"$this->getInfo($user'id')[0]['id'] ."', '0', '"$pixels ."')")

    thank you so much :)

  4. #4
    Member Reize is offline
    MemberRank
    Aug 2015 Join Date
    71Posts

    Re: Arcturus Emulator Default Duckets/Diamonds Amount

    i did this, but doesnt seem to work as the inserted id was 0

  5. #5
    Member MikeD is offline
    MemberRank
    Jul 2018 Join Date
    54Posts

    Re: Arcturus Emulator Default Duckets/Diamonds Amount

    Lmao... go to your database. Then pop up "server_settings" and somewhere there you will see it.



Advertisement