View Single Post
10-31-09, 12:49 PM   #44
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 716
I don't use carbonite because the core code is ugly, uncommented, not correctly tabbed(see below), not split in modules(I mean comon, the quest database is in the core file) and it's just too plain big. I use Jame's leveling guides, they are free and fast(tourguide supported).

Tabbed example:
Code:
function dummy(t)
    if (t=="something") then
        print("you entered the password!")
    else
        print("access not granted")
    end
end
James leveling guides:
Jame's Alliance Leveling Guide
Jame's Horde Leveling Guide
  Reply With Quote