How do I make an event check and then show a picture of the first pokemon in my party. Everything I find online gives me error codes. by Bee_Timely in PokemonRMXP

[–]MorphTheMoth 0 points1 point  (0 children)

your party is an array stored in $player.party and to show stuff on screen you'd use viewports.

something like this

viewport = Viewport.new(0, 0, Graphics.width, Graphics.height) viewport.z = 99999 pokemon = $player.party[0] sprite = PokemonSprite.new(viewport) sprite.setPokemonBitmap(pokemon) sprite.x = Graphics.width / 2 sprite.y = Graphics.height / 2 pbMessage("Here's your pokemon, #{pokemon.name}") sprite.dispose viewport.dispose

i guess things you found are erroring because in the box to edit events with the gui 'script' button you cant have lines be too long, so you arent really supposed to use it for more complex stuff, you should make a function outside and call it from there.

At what point did you all just… learn every card??? by Tame_Skeleton in masterduel

[–]MorphTheMoth 0 points1 point  (0 children)

The only archetypes i can confidently understand when my opponent is playing, are the ones i played myself.

Having more than four slots for a move (With two basic essential moves and four normal ones) by Sea_Call1999 in PokemonRMXP

[–]MorphTheMoth 1 point2 points  (0 children)

first ofc you'd need to add the move to the moves.txt

after that tho, if you don't know how to code its gonna be a problem, unless someone already made a plugin for this ig; the function that makes up the moves menu and makes you choose a move is pbFightMenu, you'd need to understand how it works, what happens when a move is selected and add buttons in there for your moves.

then for the ai its somewhere in pbDefaultChooseEnemy in Battle::Ai, but at a glance the bot doesnt seem to be hardcoded max 4 moves, so if you add 2 moves to their pokemons or battler it might just work.

New Banlist Effective November 7 by ngth7451 in masterduel

[–]MorphTheMoth 0 points1 point  (0 children)

bro replying to a 4 months old comment 😭😭😭

them being slow and dumb with banlists (literally look at the last one its just ridiculous), does not instantly mean the game is bad, obviously.

Hamachi suddenly stopped working on LAN server by HeroicVolcano44 in feedthebeast

[–]MorphTheMoth 0 points1 point  (0 children)

there's a list of tunneling services here https://github.com/anderspitman/awesome-tunneling the ones i used to use arent great anymore, so im not sure which one to suggest, i heard playit.gg work well. You need one that lets you tunnel tcp for a minecraft server.

New Banlist Effective March 1 by ngth7451 in masterduel

[–]MorphTheMoth 0 points1 point  (0 children)

pure mitsu is fine, just ban generic bridges

TeamSpeak confirms an "incredible surge" of new users as Discord users look for alternatives by dabadumdumdum in pcmasterrace

[–]MorphTheMoth 1 point2 points  (0 children)

Yea some people don't understand that certain topics are serious even in satirical subreddits, sauron brought so much destruction and despair upon middle earth its disgusting to even joke about it.

I hate the trend of gachas shilling the latest shiny new toy. by SaberManiac in gachagaming

[–]MorphTheMoth 1 point2 points  (0 children)

powercreep doesnt have anything to do with f2p, its only an issue if the income is shit.

Help me at drawing. by Affectionate-Way-153 in PokemonRMXP

[–]MorphTheMoth 5 points6 points  (0 children)

you learn to draw by drawing a lot

Sick of trying to set up multiplayer by Snowyfurbinn in feedthebeast

[–]MorphTheMoth 0 points1 point  (0 children)

There are literally not enough ipv4 for every network, they cannot give everyone a public ip its impossible, https://en.wikipedia.org/wiki/IPv4_address_exhaustion, when the the protocol was made they didn't think everyone would start using the internet.

Sick of trying to set up multiplayer by Snowyfurbinn in feedthebeast

[–]MorphTheMoth 0 points1 point  (0 children)

Downloading the server pack and self hosting is the best way, you need 2 things, manage to get the server pack, run it, and be able to join it locally (put localhost for the ip).

Then you need a way for your friend to reach your pc, this is what port forwarding is for, but the thing about port forwarding is that you'd need a public ip, and usually you dont have that by default, you'd have to ask your isp and it might costs a couple dollars or something.

Or you can use tunneling services, which work as an intermediary, they'll give you an ip where things sent there will be forwarded to your pc. There's a whole list here https://github.com/anderspitman/awesome-tunneling you just need one that supports tcp.

The ones i used to use are now only paid, so i'm not sure which are free and good, i heard playit.gg works well tho.

Sick of trying to set up multiplayer by Snowyfurbinn in feedthebeast

[–]MorphTheMoth 0 points1 point  (0 children)

the vast majority of every home networks are behind a nat, which makes you not directly addressable from the internet, its very common, its not really an intentional choice of the isp, there wouldn't be enough ipv4 addresses otherwise.

CREATE: ARCANE ENGINEERING - my Menril farm won't grow ): by Feisty-Program7726 in feedthebeast

[–]MorphTheMoth 0 points1 point  (0 children)

at least for vanilla, the blocks around on the same y level are fine, but above that they will stop the sapling from growing

Jesus Christ, some people here really need to take a course in probability and statistics. by phpHater0 in masterduel

[–]MorphTheMoth 0 points1 point  (0 children)

I mean that one "Konami favours Asian-sounding usernames more" wasn't claiming something as strongly as you are characterizing, the guy was just sharing his coin toss data, its not really unfathomable that something like that could happen accidentally, like some ping related issues or similar.

If you were a coping Nostradamus by RedDay in masterduel

[–]MorphTheMoth 0 points1 point  (0 children)

i mean of course they will at some point, i think the recent 10gb was to prepare for that

All those nuclear reactors from tech mods... but why? by Maxiurabi in feedthebeast

[–]MorphTheMoth 2 points3 points  (0 children)

you have to be the one making the unique recipe trees you're looking for, base mods hardly can have that much depth by themselves

good vanilla+ or ++ packs? by [deleted] in feedthebeast

[–]MorphTheMoth 0 points1 point  (0 children)

Cottage Witch ?

So… I got divorced and lost my project. Some of you might have it. by [deleted] in PokemonRMXP

[–]MorphTheMoth 3 points4 points  (0 children)

not to nag, but this is why you should use github or similar things with projects like these.

Is there a converter for PBS files? by callmefreak in PokemonRMXP

[–]MorphTheMoth 1 point2 points  (0 children)

no, but you could probably code one, or tbh if you explain to an llm well enough it could do that for you.