Unofficial World of Warcraft Forums  
Please respect other members. Please do not post links or information about hacking/warez/cheats.
Read the rules of these forums as we rarely warn before banning. Lost or need RSS check the forum map.

Quick Site Nav
Navigation
Worldofwar.Net
WoW Forums
WoWDigger WoW Database
Articles
Community Blogs
WoW Info
Wrath of the Lich King Info
Primary Professions
Secondary Professions
Maps
Classes
PvP
A-Z Index
Guides
Submit Guides
List Guides
UI/Mods
Latest Mods
Submit Mod
List Macros
Submit Macro
Media Gallery
Gallery Home
Upload Pics
Community WoW Shots
Community BC Shots
Player Pics
Official WoW Shots
Official BC Shots


Donate and get extra forum perks
Support WoW:IncGamers

Go Back   Unofficial World of Warcraft Forums > Site Support Forums > WoWDigger.com Support

 
 
Thread Tools Display Modes
Old 08-09-2005, 09:36 PM   #1
Annunaki
WWN Data Coder
 
Annunaki's Avatar
 
Join Date: Apr 2005
Location: Belgium
Posts: 296
Found a bug in 1.6.0.6 ? Report it here.

I'm gonna be seperating Bug Report threads so that we have on thread for each release. Otherwise it gets a bit too long and after a while it gets confusing. So please if you find any bugs with this release, then post them here.

1.6.0.6. Is up, Just a quickfix :-)

Last edited by Annunaki; 08-09-2005 at 10:34 PM..
Annunaki is offline  
Old 09-09-2005, 02:35 AM   #2
Dark Matter
WorldofWar.Net Member
 
Dark Matter's Avatar
 
Join Date: Oct 2003
Posts: 3,216
I have still only been into one character since 1.6 - Cailet, my priest.

http://wwndata.worldofwar.net/charac...on&char=Cailet

Quests are now showing, but only 13 of the 18 she has. The following is copy/pasted from my SV.lua file
Code:
["Turalyon|Cailet"] = {
		["m_strInitialObjectiveColour"] = "|cFFD82619",
		["m_strHeaderClosedColour"] = "|cFF9F9FFF",
		["m_strSpecialObjectiveColour"] = "|cFFFFFF00",
		["m_strAnchor"] = "ANCHOR_TOPLEFT",
		["m_iAlpha"] = 0.45,
		["m_bLocked"] = false,
		["m_iFrameLeft"] = 718.99,
		["m_bNoBorder"] = false,
		["m_bNoHeaders"] = false,
		["m_bDisplay"] = true,
		["m_strOverviewColour"] = "|cFF7F7F7F",
		["m_bAllowRightClick"] = true,
		["m_aQuestList"] = {
			["The Hinterlands"] = {
				["m_bChecked"] = true,
			},
			["Disharmony of Fire"] = {
				["m_bChecked"] = true,
			},
			["Eastern Plaguelands"] = {
				["m_bChecked"] = true,
			},
			["KILL ON SIGHT: Dark Iron Dwarves"] = {
				["m_bChecked"] = true,
			},
			["Krom'Grul"] = {
				["m_bChecked"] = true,
			},
			["Summoning Shadra"] = {
				["m_bChecked"] = true,
			},
			["Sunken Temple"] = {
				["m_bChecked"] = true,
			},
			["Job Opening: Guard Captain of Revantusk Village"] = {
				["m_bChecked"] = true,
			},
			["The Love Potion"] = {
				["m_bChecked"] = true,
			},
			["Searing Gorge"] = {
				["m_bChecked"] = true,
			},
			["The Rise of the Machines"] = {
				["m_bChecked"] = true,
			},
			["Burning Steppes"] = {
				["m_bChecked"] = true,
			},
			["Dark Vessels"] = {
				["m_bChecked"] = true,
			},
			["The Last Element"] = {
				["m_bChecked"] = true,
			},
			["The Undermarket"] = {
				["m_bChecked"] = true,
			},
			["The Heart of the Mountain"] = {
				["m_bChecked"] = true,
			},
			["Tailoring"] = {
				["m_bChecked"] = true,
			},
			["Lost Thunderbrew Recipe"] = {
				["m_bChecked"] = true,
			},
			["WANTED: Overseer Maltorius"] = {
				["m_bChecked"] = true,
			},
			["Sister Pamela"] = {
				["m_bChecked"] = true,
			},
			["Stranglethorn Vale"] = {
				["m_bChecked"] = true,
			},
			["What the Flux?"] = {
				["m_bChecked"] = true,
			},
			["Ribbly Screwspigot"] = {
				["m_bChecked"] = true,
			},
			["The God Hakkar"] = {
				["m_bChecked"] = true,
			},
			["Blackrock Depths"] = {
				["m_bChecked"] = true,
			},
			["The Mind's Eye"] = {
				["m_bChecked"] = true,
			},
			["Commander Gor'shak"] = {
				["m_bChecked"] = true,
			},
		},
		["m_bHideTitleButtons"] = false,
		["m_iFontHeight"] = 8,
		["m_bShowHidden"] = true,
		["m_bShowNumQuests"] = true,
		["m_strQuestTitleColour"] = "|cFFFFFFFF",
		["m_iFrameWidth"] = 200,
		["m_bColourTitle"] = false,
		["m_strHeaderOpenColour"] = "|cFFBFBFFF",
		["m_iFrameTop"] = 51.0925,
		["m_bObjectives"] = true,
		["m_bHideCompletedObjectives"] = false,
		["m_bShowTooltipObjectives"] = true,
		["m_strCompleteObjectiveColour"] = "|cFF00FF19",
		["m_bHideCompletedQuests"] = false,
		["m_iFrameBottom"] = 16.0925,
		["m_bMinimized"] = true,
		["m_bGrowUp"] = true,
	},
If you want the complete file (16MB) I can send it. just let me know.

DM

Edit

I also seem to have seen myself and players I have grouped with. Checking the first seen by me button lists a few of those.

ie
http://wwndata.worldofwar.net/mob.php?name=Cailet
http://wwndata.worldofwar.net/mob.php?name=Zmaj
http://wwndata.worldofwar.net/mob.php?name=Waorc

Also, some of the world objects I collected for quests, have only one location noted.
http://wwndata.worldofwar.net/mob.ph...ling%20Essence (I collected 10) and
http://wwndata.worldofwar.net/mob.ph...tmaul%20Shards (I collected 15)
but maybe that is deliberate.

DM

Edit 2 (sorry)

Gargantuan Ooze - a quest mob seen by Cailet. http://wwndata.worldofwar.net/mob.ph...gantuan%20Ooze, I killed it once, it dropped 1 merged Ooze (the quest Item you need to take back to the Apothocarium in UC). It's showing as having dropped twice. 3 arrows and a bone also dropped, so that's right.

DM

Last edited by Dark Matter; 09-09-2005 at 03:06 AM..
Dark Matter is offline  
Old 09-09-2005, 08:55 AM   #3
Annunaki
WWN Data Coder
 
Annunaki's Avatar
 
Join Date: Apr 2005
Location: Belgium
Posts: 296
Hi,

Thank you for the Extensive bug report. Let me try to lighten up a few things here.

Quests
------
To be able to get the complete Quest information, we are also looking at WoW's QuestCache.wdb file. This file actually contains some Quest related info for all quests you have encountered with any of your characters. When uploading quests we need to find a complete match of the quest in your SavedVariables file with the same quest in your QuestCache.WDB file. If we can't find an exact match between those two we cannot upload the quest. The reason here is that we need some info from that file ( especailly something which makes the quest unique and that can only be found in the QuestCache.WDB file ), and this also allows us to double check quests so users can't mess with their SavedVariables file and upload non existing quests :-)

So the reason could be that at one point you deleted your QuestCache.WDB file, or the quests that wern't uploaded wern't found in your QuestCache.WDB file. To check that, I would need both your SavedVariables file and the QuestCache.WDB file ( which can be found in the WDB directory within youw WoW folder ). You can always send in those files to wwndata@worldofwar.net and I'll check it out.

Players Appearing as Mobs
-------------------------
That was a bug in 1.6.0.4 which was fixed in 1.6.0.5. If you do see such things appear, please post them here the way you did it, so we can easily remove that information from our Database. I don't think there will be a lot of them in our system now, but you guys are the only ones who can point us at them.

WorldObjects Locations
----------------------
Well, I have no idea about that. If all locations are in your SavedVariables file, then they should get uploaded.

DropCounts
-----------
Well, the reason here could be that it dropped one Stack containing 2 of those items. If you kill a mob for example and it drops a stak of 5 Silk Cloth, that will be counted as 5 drops and not 1.
Annunaki is offline  
Old 09-09-2005, 10:04 AM   #4
Dark Matter
WorldofWar.Net Member
 
Dark Matter's Avatar
 
Join Date: Oct 2003
Posts: 3,216
TY.

Files sent as requested.

Players listed as Mobs in my first seen by also include:
http://wwndata.worldofwar.net/mob.php?name=Myxtan (a rogue who unlocked a box for me).

DM
Dark Matter is offline  
Old 09-09-2005, 11:21 AM   #5
Annunaki
WWN Data Coder
 
Annunaki's Avatar
 
Join Date: Apr 2005
Location: Belgium
Posts: 296
Hi Dark Matter,

Thanks a lot for your cooperation. I'm going to remove the Players from the DB. I hope there arn't too many of those uploaded yet, otherwise we might have to clear out the Mob / MobLoot Tables :-(

Regards,


Annunaki
Annunaki is offline  
Old 09-09-2005, 05:07 PM   #6
branic
WorldofWar.Net Member
 
Join Date: Jul 2005
Posts: 9
Annunaki,

I am still see the problem with the character information page. I installed the latest release (1.6.0.6) and play for a while last night. I uploaded the information and when I checked the website the character information for Galadar had an incorrect amount of money. After adding the &recache option to the URL the money showed correctly.

Thanks for all your work on this.
branic is offline  
Old 09-09-2005, 09:30 PM   #7
Amithral
WorldofWar.Net Member
 
Join Date: Aug 2005
Location: Denmark - Bønnerup
Posts: 16
I will kill the first and maybe more boss' in BWL today so I will post the drops and you can check if they go in when Iam not master looter!
Amithral is offline  
Sponsored Links
Old 09-09-2005, 10:02 PM   #8
Isabeau
WorldofWar.Net Member
 
Isabeau's Avatar
 
Join Date: Feb 2004
Posts: 28
Player showing up as a mob

I just noticed today that my duo partner is showing up as a mob and he actually drops enchanting components when killed according to the site.

His name is Berolda, I just happened to notice this when I clicked on the first seen by me link on the site. If only this were true, he has a nigh drop rate for some of the enchanting mats I use...I could just kill him over and over again LOL.
Isabeau is offline  
Old 10-09-2005, 09:42 AM   #9
MAbans
WorldofWar.Net Member
 
Join Date: Mar 2005
Location: Costa Rica
Posts: 2
Doesn't upload
MAbans is offline  
Old 10-09-2005, 05:56 PM   #10
fladnag
WorldofWar.Net Member
 
Join Date: Mar 2005
Posts: 7
Baddersley is a player picked up as a mob. The Gossamer Pants came from the box he unlocked for me.
fladnag is offline  
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:55 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Advertisement System V2.5 By   Branden