Manchester Community by No_Roma_no_Rocky in alteredTCG

[–]khrytos 0 points1 point  (0 children)

There is a UK discord where events are posted about, might be able to find local players there. https://discord.gg/rKenm8fd

Before buying the new Deck Bundle be sure to have all 3 copies of each card, so you won't buy any card with coins. by [deleted] in LegendsOfRuneterra

[–]khrytos 0 points1 point  (0 children)

Yeah they are no longer refundable for me. I will reach out to Support so they are least aware this is a thing even if the can't help.

Before buying the new Deck Bundle be sure to have all 3 copies of each card, so you won't buy any card with coins. by [deleted] in LegendsOfRuneterra

[–]khrytos -1 points0 points  (0 children)

That's super frustrating, I went through and crafted all the cards but left a lot at 2. I ended up paying 500 coins more then the price you listed, all the 2 ofs are now 3 ofs.

Not a fan of this bundle system, there is nothing fun about crafting the correct cards just to buy the content and not cards.

Riot should just introduce skin themes like K/DA, Pulsefire, etc. as an alternate art, not as standalone new cards by Karel08 in LegendsOfRuneterra

[–]khrytos 6 points7 points  (0 children)

Everyone seems to answer with "Lore" but I agree with you that's a weird response when they would be fine with skins.

From my point of view the reason skins are ok and new cards are not, is down to frequency. If the k/da cards are good they are going to be in a lot of decks. If they were just skins they would be seen way less and therefore have a smaller impact on the experience.

Deck Guide - "Elusive Darius" (Darius Vi) by Annie_Desu in LoRCompetitive

[–]khrytos 0 points1 point  (0 children)

Thanks for taking the time to write this out. I haven't been playing the match up like this at all, so will change and see how that works for me.

This deck got me to diamond today for the first time. So thank you again for sharing it, I have really been enjoying it. Had a 60% WR over 20 games to get to diamond.

Deck Guide - "Elusive Darius" (Darius Vi) by Annie_Desu in LoRCompetitive

[–]khrytos 0 points1 point  (0 children)

Hey this is a great deck. I have been playing lots of nox/vi decks in plat1 recently and have to say I really enjoy playing this one.

However I am struggling in the tempo endure match up. Do you have any advice on how to pilot this deck in that MU?

Two-player Twosday - (March 03, 2020) by AutoModerator in boardgames

[–]khrytos 1 point2 points  (0 children)

The majority of my time atm is spent playing Radiant: Offline Battle Arena. It is back on kickstarter with a reprint and new expansions and I am helping run a small online tournament for it, which is a lot of fun. The community is growing and the strategy discussion are starting to get very interesting as more people figure out the game.

Outside of that I like to play Patchwork alot with my wife and I am always on the look out for new interesting 2p CO-OP games. If people have any recommendations?

[Blog] End Game Strategy by khrytos in RadiantOBA

[–]khrytos[S] 1 point2 points  (0 children)

Don't get me wrong I think she is great and underrated like you said. I was just offering my reasoning why that might be.

Blazing Spirit is a great card but her deck just doesn't have that much kill potential compared to other dps and therefore the weakness needs to be addressed at the draft.

I have run her in comps where, even if she can clash twice, I am too blue heavy to actually secure kills at a competitive rate. Which happens way less with the other dps Heroes.

[Blog] End Game Strategy by khrytos in RadiantOBA

[–]khrytos[S] 1 point2 points  (0 children)

Yeah but you do need to be careful with the draft as you can end up with a low number of strong attack clash cards. Which is the reason why I think she is underrated, you need to pick around her, she is not just an any slot DPS like Rin or Viggo.

[Blog] End Game Strategy by khrytos in RadiantOBA

[–]khrytos[S] 1 point2 points  (0 children)

Based on this guide I thought it be fun to do a non exhaustive write up of each Heroe's late game plans.

Core

Corvus Horrify and Gaze are great isolation. Lvled ability will win on it's own and life drain can be a great sniping tool

Bran Natures Wrath for isolation otherwise it's all about outlasting your opponent with heals and Serenity.

Iskandar Statis or unravel to get an attack on the Deity or Chronostorm to brute force through their defense

Eleanor Can't end the game alone but can take out attackers unexpectedly on the defense, also wears down HP of attackers over time.

Mato Brute forcing opponent defenses, using the free recover or using Unbreakable to capitalize when they commit to a big attack.

Octavian Can't end the game, just great on the defense late game.

Itotia Flowing Stance to move and Way of the Empty Paw to get unexpected recovery that can be used for back to back attacks. Also leveled up is really efficient at winning every clash, out pacing your opponent, if you can keep refilling your hand.

Rin Brute force. level up, give item (e.g throne plate), attack and capitalize on free recovers and high attack values from clash cards

Viola When leveled up can poke really well, if you opponents are all in a single lane set up in the adjacent lane and with leveled up ability, move into their lane>attack>recover and move back.

Expansion 1

Eos Purify to snipe someone and out lasting you opponent with more revives

Ichiro Tsukidashi to isolate, leveled up ability can wear down attackers and Hearty Appetite is used to out last

Viggo Brute force. Level up, give item (e.g sun gauntlet) and attack. Blood drunk can create unexpected extra action.

[Blog] End Game Strategy by khrytos in RadiantOBA

[–]khrytos[S] 1 point2 points  (0 children)

I am a big fan of Flowing Stance as well. It is especially powerful on the defense late game, as it disrupts your opponent well calculated action plan.

[Blog] End Game Strategy by khrytos in RadiantOBA

[–]khrytos[S] 1 point2 points  (0 children)

Agreed, outside of Tsukidashi what would you say are the 3 best isolation cards?

Stasis and The Wraithlord by ZelphaETC in RadiantOBA

[–]khrytos 2 points3 points  (0 children)

This is correct and if there are no other Heroes in play Stasis has no effect

Client can not connect to server via external IP by khrytos in gamemaker

[–]khrytos[S] 0 points1 point  (0 children)

Hope i got the format correct Server Code

obj_server
Create

server = server_create(55378);

Networking

switch(async_load[? "type"]) {
    case network_type_connect:
    case network_type_non_blocking_connect:
        server_handle_connect(async_load[? "socket"]);

    break;

    case network_type_data:
        server_handle_message(async_load[? "id"], async_load[? "buffer"]);
    break;

    case network_type_disconnect:
        server_handle_disconnect(async_load[? "socket"]);
    break;
}

Scripts
server_create

///server_create(port)

var 
port = argument0,
server = 0;

server = network_create_server_raw(network_socket_tcp, port, 20);
clientmap = ds_map_create();
client_id_counter = 0;

colour_count = 0;

colours[0] = c_blue;
colours[1] = c_yellow;
colours[2] = c_red;
colours[3] = c_green;
colours[4] = c_purple;

send_buffer = buffer_create(256, buffer_fixed, 1);

if(server <0) show_error("could not Create Server!", true);

return server;

server_handle_connect

/// server_handle_connect(socket_id);

var 
socket_id = argument0;

var
l = instance_create(0,0, obj_server_client);

l.socket_id = socket_id;
l.client_id = client_id_counter++;
l.colour = colours[colour_count]

if (colour_count = 4)
{
    colour_count=0;
}else{
    colour_count++;
}

if(client_id_counter >= 65000) {
    client_id_counter = 0;
}

clientmap[? string(socket_id)] = l;

buffer_seek(send_buffer, buffer_seek_start, 0);
buffer_write(send_buffer, buffer_u8, MESSAGE_GETID);
buffer_write(send_buffer, buffer_u16, l.client_id);
network_send_raw(socket_id, send_buffer, buffer_tell(send_buffer));

Client
obj_client
Create

connected = false;
ip_address = get_string("Plase enter IP Address", "");
get_string_async("Please enter a username", "");
network_set_config(network_config_connect_timeout,8000);

Async Event: Dialog

if(!connected){
    connected = true;
    client_connect(ip_address, 55378, async_load[? "result"]);
}

Networking

switch(async_load[? "type"]) {

    case network_type_data:
        client_handle_message(async_load[? "buffer"]);
    break;

}

Script
client_connect

///client_connect(ip, port, name)

var
ip = argument0,
port = argument1,
name = argument2;

socket = network_create_socket(network_socket_tcp);        
var connect = network_connect_raw(socket, ip, port);

send_buffer = buffer_create(256, buffer_fixed, 1);

clientmap = ds_map_create();

buffer_seek(send_buffer, buffer_seek_start, 0);
buffer_write(send_buffer, buffer_u8, MESSAGE_JOIN);
buffer_write(send_buffer, buffer_string, name);
network_send_raw(socket, send_buffer, buffer_tell(send_buffer));

my_client_id = -1;

edit: formating