Issue information

Issue ID
#2234
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 15, 2008 19:09
Last Post
Hercules Elf Bot
Mar 5, 2012 9:08
Confirmation
N/A

Hercules Elf Bot - Sep 15, 2008 19:09

Originally posted by [b]BrianL[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2234

.../trunk/npc/quests/seals/sleipnir_seal.txt

line 1078
CODE
                if (count_sl_1 > 14) {


The variable being used in the rest of the script is .@count_sl_1


Also, according to this "guide" http://iro.ragnarokonline.com/irobackstage...0247/sub_02.asp

QUOTE(step 15)
15: Head back up the hall and to the next room. Talk to Kurt, you can help her buy bringing her the following items. She just needs some items to rebuild the Spirit of Fish. Bring back to her 9 each of at least 14 of the following items (Sticky Webfoot, Heart of Mermaid, Fin, Gill, Stinky Scale, Nipper, Conch, Tentacle, Sharp Scale, Crab Shell, Clam Shell, Clam Flesh, Coral Reef, Ancient Lips, Ancient Tooth, Single Cell, Detonator, Tendon, Squid Ink, Fish Tail)


So should it be:
CODE
                if (.@count_sl_1 > 13) {



This post has been edited by brianlew: Sep 15 2008, 01:01 PM