8,160
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 9: | Line 9: | ||
'''XML structure''' | '''XML structure''' | ||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
<Oni | <Oni> | ||
< | <Objects> | ||
'''''[...]''''' | '''''[...]''''' | ||
</ | </Objects> | ||
</Oni> | |||
'''''[...]''''' means at least one neutral behavior block. Paste all a patrol data into there (this includes < | '''''[...]''''' means at least one neutral behavior block. Paste all a patrol data into there (this includes <NEUT Id="..."> and </NEUT> tag). | ||
'''example''' | '''example''' | ||
< | <NEUT Id="1853"> | ||
<Header> | <Header> | ||
<Flags> | <Flags></Flags> | ||
<Position>146.41217 -48.8205528 1027.55249</Position> | <Position>146.41217 -48.8205528 1027.55249</Position> | ||
<Rotation>0 0 0</Rotation> | <Rotation>0 0 0</Rotation> | ||
Line 48: | Line 49: | ||
<EnergyCell>0</EnergyCell> | <EnergyCell>0</EnergyCell> | ||
<Hypo>0</Hypo> | <Hypo>0</Hypo> | ||
<Other> | <Other></Other> | ||
</Rewards> | </Rewards> | ||
<DialogLines> | <DialogLines> | ||
Line 65: | Line 66: | ||
</DialogLines> | </DialogLines> | ||
</OSD> | </OSD> | ||
</ | </NEUT> | ||
edits