wduda / TravelWindowII

LOTRO Interface Plugin
8 stars 7 forks source link

In v1.0.29alpha, The Order of the Eagles skill is not showing #134

Closed wduda closed 11 months ago

wduda commented 11 months ago

Here is what's in the file: repLocations:AddSkill("Return to The Order of the Eagle", "0x700686FE", "Order of the Eagle (Rep)");

Here is what SHOULD be: repLocations:AddSkill("Return to the Order of the Eagle", "0x700686FE", "Order of the Eagle (Rep)");

Basically just lowercase the "T" in "The"

https://www.lotrointerface.com/downloads/fileinfo.php?id=1113#cmnt23657

amjmaat commented 11 months ago

capital sensitive and special character â and a typo (Harlax insteadof Halrax )

    repLocations:AddSkill("Return to the Order of the Eagle", "0x700686FE", "Order of the Eagle (Rep)");

    repLocations:AddSkill("Return to Jax Phanâl", "0x70068701", "Jax Phanal (Rep)");
    repLocations:AddSkill("Return to Halrax", "0x70068702", "Halrax (Rep)");
    repLocations:AddSkill("Return to the Ledger-keepers", "0x70068704", "Ledger-Keepers (Rep)");

description Lond and not Lord repLocations:AddSkill("Return to Lond Cirion", "0x70068703", "Lond Cirion (Rep)");