#How to make Npc invasion in dsr (Unresolved)

36 messages · Page 1 of 1 (latest)

last mantle
#

Hello guys i'm making an npc inbvasion in dsr
Ive copied the scripts and event from kirk
but it still doesn't work
can someone help me on it ?

ebon ravine
#

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

last mantle
#

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

ebon ravine
#

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

last mantle
#

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

ebon ravine
#

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

last mantle
last mantle
#

How to make Npc invasion in dsr (Unsolved)