Lefire
Junior Member
Posts: 35
Threads: 1
Joined: Jan 2009
|
Can't access Turtle Island
Summary:
??Gotanblue won't give me (character name Matilyn) the option to go to Turtle Island any more.
Details:
??Back in the olden days before transcending or having a Creamy Clip, I did the access quest and briefly tried killing on the island. It didn't go too well... I never made it to the save NPC, and soon decided to forget it for the time being.
??Anyway, when I tried going back recently to unlock the warp, the option to go there won't appear. Following quest guides (tried RMS and irowiki) doesn't help. The sailor won't talk about anything but how beautiful the ocean is.
??I might know what the problem is (warning, technical stuff follows, and the script version might not match anyway). Assuming the NPC script I'm looking at more or less matches what heRO's using, eAthena fouled up. The Turtle Island access and treasure quests use the TURTLE variable to track progress, but once you actually find a treasure, TURTLE is zeroed and MISC_QUEST bit 17 (65536) is set instead. Gotanblue only checks the TURTLE variable, though, and once MISC_QUEST bit 17 is set, there's no way to set the TURTLE variable again. I can't confirm anything without seeing the character data, but that's what seems to be happening. For reference, the script file is npc/quests/quests_alberta.txt.
??It's still possible I'm doing something wrong, but it worked before, it doesn't now, I can't get it working again, and I can't think of anything else to try.
|
|
07-13-2009, 12:22 AM |
|
|