| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Hearthstone Deck In Text_v4.1.ahk | 2016-01-19 | 52.8 kB | |
| readme.txt | 2016-01-17 | 4.2 kB | |
| Hearthstone Deck In Text_v4.0.ahk | 2015-08-30 | 45.9 kB | |
| Hearthstone Deck In Text_v3.2.ahk | 2015-05-04 | 42.4 kB | |
| Hearthstone Deck In Text_v3.1.ahk | 2014-12-15 | 41.6 kB | |
| Hearthstone Deck In Text_v3.0.ahk | 2014-12-15 | 38.8 kB | |
| Hearthstone Deck In Text_v2.3.ahk | 2014-11-29 | 35.6 kB | |
| Hearthstone Deck In Text_v2.2.ahk | 2014-11-29 | 31.2 kB | |
| Hearthstone Deck In Text_v2.1.ahk | 2014-09-05 | 31.0 kB | |
| Hearthstone Deck In Text_v2.0.ahk | 2014-09-04 | 139.1 kB | |
| Hearthstone Deck In Text_v1.7.ahk | 2014-07-26 | 135.2 kB | |
| Hearthstone Deck In Text_v1.6.ahk | 2014-05-20 | 135.1 kB | |
| Hearthstone Deck In Text_v1.5.ahk | 2014-05-08 | 135.1 kB | |
| Hearthstone Deck in Text_v1.4.ahk | 2014-05-08 | 121.4 kB | |
| Hearthstone Deck in Text_v1.3.ahk | 2014-05-08 | 121.3 kB | |
| Totals: 15 Items | 1.1 MB | 0 |
Hey everyone! "Hearthstone Deck in Text" will stay open in your taskbar on the bottom right, from which you can Edit, Reload, and Exit the script. HOTKEYS: F9: Will paste one of your decks on Hearthstats.net to your game F10: Will Open a Window for you to paste your Hearthpwn Deckbuilder link into F11: Will click 30 times to delete a FULL deck (MAKE SURE YOU PUT YOUR CURSOR ON THE TOP CARD OF THE LIST FIRST) F12: Will open a window for you to choose a .txt to make a deck from (Feel free to change these hotkeys, I've added an easier way to change them in the config section, check the link in the source code, and replace F9-12 with whatever you want) Check out AutoHotKey if you haven't already, it's super usefull and there's tons of scripts you can use! Feel free to change the code if you want to, and share it. CHANGELOG: v1.1: -Put both scripts into one for easier use. F10 now replaces "Hearthpwn to Text". -New name (Hearthstone Deck in Text) v1.2: -Fixed a problem with the script saving a file even when pressing cancel during "Hearthpwn to Text" v1.3: -Replaced "Slam" with "Slam if it survives" due to the fact that Shield Slam was getting picked over slam. v1.4: -Changed "Slam if it survives" to "Slam IF IT SURVIVES" so the workaround is moore visible -Changed "The Beast" to "The Beast DEATHRATTLE" to avoid Jungle Panther being chosen instead v1.5: -Added compatibility for Hearthstats.net -Better solution to Slam and The Beast problems described in changes in 1.4 v1.6: -Fixed an issue with a user-made decks with Hearthstats v1.7: -Fixed a problem with Blizzard due to the fact that cards are now researchable by artist -Added a line to make the hotkeys only work when in Hearthstone v2.0: -Finally added Naxx cards! (There will likely be some problems with some cards, please report them in the discussion section on Sourceforge if you find any) -Removed the line that made hotkeys only work when Hearthstone is the active window as it caused problems with Hearthpwn to Text (F10) v2.1: -Added extra support for Windows touch devices (activatable in the config section) -Cut down hugely on filesize thanks to "grooverut" (added a small complicated loop instead of +-1000 lines) v2.2: -Fixed an issue with class-specific Naxx Cards v2.3: -Added support for gold cards. Now you just have to put a * symbol before every card you have in gold in the text file (in testing). Example for a normal fireball and a gold fireball: Fireball *Fireball -Added some missing Naxx cards for Hearthstats v3.0: -GvG is out! Added all GvG cards from Hearthpwn. -Fixed an issue with Touch Device Mode (forgot to implement it for people using Hearthstats). v3.1: -Added all GvG cards for Hearthstats. v3.2: -Added BRM cards for Hearthpwn, will do proper realease notes when I get ID's for Hearthstats v4.0: -Added TGT cards v4.1: -Added LOE cards thanks to Piano Beginner and Yannick Croteau HOW TO USE: For F9: Create an account on Hearthstats.net, copy your API key/User key on "My Profile" section (hearthstats.net/profiles/). Go onto the My Deck tab, and create save your own deck in "New Deck" or copy a public deck in "Public Decks". Press F9 when on deck creation screen and choose the deck you want to put in the game. For F10: Create a deck on the Hearthpwn deckbuilder, or "View in Deck Builder" on a public deck. Then copy the link, press F10 and paste it. This will allow you to save the deck in .txt format. For F11: On deck creation screen (with full deck), put your cursor on the first card and press F11. This will delete the deck quickly. For F12: Go on deck creation screen with an empty deck, press F12 to open a .txt with your deck in it. This will implement your deck in a few seconds. For Gold cards: Put a star (*) in front of every card you want in gold. For example, if I want a gold Fireball and a normal one, I would write: Fireball *Fireball If you only have gold versions of the card, do not put in a star (*). Thanks for downloading! Donate at https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PNHNAK9RLZXJQ -SaintRebz