How to insert a miracle dispenser

R

ReS!s7eNSs-a

Guest
When I insert one with the map editor and still it doesn't apear on the map can you tell me how exactly like the rotation angle heght ......
 
Instead of putting a miracle dispenser try to to put wood and lots of it or even scaffolds if you can.
 
<font color='#000000'>When I insert one with the map editor and still it doesn't apear on the map can you tell me how exactly like the rotation angle heght ......</font>

<font color='#560541'>post your code and lets see whats wrong...
 
Miracle dispensers are easy since you don't need to worry about rotation. The first number is the village number, make sure it's a valid village, then change the coordinates and spell type. You don't really need to change the civilization since all miracle dispensers look basically the same.

Code:
CREATE_SPELL_DISPENSER(1, "2379, 2253", "CELTIC_ABODE_SPELL_DISPENSER", "TELEPORT", 0, 1, 1)
 
Back
Top