Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Ingix

#1291
Handled via privat messages, the subscription has arrived.
#1292
Support / Re: please delete my account
03 February 2021, 06:54:17 PM
Done!
#1293
The behavior is correct, but not easily derivable from the log, because it misses the attribution what the source each effect is for. I tried to add that in the log below:

Turn 5 - Neha-B
N plays a Haggler.
N gets +$2.
N plays 2 Coppers. (+$2)
N buys a Messenger.
    N gains a Harbinger. (Haggler)
    N gains a Copper.      (Messenger)
    W gains a Copper.     (Messenger)
N gains a Messenger.
N draws 5 cards.

Both Messenger and Haggler trigger on buying a card. So once the Messenger has been bought, 2 effects trigger and your opponent can choose which to handle first. They apparently choose to handle their Haggler first, they decided to gain a Harbinger, which is not relevant for you at all.

Then, they had to handle the Messenger, ann they chose for both of you to gain a Copper.

Of course, they could have handled the order differently (handle Messenger first and Haggler second), but that wouldn't change the picture, they just gain a Copper first for themselves and you, then gain the Harbinger only for themselves.

#1294
A selection of this kind is not possible in the client and never was for this version. There is a way to specify "I want a Way" or something similar for landscape cards, but for cards the next coarser condition after "specify the exact card" is "card is from expansion X".
#1295
I'll forward this opinion for the new UI. I agree that not being able to see all players' main info at a glance may be detrimental.
#1296
Support / Re: Username change
31 January 2021, 10:26:23 PM
Done!
#1297
General Discussion / Re: Alternative Client - Feedback
29 January 2021, 11:00:12 PM
Thanks for the feedback.  :D After the 48h are over we'll look at what's been said in the different places.
#1298
From Stef (posted on discord):

This weekend (lasting 48 hours, ending Sunday 19:00 UTC) I've opened up one of the development machines.
The next release will have a lot of changes, and this is a way to show and test them, and possibly get feedback.

If you're interested, you're welcome to go to https://alternative.dominion.games/
It's connected to a completely clean database so you'll have to sign up again.
On this version you also can go to the store to get a subscription, but the final step is fake and you can "pretend to pay".

Saturday 19:00 UTC there will be a tournament on this server as well, Quarantine Cup #46.

Feedback on this version is welcome on discord in #qcup-test-feedback, but if it's a long story or detailed description of a bug, it's probably a better idea to post it on our forum. Please do include a game number when applicable.
#1299
Support / Re: Game Result History
29 January 2021, 09:42:54 AM
Oh, I had given up hope on that info being available.

The command then is

!game 65668172

Congrats, you won!

You can also see how many points each player had (and how they were accounted for) and the end deck composition for each player.

Generally you can find the available commands with

!help

and help for a given command by using the -h option

!game -h

But as Josh suggested, I'll make an extra posting to summarize this.
#1300
Support / Re: Known interface problems
28 January 2021, 07:14:11 PM
Your computer doesn't seem to accept the certificate authority, basically some company that verifies (or at least is supposed to) that if someone has a computer that claims to be "dominion.games", that they actually are run by the persons that registered that domain name. Of course, your computer has to trust them, so many of them are built into browsers.

But maybe those were changed/removed on your work computer, or otherwise disabled.

I'm sorry that I don't have better news, but it looks like this might not work permanently from that computer.
#1301
Support / Re: Username change
28 January 2021, 07:05:07 PM
Done!
#1302
Generally the idea is that players choose their language on login, and since this is saved locally in the browser it should be a non-issue after the first time.

There is a way to change the language settings later, you have to change the URL. Normally you play at

dominion.games

But you can also go to

dominion.games/?lang=en

which gives you the English version of the game. Further language codes (replacing the "en" above) are

de: German
fr: French
jp: Japanese
ru: Russian
tc: Chinese (simplified, I think, not sure).
#1303
Support / Re: Game Result History
28 January 2021, 12:25:37 PM
All of the info is stored, but the way players can search for them is limited.

All games have an ID (it can be found at the start of the log and in the chat). If you know this, you can look up details about the game, including who had how many points.

If you don't know the ID (which I assume), then if it was a rated game you can search for it entering one (or more) account names of players in that game.

Where can you do that? On the Dominion discord at https://discord.gg/MGAqrH9

Discord is a text messaging program that is grouped into "servers", and the above is an invitation link to join a discord server that has many active Dominion players, both on- and offline. Discord can be accessed via dedicated programs/apps on desktop pcs and mobile devices, or via a web browser (https://discord.com).

That server has a bot ("DomBot"), that can be asked to do many things with regard to Dominion Online.

The command

!prior -p Ingix -m -n 20

will list my (Ingix') last 20 rated games in multiplayer (the "-m" switch)

You can see who played and the kingdom and the final score, so exactly what you want.

If the game was unrated, you can use the match command, which will look at unrated games as well, between 2 players.

!match Ingix, AnotherPlayer

If you substitute 2 names from the game, there is a chance the result will be listed. I don't know if it will take into account multiplayer games, and it only reaches "a few" days back in time.

I hope this helps, if you have more questions, please reply.
#1304
If you can post a screenshot of your automatch tab, maybe I can see why you don't get paired.
#1305
Support / Re: Known interface problems
27 January 2021, 11:41:27 PM
That usually indicates a connection problem that can be on your end, in between or the server end.

Start Chrome, then hit the "F12"-key. That should open the developer console. Navigate to "dominion.games" and press ENTER. In the console should now come up messages (normally just a few showing that everything works) but in your case it should produce some error messages (in red). If you can copy those messages into a response, that would help.