Aller au contenu

frosteeze

GamerLine
  • Compteur de contenus

    5
  • Inscription

  • Dernière visite

Profile Information

  • Hardware
    PC

Visiteurs récents du profil

Le bloc de visiteurs récents est désactivé et il n’est pas visible pour les autres utilisateurs.

frosteeze's Achievements

Newbie

Newbie (1/14)

  • One Month Later
  • Week One Done
  • Reacting Well Rare
  • First Post Rare

Recent Badges

0

Réputation sur la communauté

  1. There is also an artemis.txt that you need to follow on a folder in a higher level than the one in your screenshot.
  2. According to the DB they are within the start and end date. They are also the same event type as the Heaven Burns Red one, which does give out event point rewards. This is weird.
  3. Anyone know why certain events doesn't give points for the reward? Like priconne one as an example gives 0 points when you play a song. The event is still technically running.
  4. That worked, thanks! Gonna paste the code I used to get all the SSR chars from the Ongeki game itself, sans event characters: insert into aime.ongeki_user_card (user, cardId, digitalStock, analogStock, level, maxLevel, exp, printCount, useCount, isNew, kaikaDate, choKaikaDate, skillId, isAcquired, created) select 2, osc.cardId, 5, 0, 1, 70, 0, 1, 1, 0, '2024-01-27 16:03:48.7', '2024-01-27 16:03:48.7', osc.skillId, 1, NOW() FROM aime.ongeki_static_cards osc where name like '%SSR%' and school = '奏坂学園';
  5. Anyone know how to get more gacha cards if you're using ARTEMIS or the 3.40 fullpack? I know there's a Card Maker, but the teknoparrot link died and the main site doesn't have the download I see. And yes, I know someone posted on how to get it using Aqua, but with Artemis it's different. EDIT: Also tried to do insert/update on the gacha card table and it broke the whole game...specifically, if I did an insert to aime.ongeki_user_card, game crashes when I try to get GP after swiping.
×
×
  • Créer...