Issue information

Issue ID
#836
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jan 18, 2008 4:37
Last Post
Hercules Elf Bot
Jan 18, 2008 4:37
Confirmation
N/A

Hercules Elf Bot - Jan 18, 2008 4:37

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

I think there's a bug in the Roque skill quest to get Close Confine.
.../trunk/npc/quests/skills/rogue_skills.txt

Players are able to talk to the npcs on the in_rogue map,
but then around step 6 (when ROG_SK=6) you talk to Thor Greg
-> he warps you to the waiting room
--> you enter the Waiting Room chat, and you're warped to (prt_are01 150,150)
---> you trigger the OnTouch part of #1strecog
CODE
prt_are01,150,150,0    script    #1strecog    -1,10,10,{
           OnTouch:
               donpcevent "#1st5min::OnEnable";
               donpcevent "#1stmove::OnEnable";
               disablenpc "#1strecog";
               end;
And somewhere around there, the actual test part of the quest never starts.

Maybe some npcs aren't getting enabled/disabled?
I tried looking at the script but couldn't find anything.
Is anyone else able to do the Close Confine quest? or does the quest just stop around that part?

*Edit: it seems that after restarting server, the test section of the quest can be done once.
after that, any other Rogues that try are just warped to the room but the test never starts.

This post has been edited by brianlew: Jan 18 2008, 02:20 AM