This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
resource and treasure nodes are showing but mysterious camel figuring spots are now missing.
when you try to gather them or they just vanished or is it from data module ?
not showing from imported data nor from ones I've found.
Ive added all the camel spawn locations to the data extract that will run on sunday.
as for why it isnt trcking them, i cant answer that as ive never found one to see what events are being triggered. it could be blizz changed he events (they did that for gas clouds a few times)
when you find one and click it a few questions: do you get a gear icon? do you get a cast time on the 'open' doesnt it event open of sec you click it teleports?
npcscan definitely found 50410 (havent found 50409 yet) and the one i did find was clickable (gears) .
added them manually using script command found on wowhead:
/run MyCaFi="22264224660025451226265228663629820629825030262830660231066231669432 04523264783306003307183322823326283326783382543421983422143706423865484003864 02432408498452158462448472768482466492758502720504736506316518706520510522278 646304700582720440"
/run local g,t,s,x,y=GatherMate2,MyCaFi,6 if g then for i=1,t:len(),s do x,y=t:sub(i,i+2),t:sub(i+3,i+5)g:AddNode(720,x/1000,y/1000,0,"Treasure","Netherwing Egg")end g:GetModule("Display"):UpdateMaps() else print("GatherMate2 not found!") end MyCaFi=nil
it pretty much sticks the netherwing egg marker in places that look consistent with what i've seen in the past for mysterious camel figurines... but its really not a good fix.
the latest gathermate2_data has all the proper icons and locations for camels so load up the treasure db and it will fix them.
Also next time you get close to a camel please do the following
/eventtrace and capture all the event as you click it to help debug. I have never found one to capture what events are firing to see why its not being tracked.
update working for sure! i'll do the /eventtrace thing next time i find one. ty!
To post a comment, please login or register a new account.