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

Announcement

Collapse
No announcement yet.

[A] Cenarion Expedition sending you to Horde NPCs

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

    [A] Cenarion Expedition sending you to Horde NPCs

    Ok, some horde NPCs and quests in the guide instead of alliance. Here's the changes needed. Changes highlighted in red.

    Search:
    Code:
    stepgoto 44.4,26.3
    .talk 18446
    ..turnin 9990
    ..accept 9995
    Replace with:
    Code:
    stepgoto 44.4,26.3
    .talk 18446
    ..turnin 9990
    ..accept [COLOR=#ff0000]9994[/COLOR]
    ================================================== ====================

    Search:
    Code:
    step
    goto 50.0,45.9
    .talk 18447
    ..turnin 9995
    ..accept 10448
    Replace with:
    Code:
    step
    goto [COLOR=#ff0000]57.0,53.6[/COLOR]
    .talk [COLOR=#ff0000]18459[/COLOR]
    ..turnin [COLOR=#ff0000]9994[/COLOR]
    ..accept [COLOR=#ff0000]10444[/COLOR]
    ================================================== ===================

    Search:
    Code:
    step
    goto 63.3,42.0
    .talk 21007
    ..turnin 10448
    ..accept 9997
    Replace with:
    Code:
    step
    goto [COLOR=#ff0000]69.6,44.6[/COLOR]
    .talk [COLOR=#ff0000]21006[/COLOR]
    ..turnin [COLOR=#ff0000]10044[/COLOR]
    ..accept [COLOR=#ff0000]9996[/COLOR]
    ================================================== ===================

    Search:
    Code:
    step
    goto 68.1,36.5
    .kill 10 Firewing Defender |q 9997/1
    .kill 10 Firewing Bloodwarder |q 9997/2
    .kill 10 Firewing Warlock |q 9997/3
    Replace with:
    Code:
    step
    goto 68.1,36.5
    .kill 10 Firewing Defender |q [COLOR=#ff0000]9996[/COLOR]/1
    .kill 10 Firewing Bloodwarder |q [COLOR=#ff0000]9996[/COLOR]/2
    .kill 10 Firewing Warlock |q [COLOR=#ff0000]9996[/COLOR]/3
    ================================================== ======================

    Search:
    Code:
    step
    goto 63.3,42.4
    .talk 21007
    ..turnin 9997
    ..accept 10447
    Replace with:
    Code:
    step
    goto [COLOR=#ff0000]69.6,44.6[/COLOR]
    .talk [COLOR=#ff0000]21006[/COLOR]
    ..turnin [COLOR=#ff0000]9996[/COLOR]
    ..accept [COLOR=#ff0000]10446[/COLOR]
    ================================================== =====================

    Search:
    Code:
    step
    goto 71.3,37.4
    .click Mana Bomb##7213
    .' Activate Mana Bomb |q 10447/1
    Replace with:
    Code:
    step
    goto 71.3,37.4
    .click Mana Bomb##7213
    .' Activate Mana Bomb |q [COLOR=#ff0000]10446[/COLOR]/1
    ================================================== =====================

    Search:
    Code:
    step
    goto 50.0,45.9
    .talk 18447
    ..turnin 10447
    ..accept 10006
    Replace with:
    Code:
    step
    goto [COLOR=#ff0000]57.0,53.6[/COLOR]
    .talk [COLOR=#ff0000]18459[/COLOR]
    ..turnin [COLOR=#ff0000]10446[/COLOR]
    ..accept [COLOR=#ff0000]10005[/COLOR]
    ================================================== =====================

    Search:
    Code:
    step
    goto Terokkar Forest,44.3,26.3
    .talk 18446
    ..turnin 10006
    Replace with:
    Code:
    step
    goto Terokkar Forest,44.3,26.3
    .talk 18446
    ..turnin [COLOR=#ff0000]10005[/COLOR]
    ================================================== =====================

    Search:
    Code:
    step
    goto Shattrath City,57.2,48.2
    .click Orgrimmar Portal##04395
    .' Teleport to Orgrimmar |goto Orgrimmar/2 |noway |c
    Replace with:
    Proper portal for Stormwind (not sure on the number but the coordinates are correct)
    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.
Working...
X