Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Second kill boss #15

Open
Hunaoa0519 opened this issue Aug 15, 2022 · 12 comments
Open

Second kill boss #15

Hunaoa0519 opened this issue Aug 15, 2022 · 12 comments
Labels
question Further information is requested

Comments

@Hunaoa0519
Copy link

There are many skills that can kill the boss. What should I do

@Hunaoa0519
Copy link
Author

In addition, I would like to ask about the discord channel of this module

@zThana zThana added the question Further information is requested label Aug 15, 2022
@zThana
Copy link
Owner

zThana commented Aug 15, 2022

Hi, you can prevent players from using certain moves by putting them in the restraints config file.
https://discord.gg/HjnWBG3c

@Hunaoa0519
Copy link
Author

嗨,您可以通过将某些动作放入约束配置文件来阻止玩家使用某些动作。 https://discord.gg/HjnWBG3c

Sorry, I don't know how to limit it. I am using the instructions made by others for me, but he can't help me now

@Hunaoa0519
Copy link
Author

/raids create Swampert form:1 nature:adamant customtexture:terra lvl:100 --size=7 --dynamax=false --stats=[25000,481,1500,335,1350,100] --moves=[earthquake,waterfall,ice_punch,superpower] --capacity-restraint=50 --cooldown-restraint=10 --rewards=rewarfboss --world=spawn --location[76,71,-2572] --rotation=0

@Hunaoa0519
Copy link
Author

/raids create Swampert form:1 nature:adamant customtexture:terra lvl:100 --size=7 --dynamax=false --stats=[25000,481,1500,335,1350,100] --moves=[earthquake,瀑布,ice_punch,superpower] --capacity-restraint=50 --cooldown-restraint=10 --rewards=rewarfboss --world=spawn --location[76,71,-2572] --rotation=0

This is what I am using now

@zThana
Copy link
Owner

zThana commented Aug 15, 2022

Go to config/remoraids/restraints.conf.
On top, you'll see this:
`disabled-moves {

# Details the list of moves that the raid boss should be unable to use
raid-boss = [
    "Aqua Ring",
    "Ingain",
    "Recover",
    "Rest",
    "Shore Up",
    "Soft-Boiled",
    "Synthesis"
]

# Details the list of moves that the player should be unable to use
player = [
    "Endeavor",
    "Pain Split",
    "Leech Seed",
    "Perish Song",
    "Whirlpool",
    "Constrict",
"Stored Power",
    "Infestation",
    "Fire Spin",
    "Nature\u0027s Madness"
]`

You can add as many moves as you want

@Hunaoa0519
Copy link
Author

转到 config/remoraids/restraints.conf。 在顶部,您会看到: `disabled-moves {

# Details the list of moves that the raid boss should be unable to use
raid-boss = [
    "Aqua Ring",
    "Ingain",
    "Recover",
    "Rest",
    "Shore Up",
    "Soft-Boiled",
    "Synthesis"
]

# Details the list of moves that the player should be unable to use
player = [
    "Endeavor",
    "Pain Split",
    "Leech Seed",
    "Perish Song",
    "Whirlpool",
    "Constrict",
"Stored Power",
    "Infestation",
    "Fire Spin",
    "Nature\u0027s Madness"
]`

您可以根据需要添加任意数量的动作

I restricted a lot of actions, but there are still players who can kill the boss instantly

@zThana
Copy link
Owner

zThana commented Aug 15, 2022

Then you should restrict more moves. There are many moves and abilities and statuses that can kill the boss fast

@Hunaoa0519
Copy link
Author

disabled-moves {

# Details the list of moves that the raid boss should be unable to use
raid-boss = [
    "Aqua Ring",
    "Ingain",
    "Recover",
    "Rest",
    "Shore Up",
    "Soft-Boiled",
    "Synthesis",
    "Roost"
    "Dig"
]

# Details the list of moves that the player should be unable to use
player = [
    "Endeavor",
    "Pain Split",
    "Leech Seed",
    "Perish Song",
    "Whirlpool",
    "Constrict",
    "Infestation",
    "Fire Spin",
    "Nature\u0027s Madness",
    "Super Fang",
    "Sheer Cold",
    "Fissure",
    "Horn Drill",
    "Guillotine",
    "Power Swap",
    "Guard Swap",
    "Heal Pulse",
    "Present",
    "Floral Healing",
    "Spiky Shield",
    "Imprison",
    "Transform",
    "Destiny Bond",
    "Poison Gas",
    "Entrainment",
    "Glare",
    "Grass Whistle",
    "Hypnosis",
    "Lovely Kiss",
    "Poison Powder",
    "Psycho Shift",
    "Roar",
    "Whirlwind",
    "Sing",
    "Skill Swap",
    "Spore",
    "Stun Spore",
    "Thunder Wave",
    "Toxic",
    "Will-O-Wisp",
    "Yawn",
    "Magma Storm",
    "Bind",
    "Clamp",
    "Sand Tomb",
    "Wrap",
    "Sleep Talk",
	"Counter",
	"Dive",
	"Metronome",
	"Guard Split",
	"Power Split",
	"Dry Skin",
	"Skill Swap",
	"Soak",
	"Solar Power",
	"Imprison",
	"Metal Burst",
	"Foul Play",
	"Powder",
	"Sand Tomb",
	"Snap Trap"
]

}

@Hunaoa0519
Copy link
Author

There are many features that can instantly kill the boss. Is there a more direct way to restrict players from instantly killing the boss

@zThana
Copy link
Owner

zThana commented Aug 15, 2022

There are many features that can instantly kill the boss. Is there a more direct way to restrict players from instantly killing the boss

There isn't. This is as bare bones as it can be and it's up to the server owner to restrict or allow whatever they want

@Hunaoa0519
Copy link
Author

有很多功能可以秒杀boss。有没有更直接的方式来限制玩家秒杀boss

这是最简单的,没有因为想要来限制或允许他们的任何东西。

All right, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants