florian.berthold b96e1ce8b2 Fix Lua 5.0 getn() crash on first guide load
GuideTable.lua:88 used the Lua 5.0 global getn() to size the color-
substitution table opentext. In Lua 5.1 (WoW 3.3.5) the bare getn is
gone and table.getn is deprecated, so this would have crashed with
'attempt to call global getn (a nil value)' before any guide could
render. Replaced with the # length operator.

Also record the fix and the upstream README cleanup under 'Files we
touched' in README-CoA.md.
2026-05-11 22:09:44 +02:00
2026-05-11 21:48:40 +02:00

VanillaGuide

VanillaGuide aim to cover the hole for an in-game guide for Vanilla WoW. The AddOn features:

Step-by-Step Zone Guides (from Joana and Brian Kopps work)
Hints and Tips for various Quests
MetaMapBWP Integration

Credits

Well, thank you Joana/Mancow, you ruined my life with WoW, but I love you anyway.

and here're the links to the REAL guide:

http://www.joanasworld.com/meet_joana_mancow.html
http://www.joanasworld.com/azeroth.htm
http://www.joanasworld.com/Joanas1-60Guide.pdf
S
Description
CoA Guild 'Exiles' fork of mrmr's VanillaGuide, ported to Ascension 3.3.5 (Voljin client). Step-by-step Joana 1-60 H/A leveling guide.
Readme 358 KiB
2026-05-30 04:57:25 +00:00
Languages
Lua 99.8%
Shell 0.2%