Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #000836

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (0)No (0)
Photo

Rogue - Close Confine Skill Quest

Posted by Hercules Bot on 18 January 2008 - 04:37 AM

Originally posted by BrianL
http://www.eathena.w...ker&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