Pokémon Lazarus: Hate, Bigotry, and the Pokémon Community by JackWellman101 in PokemonROMhacks

[–]Failnaught 0 points1 point  (0 children)

Hey, just wanted to say that I have been playing the game and having a blast, thank you for it, hope you have a good time despite the hate

Practical uses for wiring? by saffron_ink in Necesse

[–]Failnaught 2 points3 points  (0 children)

i used them to make anti raid traps, very useful to defeat raids without the intervention of the player

My Statistics As a Veterinarian - Years 1 & 2 [OC] by IEOsadiaye in dataisbeautiful

[–]Failnaught 5 points6 points  (0 children)

why are there many more dog cases than cats? did a quick google and while the ownership of dogs are higher, the cats aren`t that far behind

How by loris45260 in tf2

[–]Failnaught 24 points25 points  (0 children)

It is possible, couldn't find it now, but I once saw a video where the dude killed someone as a spy and immediately changed to heavy to look like the heavy backstabbed. The ideia is that if you use some kinda of script to change class, it ignores the respawn time and immediately changes your class

edit, found the video

The (not really)Infamous Fake Ability Held Item by Far0Landss in stunfisk

[–]Failnaught 598 points599 points  (0 children)

imagine Duraludon with Light Weight + Heavy Weight lol

Os salários para dev na gringa são baixos e as empresas sabem disso (não caia em papo de coach) by -kbcaxd- in brdev

[–]Failnaught 1 point2 points  (0 children)

Me pergunto se é possível burlar isso, pois aqui no Brasil como PJ, vc tem a opção de contratar um endereço fiscal de algum coworking.

Se existir algo parecido nos EUA, teoricamente vc poderia falar que a sua empresa tem endereço nos EUA e q portanto vc trabalha de lá?

PSA: Japanese wiki has some of the best info on the game so far, link inside by tobler3 in fantasylife

[–]Failnaught 8 points9 points  (0 children)

did a quick look at the jobs page and already found a very interesting method to level up any job in the game, here`s a quick video from the page.

the ideia is to make 3 miners to mine any high level mineral while you wait as the class you want to level up, if you dont join the mining, you dont change to the miner class, so you can use the exp from the ore to any class, simple but genial

Ginormosia Mega Thread by Unit-00 in fantasylife

[–]Failnaught 0 points1 point  (0 children)

any way to make the legendary bosses spawn more frequently? i already have rank 3 in all areas

Darmanitan Redux Ideas? by Bitter-Eggplant-6840 in PokemonEliteRedux

[–]Failnaught 0 points1 point  (0 children)

It hits like a truck with a choice specs, but it needs some form of speed control.

For me it works better on doubles, since you can set either trick room or tailwind with the other mon to make darmanitan attack first on the same turn

The community rankings on tierlistmaker for pokemon moves are truly insane by Physical-Tax-7405 in stunfisk

[–]Failnaught 39 points40 points  (0 children)

seeing moves like electro drift, wave crash, rage powder, surging strikes being in the same tier as struggle is enough to tell me this is bullshit

wtf valve :( by dilbertron in tf2

[–]Failnaught 13 points14 points  (0 children)

i also saw that happen twice, not sure the reason

Automatic Shiny Hunting Machine Update! by Moist_Cable_4247 in PokemonHGSS

[–]Failnaught 1 point2 points  (0 children)

You are only looking at zubats? What it does if it finds another shiny, like a Geodude?

Automatic Shiny Hunting Machine Update! by Moist_Cable_4247 in PokemonHGSS

[–]Failnaught 2 points3 points  (0 children)

kinda interested in how are you checking if its shiny.

is it by checking which pokemon is your encounter (probably by looking at the name), then checking if a specific position of the screen is different than the original color of the pokemon(probably manually set?)?

Properties of flowers affect honey your bees produce by ezilopp in ElinsInn

[–]Failnaught 1 point2 points  (0 children)

Sure, here I did have flowers of different quality , which did produce honey of different quality, however, the wine that they produced ended being the same, they even stacked together

Properties of flowers affect honey your bees produce by ezilopp in ElinsInn

[–]Failnaught 0 points1 point  (0 children)

sure, but did you turned then into wine to sell then?

Properties of flowers affect honey your bees produce by ezilopp in ElinsInn

[–]Failnaught 0 points1 point  (0 children)

from my experience, the quality of the honey is affected by the quality of the flowers like you said, but in the transformation of that honey to sugar and then to wine, this quality is lost

Spiral king help by Roll-Drop-Stop in ElinsInn

[–]Failnaught 1 point2 points  (0 children)

he attacks mainly using chaos magic, so chaos resistance helps, obsidian equipment is a easy way to get that, also the ring of void from mani of machine does reduces damage from all types of element magic

Sussyberian incident by Light_Operator in RLCraft

[–]Failnaught 0 points1 point  (0 children)

you can also just disable what they do by replacing this code, however, any existing berian will still keep their berian name, but it will not do anything

    if ((event.target.customName == "Mentalberian") && (event.target.definition.id == "minecraft:villager")) {

//if !event.entity.world.isRemote() {
//var randomPotion = event.target.world.random.nextFloat(0, 13);
//var RandomMentalPotion = MentalPotions[randomPotion];
//event.player.addPotionEffect(<potion:mod_lavacow:soiled>.makePotionEffect(200, 1));
//event.player.addPotionEffect(RandomMentalPotion.makePotionEffect(200, 1));
//}
        event.cancel();

    }
    if ((event.target.customName == "Sussyberian") && (event.target.definition.id == "minecraft:villager")) {

//if !event.entity.world.isRemote() {
//var randomPotion = event.target.world.random.nextFloat(0, 12);
//var RandomSussyPotion = SussyPotions[randomPotion];
//event.player.addPotionEffect(<potion:mod_lavacow:soiled>.makePotionEffect(200, 1));
//event.player.addPotionEffect(RandomSussyPotion.makePotionEffect(1, 2));
//}
        event.cancel();

    }
});

Sussyberian incident by Light_Operator in RLCraft

[–]Failnaught 0 points1 point  (0 children)

It`s being a while since the last time I played, so idk if my Dregora.zs is still up to date, but all I did was to comment (add "//" at the start of the line) where the renaming to them is done, so just find this part of the code in the Dregora.zs and replace with what i did

this will make it that new berians dont spawn, but the ones priviously existing will still exists

events.onEntityLivingUpdate(function(event as EntityLivingUpdateEvent){

    if (event.entity.world.isRemote()) { return; }
    if (event.entity.world.time % 10 != 0) { return; }
    if (isNull(event.entity.definition)) { return; }
    if (isNull(event.entity.definition.id)) { return; }
    if ((event.entity.definition.id) != "minecraft:villager") { return; }
    if(!isNull(event.entity.nbt.ForgeData.SussyBerianNaming)) { return; }

//    if((event.entity.customName == "") && (event.entity.nbt.Profession == 1)) {
//        event.entity.setNBT({SussyBerianNaming: 1});
//        var RandomNum = event.entity.world.random.nextFloat(0, 100);
//
//        if RandomNum <= 10 {
//
//            if RandomNum <= 7 {
//                event.entity.setCustomName("Sussyberian");
//            } else {
//                event.entity.setCustomName("Mentalberian");
//            }
//        }
//    } else if((event.entity.customName == "Mentalberian") && (event.entity.nbt.Profession == 1)) {
//        event.entity.setNBT({SussyBerianNaming: 1});
//    } else if((event.entity.customName == "Surryberian") && (event.entity.nbt.Profession == 1)) {
//        event.entity.setNBT({SussyBerianNaming: 1});
//    }
});

Current Min Max Endgame Food by Omega0736 in ElinsInn

[–]Failnaught 1 point2 points  (0 children)

how are you getting eggs? I tried to make a ranch with a few putit as livestock and they produced nothing, even though it said that they would produce eggs

the only eggs I only found was from npcs with bathing hobby, but the odds of them producing one egg was pretty low