Jump to content
  • 0

Removing monster in niflheim


RenLen

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  67
  • Reputation:   2
  • Joined:  03/01/12
  • Last Seen:  

How do I remove the monster in niflheim? Like they won't spawn in the map anymore. Where can I find and edit them? Cause niflheim will be my main town. Thank you.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

\npc\re\mobs\fields\niflheim.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  67
  • Reputation:   2
  • Joined:  03/01/12
  • Last Seen:  

I'll just remove the entire script? Or I have to put a specific script for it. Sorry I'm just new to scripting.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

Remove or comment everything and only left:

//==================================================
// nif_fild01 - Skellington, a Solitary Village in Nifflheim
//==================================================
nif_fild01,0,0,0,0 monster Disguise 1506,50,5000,0,0
nif_fild01,0,0,0,0 monster Quve 1508,30,5000,0,0
nif_fild01,0,0,0,0 monster Dullahan 1504,20,5000,0,0
nif_fild01,0,0,0,0 monster Gibbet 1503,10,5000,0,0
nif_fild01,0,0,0,0 monster Heirozoist 1510,10,5000,0,0
//==================================================
// nif_fild02 - Vally of Gyoll
//==================================================
nif_fild02,0,0,0,0 monster Loli Ruri 1505,21,5000,0,0
nif_fild02,0,0,0,0 monster Gibbet 1503,20,5000,0,0
nif_fild02,0,0,0,0 monster Bloody Murderer 1507,11,5000,0,0
nif_fild02,0,0,0,0 monster Dullahan 1504,10,5000,0,0
nif_fild02,0,0,0,0 monster Lude 1509,10,5000,0,0
nif_fild02,0,0,0,0 monster Heirozoist 1510,10,5000,0,0

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  67
  • Reputation:   2
  • Joined:  03/01/12
  • Last Seen:  

Thank you! and how about if I move the spawn of Lord of Dead to nif_fild01?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

Alright... first remove the normal spawn block in niflheim:

//niflheim,0,0,0,0 monster Lude 1509,20,5000,0,0
//niflheim,0,0,0,0 monster Quve 1508,20,5000,0,0
//niflheim,0,0,0,0 monster Gibbet 1503,10,5000,0,0
//niflheim,0,0,0,0 monster Heirozoist 1510,10,5000,0,0
//niflheim,0,0,0,0 monster Dullahan 1504,5,5000,0,0

Then press CTRL+H, find niflheim and replace with nif_fild01

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  67
  • Reputation:   2
  • Joined:  03/01/12
  • Last Seen:  

Thank you so much,sir. Last question,how to reload them in-game?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

@reloadscript or @unloadnpcfile then @loadnpc

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  67
  • Reputation:   2
  • Joined:  03/01/12
  • Last Seen:  

Thank you.

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...