xmaniacx Posted April 4, 2012 Posted April 4, 2012 (edited) anybody can you help me with these! Edited April 4, 2012 by xmaniacx Quote
michaelsoftman Posted April 4, 2012 Posted April 4, 2012 I spotted quite a few errors. First, the line that says monster "guild_vs5",0,0,"Gold",1002,1002,strnpcinfo(0)"::OnKilled"; I hope you realize that's spawning 1002 of the Gold monsters. And the 2nd statement is missing a mob amount AND mob ID. monster "guild_vs5",0,0,"Gold",1,strnpcinfo(0)"::OnKilled"; Should be monster "guild_vs5",0,0,"Gold",1002,1,strnpcinfo(0)"::OnKilled"; And finally, the map isn't in your index list. Check the .conf and .txt for the map list and make sure it's added into both. Quote
xmaniacx Posted April 4, 2012 Author Posted April 4, 2012 thank you for response but how do you make the monster AUTO respawn plsss. Quote
michaelsoftman Posted April 4, 2012 Posted April 4, 2012 Just fix it the way I said, and one will respawn everytime one is killed. Quote
Question
xmaniacx
anybody can you help me with these!

Edited by xmaniacx3 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.