Tree of Savior Forum

Where is FlanFlan today?

You mean prints a beautiful stacker overflow error lol.

Oh, only an error? That’s sad. I guess C# has protections to fork bombs :cry:

Yeah it will detect a stacker overflow and throw an exception in a situation where you are overloading the stack with static method loops lol. C# is considered a “safe” language.

It’s kinda funny actually. You can basically just troll your computer like, “What’re you going? Get back to CycleOne and do it all over again!”:

void Main()
{
Troll troll = new Troll();
}

public class Troll
{
private int _repetitions = 10000000;

public Troll()
{
    CycleOne();
}

private void CycleOne()
{
    CycleTwo();
}

private void CycleTwo()
{
    CycleThree();
}

private void CycleThree()
{
    CycleFour();
}

private void CycleFour()
{
    CycleFive();
}

private void CycleFive()
{
    _repetitions--;
    if(_repetitions > 0)
    {
        CycleOne();
    }
    else
    {
        Console.Write("Congratulations!");    
    }
}

}

Results?

http://puu.sh/pycS6/0d0730a969.png

As expected lol. Computer quit its job haha

2 Likes

Oh well, since we’re at it. Check out this programming language:

:joy:

3 Likes

Damn, that must be what IMC used to program Tree of Savior. It all makes sense now.

++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>—.+++++++…+++.>>.<-.<.+++.------.--------.>>+.>++.

That’s their netcode.

I’m checking this site out now it seems to put it into better perspective how it works lol. I almost want to try to use this language for some fun:
https://learnxinyminutes.com/docs/brainfuck/

2 Likes

Well since you’re here,hi!

Have a melon :melon:!

2 Likes

Melon giving melons. Melonception done right.

1 Like

What melons is melon giving?

1 Like

Up close, it appears to be a… cantaloupe!
http://puu.sh/pykKj/059c7dcaf5.jpg

1 Like

Oh wow…I never realized how attractive my icon looks up close.Thanks for that :sparkles:

2 Likes

i miss @Karjalainen
:confused:

Vinny no…not that guy…

:grinning::grinning::grinning::grinning::grinning::grinning:
but he is MIA

1 Like

I miss my balls…
It was hanging there till yesterday…after a visit to the vet with my Tabby…

Now it’s gone

That’s sorta how I am though. When I leave a community I just leave and don’t say bye or even tell anyone. Cuz telling people makes me look like I’m attention whoring so I tend to just leave like a ninja lol.

But if I consider us friends,then I’d like to know where you’re going.Just saying~

Awww…flan x melon fan fiction …

Anyone…?

Jkjk…cough

1 Like

I admire anyone who can script, as the best I can do is format a receipt in C++.

1 Like

Do you program as a hobby?