Modify doodad(s)
wc3_modify_doodadModify doodad properties in Warcraft III maps by selecting specific doodads and updating their position, rotation, scale, type, variation, or life. Automatically saves the map.
Instructions
Change fields on the doodad(s) matched by editorId, index, or type. Saves the map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mapPath | Yes | Absolute path to the .w3x/.w3m map file | |
| select | Yes | Which doodad(s) — provide one of editorId/index/type (type can match many) | |
| set | Yes | Fields to change on every matched doodad | |
| outPath | No | Output map path. Defaults to "<map>.edited.<ext>" beside the source; pass the source path to overwrite in place. |