Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
So this is all my server shows when running it but when trying to connect I geta message saying the cable club is down at the moment.
Itried this on my own computer as well as another computer on my network. Im running v20.1
Can you assist @Vendily ?
I think I have this all set up right but how do we connect to each other in the first place?
on pbCableClub i get this error
[Pokémon Essentials version 20.1]
[v20.1 Hotfixes 1.0.7]
Script error in event 15 (coords 35,8), map 22 (South City)
Exception: NameError
Message: undefined local...
#center_origins command from Marin's Scripting Utilities.
#If you have that script, you can delete this section
class Sprite
def center_origins
return if !self.bitmap
self.ox = self.bitmap.width / 2
self.oy = self.bitmap.height / 2
end
end
#.degrees command, to convert degrees...
Haha well it stopped crashing but I think i see the issue. your method of
LevelScalingSettings::EXCLUDED_TRAINERS.include?(trainer.name)
is saying include this. what were trying to do is Exclude it. how can we make it !include?