Results: 5Comments by: parallaxtz
File: GathererDB WoWHead12-30-11
Hate to ask, but how does one open...
Posted By: parallaxtz
Hate to ask, but how does one open the gatherer.lua file? I tried downloading the file listed on the main page and get stuck at 94%. Does anyone know how to fix this? Just go ahead an open it in any text editor. (Notepad on Windows; I think SimpleText on Mac?) The file to edit is Interface\Addons\GathererDB_Wowhead\DB_WowheadDa...
File: GathererDB WoWHead12-30-11
Ok so changing ICECROWN got it up t...
Posted By: parallaxtz
Ok so changing ICECROWN got it up to 97.7 after that you will need to change = { to = { That will allow it to load 100% unfortunately i do not know the line it is on. File: GathererDB_Wowhead\DB_WowheadData.lua Line 7284: WINTERGRASP = { becomes LAKE_WINTERGRASP = {
File: GathererDB WoWHead11-30-11
Re: Re: Icecrown Nodes Missing - FIXED!
Posted By: parallaxtz
Hey guys, I just wanted to note upon importing the Database, I recieved no nodes for Icecrown. BUT I fixed it -- the database lua has a name error. In the database file, DB_WowheadData.lua, on line 3067 it says ICECROWN = { and it needs to say ICECROWN_GLACIER = { He means line 3607 :) That I did. Darn typos!...
File: Capping11-29-11
Fix: core.lua; line 465 repla...
Posted By: parallaxtz
Fix: core.lua; line 465 replace: local maxq = MAX_BATTLEFIELD_QUEUES with local maxq = GetMaxBattlefieldID()
File: GathererDB WoWHead11-28-11
Icecrown Nodes Missing - FIXED!
Posted By: parallaxtz
Hey guys, I just wanted to note upon importing the Database, I recieved no nodes for Icecrown. BUT I fixed it -- the database lua has a name error. In the database file, DB_WowheadData.lua, on line 3607 it says ICECROWN = { and it needs to say ICECROWN_GLACIER = { Bam, all nodes in Icecrown now import properly! :-)...