RenLen Posted October 13, 2012 Posted October 13, 2012 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. Quote
RenLen Posted October 13, 2012 Author Posted October 13, 2012 I'll just remove the entire script? Or I have to put a specific script for it. Sorry I'm just new to scripting. Quote
Bin4ry Posted October 13, 2012 Posted October 13, 2012 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 Quote
RenLen Posted October 13, 2012 Author Posted October 13, 2012 Thank you! and how about if I move the spawn of Lord of Dead to nif_fild01? Quote
Bin4ry Posted October 13, 2012 Posted October 13, 2012 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 Quote
RenLen Posted October 13, 2012 Author Posted October 13, 2012 Thank you so much,sir. Last question,how to reload them in-game? Quote
Bin4ry Posted October 13, 2012 Posted October 13, 2012 @reloadscript or @unloadnpcfile then @loadnpc Quote
Question
RenLen
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.
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.