• 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!
Resource icon

Resource Nuzlocke Ex 1.0.1

NoNoNever

Dev from Pokémon Illusion, Pokémon Arcadia
Member
Joined
Dec 11, 2018
Posts
88
NoNoNever submitted a new resource:

Nuzlocke Ex - Nuzlocke v21.1

I would like to share a plugin with the community, I hired someone to create a Nuzlocke script for our game, it was not in the interest of me and my team to publish this script, but that would be too unfair and stingy to the community as there are so many great script creators here who make their stuff available to others.

This is Nuzlocke Ex

A plugin with which you can set a Nuzlocke for v21.1, there are different rules which can be set as desired.


Alright. Here's the plugin. Like last...

Read more about this resource...
 

The_Bird_King

Rookie
Member
Joined
Sep 3, 2024
Posts
9
I think you put the wrong link, when I try to download this it takes me to your level cap file
 

The_Bird_King

Rookie
Member
Joined
Sep 3, 2024
Posts
9
Oh my bad, i fix it right now
Thank you, one more question. If I wanted some in game way for the player to see their challenges, how could I go about that? I tried both the script commands you listed and if I make an NPC that just has that script command, nothing happens when I talk to them.
 

Damagering

Rookie
Member
Joined
Sep 12, 2024
Posts
1
Is there a way or event script to force specific rules without the player having the option to choose? The idea is for the player to decide if they want to play the nuzlocke mode or not but not be able to set their own custom rules.
 

SomebodyRandom

Trainer
Member
Joined
Feb 13, 2022
Posts
79
Could you make it so no white-out isn't enabled when enabling literally any toggle, and make it able to be enabled by itself?
 

ardicoozer

Cooltrainer
Member
Joined
Sep 29, 2020
Posts
183
Hello, this is great plugin,
But, Idk how to add this to modular menu by Luka SJ...
 

NoNoNever

Dev from Pokémon Illusion, Pokémon Arcadia
Member
Joined
Dec 11, 2018
Posts
88
Is there a way or event script to force specific rules without the player having the option to choose? The idea is for the player to decide if they want to play the nuzlocke mode or not but not be able to set their own custom rules.
Yes its in the new update
 

NoNoNever

Dev from Pokémon Illusion, Pokémon Arcadia
Member
Joined
Dec 11, 2018
Posts
88
NoNoNever updated Nuzlocke Ex with a new update entry:

Forced rules

Players can now have predefined rules set for them. Use the following commands in an event script to activate and set these rules:

# Activate the forced rules
ChallengeModes.use_forced_rules(true)

# Set the desired rules
ChallengeModes.set_forced_rules([ :PERMAFAINT, :ONE_CAPTURE, :SHINY_CLAUSE, :DUPS_CLAUSE, :FORCE_NICKNAME, :FORCE_SET_BATTLES, :NO_TRAINER_BATTLE_ITEMS])

# Start the challenge mode
ChallengeModes.start

Read the rest of this update entry...
 
Back
Top