NexusXVI Posted March 18, 2014 Posted March 18, 2014 Ok so i tried to make a small script that consist of a small map with monster spawns (followed the wiki).. It was working, yes.. But after killing everything inside the monsters just wont RE spawn..Here is what I did.. ayothaya,143,156,6 script Leveling Room 534,{ warp "ama_test.gat",50,103; } // Monsters ama_test,0,0,0,0 monster Poring 1002,9,1000,500,0 ama_test,0,0,0,0 monster Poring 1002,9,1000,500,0 ama_test,0,0,0,0 monster Poring 1002,9,1000,500,0 ama_test,0,0,0,0 monster Poporing 1031,9,1000,500,0 ama_test,0,0,0,0 monster Poporing 1031,9,1000,500,0 ama_test,0,0,0,0 monster Poporing 1031,9,1000,500,0 ama_test,0,0,0,0 monster Drops 1113,9,1000,500,0 ama_test,0,0,0,0 monster Drops 1113,9,1000,500,0 ama_test,0,0,0,0 monster Drops 1113,9,1000,500,0 ama_test,0,0,0,0 monster Marin 1242,9,1000,500,0 ama_test,0,0,0,0 monster Santa Poring 1062,10,1000,500,0 // ama_test,43,114,6 script Get Out 534,{ warp "ayothaya.gat" ,151,160; } .. so if anyone can actually help?.. would appreciate it. Quote
Missingno Posted March 19, 2014 Posted March 19, 2014 The way you've written it, your mobs will respawn at some random coordinate on ama_test after 1-1.5 seconds. A possibility is that the monsters are respawning, just not in your room; after reviewing the map, there appears to be two rooms separate from each other: To control where the mobs are spawning, specify a rectangular area for the coordinates (i.e. ama_test,10,10,100,100 will spawn mobs between 10,10 and 100,100). 1 Quote
NexusXVI Posted March 19, 2014 Author Posted March 19, 2014 (edited) Thank you .. I'll look into it now and update you about it ..Works.. Thank you Missingno Edited March 19, 2014 by NexusXVI Quote
Question
NexusXVI
Ok so i tried to make a small script that consist of a small map with monster spawns (followed the wiki).. It was working, yes.. But after killing everything inside the monsters just wont RE spawn..
Here is what I did..
.. so if anyone can actually help?.. would appreciate it.
2 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.