master
release / release (push) Successful in 3s
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).
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
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.
Releases
2
1.04.2-coa1-coa.2
Latest
Languages
Lua
99.8%
Shell
0.2%