Search found 2063 matches

by Christen57
Thu Oct 24, 2024 1:32 am
Forum: Serious Discussions
Topic: Can we please get hotkeys
Replies: 8
Views: 2875

Re: Can we please get hotkeys

I may be able to do implement something like this using javascript, but exactly which actions would you like a hotkey for? That'd be amazing, I looked into it briefly but didn't see an easy way to do that (I'm a C++ software engineer so.. not super familiar with the web world) Javascript is a progr...
by Christen57
Thu Oct 24, 2024 1:30 am
Forum: Suggestions
Topic: Instructions on how to interact with in-duel cards using keyboard hotkeys, instead of using the mouse or in-game chat
Replies: 0
Views: 393

Instructions on how to interact with in-duel cards using keyboard hotkeys, instead of using the mouse or in-game chat

A user wanted the ability to assign keyboard hotkeys for interacting with cards in duels, so I created a javascript that makes that possible. First, create a bookmark on your browser and name it whatever you want. Then in the URL/Address box, copy and paste this code: javascript:document.addEventLi...
by Christen57
Wed Oct 09, 2024 2:59 pm
Forum: Suggestions
Topic: Token with fixed values
Replies: 2
Views: 838

Re: Token with fixed values

Donations only let you upload custom token images. It doesn't provide this feature OP is asking for, where you can pre-set token stats so they immediately have said stats upon being summoned.
by Christen57
Thu Sep 26, 2024 4:13 am
Forum: Serious Discussions
Topic: Can we please get hotkeys
Replies: 8
Views: 2875

Re: Can we please get hotkeys

Yeah, but the site doesn't support resolution scaling. So on a 4k monitor, even at 150% scaling, 44px is just too small. Also the animation on the dropdown makes it really annoying because it causes the menu item to move out from under you once you're familiar and quick enough. If they already supp...
by Christen57
Wed Sep 25, 2024 7:09 pm
Forum: Serious Discussions
Topic: Can we please get hotkeys
Replies: 8
Views: 2875

Re: Can we please get hotkeys

I may be able to do implement something like this using javascript, but exactly which actions would you like a hotkey for?
by Christen57
Wed Sep 11, 2024 3:17 am
Forum: Serious Discussions
Topic: unjustified freezing of account
Replies: 6
Views: 1989

Re: unjustified freezing of account

I'd like to see the replay of this, because so far, based on what you've described, you were taking appropriate time for siding, until you decided to stop everything entirely to wait for the judge. So it wasn't you taking time siding that got you into trouble, but rather you putting said siding comp...
by Christen57
Mon Sep 09, 2024 2:36 pm
Forum: Suggestions
Topic: Conscious show hand
Replies: 2
Views: 1415

Re: Conscious show hand

Just ask the player with the Trap Dustshoot(s) if they wish to chain a second one, before revealing any hands.
by Christen57
Mon Sep 09, 2024 2:32 pm
Forum: Suggestions
Topic: card's link in log
Replies: 3
Views: 1639

Re: card's link in log

What ruling?
by Christen57
Mon Sep 09, 2024 2:28 pm
Forum: Custom Cards
Topic: Jack's Custom Card Shareboard
Replies: 3
Views: 1439

Re: Jack's Custom Card Shareboard

We're not summoning /assault mode monsters though. This is supposed to summon the non-assault mode monster from the GY.


Oops. My bad.
by Christen57
Sat Sep 07, 2024 4:59 pm
Forum: Custom Cards
Topic: Cards heavily Inspired by another Friend
Replies: 8
Views: 14959

Re: Cards heavily Inspired by another Friend

I updated the Art because Carbink has nothing to do with the Archetype just like the Deleted Kashtira Pendulums. (Hello. it's post editing me. Today, I forgot to rename Voiceless Voice Field to Voiceless Voice Projection and I decided to tackle that as well and yes, Vanquish Soul is a Rogue Deck an...
by Christen57
Wed Aug 28, 2024 7:07 pm
Forum: Custom Cards
Topic: Jack's Custom Card Shareboard
Replies: 3
Views: 1439

Re: Jack's Custom Card Shareboard

Assault Return should be shortened from: Target 1 "/Assault Mode" monster you control, or one in your hand; return it to the bottom of your Deck, then Special Summon 1 monster from your GY whose original name is included in the name of the returned "/Assault Mode" monster. The Sp...
by Christen57
Wed Aug 28, 2024 6:43 pm
Forum: Rulings Q&A
Topic: Questions about Tribute Sets
Replies: 5
Views: 2135

Re: Questions about Tribute Sets

Frog can miss timing since it's an optional when effect.
by Christen57
Mon Aug 26, 2024 7:07 pm
Forum: Ask Me Anything
Topic: Download replays log for analytics
Replies: 4
Views: 2407

Re: Download replays log for analytics

Wait. What exactly are you trying to have your script download? The log itself? Like, everything from [0:00] to [24:47]?

Couldn't you just CTRL A and copy the entire log if that's what you want?
by Christen57
Mon Aug 12, 2024 7:28 pm
Forum: Ask Me Anything
Topic: Frozen
Replies: 4
Views: 2831

Re: Frozen

You must've used a VPN or proxy at some point in your account's history. If someone else on that same network ever breaks the site rules and gets frozen, all other accounts that were on that same network usually get frozen too, even if those other accounts are innocent of any wrongdoing.
by Christen57
Fri Aug 09, 2024 1:40 am
Forum: Rulings Q&A
Topic: Checking deck but adding from GY with Dupe Frog/Hidden Armory
Replies: 3
Views: 1861

Re: Checking deck but adding from GY with Dupe Frog/Hidden Armory

When resolving a card effect that can add from deck or GY is it legal to: 1) Look in deck, find you have no targets, add from GY 2) Look in deck, find you have targets, add from GY 3) If yes to either of the above, if my opponent had just stacked a card on top of my deck (e.g. with Phoenix Wing Win...
by Christen57
Wed Aug 07, 2024 5:41 pm
Forum: Rulings Q&A
Topic: Madolche + Small World
Replies: 3
Views: 1820

Re: Madolche + Small World

⋅ Unless it explicitly says to return "both" or "all" targets, it just needs to return at least 1. ⋅  Yes, because the special summon part of Dessert is optional, so Rivalry can't prevent you from at least resolving the return-to-hand part of it. Then, once y...
by Christen57
Sun Aug 04, 2024 3:58 am
Forum: Suggestions
Topic: Instructions on how to sort monsters in the deck constructor by their type, attribute, level, atk/def, or pendulum scale
Replies: 4
Views: 6722

Re: Instructions on how to sort monsters in the deck constructor by their type, attribute, level, atk/def, or pendulum s

I updated my code, adding a new option to sort cards in the deck constructor based on their "Card Count" — the number of copies of each main deck card at the given moment. In other words, you can now sort these cards based on which ones you're running 3 of, which ones you're running 2 of,...
by Christen57
Thu Jul 25, 2024 6:05 pm
Forum: Serious Discussions
Topic: Is there any moderation left?
Replies: 25
Views: 10924

Re: Is there any moderation left?

You can't act like your against this if you do nothing about There is literally 1 discord mod. Report the troll and the ones responding like idiots and ill make sure its taken care of by our mod. A forum thread is not the place for this. Then the answer to the original post is "No" becaus...
by Christen57
Tue Jul 23, 2024 8:15 pm
Forum: Deck Discussions
Topic: i need help testing this new deck
Replies: 1
Views: 1347

Re: i need help testing this new deck

What do you mean by the duel ending early? Can you show either a replay or a screenshot of this problem?
by Christen57
Tue Jul 23, 2024 8:15 pm
Forum: Serious Discussions
Topic: Is there any moderation left?
Replies: 25
Views: 10924

Re: Is there any moderation left?

Duelingbook's staff doesn't support that behavior I don't know where you're getting that idea from.

Go to advanced search