First of all the map it's 102 squares to place items, if it's full flat, and if you place fences or whatever in the corners it's 110.You're so kind. May I know?
I usually make a 110 item drop file. Can do separations every 10 spots (or your choice)
For example you can place 10 branches and 1 apple, and keep repeating.
Also you can use batch editor to place/drop every item on the map.
Example
- Place file 1 on nhse map editor (file 1 it's 110 items drop).
- Then I use batch editor with this code
.Is dropped=false (this means everything on the map floor will be placed)
.systemparam=4 (this one it's optional, the 4 means you can walk through the placed items like a mirage)
- place file 1 again
- to delete the apples use the batch editor code
=itemid=(apple id) (can't remember rn)
.itemid=65534 (this code it's to have a empty spot)
This will have 1 row of placed items for other to see and 1 for pick up.
Now if you want to keep adding new files first save map, and open map editor
Example
I already have File 1 placed twice but want another file
- First start batch editor
.is_08=true (This will give flag0=8, this is only to separate the files that are already placed from the new ones)
- place file 2
- Use batch editor
=Is_08= false (this means that if the items on map have flag0=8 will be skipped)
. isdropped=false
.systemparam=4
- place file 2 again
Im using 1x1 furniture and clothes as example, but if you want to use 2x1 items the drop file it's different
- 1x1 file
- I'm using 10 branches + 1 apple
- 2x1 file
- I'm using 1branch, 1 pear and repeat 5 times + 1 apple
The batch editor codes means
.code= this will be used to make changes
=Code= will only make the next code work if the items are equal to
!code= will only work on items that are different to
I will explain a little bit more
I have file 1 placed with flag0=8 and flag0=28 and File 2 with flag0=0 and flag0=20
Flag0=0 placed item
Flag0=4 placed item but can walk through
Flag0=20 dropped item
I will use different codes
.itemid=65534
Results = every item on the map will be erased
=Is_08=true
.itemid=65534
Only items with flag0=8 or 28 or values like that will be erased
=Is_08=false
.itemid=65534
Only items with flag0 with value of 0 or 20 will be erased
I will upload some images asap, that would be easier to understand




work with the latest version of Luna (0.6.14 at the time of writing).






