diff options
Diffstat (limited to 'npcs')
-rw-r--r-- | npcs/_include.xml | 1 | ||||
-rw-r--r-- | npcs/npc420.xml | 2 | ||||
-rw-r--r-- | npcs/npc421.xml | 2 | ||||
-rw-r--r-- | npcs/npc426.xml | 2 | ||||
-rw-r--r-- | npcs/npc430.xml | 2 | ||||
-rw-r--r-- | npcs/npc432.xml | 2 | ||||
-rw-r--r-- | npcs/npc433.xml | 2 | ||||
-rw-r--r-- | npcs/npc434.xml | 2 | ||||
-rw-r--r-- | npcs/npc435.xml | 2 | ||||
-rw-r--r-- | npcs/npc436.xml | 6 |
10 files changed, 15 insertions, 8 deletions
diff --git a/npcs/_include.xml b/npcs/_include.xml index 3d8ee7bf..a720a07a 100644 --- a/npcs/_include.xml +++ b/npcs/_include.xml @@ -237,5 +237,6 @@ <include name="npcs/npc433.xml"/> <include name="npcs/npc434.xml"/> <include name="npcs/npc435.xml"/> + <include name="npcs/npc436.xml"/> <include name="npcs/npc441.xml"/> </npcs> diff --git a/npcs/npc420.xml b/npcs/npc420.xml index fb3c3684..c2723969 100644 --- a/npcs/npc420.xml +++ b/npcs/npc420.xml @@ -7,7 +7,7 @@ <sprite>equipment/legs/shorts.xml|#121212,343434</sprite> <sprite>equipment/chest/robe.xml|#ffffff</sprite> <!-- No folder for this --> - <sprite>equipment/angel-wings.xml</sprite> + <sprite>equipment/amulets/angel-wings.xml</sprite> <sprite>equipment/head/aureole.xml</sprite> <particlefx>graphics/particles/angel.particle.xml</particlefx> </npc> diff --git a/npcs/npc421.xml b/npcs/npc421.xml index ef95403e..b0412878 100644 --- a/npcs/npc421.xml +++ b/npcs/npc421.xml @@ -8,7 +8,7 @@ <sprite>equipment/legs/shorts.xml|#121212,343434</sprite> <sprite>equipment/chest/robe.xml|#ffffff</sprite> <!-- No folder for this --> - <sprite>equipment/angel-wings.xml</sprite> + <sprite>equipment/amulets/angel-wings.xml</sprite> <sprite>equipment/head/aureole.xml</sprite> <particlefx>graphics/particles/angel.particle.xml</particlefx> </npc> diff --git a/npcs/npc426.xml b/npcs/npc426.xml index 2e1ec8d9..5dfa1b1b 100644 --- a/npcs/npc426.xml +++ b/npcs/npc426.xml @@ -7,7 +7,7 @@ <sprite>equipment/legs/pants.xml|#a4b2b2,ffffff</sprite> <sprite>equipment/chest/sorcerer-robe.xml|#000000;#2554c7</sprite> <!-- No folder for this --> - <sprite>equipment/angel-wings.xml</sprite> + <sprite>equipment/amulets/angel-wings.xml</sprite> <sprite>equipment/head/aureole.xml</sprite> <particlefx>graphics/particles/angel.particle.xml</particlefx> </npc> diff --git a/npcs/npc430.xml b/npcs/npc430.xml index 614b71c9..f393cde1 100644 --- a/npcs/npc430.xml +++ b/npcs/npc430.xml @@ -6,7 +6,7 @@ <sprite>equipment/feet/furboots-female.xml</sprite> <sprite>equipment/legs/pants-female.xml|#a4b2b2,ffffff</sprite> <sprite>equipment/chest/sorcerer-robe-female.xml|#000000;#2554c7</sprite> - <sprite>equipment/angel-wings.xml</sprite> + <sprite>equipment/amulets/angel-wings.xml</sprite> <sprite>equipment/head/bunnyears-female.xml</sprite> <sprite>equipment/head/afkcap.xml</sprite> </npc> diff --git a/npcs/npc432.xml b/npcs/npc432.xml index ba22c24b..eb90d65e 100644 --- a/npcs/npc432.xml +++ b/npcs/npc432.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <npcs> - <npc id="432"> + <npc id="432" targetSelection="false"> <particlefx>graphics/particles/electricity.red.danger-cell-middle-big.xml</particlefx> </npc> </npcs> diff --git a/npcs/npc433.xml b/npcs/npc433.xml index ec9c9d9f..6da9a581 100644 --- a/npcs/npc433.xml +++ b/npcs/npc433.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <npcs> - <npc id="433"> + <npc id="433" targetSelection="false"> <particlefx>graphics/particles/electricity.red.danger-cell-middle-small.xml</particlefx> </npc> </npcs> diff --git a/npcs/npc434.xml b/npcs/npc434.xml index fa0a5604..5015c8d1 100644 --- a/npcs/npc434.xml +++ b/npcs/npc434.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <npcs> - <npc id="434"> + <npc id="434" targetSelection="false"> <particlefx>graphics/particles/electricity.red.danger-cell-left-right-big.xml</particlefx> </npc> </npcs> diff --git a/npcs/npc435.xml b/npcs/npc435.xml index 2af04da8..4adc9f0c 100644 --- a/npcs/npc435.xml +++ b/npcs/npc435.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <npcs> - <npc id="435"> + <npc id="435" targetSelection="false"> <particlefx>graphics/particles/electricity.red.danger-cell-left-right-small.xml</particlefx> </npc> </npcs> diff --git a/npcs/npc436.xml b/npcs/npc436.xml new file mode 100644 index 00000000..be464cbc --- /dev/null +++ b/npcs/npc436.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="436" targetSelection="false"> + <particlefx>graphics/particles/mana-battery-smoke-and-sparks.xml</particlefx> + </npc> +</npcs> |