#guild_community

1 messages · Page 54 of 1

shut perch
#

I wonder who’s spoken most in gl channels I would check but I’m 90% sure it’s Essen

wooden fable
#

😵‍💫

stoic stone
#

sorry had to give the 2mm defeater to your mother

rotund lotus
#

he dmed me

#

you kicked me last night

#

shut up

#

fu­ck yo­u

#

😭

stoic stone
#

actually i need spell damage tomes for my dps

#

can we play tcc panda

#

😹

rotund lotus
stoic stone
#

u just told them

stoic stone
#

i need spell damage middle tomes

rotund lotus
stoic stone
rotund lotus
#

there is no way

stoic stone
#

mine was maxed out melee

#

until meta changed

rotund lotus
#

if lav planet

#

comes tcc

stoic stone
#

then i never bothered to play tcc

rotund lotus
#

ill pull up

wooden fable
#

@The Aquarium

stoic stone
#

it is

wooden fable
#

it is so boring

rotund lotus
#

thats ALOT

wooden fable
#

wynn is so boring

rotund lotus
#

tf

stoic stone
#

its more like i never played wynncraft that much anymore

stoic stone
#

they in this chat

rotund lotus
#

sorry

stoic stone
#

they'll suceed in DUDE conns if we dont watch out

rotund lotus
#

@stoic stone ru coming tcc

#

@prisma junco r u coming tcc

wooden fable
#

free 32% spell dmg

#

😵‍💫

stoic stone
#

wait

#

i forgot to ping one person

rotund lotus
#

@silver tundra

wooden fable
#

@stoic stone

rotund lotus
#

i got you

#

dont worry

stoic stone
#

@silver tundra

wooden fable
#

lmao

stoic stone
#

LMFAO

rotund lotus
#

great minsd think alike

#

just becareful

stoic stone
#

he might need this

rotund lotus
#

we might get reported for harassment

#

for pinging once

stoic stone
#

although im not sure how he'll figure it out how to put a function into an infinite loop in java....

odd junco
#

who wanna hear a song that should not work 😭

wooden fable
#

@prisma junco get those 20 water bottles off yo desk!

stoic stone
#

i should provide full source code

#

to a discord bot

odd junco
rotund lotus
#

once me once lava planet

wooden fable
#

wtf

#

me

stoic stone
#

ayo do you guys have some online hosting i can host my stalking bot on

wooden fable
#

pee

stoic stone
#

my heroku got shut down

#

stupid bitcoin miners

odd junco
#

Heroku 😭

#

they done removed free tier

wooden fable
#

😵‍💫

stoic stone
#

you gave your credit card for a free hosting

#

and they didnt charge you any money

rotund lotus
#

and u get to use the bot too

stoic stone
#

thats what im tryna work out

odd junco
#

what language is your stalking bot in

rotund lotus
#

taq alr have one bot

stoic stone
#

its approved by darkrenga and orengr!

rotund lotus
#

approved by darkrenga

#

goddammmmmmmmmmmmm

odd junco
#

i have a bot that can log all online player's states constantly

rotund lotus
#

what does

#

"States"

#

include

stoic stone
#

sp probably

odd junco
#

like their data

stoic stone
#

well thats not very hard to do

odd junco
#

it just takes a fuck ton of boilerplate

stoic stone
#

just put the json file into a database

odd junco
#

no

warm knoll
odd junco
#

i used Python blobs for it

shut perch
#

dogc

odd junco
#

😁

rotund lotus
#

fr

stoic stone
#

but

odd junco
#

in a SQLite3 DB

stoic stone
#

just sort the data

#

and then put it into a db

rotund lotus
#

do u guys think a

stoic stone
#

or your own json file

#

lol

#

....

rotund lotus
#

mint condition psp will sell

stoic stone
#

ohg

#

i knoiw

#

nv

#

m

odd junco
#

why would i put the raw data and not put it into a blob so doesn't make the filesize as large

rotund lotus
#

The PlayStation Portable (PSP) is a handheld game console developed and marketed by Sony Computer Entertainment. It was first released in Japan on December 12, 2004, in North America on March 24, 2005, and in PAL regions on September 1, 2005, and is the first handheld installment in the PlayStation line of consoles. As a seventh generation conso...

stoic stone
#

i have one of those

odd junco
#

plus blobs are extremely easy to convert back and forth from DB

stoic stone
#

you can do whatever you want with your data but realistically

odd junco
#
    def __init__(self, class_uuid: str, type: wpe.ClassTypes, level: int, xp: float, dungeons: Dungeons, raids: Raids, quests: Quests, items_identified: int, mobs_killed: int, pvp: PvP, blocks_walked: int, logins: int, deaths: int, playtime: int, gamemode: Gamemode, skills: wg.Skills, professions: list[Profession], discoveries: int, events_won: int, pre_economy_update: bool) -> None:
        '''
        Constructor for the Character object

        Parameters
        ----------
        class_uuid : str
            UUID of the character

        type : ClassTypes
            Class type of the character

        level : int
            Level of the character

        xp : float
            XP of the character

        dungeons : Dungeons
            Dungeons completed on this character

        raids : Raids
            Raids completed on this character

        quests : Quests
            Quests completed on this character

        items_identified : int
            Number of items identified on this character

        mobs_killed : int
            Number of mobs killed on this character

        pvp : PvP
            PvP statistics of this character

        blocks_walked : int
            Number of blocks walked on this character

        logins : int
            Number of logins on this character

        deaths : int
            Number of deaths on this character

        playtime : int
            Playtime in minutes on this character

        gamemode : Gamemode
            Gamemodes of this character

        skills : Skills
            Skills of this character

        professions : list[Profession]
            Professions of this character

        discoveries : int
            Number of discoveries on this character

        events_won : int
            Number of events won on this character\n
            Deprecated as of 1.14.1 Patch 4

        pre_economy_update : bool
            Was this character made before the economy update
        '''

        self.class_uuid: str = class_uuid
        self.type: wpe.ClassTypes = type
        self.level: int = level
        self.xp: float = xp
        self.dungeons: Dungeons = dungeons
        self.raids: Raids = raids
        self.quests: Quests = quests
        self.items_identified: int = items_identified
        self.mobs_killed: int = mobs_killed
        self.pvp: PvP = pvp
        self.blocks_walked: int = blocks_walked
        self.logins: int = logins
        self.deaths: int = deaths
        self.playtime: int = playtime
        self.gamemode: Gamemode = gamemode
        self.skills: wg.Skills = skills
        self.professions: list[Profession] = professions
        self.discoveries: int = discoveries
        self.events_won: int = events_won
        self.pre_economy_update: bool = pre_economy_update
stoic stone
#

its like 95% unusable

odd junco
#

i know

#

😁

#

future-proofing it

#

plus like

#

it's much easier as well since all the Python modules for Wynn are deprecated

rotund lotus
#

750k usd

stoic stone
#

its robux

rotund lotus
#

its 750k usd..

stoic stone
#

i dont give a shit about robux

#

give me the cahs

#

and then its stupid

odd junco
#

jhil what do you program in

#

JS?

stoic stone
#

i do JS, python and normal java

#

and also can do webdev

odd junco
#

do you have Python Flask experience

#

i fucking hate flask 😁

stoic stone
#

no

#

fuck that

rotund lotus
gritty nest
#

holy shit lava planet gaming ???

stoic stone
#

hi ponto

odd junco
#

i'm probably going to make some sort of website that hooks into my library

odd junco
#

DOES HE KNOW?

odd junco
#

yall wanna see the absolute foulness of wynn_item.py

stoic stone
#

have fun web developing

#

(its not going to be fun)

odd junco
#
def __init__(self,
                 name: str, display_name: str or None, tier: wie.ItemTier, set: str or None, sockets: int, type: wie.ItemType or None,
                 armor_type: wie.ArmorType or None, armor_color: wg.Color or None, added_lore: str or None, material: str or None,
                 drop_type: wie.DropType or None, restrictions: wie.Restrictions, neutral_damage: Damage or None, earth_damage: Damage or None,
                 thunder_damage: Damage or None, water_damage: Damage or None, fire_damage: Damage or None, air_damage: Damage or None,
                 attack_speed: wie.AttackSpeed, health: int or None, earth_defense: int or None, thunder_defense: int or None, water_defense: int or None,
                 fire_defense: int or None, air_defense: int or None, level: int, quest: str or None, class_requirement: wie.ClassRequirements or None,
                 strength: int or None, dexterity: int or None, intelligence: int or None, defense: int or None, agility: int or None,
                 health_regen: int, mana_regen: int, spell_damage: int, damage_bonus: int, life_steal: int, mana_steal: int, xp_bonus: int,
                 loot_bonus: int, reflection: int, strength_bonus: int, dexterity_bonus: int, intelligence_bonus: int, defense_bonus: int, agility_bonus: int,
                 thorns: int, exploding: int, walk_speed: int, attack_speed_bonus: int, poison: int, health_bonus: int, soul_points: int, stealing: int,
                 health_regen_raw: int, spell_damage_raw: int, bonus_damage_raw: int, bonus_earth_damage: int, bonus_thunder_damage: int, bonus_water_damage: int,
                 bonus_fire_damage: int, bonus_air_damage: int, bonus_earth_defense: int, bonus_thunder_defense: int, bonus_water_defense: int,
                 bonus_fire_defense: int, bonus_air_defense: int, accessory_type: wie.AccessoryType or None, identified: bool, skin: str or None,
                 category: wie.ItemCategory or None) -> None:
#

formatting sucks because discord moment

stoic stone
#

did u just stop caring at the 2nd half

odd junco
#

wdym

stoic stone
#

with the or none s

odd junco
#

since it lacks the or None?

rotund lotus
odd junco
#

oh so

#

API has like 50/50

#

it's kinda ret­arded

gritty nest
stoic stone
odd junco
#

some of them it literally just gives "value": 0

#

instead of just omitting it 💀

stoic stone
#

and thats why i stopped trying to do anything with the wynn api

#

i love a player page that refreshes every 10minutes

odd junco
#
{"name":"Eidolon","tier":"Rare","type":"Wand","set":null,"restrictions":"Untradable","material":"269:1","dropType":"never","addedLore":null,"sockets":5,"damage":"0-0","earthDamage":"0-0","thunderDamage":"0-0","waterDamage":"0-0","fireDamage":"0-0","airDamage":"520-570","attackSpeed":"SUPER_SLOW","level":95,"quest":null,"classRequirement":null,"strength":0,"dexterity":0,"intelligence":0,"defense":0,"agility":45,"strengthPoints":0,"dexterityPoints":0,"intelligencePoints":0,"defensePoints":0,"agilityPoints":15,"mainAttackDamageBonus":0,"mainAttackDamageBonusRaw":0,"spellDamageBonus":0,"spellDamageBonusRaw":0,"spellElementalDamageBonusRaw":0,"healthRegen":0,"healthRegenRaw":0,"healthBonus":0,"poison":0,"lifeSteal":0,"manaRegen":0,"manaSteal":4,"spellCostPct1":0,"spellCostRaw1":0,"spellCostPct2":0,"spellCostRaw2":0,"spellCostPct3":0,"spellCostRaw3":0,"spellCostPct4":0,"spellCostRaw4":0,"thorns":0,"reflection":0,"attackSpeedBonus":0,"speed":30,"exploding":0,"soulPoints":15,"sprint":0,"sprintRegen":0,"jumpHeight":0,"xpBonus":10,"lootBonus":0,"lootQuality":0,"emeraldStealing":0,"gatherXpBonus":0,"gatherSpeed":0,"earthDamageBonus":0,"thunderDamageBonus":0,"waterDamageBonus":0,"fireDamageBonus":-20,"airDamageBonus":0,"bonusEarthDefense":0,"bonusThunderDefense":25,"bonusWaterDefense":0,"bonusFireDefense":0,"bonusAirDefense":30,"category":"weapon"}
stoic stone
#

ok well

odd junco
#

this could easily be like 10x shorter if they just removed the stats that have no value

stoic stone
#

it seems like the devs stopped caring

odd junco
#

i'm fairly sure nepmia is redoing all the endpoints probs

stoic stone
#

release in 2025

odd junco
#

fr....

stoic stone
#

sure

#

what should i play on assassin

odd junco
#

i'm working on war simulation atm

stoic stone
#

i have no idea

odd junco
#

i have functioning resource generations

stoic stone
#

i can buy one

#

can you send me build in dm

#

only thing i got is my special set

#

throws it back

#

cata

#

if you can

rotund lotus
#

@stoic stone i still have ur stardew

#

u are never getting it back

stoic stone
rotund lotus
#

im selling it

#

(im not really)

stoic stone
#

15le

#

holy shit

odd junco
#

@stoic stone

#

i don't have bonuses set up yet so that's why it looks like it's just += 1

#

but if i manually change it to like 36k

#

this because it just makes it look the same with a 0 on the end

stoic stone
#

lol

rotund lotus
odd junco
#

ok hol up i got a bug 😭

gilded pebble
#

watch*

odd junco
#

this shit crazy

winter osprey
#

ooh I studied the 11th march 2011 tsunami, it's super fascinating

odd junco
#

imagine 3m high waves charging you from down a street and you have to run for it

winter osprey
#

there are some great videos of it going over 15m tall sea walls

odd junco
#

this shit goes crazy guh

#

this shit like something from an apocalypse movie

warm knoll
#

is that the tohoku one

winter osprey
#

yes

stoic stone
odd junco
#

march mfs 💪

#

i am also march mf

wooden fable
#

i am also a march mf

wide shadow
#

lol i remember that

gilded pebble
#

i am a march mf!

stoic stone
#

i do not care

odd oxide
#

3/11 >>> 9/11

gilded pebble
odd junco
rotund lotus
tribal marten
#

i will war on essentuan acc

stoic stone
tribal marten
#

ok logging in rn

stoic stone
#

we have a slot

tribal marten
#

i am mid math class

#

just finished the test though so it is fine

#

@stoic stone which acc do i get on

stoic stone
#

impe

#

the one essen uses

tribal marten
#

BET i know just the one

#

wait

#

i only have two accs on my laptop

#

dm

#

he is next to me irl right now alt warring taq

stoic stone
#

@warm knoll watch yo cities...

#

good

turbid shuttle
#

are u guys abusing bugs again 🐔

ripe niche
#

yeah fvck them ants

#

its like bugs but a different kind

#

haha

shut perch
#

@stoic stone be nice to him mane

#

he just wanted to solo vlow

stoic stone
#

we are on a world tour...

azure egret
#

Guys cann someone do this for me

rotund lotus
loud lintel
#

we are using game feature!

ocean escarp
#

they would never do such a thing

#

dang how did fuy not fall for my 4x11 ahmsord trap 😭

cloud briar
#

hmm how could that be

#

hi

turbid shuttle
#

was nice knowing u guys

languid shell
#

evil fuy guild

stoic stone
#

WELL EVERYONE THANKS FOR COMING TO THE FUY WORLD TOUR 2023

#

VID COMIGN SOON

rotund lotus
#

we have 2 owners

#

goated guild

loud lintel
#

gah damn

#

he owner

stoic stone
#

he took over

ocean escarp
#

insane

rotund lotus
#

i did not expect that

tribal marten
#

blatantly bug abuse

azure egret
#

U cant print hello world i already Kno that

tribal marten
#

i did not expect someone to show up

azure egret
#

i just completed it anyway 😊

rotund lotus
#

yea..

stoic stone
#

normaly nobody would have

#

bro zeer such an op he took my spot in the last war

rotund lotus
#

i thought its off season

loud lintel
#

same ngl

stoic stone
#

samme

tribal marten
#

i log in thinking i was going to be hq sniping taq but they doing this shit instead holyshit

stoic stone
#

it said it was off season

rotund lotus
#

i went in war

#

saw heyzeer0

#

thought someoen nicked themselfs funny

loud lintel
#

guys they removed 80k sr....

#

for taking all cities onmap...

odd junco
#

does this mean zeer is a proud fuyian?!

rotund lotus
#

ye

quasi iron
#

Wrong reply

#

But anywau

odd junco
#

wars thought it was offseason

#

but it was not

#

offseason = 2 min timers and 0 emerald cost for starting wars

stoic stone
#

(game bad)

turbid shuttle
#

surely fuy becomes a law abiding guild now right

gilded pebble
#

maybe tomorrow…

wooden fable
#

@gilded pebble are you a furry

loud lintel
#

it was off season fr, had to practice...

turbid shuttle
#

yes

stoic stone
#

shit was tuff

hollow temple
stoic stone
#

(no aura)

loud lintel
gilded pebble
wooden fable
#

oh

odd junco
#

for me Aeq does this

#

i was talking to an Aeq member and asked them to say "cmt says hi" in guild chat

#

and apparently guild chat said "ignore him and dont say anything"

#

💀

turbid shuttle
#

controversial individual

rotund lotus
#

i once told lordgonner pontosaurus says hey

#

and he ignored me

loud lintel
#

@odd junco for me i cede territory, taq reports me and i get banned🍻

rotund lotus
loud lintel
rotund lotus
#

you deserve all your bans.

loud lintel
#

😂

hollow temple
#

shuda appealed yo ban

loud lintel
#

shits was 1 day fr

languid shell
#

staller ???

#

i cant believe it

hollow temple
#

1 day of being locked up..

odd junco
#

i mean in your case they literally just lie about it and most people who have 2 braincells know it's a falseban

loud lintel
#

on bright side we aint banned so yall better buy shidcoins so we get our sr back !

odd junco
#

peter just started ranting and raving because of 2 jokes in ingame dms and shittalks me at every chance

languid shell
#

same

odd junco
#

az why are you a filler message bot

wide shadow
#

non player character

odd junco
#

like no offence but every message you post is just a response to a message

azure egret
#

@odd junco can u help me with python

languid shell
#

oh na

#

i just come in the middle of a conversation

turbid shuttle
#

gladionuts

languid shell
#

wtf..

languid shell
odd junco
azure egret
#

i need to make a program to see if a number is an armstrong number or no

#

and another one for palin drome

languid shell
#

insane

#

what the hell is an armstrong number

odd junco
#

what is an Armstrong nunber again

azure egret
#

In numerical number theory, the Armstrong number definition is the number in any given number base, which forms the total of the same number, when each of its digits is raised to the power of the number of digits in the number.

languid shell
#

🤖

odd junco
#

what does that mean

languid shell
#

reading comprhension challenge

odd junco
#

number base i mean

azure egret
#

For example, using a simple number 153 and the decimal system, we see there are 3 digits in it. If we do a simple mathematical operation of raising each of its digits to the power of 3, and then totalling the sum obtained, we get 153. That is 1 to the power of 3 5 to the power of 3 3 to the power of three is 1 125 27 153. This can also be represented as 1^3 5^3 3^3=153. The number 153 is an example of the Armstrong number which also has a unique property that one can use any number system.

odd junco
#

i don't understand but i think it'd be

azure egret
#

idk how to find out

#

how many digits

#

the number has

tardy garnet
odd junco
#
def armstrong(numbers: int) -> bool:
    sum = 0
    length = len(number)
    for number in numbers:
        sum += pow(number, length)
    return sum == numbers
#

you can remove : int and -> bool they're just there as good code formatting

#

but it will look sus if your formatting is that good

#

how much have you done

azure egret
#

i ain understand anything in that bruh

#

i havetn done def yet

odd junco
#

idk if for works with a plain int and you need to splice

#

ok so

#

remove def line

#

and replace return with print() with the == stuff inside

azure egret
#

i was tryn do it with for loop

odd junco
#

send what you have

azure egret
#

No cap while loop >>>>

odd junco
#

while loop?

azure egret
odd junco
#

guh what

#

HELL NAW

azure egret
#

??

odd junco
#

pycharm

azure egret
#

Bro idk i searched up python program maker or somethin n it was first

odd junco
#

use VSCode imo

azure egret
#

ok i will vsco

odd junco
#

is this for school?

azure egret
#

ye

odd junco
#

a few questions

#

i aint being mean just giving general tips

azure egret
odd junco
#

what is s=n for

azure egret
#

iono im goin crazy

#

i coulda done n==sum

odd junco
#

yea

azure egret
#

nvm

#

Isnt n getting

#

changed

#

in da loop

odd junco
#

but why do you change n?

azure egret
#

so i can get

#

the digits

#

one by one

odd junco
#

but that's what i do with my way

azure egret
#

i havnet learned def yet

odd junco
#

you can remove the def

#

and return

azure egret
#

idk ion understand anything in that

odd junco
#

for every digit in numbers (153), number (which, for each loop it will set to the digit it has found) ...

#

so 1st run number = 1

#

2nd run number = 5

#

3rd number = 3

#

then it sets the sum, finds length

#

then sum += pow(number, length) is essentially sum = sum + number ^ length

azure egret
#

this ugly as fuck how do i change it

odd junco
#

change theme

azure egret
#

where

odd junco
#

look online for good onr

#

uhh

azure egret
#

what is your theme

odd junco
#

left sidebar

#

i can check

#

sec

odd oxide
#

Anyone wanna see my chem project :3

rotund lotus
#

go to sleep

#

its late

odd oxide
#

I just came from the gym rn lemme talk here ongod

#

I originally wanted to make a chem project on meth but my teacher said no so I had to do a chocolate analysis

odd junco
#

@azure egret One Dark Pro Darker

rotund lotus
# odd oxide

im keeping that until i gotta do something similiar

#

thank you

odd junco
#

@azure egret

azure egret
#

why it lookin like some candy

odd junco
#

it's good trust

azure egret
odd junco
odd junco
# azure egret whar
n = 153
s = n
b = len(str(n))
sum = 0
while n != 0:
    r = n % 10
    sum = sum + (r ** b)
    n = n // b
if s == sum:
    print("armstrong number")
else:
    print("not armstrong")
#

that's what i copied

rotund lotus
odd junco
#

unless i have brain damage

azure egret
#
s=n
b=len(str(n))
sum=0
while n!=0:
    r=n%10
    sum=sum+(r**b)
    n=n//10
if s==sum:
    print("armstrong number")
else:
    print("not armstrong")```
#

how do i make it colorful

rotund lotus
trim bough
#

😁

odd junco
#

😁

azure egret
#

😁

rotund lotus
#

grinners

odd junco
#

oh i had a number wrong

#

ok so

#

gladio

azure egret
#

ye

odd junco
#
n = 153
n_str = str(n)
n_len = len(n_str)
sum = 0

for digit in n_str:
    sum += int(digit) ** n_len
    
print(f'Armstrong Number: {sum == n}')
#

probably a better approach tbh

#

but the if condition isn't needed since it's a boolean

#

if you're displaying the value of a boolean, putting the expression in a print will return a string version of the bool

#

e.g.

a = 1 == 2

print(a)
print(1 == 1)

>>> False
>>> True
#

if you get what i mean

#

hold on i'll move to dms so i dont spam this channel 😁

azure egret
#

ok

turbid shuttle
rapid arch
#

python 🤪

odd junco
#

python indeed 🤪

rotund lotus
#

Stumble guys code 382334

#

382334

#

@everyone

wide shadow
#

@rapid arch hop on stumbl;e

#

@azure egret

#

@odd junco

odd junco
#

430am

#

back in bed (cozy)

odd junco
#

people violently shaking their cat (it will be funny gif)

azure egret
gritty nest
#

FREE THE FUYAS

#

THEY DIDNT DO NOTHING WRONG

#

@stoic stone free my man

languid shell
quasi iron
#

there were no bugs

#

they just biasaed against fuyt

languid shell
#

oh.. fpr real

#

dog cilbert giera

warm knoll
#

yea bugfree game btw

#

all good

verbal pollen
warm knoll
#

shut thef uck up i was LOW HP WITH ALKA DPS

#

and i had no pots on me

#

and my GUILD MEMBER SAID HE WOULD COME

#

shut up Dogc.

warm knoll
#

real

languid shell
#

i can do a Low HP guardian dps vlow

#

Copers

stoic stone
#

thanks samuel

final token
#

please shut up dogc

languid shell
#

gay femboy quotes

#

😭

warm knoll
stoic stone
languid shell
#

lava planet gaming

final token
warm knoll
#

for real

coarse slate
#

anyone wanna help me grind please?

warm knoll
#

dps guard 🔥

final token
#

@warm knoll can i have a taq invite breadboy

stoic stone
warm knoll
#

lament

#

🤮 🤮 🤮 🤮 🤮 🤮 🤮 🤮 🤮

#

ok but

#

alka is a warrior weapon

#

lament is mage

#

so

final token
warm knoll
#

you tell me..

final token
#

the actual guild!

#

I am taqqa member....

stoic stone
warm knoll
#

ok. . Dogc,.

stoic stone
#

sorry....

warm knoll
#

Give me Lament dps build .

coarse slate
#

can someone please help me grind the game?

tribal marten
#

guh

coarse slate
#

can someone help me grind please

warm knoll
#

goated build honest to god

final token
#

please get muted again

#

thanks

warm knoll
#

i will try

wheat matrix
gilded pebble
#

poorons…

final token
languid shell
kind comet
coarse slate
#

i need help leveling combat

kind comet
#

just kill things

#

at nivla

#

then at mt wynn

#

then at llevigar

coarse slate
#

im only lvl 8 idk where that is

kind comet
#

or in desert

kind comet
coarse slate
#

just asking for help damn

languid shell
#

you are

#

levle 8

coarse slate
#

such an L community

languid shell
#

play the damn game

#

LMFAO he left

#

stupid ass

turbid shuttle
#

mans entered guild community and expected a good community

#

unfortunate

languid shell
#

so eh

#

good he left

kind comet
#

mans fr started playing an mmorpg, killed 2 things, did 1 quest, and decided that he’d rather instantly start mindlessly grinding instead of enjoying the hours of story the game has to offer

#

I kinda did the same thing but I still went and did the good quests tbf

languid shell
#

YEAH

kind comet
#

Hero of Gavel and The Breaking Point are next on the checklist but I’ve been busy with leveling arch and making my “dream” (no myffic) warrior build

languid shell
#

man started the mmorpg and hes bored

#

at level 8

wooden fable
#

@final token

final token
#

@wooden fable

wooden fable
#

@final token

#

@final token wyd

#

@final token

final token
#

Going to college

#

In a car rn then taking the skytrain

#

Why

kind comet
#

ping salted 4 times in a single message for free Champion++

final token
#

@wooden fable

languid shell
#

@wooden fable

wooden fable
#

@final token come home

final token
#

@wooden fable you come home

languid shell
#

can someone spam ping me

final token
#

To me

final token
languid shell
#

@moderato

#

this yo last strike

wooden fable
#

@final token u go home

final token
#

@wooden fable u go home

languid shell
#

dont look in your mailbox ⚠️

final token
#

Actually

#

No

wooden fable
final token
#

@wooden fable u come to my home

languid shell
#

i messed up my bad

wooden fable
kind comet
#

@lofty geodeter

languid shell
#

thanks for doing it for me

kind comet
#

so true

final token
kind comet
final token
#

What.

wooden fable
final token
#

We will war together

kind comet
#

can a champ check if any prof bombs rn… Ty ..

wooden fable
languid shell
#

frivolous ???

final token
kind comet
red sigil
#

frivolous

languid shell
#

what does frivolous mean

final token
#

WHAT

kind comet
languid shell
#

wow i learn a new word

wooden fable
final token
#

Yes he's beside me rn

wooden fable
#

omg

#

say hi to your father for me

final token
#

OK

kind comet
red sigil
#

hi guys dad

wooden fable
#

@red sigil

languid shell
#

@wooden fable hi father

final token
#

Shut up

#

@red sigil

red sigil
#

heyy

#

hey

wooden fable
#

hi oomy

quasi iron
#

😮

red sigil
#

wgasrup

final token
#

@quasi iron stfu

#

Please

red sigil
#

whats up

kind comet
#

whats an oomy

languid shell
final token
#

Ur not funny

quasi iron
wooden fable
wooden fable
languid shell
#

@quasi iron succumb to the haters

kind comet
final token
quasi iron
#

i dont listen to no haterts

languid shell
final token
#

It'd okay to bully those

languid shell
#

fr

wooden fable
kind comet
#

Guys, Serbians or Albanians???

languid shell
quasi iron
#

they hate me cuz they aint me 😜

languid shell
#

@warm knoll sup

wooden fable
#

answer

final token
languid shell
#

so true

kind comet
#

I agree

quasi iron
#

shut the ufk up

final token
wooden fable
#

i think they want you to shut the heck up @quasi iron

languid shell
quasi iron
#

aight

languid shell
#

but yes

final token
#

@quasi iron yeah shut heckers up

quasi iron
#

NO

wooden fable
#

😟

red sigil
#

shut the shit up.....

languid shell
#

WTF!!

kind comet
#

@quasi iron go frick yourself you little knucklehead

languid shell
#

shit the shut up

wooden fable
quasi iron
#

watch ur mouth u stupid little shit

red sigil
#

wow dude.

quasi iron
#

whgo u callin knuckl;ehead

kind comet
languid shell
wooden fable
#

IT IS

quasi iron
#

no u aint u better take that shit back

wooden fable
#

NOOOOO

kind comet
languid shell
#

ok lol gettin destroyed

wooden fable
#

🐺

quasi iron
#

I would say many hurtful things but my moderator application is at play here...

#

nah just kidding go FUICLK yourself shitter

languid shell
#

its rejected

kind comet
#

ok I will go FUICLK

wooden fable
red sigil
#

numskull

languid shell
#

i will FUICLK your mother

quasi iron
#

u cant even see yo own dic

wooden fable
#

ill fwick u up

languid shell
#

@lofty geodeto

red sigil
#

@lofty geode tor pls do something

quasi iron
#

u talking to a futurew wynncraft moderator

final token
languid shell
#

im talkin to a future wynncraft banned member

quasi iron
final token
#

ONG

wooden fable
#

@final token wanna bug abuse with me

#

🥹

languid shell
#

@lofty geodet or

final token
quasi iron
#

what bug did fuy abuse anyway

#

i didnt get the video

wooden fable
#

man what

languid shell
#

they duped

final token
#

How dare evil fuy guild. 👿

languid shell
#

evil fuy guild 😭

final token
wooden fable
#

they did a thing and queues were global 4min ong

final token
#

Yeah

wooden fable
final token
#

And in response

#

We got

quasi iron
#

damn bro really exposing them like dat...

languid shell
quasi iron
#

thats puiblic shaming i wouldnt let that slide @fuy

wooden fable
#

@fuy

red sigil
#

oh ma gawddd

languid shell
#

i shouldve never joined fuyas im a bug abuser now

final token
#

Considering I'm waiting for zeer to respond

#

I am massive fuy supporter

quasi iron
#

I too support the devil

final token
#

Toq

quasi iron
#

god bless

languid shell
#

i support taq

wooden fable
final token
#

Are you still in glstaff @wooden fable

wooden fable
#

i was never init

final token
#

What...

#

Unreal.

quasi iron
languid shell
final token
#

I'll put you under TNL...

final token
wooden fable
#

oh em gee

languid shell
#

can i be under TNL

final token
#

No

wooden fable
#

i am under tnl

final token
#

Ass1 isn't welcome in guild staff

languid shell
#

can i be above tnl 😇

quasi iron
final token
final token
languid shell
#

Fk u

#

u racist

#

im callikng the mods

final token
#

I am

#

And?

quasi iron
final token
quasi iron
#

no??

final token
#

Yes

quasi iron
#

naw

final token
#

Yup

quasi iron
#

proof

languid shell
#

im the devil

wooden fable
languid shell
#

please give me gl staff

#

access

final token
#

No

languid shell
#

i represent tnl well

wooden fable
final token
#

I am admin of guild staff communicators

#

I can't give it to everyone

languid shell
wooden fable
final token
#

😼😼😼

wooden fable
#

omg

#

real desthlucifer

final token
#

I will ban all evil fuy members from the communicators.

quasi iron
red sigil
#

nopls

#

injvite me tooo

languid shell
#

im not evil fuy member

#

invite me

quasi iron
#

put me under kyn

final token
#

Who are you..

quasi iron
#

i am chief in that guild

final token
#

KYN

languid shell
#

im tnl owner

final token
#

Funny enough I saw a kyn member

quasi iron
final token
#

Like yesterday

#

In detlas

quasi iron
#

yea mustve been me

languid shell
final token
#

^

quasi iron
#

shut yo 47 chromosomes lookin ass up

final token
#

?????

languid shell
#

u got like 58

final token
#

Please stop using neurodivergent slurs.

#

Or I will call sunnynoki on you.

languid shell
#

this dude said i was unicellular

quasi iron
#

its just an accurate description of ass1

languid shell
#

ok lol u prolly got 44

quasi iron
#

u counting?

languid shell
#

yea

final token
#

He is 80 actually

languid shell
#

check inside you

final token
#

?????

#

You let ass one inside you@quasi iron

#

What is wrong with u

languid shell
#

i did not imply this

#

there is something else in there

#

shaped like whats in your mailbox

final token
#

What.

languid shell
#

dont go check your mailbox dont worry

quasi iron
#

aight im leaving bye

final token
#

Thank god

languid shell
#

w

final token
#

Guild community saved

#

W us

languid shell
#

leave the server as well

final token
#

It*

languid shell
#

WTF

#

thats too Far war statit

#

stic

final token
#

My bad.

#

I just have all this pent up anger against oklol.

languid shell
#

me too

#

i wouldnt go That far But i also think that as well

#

Great minds think alike.

#

you cant force water to drink

kind comet
#

Calluum is so cool

languid shell
#

did you he loved ronaldo so much until he want all his ultimate team is ronaldo until one vids he quick sell his ronaldo bcos so happy

gilded pebble
kind comet
#

Mbappe deserved it tho, no cap no kizzy on god fr fr

tribal marten
#

based texture pack

#

u bet

sage granite
#

das me during 1.19 wars

#

Ok lets do it

#

we will start on edn terrs

final token
#

@sage granite

half musk
#

is this a thing

#

real ?????

#

I need it so bad

#

it will itch my brain so good

#

real???

final token
#

@half musk

#

He is lying to you

#

He's Brazilian never trust those

fresh slate
#

Brazilian hardbass is good

half musk
#

😭😭😭

tribal marten
#

ok guys

#

is naming an alt "Resource_Racist" a bad idea

prime grove
#

you should do it

tribal marten
#

thisis not super ocnvincing

prime grove
#

I doubt anyone will have a problem with looking at a player and realizing their ign is "Resource_Racist"

languid shell
final token
#

@tribal marten HELLO

tribal marten
#

HI

#

whats up

final token
#

the sky

#

not much

tribal marten
final token
#

how is my favorite ct member doing

#

like

#

in game

wide shadow
#

Oios

#

wroing paste

final token
#

or on discor

tribal marten
#

LMAO

final token
#

ALSO I AGREE

tribal marten
final token
#

pick one of these...

#

ill let you pick which one.

tribal marten
#

im bringing it back fr

final token
#

WTF

tribal marten
#

actually no youd probably do it

wide shadow
#

did u kick everyone

#

???

final token
tribal marten
prime grove
wide shadow
#

bless

#

_Beanb

#

bagpuss9

#

❤️

tribal marten
#

pikalegend_ the real OG

final token
#

Linnyflower wanna be WestSidePanda TNL co-leader he is wanting to revive the guild with takopedia...

#

(I will watch as I have a job now 😩)

prime grove
tribal marten
#

ill snipe them on ptt 1/11/24 tho

final token
wide shadow
#

vlow_gremlin

#

does that still exist

final token
prime grove
final token
#

Linnyflower will be on you.

tribal marten
#

whar

#

ja

crude crown
#

Greetings

crude crown
#

thats not nice

#

!

languid shell
#

i was simply expressing my freedom of speech

crude crown
#

Hello bread boy

#

can you give us half your terrs

#

🥺

#

damn!

warm knoll
#

yo @odd junco

odd junco
warm knoll
#

ok do it.

#

i love you @odd junco

#

i dont even get pinged

#

lol

odd junco
#

🙀

warm knoll
#

anyway

#

how are yo

#

wtf

#

how does sir cmt get to say the r word and i cant

#

😭

#

1984

odd junco
#

ret­arded people aren't allowed to say re­tard

#

😁

warm knoll
#

yeah

#

i remember that guy

#

who said it was offensive

#

lmao

rotund lotus
#

ret­ard

odd junco
#

cudless passed the ret­ard check

#

thanks

odd junco
#

@winter osprey what is context behind DERAJ server

#

well i know the context

#

but why is it a server

languid shell
odd junco
winter osprey
#

Oh no

#

He escaped

odd junco
#

those who don't know: 😕

tardy garnet
odd junco
#

those who know: sleep

#

lunatic do you know

winter osprey
#

Yes

odd junco
azure egret
#

Jared

#

@odd juncowhen will you change yo pfp it has gottne boring

odd junco
#

never

azure egret
#

new gladionus pfp jus dropped

odd junco
#

mashallah cat

rotund lotus
#

give me context

odd junco
#

jared 😁

#

context (real)

azure egret
#

Proof?

azure egret
#

They do not exist

azure egret
#

Who wanna buy me nitro so i can make this cat move

odd junco
azure egret
#

loud = Funny

odd junco
azure egret
#

waht

odd junco
#

it kinda is in his community

#

modern humour can be summed up as random = funny, loud = funny

#

and a lot of people share that belief

winter osprey
#

maybe I've just grown up but I don't find those funny

odd junco
#

idk 80% of the reels i see on instagram are literally just "guys i am doing random weird thing"

azure egret
#

i be laughing at anything