Jump to content
  • 0
Sign in to follow this  
Nagad

Thor Volcano Dungeon 3 - Black hidden area

Question

6 answers to this question

Recommended Posts

  • 0

if u can get the coordinates, a simple setcell cell_walkable,0; would do the trick to prevent players and mobs to spawn there

Share this post


Link to post
Share on other sites
  • 0
-	script	InitConfig	-1,{OnInit:	setcell "thor_v03",1,1,3,105,cell_walkable,0;	killmonsterall "thor_v03";}

That's what I used on my server in the past. The killmonsterall call is necessarry, because monsters might have already been loaded before this particular script was loaded.

Share this post


Link to post
Share on other sites
  • 0

 

-	script	InitConfig	-1,{OnInit:	setcell "thor_v03",1,1,3,105,cell_walkable,0;	killmonsterall "thor_v03";}

That's what I used on my server in the past. The killmonsterall call is necessarry, because monsters might have already been loaded before this particular script was loaded.

Thank you for sharing this; absolutely brilliant quick-fix solution!

Share this post


Link to post
Share on other sites
  • 0

 

-	script	InitConfig	-1,{OnInit:	setcell "thor_v03",1,1,3,105,cell_walkable,0;	killmonsterall "thor_v03";}

That's what I used on my server in the past. The killmonsterall call is necessarry, because monsters might have already been loaded before this particular script was loaded.

 

well, this trick is actually, ....... quite USELESS ...  :mellow:

 

Why ?

Because when the server reload / startup .. all monster coordinate spawn are randomized. 

Yes , you couldn't refrain it from spawn on that hidden area at the starting, but how about next time when it respawn again ?

Overlooked the cell updating line.

 

Your possible solutions :

  • update your mapcache  after you remove that hidden part from your map files. ( ideal )
  • limit the spawn location / area of monsters.
  • set a script / auto kill the monster every few hours or detected the monster appear in hidden area. ( bad practice )

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.