• Breaking News

    Saturday, December 19, 2020

    Clash Royale New idea!

    Clash Royale New idea!


    New idea!

    Posted: 19 Dec 2020 12:27 PM PST

    Traded my king tower for the princess tower.

    Posted: 19 Dec 2020 01:13 AM PST

    Electro Wizard Art (took 2 hours lmao)

    Posted: 19 Dec 2020 01:41 PM PST

    Supercell I don’t care if there is a new event I’m in a grand challenge

    Posted: 19 Dec 2020 11:57 AM PST

    If i got a gem for every time he said ‘like’ I would be a maxed player��

    Posted: 19 Dec 2020 04:49 AM PST

    Ohhhhh boy that was close. Won by 1hp in the Tiebreaker.

    Posted: 19 Dec 2020 11:55 AM PST

    CWA Supercell Interview Part 2: “What’s next for Clash Royale?”

    Posted: 19 Dec 2020 03:54 PM PST

    SC Please explain the logic behind the trophy change?

    Posted: 19 Dec 2020 10:55 AM PST

    A year and a half ago you saw the ladder was broken and you attempted to fix it. While it was not great it was an improvement. This fact is not anything anybody would disagree. Now the logical path would be to grow from this improvement. Yet what you did was return to the horrible mess it was. On top of that you did it during holidays when players would normally want to play. I hope many players sit this season out.

    submitted by /u/Jr1262
    [link] [comments]

    Why doesn't any card use water in CR?

    Posted: 19 Dec 2020 05:15 PM PST

    I might be high but we got fire throwers, wind (tornado), and earth (bowler). Why no water bender?

    submitted by /u/korabdrg
    [link] [comments]

    A new idea for clash royale: Traps!

    Posted: 19 Dec 2020 06:12 AM PST

    Has anyone seen this emote in the shop after its release by said 3 months?!

    Posted: 19 Dec 2020 06:48 PM PST

    Lumberjack does what he wants.

    Posted: 19 Dec 2020 08:41 AM PST

    Heal Spirit said L E A P

    Posted: 19 Dec 2020 10:07 AM PST

    I won a 2v2 solo with no teamates help ��

    Posted: 19 Dec 2020 12:21 PM PST

    This, ladies and gentlemen is the definition of luck

    Posted: 19 Dec 2020 05:01 AM PST

    Anyone else experiencing lots of lag the last day or two? Or just me?

    Posted: 19 Dec 2020 09:34 PM PST

    I'm assuming it's on my end as I don't see a bunch of posts raging about it - but figured I'd ask anyway.

    My game is lagging hard and just want to see if it's on my phone or on SuperCells end.

    submitted by /u/tactics14
    [link] [comments]

    What do you guys think of my deck made it myself

    Posted: 19 Dec 2020 06:08 PM PST

    Clan Wars 2 | How to track your clan war battles

    Posted: 19 Dec 2020 07:17 AM PST

    After my recent post, about why I left my clan to rest for a bit, I've received some direct messages asking for the script. Here it is. I hope the instructions are clear.

    Disclaimer: I know the script is not on a Powershell best practices or any type of good code structure, but this was for personal / clan usage, not for public. I guess you all understand that. Also, you should also check for every line of code and check for non-suspicious instructions. The script is safe, but you don't know me from anywhere and you are about to run something on your computer from a complete stranger - this is a recommendation for any script you are about to run.

    Requirements:

    Steps

    1. Download and install Powershell
    2. Download and install Visual Studio Code
    3. After installing Visual Studio Code, search for Extensions button on the left side (Ctrl + Shift + K) and search and install PowerShell module (Microsoft is the publisher) https://ibb.co/zXxXpQY
    4. Go to Clash Royale developer page (link on requirements) and after registration you will need to create a token and associate it with your public IP address (you can google "what's my ip address" and check it on some website) https://ibb.co/k3RWVdh
    5. Go to your documents and create this folder structure (not mandatory)
    6. On documents folder create these folders Powershell\ClashRoyale\battlelog
    7. Copy my script (link on requirements) to Powershell\ClashRoyale\ and make sure whatever you call it, the extention is .ps1
    8. Open the script with visual studio code and change the token and clan tag and check if the first day reset is ok https://ibb.co/BZjKDDm
    9. Make sure PowerShell is running on your script directory. Probably you will need to change directory by typing "cd" followed by your relative or absolute path. https://ibb.co/fxs1QfP
    10. Create an empty file on battlelog directory named your clantag (without #).csv https://ibb.co/h97Z4PN
    11. Run the script, with CTRL+F5 or Run > Run without debugging https://ibb.co/wrkt7v9
    12. Now the script will by always on loop. Its time to open Excel, import CSV and create a pivot table.
    13. Open Excel, create an empty file > Data > From Text / CSV and select the file that you created and Load https://ibb.co/VWQWk29
    14. This will create a new sheet
    15. Now, select the whole new table that was created (CTRL A in my language settings) go to Insert tab and press PivotTable. Just press ok and this will create a new sheet
    16. No configure the pivot table fields with https://ibb.co/1mTRr1x
      1. Rows: team (tag is optional)
      2. Columns: battleday
      3. Values: numBattles
    17. Anywhere on the pivot table you should right click and go to PivotTable Options and set "For empty cells show" insert a zero 0, this will help you on visuals and conditional formatting if you want.
    18. Now, you can add some conditional formatting to the numbers https://ibb.co/3yHG2wt
    19. Whatever you do to the Excel is up to you now. The script will be always running and all you need to do is to refresh CSV sheet and PivotTable sheet after

    Problems | Issues | Considerations

    • Windows should complain about the script origin not being safe, you can copy the text from https://raw.githubusercontent.com/Narcotico/CR-WarClanBattlelog/main/WarClanBattlelog.ps1 paste it on a new file, saving it as a ps1 file extension, so the visual studio understands it as a Powershell file.
    • Clash Royale API, as far as I know, only gives you 35 battles. So, that's the reason the script is always on loop. If the script is not always on, your clan member might do a war battle and then 35 ladder or whatever battles and you would not be able to catch that war battle.
    • If a clan member leaves the clan before the script catches the battle, the script will not write it on the CSV.
    • Since the script is always on a loop, you will only be working on excel refreshing CSV sheet and PivotTable sheet.
    • If your computer is always on, you should not face any problem. Just check for your Energy settings to make sure that any network adapter will not fall asleep by inactivity.
    • Visual Studio understands those nice characters that some users insert on nicknames, but I didn't manage (honestly didn't care since my clan had a few) to set up on CSV and Excel, so you will see some strange characters on Excel (good luck to my friends in Russia). That's way I set tag as optional on pivot table configuration.
    • You should not complain about Royale API not implementing this. This is not Royale API fault. As you see, Clash Royale API does not deliver this out of the box, you need to handle some stuff.
    • Every week you should adjust the first week reset time and create a new empty file and store or delete the old one.
    • I'm not tracking boat attacks. Why should you even attack a boat on the first place? :)
    • When you see a "-1" column on your pivot table, that means that member has played a battle between the war starting and the first Monday reset.

    Inspiration
    I've been inspired by these scripts:

    submitted by /u/narcotico
    [link] [comments]

    I fixed Pekka

    Posted: 19 Dec 2020 07:18 PM PST

    Are there bots in this game or something? I keep coming across people with the same decks

    Posted: 19 Dec 2020 04:56 PM PST

    Has anyone else taken a tower at the same time as your opponent?

    Posted: 19 Dec 2020 06:37 PM PST

    Whenever I build a new deck, it tends to be a similar play style to all my previous decks. I would like to challenge myself, but I need your help.

    Posted: 19 Dec 2020 11:39 AM PST

    Please post any series of 8 cards in the comments.

    I will build that deck and play it until I successfully win 4 matches in a row. Any rules apply.

    I believe I have the skills and knowledge at this point to win with virtually any deck. So please get creative.

    My goal is to stay above at least 5.5k trophies at all times.

    I will post my results and best replays in the future.

    submitted by /u/T0pPredator
    [link] [comments]

    Drew's Response to Mew_Pur_Pur's Post (Timezones, Clan Matchmaking, Card Level Caps, CW2 is here to stay)

    Posted: 19 Dec 2020 04:13 AM PST

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel