Advertisement
Guest User

Dueling Network General In General

a guest
Apr 21st, 2015
8,299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.86 KB | None | 0 0
  1. Table of Contents (Use ctrl f)
  2.  
  3. -Autism tools, for skilled ratios
  4. -How to play
  5. -Premade Decks for advanced noscoping
  6. -FAQ (Whenever someone asks something I will try to add it to this)
  7.  
  8.  
  9. ------------------Autism tools, for skilled ratios------------------
  10.  
  11. >http://stattrek.com/online-calculator/hypergeometric.aspx
  12.  
  13. You can use this to calculate simple probabilities for your deck. Population is deck size (Upstart goblins don't count, so subtract however many you run [should be 3] from your deck size [should be 40]). Number of successes in the population is how many of the target card you run. For example, if you're trying to figure out how often you're going to draw into Dark Magician and you run 2, the population size would be 2. Sample size is the size of your opening hand or how many cards you are willing to go through -- if you want to know the probability of drawing a dark magician in your first 10 cards, sample size is 10. Number of successes is how many you want to have drawn -- if you wanted to draw both dark magicians, number of successes would be two.
  14.  
  15. >https://www.dropbox.com/s/gj5jf2o8ej6p35l/ygoStat.exe
  16.  
  17. The product of alot of autism, perhaps one of the only useful things to come from dng. Due to how this is coded (checking all possible orders of your deck, it's basically a bunch of nested for loops) it can take up to 4-5 minutes each time you run it. In order to load a deck, you need ygopro (link in op) and can build a deck in there, then load the deck from your ygopro deck folder in ygostat. Then, you can assemble all the different hands you'd like to open with, and it will tell you the probability of opening with any of those (hands don't have to be full hands, you can just choose like 2-3 cards and then it will allow any hand that involves those). The downside is that this was done before the rule change where first player draws 5 (was 6), so it's currently set to you drawing 6. This should be easy to fix (just add an if/bool statement to the last loop depending whether or not you're going first or second), but I do c++ not #c and this was converted to #c for the interface so you'll have to ask Jmex about that.
  18.  
  19. https://dl.dropboxusercontent.com/u/70390754/PoDStat.exe
  20.  
  21. A recent project I finished (as of July 30th). Use this to see how running x copies of Pot of Duality will affect the probability of you drawing into a certain number of your target cards. Mostly self-explanatory.
  22.  
  23. >http://duelistgroundz.com/index.php?showforum=536
  24.  
  25. This has deck discussions that you can follow, they're useful if you want to play in tournaments. Stay away from reddit, pojo, and dnf like the plague. Oh and if you make an account and act like an idiot you'll probably be b& pretty quickly.
  26.  
  27. >http://classics.mit.edu/Tzu/artwar.html
  28.  
  29. For those whom truly feel ready, reading this is a must.
  30.  
  31. ------------------How to play------------------
  32.  
  33. >http://www.yugioh-card.com/en/rulebook/
  34.  
  35. This is the rule book. Pretty self explanatory.
  36.  
  37. >Reading
  38.  
  39. Reading is so fucking hard, once you start playing more you will see this.
  40.  
  41. >A note on missing the timing
  42.  
  43. Only "when... you can" effects will miss timing. "If.. you can" and "When... [does not say can, is mandatory]" effects will never miss timing. When... you can misses timing if it was not the last thing to happen. For example, your opponent activates Blaster ;), Dragon Ruler of Infernos to summon it, and you chain Call of The Haunted targeting your in grave mermail abysspike. Pike is summoned at chain link 2 when Call resolves, and then Blaster ;) resolves as chain link 1. Pike's summon is not the last thing to happen and he misses timing. If you targeted Satellarknight Altair, call then blaster ;) would resolve, Altair's summon is not the last thing to happen but since he is an "If... you can" effect he will not miss timing and thus activates as chain link 1 in a new chain after blaster resolves.
  44.  
  45. >What does tcg, ocg and the 0 sign mean on dn in the corner of the card
  46.  
  47. Tcg means it's only legal in tcg, ocg means it's only legal in ocg, 0 means it's only legal in some irrelevant place like korea.
  48.  
  49. ------------------Premade Decks for advanced noscoping------------------
  50.  
  51. ***Note: Not including the side deck because I'm too lazy to type it out, nor do you need it right now.
  52. ***Note: Not including all the staple extra deck cards because typing. Ask what the staple rank 4s of the time are. I'm including the deck specific extra deck cards.
  53.  
  54. ===Tier 1 and Tier 2 decks: These decks are the ones that will be most played at a tournament level. Learn to play an easy deck so that you can learn basic mechanics, rulings, and things like card advantage / tempo before coming here. Or alternatively, just grab one of these and win games because yugioh is unbalanced as fuck.
  55.  
  56.  
  57. =================Tier 1 decks===============
  58. Tellarknight:
  59. http://imgur.com/K0vkPR7
  60.  
  61. Shaddoll Seraph:
  62. http://imgur.com/HNL8VSq
  63.  
  64. Nekroz:
  65. http://imgur.com/98kzUIr
  66. ==============================================
  67. ===========Tier 2 and petdecks=======================
  68. Zefra:
  69. http://imgur.com/0NS13bb
  70.  
  71. Yosenju:
  72. http://imgur.com/3JxnKGD
  73.  
  74. Hungry Burger:
  75. http://imgur.com/IBUJ6xw
  76.  
  77. Synchron spam:
  78. http://imgur.com/crwFwts
  79.  
  80. Madolche:
  81. http://imgur.com/VpbhxrR
  82. ==============================================
  83.  
  84.  
  85. These are from previous formats. They may or may not still be relevant. Use with caution.
  86. ============Non updated decks================================
  87. >Burning Abyss
  88. http://pastebin.com/7DdcGfNx
  89.  
  90. >Qliphort
  91. http://pastebin.com/fhBDJTiP
  92.  
  93. >Nekroz
  94. http://pastebin.com/fPP7xJfn
  95.  
  96. >Satellar Knight (Good for beginner)
  97. http://pastebin.com/pUG01fW5
  98.  
  99. >Harpie (Waifu deck)
  100. http://pastebin.com/N6spjtzQ
  101.  
  102. >Heraldics
  103. http://pastebin.com/08mxvYm1
  104.  
  105. >Gusto (Waifu deck)
  106. http://pastebin.com/rsM3vSfA
  107.  
  108. >Crystal Beasts
  109. http://pastebin.com/TMduD4j5
  110.  
  111. >Winky Facts (Chronomaly Artifact)
  112. http://pastebin.com/9ac2pjek
  113.  
  114. >D R A G O N S (Mythic)
  115. http://pastebin.com/X4GtCrqJ
  116.  
  117. >Spellbooks
  118. http://pastebin.com/r7tTce04
  119.  
  120. >Shaddoll
  121. http://pastebin.com/4HGceQrA
  122.  
  123. >Gadgets (Traditional dng deck to learn with)
  124. http://pastebin.com/1ejimQR7
  125.  
  126. >Fire Kings
  127. http://pastebin.com/uJ1MtEXr
  128.  
  129. >Evilswarm
  130. http://pastebin.com/32yUpQGy
  131.  
  132. >Blackwings
  133. http://pastebin.com/sg9jy2Jf
  134. ================================================================================
  135.  
  136. ------------------FAQ------------------
  137.  
  138. >Is my (dark magician, blue eyes, penguin etc) deck playable?
  139.  
  140. Anything is playable. However, if you mean viable for tourney play, then no. For tournament play you want a tier one or two deck (or I guess higher three if you have a big dick and don't mind going x-2).
  141.  
  142. >What does going x-1, x-3, x-0 in a tourney mean?
  143.  
  144. It's just how many losses you have. In a 11 round tourney, x-2 would be 9 wins 2 losses. However, even in round 7, you would say you're x-2 if you have two losses.
  145.  
  146. >How long does it take to git gud?
  147.  
  148. Alot of the skill is learning the meta card pool -- once you do this, it is easy to play infrequently but keep up with the meta. With respect to things like card advantage, tempo, bluffing, when to minus etc, these things come as you play. You could probably get pretty highly ranked on dn in 3-5 weeks.
  149.  
  150. >What's the difference between ygoPro and Dueling Network?
  151.  
  152. ygoPro is automated and dueling network is manual. However, dueling network's ladder system, while imperfect, is far more competitive than ygoPro. All /dng/ tourneys are held on dueling network.
  153.  
  154. >Can you use Solemn Warning against Elemental HERO Wildheart?
  155.  
  156. Did you read the card? Yes, as the continuous effect is not applied until it hits the field, and solemn warning negates the attempt to summon (never hits field).
  157.  
  158. >Synchro/xyz/pendulum ruined the game.
  159.  
  160. Fuck jewbots, but go cry on /v/. All competitive card games have power creep, cause they die from staleness otherwise.
  161.  
  162. >What deck do I play if I return from X format?
  163.  
  164. Was the deck you played control, aggro, otk, stun, etc? Figure out which category it fit into and then ask in the thread what current tier 1 - 2 decks fall under the category you choose.
  165.  
  166. >Why would anyone play anything other than the best deck / why would anyone only play the best deck?
  167.  
  168. Some people are snowflakes. Some people want to go to tournaments but don't want to pay the high entry fee for the best deck, as the tourney isn't so important to them. At the heart of this, the game is for fun. That said, winning is fun for most people, so you'll want to try to optimize your chances to win, though you have to balance this with cost (otherwise we would all live in hotels in the Caribbean). Someone would play only the best deck for this reason too -- the enjoyment from winning is great enough to overcome the larger cost.
  169.  
  170. >Do I have to read the paste bin?
  171.  
  172. No, but if you don't read it don't be some faggot that posts his 45 card blue-eyes deck and complains about mst negating his polymerization.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement