RifuI Posted March 20, 2013 Posted March 20, 2013 Editing a map spawn file "mobs/fields/splendide.txt", I erased all mobs and went about testing my own spawns. spl_fild01,378,317,0,0 monster Poring 1002,2,0,0,0 This spawns 2 Porings on the same cell at the desired location. spl_fild01,378,317,379,316 monster Poring 1002,2,0,0,0 This spawns 2 Porings on two random cells. Am I missing something? Quote
Eidolon Posted March 20, 2013 Posted March 20, 2013 The image above tells how the permanent mob spawn work, This is the script for the permanent mob spawn in an area, mapname,x,y,x1,y1, x,y, is the red dot while x1,y1 is the distance from the red dot to the yellow dot. So, in this case, The script will be mapname,3,3,2,2 So the monsters will spawn inside the created figure. 1 Quote
Question
RifuI
Editing a map spawn file "mobs/fields/splendide.txt", I erased all mobs and went about testing my own spawns.
spl_fild01,378,317,0,0 monster Poring 1002,2,0,0,0
This spawns 2 Porings on the same cell at the desired location.
spl_fild01,378,317,379,316 monster Poring 1002,2,0,0,0
This spawns 2 Porings on two random cells.
Am I missing something?
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.