From 85d50ad64e9c0b3045b5d05a566fae376ba4ec22 Mon Sep 17 00:00:00 2001 From: Hal9000 Date: Sun, 24 Mar 2013 22:45:30 +0100 Subject: Pilot version of new QuestStatus feature! Target NPC: MagicArpan. --- effects.xml | 2 ++ graphics/particles/afk.xml | 2 +- graphics/particles/questcontinue.xml | 18 ++++++++++++++++++ graphics/particles/queststart.xml | 18 ++++++++++++++++++ graphics/particles/queststatus.png | Bin 0 -> 728 bytes quests.xml | 2 ++ status-effects.xml | 2 +- 7 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 graphics/particles/questcontinue.xml create mode 100644 graphics/particles/queststart.xml create mode 100644 graphics/particles/queststatus.png diff --git a/effects.xml b/effects.xml index 2915f7d4..c526527b 100644 --- a/effects.xml +++ b/effects.xml @@ -14,4 +14,6 @@ Copyright (C) 2010-2013 Evol Online --> // Invisibility particle effect. // AFK particle effect. // Complete and incomplete quests effect. + // NPC quest start particle effect. + // NPC quest continue particle effect. diff --git a/graphics/particles/afk.xml b/graphics/particles/afk.xml index afb69aa6..8c3f58ed 100644 --- a/graphics/particles/afk.xml +++ b/graphics/particles/afk.xml @@ -20,7 +20,7 @@ Copyright (C) 2010-2013 Evol Online --> - + diff --git a/graphics/particles/questcontinue.xml b/graphics/particles/questcontinue.xml new file mode 100644 index 00000000..584c35f1 --- /dev/null +++ b/graphics/particles/questcontinue.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/queststart.xml b/graphics/particles/queststart.xml new file mode 100644 index 00000000..dff61675 --- /dev/null +++ b/graphics/particles/queststart.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/queststatus.png b/graphics/particles/queststatus.png new file mode 100644 index 00000000..c4125e8f Binary files /dev/null and b/graphics/particles/queststatus.png differ diff --git a/quests.xml b/quests.xml index eb24d057..0edb3b6c 100644 --- a/quests.xml +++ b/quests.xml @@ -25,6 +25,8 @@ Copyright (C) 2012 Evol Online --> + + Warm Smelly Clothes Magic Arpan is waiting for you. Go speak to him. diff --git a/status-effects.xml b/status-effects.xml index d494c0b5..def602bd 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -26,7 +26,7 @@ end-message: Displays a message when the effect end. start-message="You are now invisible." end-message="You are no longer invisible." persistent-particle-effect="true" - start-particle="graphics/particles/invisibility.xml"/> + start-particle="graphics/particles/afk.xml"/>