zThana/RemoRaids

Second kill boss

Opened this issue · 12 comments

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

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

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

嗨,您可以通过将某些动作放入约束配置文件来阻止玩家使用某些动作。 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

/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

/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

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

转到 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

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

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"
]

}

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 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

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

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

All right, thank you