So I'm making few custom raid bosses.
I've done NPC - it's described as raid.
I've done all stats and drop.
Now I'm trying to add them to spawn list via raidboss_spawnlist table. I've added them to table while server was off, with respawn set to 0. So in my understanding it means they're alive. But once I turn server on, they're not there!
What I'm missing for this to work?
Custom Raid spawn - what I'm missing?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: Custom Raid spawn - what I'm missing?
Don't touch that table just go ingame spawn it with gm using //spawn XXX
And then just kill it raidboss spawn table automatically will register it.
And then just kill it raidboss spawn table automatically will register it.
-
- Posts: 80
- Joined: Fri May 06, 2011 11:17 am
Re: Custom Raid spawn - what I'm missing?
thank you.