#How to make Npc invasion in dsr (Unresolved)
36 messages · Page 1 of 1 (latest)
the event script alone won't do anything without the npc existing in the map data, and with the correct entity ID that is referenced in the event
there's a bunch of stuff that needs to be correct for an invasion to work, I don't know the details myself
I created my npc already
I even made the box and point and the event in the event tab
All copied from the kirk
and changed for the npc id
also the event are called
the placesummonsign instruction is using region ID 1002001
but the one you have in dsms is 1002005
instead you're using 1002005 as the "if player inside region" condition
that doesn't look correct
also make sure all entity IDs are unique for that map
and tbh I'd recommend using darkscript3 with mattscript enabled for easier to understand scripts but that's up to you
6814 is used nowhere
1002005 I belive is the triggering of the invasion
1002001 and this is where the dark spirit should spawn if I'm correct
oh
nvm you're right
I missed one of the screenshots
not sure then
hmm
is flag 2 on?
that's gaping dragon's defeat flag
I'd remove that condition for testing in any case
the other flag checks are temp flags so they shouldn't matter
except for EndIfThisEventOn check in the 2nd event, which I'd also remove for testing
nope
How to make Npc invasion in dsr (Unsolved)