Page 1 of 1

custom boss

Posted: Sat Oct 29, 2022 11:16 pm
by madartist0
I'm trying to turn a Bully into an smb2-style boss that needs you to throw x number of vegetables at to defeat, but no matter how much I change the NPCs health it always dies in 1 hit. Anything I can do? Is this solvable without Lua?

Re: custom boss

Posted: Sun Oct 30, 2022 3:56 am
by Emral
Well,
Image

No.

You can use something like lighthitpoint.lua.
viewtopic.php?t=24443

Code: Select all

local lhp = require("lighthitpoint)
lhp.setHP(NPCID, HEALTH)