Änderungen

Wechseln zu: Navigation, Suche

Ranged-Defence

37 Bytes hinzugefügt, 07:35, 19. Jun. 2013
K
keine Bearbeitungszusammenfassung
Mit <rangeranged-defence> lässt man in Questen und ZB den Held eine Fernkampfabwehr-Probe durchführen. Ein bis mehrere NPC attackieren die Gruppe des Helden mit Fernkampfwaffen.
== Syntax ==
<code xml>
<ranged-defence [type="all"]>
<npc npcRanger npcid="" weapon="" precision="" distance="" [bullet=""] [shots="1"] />
</ranged-defence>
</code>
<code xml>
<ranged-defence type="all">
<npc npcRanger npcid="4" weapon="Kurzbogen" precision="12" distance="30" />
</ranged-defence>
</code>
<code xml>
<ranged-defence type="all">
<npc npcRanger npcid="340" weapon="Leichte Armbrust" precision="14" distance="30" /> <npc npcRanger npcid="340" weapon="Repetierarmbrust" precision="15" distance="30" />
</ranged-defence>
</code>
<code xml>
<ranged-defence type="all">
<npc npcRanger npcid="340" weapon="Leichte Armbrust" precision="14" shots="2" distance="30" /> <npc npcRanger npcid="340" weapon="Repetierarmbrust" precision="15" shots="2" distance="30" />
</ranged-defence>
</code>
4.237
Bearbeitungen

Navigationsmenü