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.
The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games. Don't forget to come back September 21st to vote for your favorites!
Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
This is possibly compatible with more than just 21.1
First time using Giphy so if the video breaks im sorry!
anyways inside the script called "005_UI_Trading" at the bottom just add
def pbTradeBackGuy(npc_name = _INTL("Tradeback NPC"))
# Filter: non-egg can also add && !pkmn.shadow...
InTheLight submitted a new resource:
Sacrifice for stat machine! - sacrifice 1pkmn to power up another of the same Evo Family
Read more about this resource...
This may be compatible with other versions, it for sure will be with minor edits. (this was technically made with Essentials GSC V21.1 but will still work with Essentials V21.1)
Add this script above main and name it whatever you want or "tradeOffMachine"
def tradeOffMachine
if...
Hey so I have had some issues with ghosting images or images that will cling to the screen if I get into a battle (for some reason the bug contest battles don't seem to do it...) well anyway for me it clears its-self up in about 10 seconds but for Joi Play players it travels with them until they...
That part will be done after the engine is complete, for my own personal projects though im fine with sharing the server in the end. gonna start with visuals so players can see other players then do a chat and see how i feel at that point. trade probably wont be too many packets to send but a...
I'm currently working on getting the Essentials GSC engine updated to V21.1 and I have a good chunk done. I could really use a hand polishing and fixing up parts like the pc storage screen, title screen, credits screens, and all the little stuff (I have the maps, sounds, and tile sets all done...
Im tired of setting 20 self switches to true or false in 1 event action for instance you can choos 1 item on the ground and after that the other 10 set self switch a to true preventing you fro getting them so you have to do this
pbSetSelfSwitch(1,"A",true)
pbSetSelfSwitch(2,"A",true)
...
hey for your earlier versions (18.1-2 maybe all but that for sure)
you can update your prize wheel code with this script to get the money to show the ammount as well as the weird money image
its near line 69 find this spot
@sprites["prize#{i}"] = Sprite.new(@viewport)
if @prizecoins == true...
Im sure this script will work for most essentials versions but i made it in 18.1-2
have you ever wanted to have a holliday give away that fully rewards the players who participate? and i dont mean put something in an update and then remove it and as long as the save file exists they still have...
so well I think its working now I had to go into config.rb and force the file path to config.ini I still cannot run it with rightclick and open with ruby terminal
but when I do ruby file\path\server.rb it now says [10/03/2024 - 07:46:30] Server started on 192.168.#.###:25565.
im so close to...
ok so when i run ruby Server.rb i get the no such file or directory error
when I right click server.rb and open with ruby Interpreter it opens a cmd box but closes it without running anything
I put my Ip in the host = 192.168.#.### (obliviously the actual numbers)
the port i kept the same but i...