diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-02-13 15:03:01 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-02-13 15:03:01 +0100 |
commit | 1cf6ff982c76e5ab116d8ed953ef8ff5005d1dde (patch) | |
tree | c63ba4e2f57f2f2f9842362e9a32029c614749e4 | |
parent | 4fac6c0d8dafaa4f1a87a50eb381963485559ef7 (diff) | |
download | clientdata-1cf6ff982c76e5ab116d8ed953ef8ff5005d1dde.tar.gz clientdata-1cf6ff982c76e5ab116d8ed953ef8ff5005d1dde.tar.bz2 clientdata-1cf6ff982c76e5ab116d8ed953ef8ff5005d1dde.tar.xz clientdata-1cf6ff982c76e5ab116d8ed953ef8ff5005d1dde.zip |
"Fish and Scams" Quest Diary fixed.
-rw-r--r-- | quests.xml | 4 | ||||
-rw-r--r-- | status-effects.xml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -210,7 +210,7 @@ Copyright (C) 2012 Evol Online --> <text>Reward: [@@2900|Bandana@@].</text> </quest> </var> - <var id="8"> + <var id="9"> <quest name="Treasure's Glint" group="Ship" complete="1"> <name>Treasure's Glint</name> <text>You spotted a treasure chest at the top of a cliff on the east side of the island.</text> @@ -221,7 +221,7 @@ Copyright (C) 2012 Evol Online --> <text>Reward: 100 GP, [@@514|Old Book@@]</text> </quest> </var> - <var id="9"> + <var id="8"> <quest name="Fish and Scams" group="Ship" incomplete="1"> <name>Fish and Scams</name> <text>A sailor, who wasn't on Gugli's list, gave you a box full of food.</text> 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"/> <status-effect name="poison" id="132" block-id="16" icon="icons/poison.xml" persistent-particle-effect="true" |