Wow macro repeat cast. When you do nothing for 3 seconds, it will go back to PW:S.
Wow macro repeat cast. I usually set reset around 3 seconds.
Wow macro repeat cast Turn off "It's not ready yet!" audio in macro? - UI and Macro Loading None of my Macros using a reset work probably, so I'm stuck with /Castrandom for now. Nov 11, 2012 路 It is possible to make any 1 key macro for any class as long as WoW still use the priority system, become the /castsequence reset=0. The macro language consists of a set of commands that you can use to automate actions in the game. World of Warcraft Classic macros added. Doing some Google searches didn’t yield substantive answers for me. I’m trying my hand at tanking and just want to give the other members of the group a heads up that I might be slow and if they pull something, I can’t promise I’ll be able to tank it (though I’ll try). They allow you to combine multiple actions onto a single button. Forge your path to victory 馃弲 Feb 18, 2024 路 ===SEÇÃO 0. So you only press the one key not key 1,2,3. Basically if Aimshot is not castable at the moment, cast steady shot. I am not sure how I can make a loop that only runs when I click the button, if that is even possible. NOTE: There were substantial changes to macros in 3. fandom. Awesome macro and top the meters for sure. bliz added a new functionality to their macros recently to allow you to cast ground targeted abilities at either your cursor or on yourself. OP, you do not need to call another macro with what you are trying to do, following previous poster's advice with /castsequence should work, and with most macros you do not need to "loop" them together. So: /castsequence reset=4 Corruption, Agony, 5 DoT spells, Shadow Bolt If you When using more than one condition, "/" should be used between the functions. When you hit key 2 repeating the hit it will change from hotbar 1 to 2 to 3 then back to 1 casting spells ready from each macro. I’m trying to figure out the in game /script command for Key press / Key release macros, and how Trying to figure out how to write this, maybe as a cast sequence? Essentially aiming for /cast The Hunt and if pressed a second time, /stopcasting The Hunt. Blizzard's approach to macros (in-game or out) is that one keypress should trigger only one action. These are the same as cast, see that page for details. → Slash commands Cast spells in successive order. It'll move one step forward in the sequence until it either reaches the end or resets. resetcondition If you wish to specify a condition to reset the list, you may do so here. One's I've tried to use: #showtooltip Frozen Orb /stopmacro /cast Frozen Orb Anyone know the script command to make a key press / key release macro? Example v— Key press DOWN —v /cast Thunder Clap or /castsequence Thunder Clap, Revenge ^— Key release UP—^ /cast Revenge or reset castsequence I was talking to someone and they said it was “possible” to a point. Then it’s something like: #showtooltip /cast [mod:shift] Shoot Crossbow; Shoot Hi, I am doing a very simple castsequence macro that seems to get stuck on its first ability (Corruption) randomly – that is to say instead of progressing through the sequence it will repeat cast Corruption sometimes just once and sometimes over and over again. You use a castsequence macro. Also for some reason I can’t figure out the command pet ability Hey all! Long story short, I was wanting to make a single button macro that prioritizes casting spellA, but when spellA is on cooldown & I have no charges, cast spellB. Protection. After several tries from info I’ve found on the forum, I’ve gotten 2 of the spells working, but for some reason I can’t get the last one to stick without it breaking. /run for i=1,120 do if IsCurrentAction(i) then return end end CastSpellByName("Attack") Some abilities in game have started to have a 2nd state of the spell after it is used once or certain conditions are met. World of Warcraft Macro guide. Another powerful solo build. I tried a /castsequence macro, and that didn’t work. Whether you’re an irate dwarf who makes a flatulence joke every time he thunder claps, a warlock who announces the availability of lock rocks like he was selling ice Basically what I want to do is make a macro that uses /worldmarker 1, /worldmarker 2, etc through 8 each time I click the macro, and then start over again. In an effort to keep Warcraft Wiki posts relevant please re-validate and re-post macros that work in 3. Jun 20, 2023 路 Per what I see we could use the repeat block for re-applying debuffs on our target while our spells are on CD. Arcane Shot and pet attack. The likes of AHK might be a rather grey area to discuss, but it is a nice change to see it being used for something right. Format is "reset=" followed by the reset condition, more than one condition may be set, (separated by Try /cast spell name /cast spell name 2 Make sure separate lines I have 2 macros set up that way. Uses a loop to check if attack is set to auto-repeat. By following these tips, you can create and manage macros safely and enhance your gameplay in World of Warcraft. Addons no longer have the functionality available that made this possible in Vanilla. As the spells have different cooldowns you can use this information to build up your macro. 1 button just alternating between the 2 spells. /run local _,_,_,_,isActive=GetPetActionInfo(10) if not isActive and not GetUnitName("pettarget") then PetAttack() end /cast Arcane Shot Aspect of the Cheetah if solo, Pack if party /run if GetNumPartyMembers()==0 or GetNumRaidMembers()==0 then CastSpellByName("Aspect of the Cheetah") else CastSpellByName("Aspect of the Jan 19, 2021 路 Hello Everyone, I would like to know if it is possible to have a macro that will cast steady shot if Aimshot is on CD or not enough Focus availble for it to cast. Every time you hit that macro before it resets it will keep trying the spell it did not cast. depending on what you want. Jan 12, 2023 路 Noticed while playing my mage (with Shimmer talented) one middle-mouse button click will end up casting blink twice and eating up the 2 charges involuntarily, with a very small delay. loopiter - internal count of where your loop is up to. The basic form is Nov 3, 2014 路 Is there any way to macro in a spell, so it casts everytime it procs? Such as for the fire mage, if they get two crits in a row they can instant cast a Pyroblast free of mana with 100% damage increase. Some common functions of the most basic macros are to use multiple cool downs, trinkets, and potions at the same time with a single button press, or to have a spell cast on a focus target or something you are hovering your mouse over without losing your current target. A macro is something that you can make in game that allows a lot of different stuff if you know the right ways to do it. What the title says. A repeating macro allows the user to press a key -- or click an icon -- several times and get the same, or different, result. With reset=3, that condition is 3 seconds of not pressing the macro. ----- Alternatively, I like to use lots of modifier key macros. /cast runic something forget the name /cast breath of sinagrasa Jan 20, 2009 路 Post by Frox I would go as far as to recommend using a /stopcasting macro for all important instant cast spells. /run for i=1,120 do if IsCurrentAction(i) then return end end CastSpellByName("Attack") This one is decent enough but it is known to be unreliable if spammed. 2 - my DK sequence works great until I add just change the reset to 0. Jul 23, 2011 路 If you want to cast multiple GCD-causing spells with the same macro, you can use /castsequence to do it, but you'll need to hit the macro once for each spell. However, once in a while the macro would double-cast Corruption (the first spell in the castsequence) two or three times before Nov 11, 2012 路 Second, you can’t cast 2 macros on 1 hit, but you can hit 2 buttons by repeated smashing 1 key on your keyboard. /p what I want to say. /cast [mod:shift]Frostbolt(Rank 1);Frostbolt. That means it won’t cast that ability unless your in combat. Does anyone else experience this issue? This subreddit is temporarily private as part of a joint protest to Reddit's recent API changes, which breaks third-party apps and moderation tools, effectively forcing users to use the official Reddit app. Bind it to a action button, and use Logitech to spam said ction button while I hold the mouse button down. Failing that, it will auto' tab target an enemy in front of you. action1, action2, A comma-separated list of actions to perform in sequence. Jul 23, 2011 路 WoW's macro system is deliberately unable to cast multiple spells with a single keypress except in very specific circumstances; this is to discourage botting/cheating. /castsequence options resetcondition spelllist none options Cast options to modify the cast. (RotaCast Classic - This version is for World of Warcraft: Classic. Aug 17, 2018 路 I’m watching a video from someone who just released a Feral Druid GSE macro. But even when I’m in a dungeon it says “not in instance group”. You could cast Fireblast if you wanted. Mar 13, 2021 路 Cast sequences don’t work in Classic like they did in vanilla and tbc because we’re using the legion macro system that was changed. Abrirá uma janela com alguns quadrados, note duas abas na parte de cima dessa janela, uma são os macros que você poderá compartilhar entre seus chars e outra apenas para aquele char, eu recomendo o uso de scripts na aba de todos os chars pois fica mais fácil usar as mesmas em outros chars de outros #showtooltip Lay on Hands /cast [@mouseover,help,nodead] Lay on Hands. What am I missing? Edit: Thanks all uses a loop to check if attack is set to auto-repeat. Oct 26, 2016 路 loopstop - the line number within the body of your sequence where your internal loop stops. Jan 23, 2013 路 You put macro 1 on key 2 for hotbar 1 - you put macro 2 on key 2 for hotbar 2 - you put macro 3 on key 2 for hotbar 3. I’m not sure what you mean by custom code in this case. Mar 24, 2014 路 It won’t find a valid command at that point. A few comments from my current understanding: I believe it’s possible (however improbable) that since _SUCCEEDED is tracked by castID and not unit, you could send a second whisper for another Druid’s innervate if they casted between register and unregister in this macro. ) RotaCast is a powerful and easy to use addon that allows you to create a sequence of spells, macros, items or actions that can be cast sequentially with a single button, hotkey or mouse wheel. What is a World of Warcraft macro? not directly, but according to some forum posts i found on google, you can put macro B on one of your bars and make macro A click the button that macro B is on so /click ActionButton1, but replace the button name with whatever button you put your other macro on. A simple Cast Sequence macro could look like /cast reset=target Moonfire, Sunfire, Stellar Flare. Combining the 2 things, the macro resets when one of the 2 conditions is met, whichever comes first. He says feral druids are difficult to macro so he had to use castsequence. The only different here is that when you hold down the Shift key, it will explicitly cast "Frostbolt (rank 1)" Of course, you can put anything you want in there. This article describes all of the macro commands (or slash commands) recognized by World of Warcraft (without addons). Jun 11, 2019 路 World of Warcraft: Classic Compatibility. When you do nothing for 3 seconds, it will go back to PW:S. Can anyone Feb 9, 2023 路 I am going through my tanks and making a loop sequence to handle the middle/repetitive parts of the fights. If you don’t have a loop limit it will stay in the loop until the end of combat. See full list on wowpedia. /castsequence reset=10 Transcendence, Transcendence: Transfer That macro resets to the first spell after 10 seconds. Another after thought, lol, in the Rapid Fire macro, it shows {combat] as a condition. The interface was excellent and you could jump right in and go to work creating macros. And with a reset of 30 sec and showtooltip for each spell. Next up I wouldn’t use any 3rd party keybinds if you Feb 26, 2020 路 "/cast Gift of the Wild" - This will cast Gift of the wild ONLY if Shift is held down at the time "/castsequence reset=10/target Mark of the Wild, Thorns" - This will cast Mark of the Wild and Thorns if the macro is pressed twice in a row, with reset=10 forcing the macro to reset back to the start of the sequence after 10 seconds; Summary So for example, "reset=30/shift" will make the macro reset to the first ability in the list if either 30 seconds passed since the last button press, or the shift key is held down. im a paladin, i want to make a macro for judgement, blade of justice and crusader strike so that i can save more room for other skill bar. Many spells were renamed, and much of the scripted command functionality has been modified. how can i fix it Nov 16, 2018 路 Macros - Tips, Tricks, and Shortcuts 1. Sep 16, 2006 路 /cast The main command of macros. I'm assuming you want a "smart" macro that just uses the first available spell out of a pile you want. Target closest enemy and cast ability - UI and Macro - World Loading Oct 4, 2024 路 I’m trying to create a macro that’ll first cast, Phantom Singularity followed by Soul Rot, then Malevolence. Most importantly remember the timer is triggered by the last click, not the first click. 1. So I can quickly cancel the cast if needed, but on the same key. 9:CRIANDO UM MACRO=== Para criar um macro, aperte ESC e clique em Macros. i’m 60 and starting to get arthritis and mashing the 1 key is starting to cause me discomfort. Toggle. 饾棪饾棬饾棧饾棧饾棦饾棩饾棫 饾棦饾棥 饾棧饾棓饾棫饾棩饾棙饾棦饾棥: https://www. Hence you cannot do /castsequence reset=10 Shield Slam, Devastate, Devastate, Devastate, Devastate, Devastate, Devastate, Devastate, Devastate What I want is a macro to allow Evocation to finish casting rather than interrupt it, put evocation on cooldown, and not receive the Invoker's Energy. For World of Warcraft: Battle For Azeroth use RotaCast. Games, best deals and lowest games-best-deals-lowest-prices. (however long the cast takes rounded up)> then you just repeat it multiple times in the macro. 5 in the macro above and works exactly like you said :P Don't know if it works with fractional seconds or not, but I like that idea they came up with. However, there are spells and abilities that are off the GCD. Nov 6, 2016 路 Hi Tim, would it be possible to do it via a timer instead? It seems being able to construct a loop with a time based end instead of a count based end would allow a great deal of enhanced options. A small amount of testing will make that obvious. I currently have this: #showtooltip You can set a reset timer to a cast sequence macro though. I wanted to know the best way to generate an alt modifier macro which allows me to cast this macro when alt is pressed: #showtooltip /cast [@mouseover,help,nodead] [help] [@player] Rapture and PW: shield when no alt modifier is pressed. The reset parameter resets the macro after 10 seconds. It will try to cast obliterate, and swap your action bar to between actionbar row 1 and row 5, Lets add a macro C: /castsequence reset=0. Iceblock; Blink; talented Invisibility Dec 21, 2012 路 Normal single target format Hotbar 1 - main rotation Hotbar 2 - Secondary (2nd) ability set Hotbar 3 - if applicable is tertiary (3rd) ability set. You can most certainly "loop" macros. Just use a modifier key to swap between the two, like shift or control. If a spell or ability or item use is on the global cooldown, then it can only be placed at the end of a macro. my question is: is there a way to set a reset condition on GS or GS-E? and I don’t mean the cast sequence reset but I want to reset the whole GS macro when im out of combat or a certain 饾棝饾棙饾棢饾棧 饾棤饾棙 饾棖饾棩饾棙饾棓饾棫饾棙 饾棤饾棦饾棩饾棙 饾棛饾棦饾棩 饾棳饾棦饾棬. It will also be annoying if you need to heal yourself. There is a macro addon called GSE Classic that you may be interested in, but it doesn't have the functionality of SuperMacro. The hotbars change when you hit key 2. This can still provide plenty of flexibility even for fairly complex cast sequences, especially when combined with other macro commands and conditionals. 0 bans. /cast icebound fortitude /cast obliterate Which will cast icebound fortitude when cool down is ready and obliterate the rest of the time. Don't forget to bookmark this site because we will update and add macros on a regular basis. EDIT: /cast Shoot Bow /cast Shoot Crossbow /cast Shoot Gun /cast Throw …works. Examples for Paladin: Wake of Ashes → Hammer of Light Templar Strike → Templar Slash I have been trying to figure out macro commands to cast only the 2nd state of these abilities. Cast Sequence is a good way to line up the spells that you want to use in a row. I use an add on called gnome sequencer. While the entire macro will run every time, actions which trigger the Global Cooldown will stop later GCD actions from functioning. You can also choose the ? icon and add #show <insert spell> or #showtooltip <insert spell> at the start of it so that it displays the icon of the spell you use (or the first spell use in the macro if none is supplied). I figured it would be easy. Bring back the old interface or have someone simplify this one. If your current target is dead, or is not an enemy, the macro will target your previous targeted enemy. For example: The microloop would cointain the rotation (execute, overpower, etc) and the repeat block would contain Rend+Hamstring. I like to limit my main buttons to tilde thru 5 with alt, ctrl, and shift modifiers so I have quick access to 6 x 4 = 24 buttons. To use a slash command, enter its name preceded by a slash, and followed by any parameters the command takes into the chat box (for example, /say Hello Azeroth!). com Is there a way to make a macro that will use my pet’s different skills all on one key depending on the pet i currently have out? IE my nether ray’s nether shock, or my spirit beast’s heal, etc. This version can do many things, but it is a frankenstein monster due to over complication. You can find a list of useful wow macro commands and conditionals here. But if you really want to then: /ac "Stone" <wait. e. if you dont know how to open the macro pane type /m or /macro. The /script is custom code. It will progress the sequence, stopping at (and repeatedly casting) the last spell, until the reset condition is met. So I made this macro: #showtooltip /cast Soulburn /cast [@cursor] Demonic Gateway /use Gateway Control Shard The purpose was to have an instant GTFO button, but it doesn’t quite work. 02 / Mountain Thane. Ever since blizzard removed cast sequence macros in their macro system. You can also add a reset time to your macro in case you want the cast sequence to reset if it's not used in a defined amount of time. Aug 8, 2016 路 Hello guys, im kinda n00bish writing macros, I recently returned to the game and made a new monk brew character, I know that already exists macros for that class but I want to learn to write my own GS macros. Quartz is no longer working for me and since I used to be so reliant on it - I'm ultimately screwing up. The GSE author has made it clear castsequence works differently in GSE than in a regular macro. The above macro will cast Shadow Word: Death. Post by Georgieanna Letsee /castsequence reset=5 the 5 is 5 seconds of not touching the button. Is there any way to write this into a macro (thats being spammed by Autohotkey) so it will throw that Pyroblast out everytime it procs? Or do I always need to have a 2nd button for Pyroblast and Dec 1, 2021 路 I have created macros here for others for a few years in wow. 2-0. i think you can use /fstack to see the names of the different buttons We would like to show you a description here but the site won’t allow us. Is it possible to get the button to show what you have equipped?. That should work - The help,nodead should help against activating the "Choose a target" hand, which would make the macro stop working until cast or cancelled. For example /cast Templar Slash That particular example works as I would expect it and Jun 14, 2008 路 Post by Coldkil /castsequence resets automatically when it reaches the end of the spell list. World of Warcraft macros use a simple language that is easy to learn. Warrior. Furthermore, changing the keybinding to any key on my keyboard also ends up double casting Blink so I can be sure it is not a faulty mouse. Click the "Macro" button on the bottom bar to open the "Create Macros" window. So why is Jun 12, 2021 路 So it will be like this: Press TAB to target a unit, scroll mouse while down (cast Corruption), scroll mouse while down (cast CoA), scroll mouse while down (cast Siphon Life), press TAB to next target, rinse/repeat. Sometimes a character is more than just a character, and if you’re like me and you get overly sentimental about fictional characters, you might even want them to exhibit certain personalities while in the thick of battle. After casting an instant-cast demonic gateway, it takes a fraction of a second (0. Intro - Macro Basics Macros are a very useful tool within the World of Warcraft client. The command names are not case sensitive, and you may combine multiple commands in a macro by putting each command The problem is that if it reaches a spell it cannot cast, the sequence stops. Elemental Shaman has pushed me to doing a couple cast sequence macros. looplimit - how many times to do your loop. If not set to passive or currently attacking. or /cast [@player] spellname . SuperMacro is not compatible with World of Warcraft: Classic and there isn't a replacement. 5 sec) for the gateway to actually form, but the macro /uses the gateway control shard instantly before the gateway is down Sep 14, 2024 路 WoW Lazy Macros Prot Warrior / 11. Command MacroCrafter to create, manage, and deploy macros at the top of the meta. #showtooltip /cast [mod:shift] ability1; [mod:ctrl] ability2; [mod:alt] ability 3; ability4 Basically, I only use a few castsequence macros. AOE follows the same format. "if spellA has atleast 1 charge, cast spellA; if spellA has no charges, cast spellB" Jan 18, 2021 路 what are you guys using so you can just hold down a key and have it repeat at a set rate. Mastering the Art of Macros. I make a macro. I usually set reset around 3 seconds. Example: /castrandom Spell1, Spell2, Spell3, Spell5; Spell1, Spell3, Spell4, Spell6 /castsequence Same as /cast but will cast spell one after another in a sequence each time you use the macro. i. thank you in advance. Post by Amemir the simplest version is to use a macro such as /assist focus If Attack on assist is turned on you shouldn't need to add anything else. Just saying that you can start with very simple macros and work your way up as you learn more. Just throwing that in there. create a new one and put the following /cast [@cursor] spellname . I’ve noticed that it is quite popular here to use castsequence in GSE macros. Create WoW Macros In Seconds. here is what i did /castsequence judgement, blade of justice, crusader strike but the problem is if one of them on cd, the rest of them cant be used. It's how I get my ridiculously complex and long mount macro(s) to work. Currently I have 2 issues that I don’t how to fix. other wise when one ability is on CD my whole macro is useless. This happens seemingly randomly. You really do not want to use macro's on skills, its inefficient and probably just take longer. Each press of the macro would cast the next spell in the order, and will go back to the beginning if it has either gone through the list, or you get a new target, as we specified that as a reset condition. The War Within. You will not get banned for using a repeat button macro to not have to right click 1k times. patreon. You may use any way of specifying an action accepted by /cast here, including spell names and item names. First off shift 1 is hotbar 1, shift 2 is hotbar 2 and so on so for hotbar 3 it will be shift 3. See this macro B: /cast Frost Strike /swapactionbar 1 5. com Jun 20, 2023 路 Per what I see we could use the repeat block for re-applying debuffs on our target while our spells are on CD. It is just a basic castsequence that rotates through my dots for me. Since as a hunter, you reset SS with CS, it would be a waste to cast it more than once on a target. Learn the macro language. A repeating macro allows the user to press a key -- or click an icon -- several times and get the same, or different, result. Grags September 14, 2024, 9:08am 1. Also make sure in the interface settings you have hotbar 3 enabled. They all get stuck on the first spell if I spam the button too much. 3 1,Howling Blast /swapactionbar 1 5 Sep 11, 2024 路 I downloaded Elfyau’s Autounshift add on from curseforge and I added regrowth as a spell into your sequence and it will auto regrowth just fine if any of you were interested in that doing that for you. This will cast PW:S, then Renew, then spamming it will cast Lesser Heal (up to 5 times). Just don’t want to have 6 different hotkeys with different pet abilities that I can only use if those particular pets are out. Example: /cast Spell1; Spell2 /castrandom Same as /cast but will cast random spell among a list (separated by ","). Castsequence cannot skip spells. 1 - I can’t find a way to reset the macro when combat drops (there is a checkbox specifically for this purpose but it doesn’t work for me and my sequence seems to start where it left off. the last lines get cast first. Aug 24, 2023 路 Wow will only cast the first GCD-triggering ability in a macro and ignore any other GCD-triggering abilities. 3 1,2,3,X system will cast the spell base on a priority order, i. I’d like to use [known] so that I can use the Auto attack [].
ujofu iwq rtoztn umiar gghs zgccdv wmu dygjh cbwfddeq gnsyun
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}