Issue information

Issue ID
#1695
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 16, 2008 10:30
Last Post
Hercules Elf Bot
Feb 21, 2012 14:01
Confirmation
N/A

Hercules Elf Bot - Jun 16, 2008 10:30

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

After the updates to the Novice Grounds (r12833), we noticed some things:

1. Update @go 15 to the new Novice Grounds?
.../trunk/src/common/mapindex.h Change line 38 to:
QUOTE
#define MAP_NOVICE "new_1-1"


2. It's possible to get "stuck" in the Novice Grounds:
  • After you talk to Entrance Guard#nv and he warps you to the map with monsters
  • Get to Base Level 7 or higher and die on this map, or talk to Trainer#nv and go to a harder map and die there.
  • Then when you respawn ("new_1-2",23,188) you are stuck back in the building.
    When you talk to the Entrance Guard, he tells you to talk to Helper#nv (on the left)
    But talking to the Helper doesn't increment your nov_2nd_cos variable because you are over BLevel 7.
  • (the only way out is go back 1 room and use the Kafra's Teleport service)
I think the problem is line 2510 of .../trunk/npc/jobs/novice/novice.txt
CODE
            set nov_2nd_cos,0;
In the section right above that, the npcs sets the variable nov_2nd_cos, but then at like 2510 he deletes it.
We tried the npc with that line commented out and it works fine.


3. Also, when you talk to the Trainer and go to a harder New Zone map, dying or using a butterfly wing is the only way back.
Is this how it's supposed to be? or are the supposed to be duplicate NPCs there like the ones in new_1-3 ?


4. And an error/warning in the map server:
(IMG:http://i27.tinypic.com/14kuvyp.png)

Thanks (IMG:style_emoticons/default/ani_no1.gif)

This post has been edited by brianlew: Jun 16 2008, 04:56 PM