Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

can anyt one tell me how to fix no monster spawn?

Newbie Spellweaver
Joined
May 8, 2004
Messages
51
Reaction score
0
Location
Rossford
m4rky said -nosetfirst for ip servers. but that tells me nothing what do to redo -nosetfirst :eat_arrow
 
If you download the last package it should come with the correct monster files and -nosetfirst fixed for you. I don't really understand your question but if you correct the line in the ini file it will get executed when you hit all start in the manager.
 
-i2 -msf -nosefirst

This should be added to the svIP.exe shortcut where you start it....

ie: C:\<serverdir>\Bin\svIP.exe -i2 -msf -nosefirst
 
i use the shortcut with a space between the i and the 2.. so it should really look like this..

C:\RedmoonSvr\Bin\svIP.exe -i 2 -msf -nosefirst'
 
Back