florian.berthold a8ea6429e1
release / release (push) Successful in 3s
fix: restore table.getn/setn for Ace2 stack so VanillaGuide loads on 3.3.5 Lua 5.1
WoW 3.3.5 Lua 5.1 runtime has table.setn as an error stub ("'setn' is obsolete")
and table.getn missing/erroring. The embedded Ace2 libs (AceLibrary, AceOO, AceEvent,
AceConsole, AceDebug, AceDB, Tablet-2.0) all assign table_setn = table.setn at module
scope when GetBuildInfo() does not start with "2." — causing AceOO-2.0 to crash at
line 546 before any library can register, then cascading to AceConsole/FuBarPlugin.

Add Lua50Compat.lua as the first TOC entry to unconditionally overwrite table.setn
(no-op) and table.getn (returns #t) before any lib loads. Also shims
table.foreach/foreachi in case future libs need them. Verified with LuaJIT 5.1:
AceLibrary + AceOO load cleanly; all other libs stop only at WoW-API boundaries
(not at obsolete-call errors).
2026-05-30 06:57:25 +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%