diff options
author | tux9th <mr.x@aon.at> | 2013-09-08 09:55:54 +0200 |
---|---|---|
committer | tux9th <mr.x@aon.at> | 2013-09-08 09:55:54 +0200 |
commit | 8dda2d8aeead5d48b811cf45cde19a20a4646db9 (patch) | |
tree | f4f2af538db5e0715c170cee2d3060f35a50d2be /world/map/npc/017-4/waric.txt | |
parent | 4ae88dad9aa894d95701be6d9da904c85d7de2cb (diff) | |
download | serverdata-8dda2d8aeead5d48b811cf45cde19a20a4646db9.tar.gz serverdata-8dda2d8aeead5d48b811cf45cde19a20a4646db9.tar.bz2 serverdata-8dda2d8aeead5d48b811cf45cde19a20a4646db9.tar.xz serverdata-8dda2d8aeead5d48b811cf45cde19a20a4646db9.zip |
Fix Waric: replace root with dark crystal.
Diffstat (limited to 'world/map/npc/017-4/waric.txt')
-rw-r--r-- | world/map/npc/017-4/waric.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/017-4/waric.txt b/world/map/npc/017-4/waric.txt index e9b446fc..bdabb63e 100644 --- a/world/map/npc/017-4/waric.txt +++ b/world/map/npc/017-4/waric.txt @@ -270,19 +270,19 @@ L_Snakes: L_SnakesIngredients: set OrumQuest, 39; mes "[Waric]"; - mes "\"Did you bring one root and a snake egg?\""; + mes "\"Did you bring one Dark Crystal and a Snake Egg?\""; menu "Yes, I have what you want.", -, "No, I need more time.", L_NoItem; - if ((countitem("Root") < 0) + if ((countitem("DarkCrystal") < 0) || (countitem("SnakeEgg") < 0)) goto L_NoItem; - delitem "Root", 1; + delitem "DarkCrystal", 1; delitem "SnakeEgg", 1; mes "[Waric]"; mes "\"Observe!\""; next; - mes "The wizard takes the root and the egg, mumbling something you don't understand. Suddenly, he throws the egg into the air and strikes it with the root midair."; + mes "The wizard takes the crystal and the egg, mumbling something you don't understand. Suddenly, he throws the egg into the air and throws the crystal right through it midair."; next; mes "The Egg cracks open and a living snake comes out of the egg."; next; |