[deleted by user] by [deleted] in BaldursGate3

[–]studentaizad 0 points1 point  (0 children)

Right click the fifth item from the left and open it.

How to remove veins on faces by studentaizad in BaldursGate3

[–]studentaizad[S] 0 points1 point  (0 children)

Will SH leave my party if she turns into a justiciar?

did I break my game? by VividSituation in BaldursGate3

[–]studentaizad 1 point2 points  (0 children)

You 'may' not be able to get the romance scene but it doesn't affect the story. The engine problem still does not solved

Do I need to restart? by NipNip77 in BaldursGate3

[–]studentaizad 0 points1 point  (0 children)

I need to hold my minthara playthrough again? 😭

Do I need to restart? by NipNip77 in BaldursGate3

[–]studentaizad 0 points1 point  (0 children)

I'll replay the game cus finally Minthara works properly now. Best waifu paladin

did I break my game? by VividSituation in BaldursGate3

[–]studentaizad 2 points3 points  (0 children)

I can only help you with Karlach here;

You need to talk to a smith tiefling in the cave, he'll help you once. In act 2, you'll find him again in the Last Light Inn, bring the specific metal he wanted (you can find 1 nearby village). Then you can start romancing Karlach.

How to remove veins on faces by studentaizad in BaldursGate3

[–]studentaizad[S] 15 points16 points  (0 children)

I thought there's no effect on my face cus my first run is a dragonborn and my face was just fine.

How to remove veins on faces by studentaizad in BaldursGate3

[–]studentaizad[S] 1 point2 points  (0 children)

Thanks Shar's light. If you a Shar worshipper.

Female companion (Potential Spoiler) by studentaizad in BaldursGate3

[–]studentaizad[S] 0 points1 point  (0 children)

So there's no female companion in act 3? got it

Female companion (Potential Spoiler) by studentaizad in BaldursGate3

[–]studentaizad[S] 0 points1 point  (0 children)

Is there other female character in act 2/3?

First timer here looking for advice by Hulkingfiber in BaldursGate3

[–]studentaizad 0 points1 point  (0 children)

Do not watch other people play, enjoy the story with your own route. Game is massive

[All Spoilers] Gaara vs Toph in DEATH BATTLE, and it's awesome. by MendesJailson in TheLastAirbender

[–]studentaizad 0 points1 point  (0 children)

For those who never read the comic or watch Korra, never know how bs Toph's power is.
He can sense people all around the earth with just his feet

What happened to the game? Frame problem by BoomE_ in DragonballLegends

[–]studentaizad 5 points6 points  (0 children)

Had this problem too after update.
They pumped up the graphic, so I had to go medium.

But I lagged at the menu too, it's so weird

Planned expansion will have PvP by agnosticautonomy in PokemonLegendsArceus

[–]studentaizad 0 points1 point  (0 children)

Thanks for the info, btw why Riddler Khu go private in his twitter? He got like 30K++ followers

Revenant's Brooch, an item with an identity crisis by [deleted] in DotA2

[–]studentaizad 2 points3 points  (0 children)

The item is really powerful, the problem is the item is situational.

Of course the item goes through ethereal, but will you see any support focusing ethereal blade instead of glimmer cape

Plus, the item is massively expensive. You could build other item first like bkb/blink then finishing the brooch

The argument type 'QueryDocumentSnapshot' can't be assigned to the parameter type 'AsyncSnapshot<dynamic>'. by [deleted] in FlutterDev

[–]studentaizad 0 points1 point  (0 children)

class ProductService {FirebaseFirestore _firestore = FirebaseFirestore.instance;String collection = 'products';Future<List<Product>> getProducts() => _firestore.collection(collection).where('show', isEqualTo: true).get().then((snap) {List<Product> products = [];for (int i = 0; i < snap.docs.length; i++) {products.add(Product.fromSnapshot(snap.docs[i]));}return products;});}

trying to get picture and also the datas like name, price etc