diff options
author | Jesusaves <jesusalva@themanaworld.org> | 2020-08-17 18:24:08 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 21:24:08 +0000 |
commit | ee4aae7fd329b62a7d5f50e497b021bf266d6b5c (patch) | |
tree | 0abd0b6071c8ebd3c7c8f5aca4f7627609fb9fe7 /npcs | |
parent | 766ac42d9f70a5b438217277d4af53da3316f28c (diff) | |
download | clientdata-ee4aae7fd329b62a7d5f50e497b021bf266d6b5c.tar.gz clientdata-ee4aae7fd329b62a7d5f50e497b021bf266d6b5c.tar.bz2 clientdata-ee4aae7fd329b62a7d5f50e497b021bf266d6b5c.tar.xz clientdata-ee4aae7fd329b62a7d5f50e497b021bf266d6b5c.zip |
Doomsday Act 5 - Keshlam's Adventurer Guild Utils (#378)
Maps, monsters, effects, also includes the katzei ears with edits.
Additional (bonus) content:
* PvP Coin ("Murderer Coin")
* Golden PVP Cap
Diffstat (limited to 'npcs')
-rw-r--r-- | npcs/_include.xml | 7 | ||||
-rw-r--r-- | npcs/npc422.xml | 6 | ||||
-rw-r--r-- | npcs/npc423.xml | 6 | ||||
-rw-r--r-- | npcs/npc424.xml | 8 | ||||
-rw-r--r-- | npcs/npc425.xml | 6 | ||||
-rw-r--r-- | npcs/npc426.xml | 14 | ||||
-rw-r--r-- | npcs/npc427.xml | 6 | ||||
-rw-r--r-- | npcs/npc428.xml | 6 |
8 files changed, 59 insertions, 0 deletions
diff --git a/npcs/_include.xml b/npcs/_include.xml index 0a2372be..87586c74 100644 --- a/npcs/_include.xml +++ b/npcs/_include.xml @@ -223,4 +223,11 @@ <include name="npcs/npc419.xml"/> <include name="npcs/npc420.xml"/> <include name="npcs/npc421.xml"/> + <include name="npcs/npc422.xml"/> + <include name="npcs/npc423.xml"/> + <include name="npcs/npc424.xml"/> + <include name="npcs/npc425.xml"/> + <include name="npcs/npc426.xml"/> + <include name="npcs/npc427.xml"/> + <include name="npcs/npc428.xml"/> </npcs> diff --git a/npcs/npc422.xml b/npcs/npc422.xml new file mode 100644 index 00000000..4fd386bd --- /dev/null +++ b/npcs/npc422.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="422"> + <sprite>npcs/switch-offline.xml</sprite> + </npc> +</npcs> diff --git a/npcs/npc423.xml b/npcs/npc423.xml new file mode 100644 index 00000000..3f96079f --- /dev/null +++ b/npcs/npc423.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="423"> + <sprite>npcs/switch-online.xml</sprite> + </npc> +</npcs> diff --git a/npcs/npc424.xml b/npcs/npc424.xml new file mode 100644 index 00000000..95e9c9db --- /dev/null +++ b/npcs/npc424.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<npcs> + <npc id="424"> + <particlefx>graphics/particles/pentagram-blacklinedraw.particle.xml</particlefx> + <particlefx>graphics/particles/circle-magic.xml</particlefx> + <particlefx>graphics/particles/power-circle.particle.xml</particlefx> + </npc> +</npcs> diff --git a/npcs/npc425.xml b/npcs/npc425.xml new file mode 100644 index 00000000..85e64508 --- /dev/null +++ b/npcs/npc425.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="425"> + <sprite variant="0">npcs/anon.xml</sprite> + </npc> +</npcs> diff --git a/npcs/npc426.xml b/npcs/npc426.xml new file mode 100644 index 00000000..2e1ec8d9 --- /dev/null +++ b/npcs/npc426.xml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<npcs> + <npc id="426"> + <sprite>model/base.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> + <sprite>hairstyles/hairstyle18.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#5E7480,F1FFFF,FFFFFF</sprite> + <sprite>equipment/feet/furboots.xml</sprite> + <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/head/aureole.xml</sprite> + <particlefx>graphics/particles/angel.particle.xml</particlefx> + </npc> +</npcs> diff --git a/npcs/npc427.xml b/npcs/npc427.xml new file mode 100644 index 00000000..c99c72f4 --- /dev/null +++ b/npcs/npc427.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="427"> + <sprite variant="0">npcs/tal.xml</sprite> + </npc> +</npcs> diff --git a/npcs/npc428.xml b/npcs/npc428.xml new file mode 100644 index 00000000..87d947de --- /dev/null +++ b/npcs/npc428.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="428"> + <sprite variant="0">npcs/airship.xml</sprite> + </npc> +</npcs> |