Log in to ZYGOR
Log in with social media
OR
Log in with Zygor account

Announcement

Collapse
No announcement yet.

Borean Tundra leveling guide bugs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Borean Tundra leveling guide bugs

    I just finished the Borean Tundra Alliance leveling guide and found two missing NPC Names:

    Edit: This one is missing in the NPC file.
    wowhead link:
    http://www.wowhead.com/npc=25793
    --------------------------------------------------------------------


    Edit: It seems the + behind the ID causes the ".talk" not to get parsed correctly.
    wowhead link to the NPC:
    http://www.wowhead.com/npc=25841
    --------------------------------------------------------------------

    Also there's a bug in the step where you click the horse to ride.
    Currently it looks like this:
    Code:
    step
    goto 82.4,46.6
    .clicknpc Dusk##26191 |invehicle |q 11956 |Tip You will ride Dusk.


    Chaning it to this makes it work:
    Code:
    step
    goto 82.4,46.6
    .clicknpc Dusk##26191
    .'You will ride Dusk. |invehicle |q 11956

    --------------------------------------------------------------------

    While looking up how to make the clicknpc step work I found a typo in the Grizzly Hills guide:
    Code:
    step
    goto 62.3,42
    .' Use your Tranquilizer Dart on Tatjana |use Tranquilizer Dart##37665 |tip She's sitting on a horse.  Make sure to target her, and NOT the horse, when using the Tranquilizer Dart.
    .clicknpc Tatjana's Horse##27626w
    .' Deliver Tatjana |q 12330/1
    |modelnpc Tatjana##27627+
    The "w" after the number in the clicknpc line looks like a bug.
    Last edited by Cartman; November 22, 2013, 05:22 AM.

    #2
    Added to the list to get taken care of.
    My Flight Path Follies guide

    A pessimist knows all women are bad... an optimist hopes they are.

    I reject your reality and substitute my own.

    All foreign languages are done with Google Translate.

    Comment

    Working...
    X