Download
(329 b)
Download
Updated: 05-14-11 04:38 PM
Pictures
File Info
Updated:05-14-11 04:38 PM
Created:02-09-11 07:33 AM
Downloads:100,148
Favorites:217
MD5:

Archy bugfix - DISCONTINUED  Popular! (More than 5000 hits)

Version: Read description
by: Cidrei [More]

Archy is officially maintained once more by myrroddin. Official releases have resumed. The updated file here is a dummy text file, telling you the exact same thing. You can get the updated original here.


Archy bugfix
- with credit to original posters of the information.
---

This project contained many of the community's fixes as well a few of my own and and puts them all together into a bugfix patch of the most recent version of Archy to tide people over until myrroddin took things in hand.

I have added a donation link, both to this page, and to the download box. These link to daihenka's donation page, the same as if you clicked them on one of the official Archy download pages. You can double-check this here on WoWInterface (you have to download the file for the donation box to pop up), or over at Curse if you don't trust me.

Thanks!

Click here to lend your support!

Fixes
1.7b8 bugfix6
^ - Fixed not being able to use stones. -- Snowhawk
^ - Fixed koKR locale (my fault, had something defined twice).
^ - Fixes to the currency calculations. -- Saur
^ - No longer throws error when encountering unknown digsite (future-proofing). -- Saur
^ - Fix the longstanding GetNumArtifactsByRace() is not a number error. -- Saur
^ - Correct the TexCoords for the progress bars (second time this has been fixed, see bugfix1. Didn't refix after bugfix3. Seems to be Blizzard bug because the fix doesn't seem to actually fix anything). -- Saur
* - Reorder siteData table to match blob ID order. -- Saur
* - Reordered locales to match siteData. -- Saur
* - Updates to the zhTW locale (complete, needs checked. I received conflicting translations). -- kof9x, bluecike
* - Touched up esMX locale (missing 11). -- PatoDaia
* - Updates to the deDE locale (missing 1). -- Noctum28

Special Mentions
* - daihenka, because it's his addon of course.
* - Bluspacecow, for linking the Curse page and making me look over there too.
* - Codex, for the unreleased beta.

1.7b8 bugfix6
^ - Fixed not being able to use stones. -- Snowhawk
^ - Fixed koKR locale (my fault, had something defined twice).
^ - Fixes to the currency calculations. -- Saur
^ - No longer throws error when encountering unknown digsite (future-proofing). -- Saur
^ - Fix the longstanding GetNumArtifactsByRace() is not a number error. -- Saur
^ - Correct the TexCoords for the progress bars (second time this has been fixed, see bugfix1. Didn't refix after bugfix3. Seems to be Blizzard bug because the fix doesn't seem to actually fix anything). -- Saur
* - Reorder siteData table to match blob ID order. -- Saur
* - Reordered locales to match siteData. -- Saur
* - Updates to the zhTW locale (complete, needs checked. I received conflicting translations). -- kof9x, bluecike
* - Touched up esMX locale (missing 11). -- PatoDaia
* - Updates to the deDE locale (missing 1). -- Noctum28

Fixes
1.7b8 bugfix5
* - Updates to the deDE locale (missing 3). -- Drubar, Meralda, codi
* - Updates to the ruRU locale (missing 5). -- Hanomi
* - Updates to the frFR locale (complete). -- T6CT6C6
* - Updates to the koKR locale (complete). -- jprapstyle
* - All locales (excluding zhCN) now have the new dig sites added in English where a locale specific translation has not been provided. These entries are currently commented out, but should make it easier to find and correct for people looking to update their own copies in between "official" updates.

1.7b8 bugfix4
^ - I somehow managed to upload an older version of the addon and not the finished one. Good job, me! Fixes the 3759 error and the missing digsites in the locale. I don't even know how that one got zipped up.
* - Updates to the deDE locale. -- Contiki

1.7b8 bugfix3
* - This version is based on an unreleased beta by daihenka. It includes a new alternative interface and several changes related to it, as well as various bug fixes including the fps drop inside of old instances. -- Codex, daihenka
* - Old data import re-enabled. Fixed by daihenka.
^ - Updated digsite list. It is believed that we now have all the new sites. -- foxtyke, bradc, Shambarimen, mercuria, MasterAries7, bdemore, Darenia

bugfix2
^ - Updated Ace3 libs to r1009 per Bluspacecow's suggestion. Fixes some configuration weirdness. -- Bluspacecow

bugfix1
^ - GetArcheaologyRaceInfo() return order changes. -- Brandho
^ - Fixed fragment counts not updating. Related to the above change.
^ - Fix "to make the bars look pretty again." (They're still a little wonky when they update.) -- LLGames
^ - Added new dig sites, more are out there. (Need to get the blob IDs on these.) -- bdemore, chrixian, Tekz08
^ - Possible fix for GetNumArtifactsByRace() bug? (Haven't encountered myself, so we'll see.)
^ - Fixed prompt on completing artifacts not going away with training a new rank of Archaeology. (Not tested, should work. Will check tomorrow.)
^ - Fix for the nil surveys error on load. (Commented the function out. Imports old data. Assuming it works in future as it should now, it'll keep existing data when fixed.)
Post A Reply Comment Options
Unread 02-11-11, 05:32 AM  
Contiki
A Kobold Labourer
 
Contiki's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 72
Uploads: 2
Here are three more translations for the deDE locale, verified in-game:
Code:
L["River Delta Digsite"] = "Ausgrabungsstätte am Flussdelta"
L["Obelisk of the Stars Digsite"] = "Ausgrabungsstätte am Obelisken der Sterne"
L["Sands of Nasam"] = "Sande von Nasam"

Also, found one error. L["Sargeron Digsite"] is currently translated with "Sargerons Ausgrabungsstätte". However, this one's the correct translation:
Code:
L["Sargeron Digsite"] = "Ausgrabungsstätte von Sargeron"

A couple more strings are still missing. Haven't seen those myself yet:
Code:
L["Plaguewood Digsite"] = "Plaguewood Digsite"
L["Sahket Wastes Digsite"] = "Sahket Wastes Digsite"
L["Schnottz's Landing"] = "Schnottz's Landing"
L["Pit of Fiends Digsite"] = "Pit of Fiends Digsite"
Report comment to moderator  
Reply With Quote
Unread 02-11-11, 05:24 AM  
Omnituens
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I'm getting an error related to something trying to index 'currency', line 3759 (a number value)

Occurs whenever I gain any tokens (non gold currency) and when I portal anywhere.

Attempted a fix, but don't know enough about lua to fix it. I manually updated the Ace3 libs just in case, but didn't fix it.
Report comment to moderator  
Reply With Quote
Unread 02-10-11, 11:29 PM  
Cidrei
A Fallenroot Satyr
 
Cidrei's Avatar
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 114
Uploads: 17
EDIT: The latest version has been released. This new version is based on the unreleased beta that was provided to me by Codex and includes a new minimalist interface that daihenka was working on. Anyone still using the 1.6 branch may want to consider trying it out to see if it meets with their satisfaction.

Thanks for all the posts everyone!

Apologies for the lack of action on my part, had some real life crop up all of a sudden that I needed to take care of but that seems to be resolved for the moment, so it's back to normal for now.

I'll be getting to work on the most recent version that Codex provided me with and updating the new digsites which it looks like we may have all of now and get that released as soon as possible and see what remains to be fixed.
Last edited by Cidrei : 02-11-11 at 02:49 AM.
Report comment to moderator  
Reply With Quote
Unread 02-10-11, 11:20 PM  
dorkino
A Deviate Faerie Dragon

Forum posts: 10
File comments: 3
Uploads: 0
Originally posted by zealvurte
Incase it helps any here, i just posted the changes i made to 1.6.3 to make it work so far on curse, so possibly worth posting here too.

http://pastebin.com/UrBMpbM7

It has all the digsites, with their blobs, zones, continent and race too.
Thanks! This was very helpful indeed. v1.6.3 seems to be a bit different than the version here, so here's what I've done to this version:

In Archy.lua:

Append these lines to the end of the sites list:

siteData[L["River Delta Digsite"]] = { ['continent'] = 1, ['map'] = 720, ['blob'] = 60350, ['race'] = 7 }
siteData[L["Schnottz's Landing"]] = { ['continent'] = 1, ['map'] = 720, ['blob'] = 60363, ['race'] = 7 }
siteData[L["Obelisk of the Stars Digsite"]] = { ['continent'] = 1, ['map'] = 720, ['blob'] = 60358, ['race'] = 7 }
siteData[L["Sahket Wastes Digsite"]] = { ['continent'] = 1, ['map'] = 720, ['blob'] = 60361, ['race'] = 7 }
siteData[L["Pit of Fiends Digsite"]] = { ['continent'] = 4, ['map'] = 492, ['blob'] = 60367, ['race'] = 5 }
siteData[L["Sands of Nasam"]] = { ['continent'] = 4, ['map'] = 486, ['blob'] = 60369, ['race'] = 5 }
siteData[L["Plaguewood Digsite"]] = { ['continent'] = 4, ['map'] = 23, ['blob'] = 60444, ['race'] = 5 }


In Locales\enUS.lua (or whichever locale you use), append these to the end of the Dig Sites list:

L["River Delta Digsite"] = "River Delta Digsite"
L["Schnottz's Landing"] = "Schnottz's Landing"
L["Obelisk of the Stars Digsite"] = "Obelisk of the Stars Digsite"
L["Sahket Wastes Digsite"] = "Sahket Wastes Digsite"
L["Pit of Fiends Digsite"] = "Pit of Fiends Digsite"
L["Sands of Nasam"] = "Sands of Nasam"
L["Plaguewood Digsite"] = "Plaguewood Digsite"


Then update your Ace3 to the latest r1009. Copy the subdirs from Ace3 dir into the Archy\Libs dir, overwriting what's there.

Everything seems to be working fine.
Report comment to moderator  
Reply With Quote
Unread 02-10-11, 10:39 PM  
zealvurte
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 13
Uploads: 2
Incase it helps any here, i just posted the changes i made to 1.6.3 to make it work so far on curse, so possibly worth posting here too.

http://pastebin.com/UrBMpbM7

It has all the digsites, with their blobs, zones, continent and race too.
Last edited by zealvurte : 02-10-11 at 10:39 PM.
Report comment to moderator  
Reply With Quote
Unread 02-10-11, 10:24 PM  
Snowhawk
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Originally posted by mstieler
With that, it should make the entry

Code:
siteData[L["Pit of Fiends Digsite"]] = { ['continent'] = 4, ['map'] = 492, ['blob'] = 60367, ['race'] = 5 }
If I'm not mistaken: Continent 4 = Northrend, Map 492 = Icecrown, Blob 60637 = PoF, Race 5 = Nerubian

And thanks fox & dork, got that edited from "Filed" to "Field"
This is what I have for Pit of Fiends Digsite, with a corresponding locale in the enUS.lua file.
Last edited by Snowhawk : 02-10-11 at 10:25 PM.
Report comment to moderator  
Reply With Quote
Unread 02-10-11, 10:19 PM  
mstieler
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Originally posted by Snowhawk
60367

Updated my list in my previous post with all the sites i've found. Still haven't seen that last EPL site though.
With that, it should make the entry
siteData[L["Pit of Fiends Digsite"]] = { ['continent'] = 4, ['map'] = 492, ['blob'] = 60367, ['race'] = 5 }
If I'm not mistaken: Continent 4 = Northrend, Map 492 = Icecrown, Blob 60637 = PoF, Race 5 = Nerubian

And thanks fox & dork, got that edited from "Filed" to "Field"
Last edited by mstieler : 02-10-11 at 10:20 PM.
Report comment to moderator  
Reply With Quote
Unread 02-10-11, 10:11 PM  
Snowhawk
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Originally posted by foxtyke
If anyone gets the Ice Crown digsite, Pit of Fiends, get the blobID, that's the only one we're missing from my bug report which has the current digsites as reported here and found by a friend and I trying to get Archy working again.

Archeology, it's just no fun without Archy!
60367

Updated my list in my previous post with all the sites i've found. Still haven't seen that last EPL site though.

Originally posted by dorkino
**EDIT: I cannot seem to get Schnottz's Landing entered in correctly. I'm using blob ID of 60363, but it's giving an error about zoneName. hmm
Following worked fine the last time I had this digsite:
Code:
	siteData[L["Schnottz's Landing"]] = { ['continent'] = 1, ['map'] = 720, ['blob'] = 60363, ['race'] = 7 }
Code:
L["Schnottz's Landing"] = "Schnottz's Landing"
Last edited by Snowhawk : 02-10-11 at 10:22 PM.
Report comment to moderator  
Reply With Quote
Unread 02-10-11, 08:59 PM  
dorkino
A Deviate Faerie Dragon

Forum posts: 10
File comments: 3
Uploads: 0
Originally posted by mstieler
Well, I'm hoping I'll be able to dig up the Pit of Fiends blob, but a little bug:

Archy seems to have forgotten about Northridge Fossil Field (blob #55480, Western Plaguelands)
It's because it's misspelled in Archy.lua and Locales\enUS.lua (or whichever you are using).

Edit the main Archy.lua and the matching entry in the locale file to correct the typo. Search for "northridge" and you'll see that "Field" is spelled "Filed". Correct it in both files and it'll work again.

Likewise, you can add new digsites to the bottom of the list in those two files using the blob ID that you can obtain by the /run script that a poster below posted. Just ensure that you get the map, continent and race #s correct - reference another known digsite in that zone to get map and continent, and check the race against another known race of that type to get the appropriate race #.

**EDIT: I cannot seem to get Schnottz's Landing entered in correctly. I'm using blob ID of 60363, but it's giving an error about zoneName. hmm
Last edited by dorkino : 02-10-11 at 09:47 PM.
Report comment to moderator  
Reply With Quote
Unread 02-10-11, 08:46 PM  
Bluspacecow
Giver of walls of text :)
 
Bluspacecow's Avatar
AddOn Author - Click to view AddOns

Forum posts: 770
File comments: 123
Uploads: 1
Code:
/run print(ArcheologyGetVisibleBlobID(1))
[*]Report back here.
IMHO

/run print("Current digsite is ",ArcheologyGetVisibleBlobID(1))

Is slightly more useful. That way you don't lose it in all the other chats you may have going on.
__________________
tuba_man on Apple test labs : "I imagine a brushed-aluminum room with a floor made of keyboards, each one plugged into a different test box somewhere. Someone is tasked with tossing a box full of cats (all wearing turtlenecks) into this room. If none of the systems catch fire within 30 minutes, testing is complete. Someone else must remove the cats. All have iPods." (http://community.livejournal.com/tec...t/2018070.html)
Report comment to moderator  
Reply With Quote
Unread 02-10-11, 07:44 PM  
foxtyke
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally posted by mstieler
Well, I'm hoping I'll be able to dig up the Pit of Fiends blob, but a little bug:

Archy seems to have forgotten about Northridge Fossil Field (blob #55480, Western Plaguelands)
In the bug report filed, where IC Pit of Fiends is missing and better be the ONLY one LOL, correct the spelling of Field for the Northridge Fossil Filed in both quotes, not sure where it occurred but that typo is all that's keeping that one from being flagged properly.

Both quotes have the same typo.
Last edited by foxtyke : 02-10-11 at 07:52 PM.
Report comment to moderator  
Reply With Quote
Unread 02-10-11, 06:41 PM  
mstieler
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Well, I'm hoping I'll be able to dig up the Pit of Fiends blob, but a little bug:

Archy seems to have forgotten about Northridge Fossil Field (blob #55480, Western Plaguelands)
Report comment to moderator  
Reply With Quote
Unread 02-10-11, 02:51 PM  
foxtyke
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
If anyone gets the Ice Crown digsite, Pit of Fiends, get the blobID, that's the only one we're missing from my bug report which has the current digsites as reported here and found by a friend and I trying to get Archy working again.

Archeology, it's just no fun without Archy!
Report comment to moderator  
Reply With Quote
Unread 02-10-11, 12:26 PM  
Sariash
A Fallenroot Satyr

Forum posts: 23
File comments: 28
Uploads: 0
Originally posted by Snowhawk
Plaguewood Digsite
Just got this digsite, blobid is 60444.
Report comment to moderator  
Reply With Quote
Unread 02-10-11, 11:03 AM  
Codex
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 280
Uploads: 12
Any luck on the 1.7 version? The big problem with the 1.6 is that when zone coords are 0,0 (a few instances, and between zones in the old world like right behind the sw pumpkin patch) archy 1.6 experiences fps drops, and daihenka fixed it in the new one
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.