mysterious camel figurines no longer showing on map #70


  • Defect
  • Fixed
Closed
Assigned to moonfann
  • _ForgeUser5739596 created this issue Aug 1, 2012

    resource and treasure nodes are showing but mysterious camel figuring spots are now missing.

  • _ForgeUser5739596 added the tags New Defect Aug 1, 2012
  • moonfann posted a comment Aug 2, 2012

    when you try to gather them or they just vanished or is it from data module ?

  • _ForgeUser5739596 posted a comment Aug 10, 2012

    not showing from imported data nor from ones I've found.

  • moonfann posted a comment Aug 11, 2012

    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?

  • _ForgeUser5739596 posted a comment Aug 17, 2012

    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.

  • moonfann posted a comment Aug 19, 2012

    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.

  • _ForgeUser5739596 posted a comment Aug 19, 2012

    update working for sure! i'll do the /eventtrace thing next time i find one. ty!

  • moonfann removed a tag New Aug 21, 2012
  • moonfann added a tag Started Aug 21, 2012
  • moonfann removed a tag Started Feb 17, 2013
  • moonfann added a tag Waiting Feb 17, 2013
  • nevcairiel removed a tag Waiting Sep 30, 2014
  • nevcairiel added a tag Fixed Sep 30, 2014
  • nevcairiel closed issue Sep 30, 2014

To post a comment, please login or register a new account.