Archaeology: Infinite Tol'vir Digsites menu

User Tag List

Page 11 of 20 FirstFirst ... 789101112131415 ... LastLast
Results 151 to 165 of 286
  1. #151
    Clauze's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Got the mount after 2 hours!
    This is awesome! thanks OP

    Archaeology: Infinite Tol'vir Digsites
  2. #152
    Kravok's Avatar Private
    Reputation
    1
    Join Date
    May 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Amazing find, thx a lot. As much as I'd like to give +rep, I can't because I'm new. Quick question: all the people who are posting how many solves they needed to get the mount, how do you check that? I found a script:

    /run local g,a,n,c,r=GetArtifactInfoByRace for x=1,9 do r,a,n,c=0,0,GetArchaeologyRaceInfo(x),GetNumArtifactsByRace(x)for y=1,c do a=a+select(9,g(x,y))r=r+select(3,g(x,y))end print(n..': '..c..' (rare: '..r..' solved: '..a..')')end

    Unfortunately, it seems to reset everytime I relog or something like that since it's showing me the weirdest numbers. I'd really like to know how to check properly.

  3. #153
    BassGhost's Avatar Active Member
    Reputation
    21
    Join Date
    Sep 2012
    Posts
    116
    Thanks G/R
    8/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kravok View Post
    Amazing find, thx a lot. As much as I'd like to give +rep, I can't because I'm new. Quick question: all the people who are posting how many solves they needed to get the mount, how do you check that? I found a script:

    /run local g,a,n,c,r=GetArtifactInfoByRace for x=1,9 do r,a,n,c=0,0,GetArchaeologyRaceInfo(x),GetNumArtifactsByRace(x)for y=1,c do a=a+select(9,g(x,y))r=r+select(3,g(x,y))end print(n..': '..c..' (rare: '..r..' solved: '..a..')')end

    Unfortunately, it seems to reset everytime I relog or something like that since it's showing me the weirdest numbers. I'd really like to know how to check properly.
    /run print("Total artifacts"); for x=1,9 do local c=GetNumArtifactsByRace(x); local a =0; for y=1,c do local t = select(9, GetArtifactInfoByRace(x, y)); a=a+t;end local rn = GetArchaeologyRaceInfo(x); if( c > 1 ) then print(rn .. ": " .. a); end end

  4. #154
    Kravok's Avatar Private
    Reputation
    1
    Join Date
    May 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BassGhost View Post
    /run print("Total artifacts"); for x=1,9 do local c=GetNumArtifactsByRace(x); local a =0; for y=1,c do local t = select(9, GetArtifactInfoByRace(x, y)); a=a+t;end local rn = GetArchaeologyRaceInfo(x); if( c > 1 ) then print(rn .. ": " .. a); end end
    Hmm this seems to work in the same bugged manner. It tells me I have 94 Tol'Vir, 1 Fossil and no other solves at all. After solving another two Tol'Vir commons it tells me I now have 93 solves, 1 less than before :X

  5. #155
    BassGhost's Avatar Active Member
    Reputation
    21
    Join Date
    Sep 2012
    Posts
    116
    Thanks G/R
    8/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kravok View Post
    Hmm this seems to work in the same bugged manner. It tells me I have 94 Tol'Vir, 1 Fossil and no other solves at all. After solving another two Tol'Vir commons it tells me I now have 93 solves, 1 less than before :X
    No idea then, works perfectly for me

  6. #156
    C1utch's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cannot get the dig sites to change

    Logging out, zoning out, or entering and exiting instances did not do anything. Is it fixed?

  7. #157
    cheatingskank's Avatar Active Member
    Reputation
    15
    Join Date
    May 2013
    Posts
    26
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Archaeology: Infinite Tol'vir Digsites

    Originally Posted by C1utch View Post
    Cannot get the dig sites to change

    Logging out, zoning out, or entering and exiting instances did not do anything. Is it fixed?
    I just checked. It is still working for me. (US)

  8. #158
    C1utch's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cheatingskank View Post
    I just checked. It is still working for me. (US)
    Maybe I have to be 600 arch? I'm almost there, i'll just PL my way to 600 and try it again then...

    EDIT: Just got to 600...still nothing :/
    Last edited by C1utch; 05-14-2013 at 12:13 AM.

  9. #159
    Sliptree's Avatar Sergeant
    Reputation
    29
    Join Date
    Jan 2013
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You probably don't have the Mantid resonator item. It expires every day.

  10. #160
    Saso88's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah this is awesome too ;D

  11. #161
    Ziozi's Avatar Contributor
    Reputation
    254
    Join Date
    Feb 2013
    Posts
    402
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Heads up everyone! If you thought about doing this - DO IT NOW! Reckful is doing it right now on his Livestream so INC fix !!!

  12. #162
    no_power's Avatar Active Member
    Reputation
    52
    Join Date
    Apr 2009
    Posts
    90
    Thanks G/R
    13/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ziozi View Post
    Heads up everyone! If you thought about doing this - DO IT NOW! Reckful is doing it right now on his Livestream so INC fix !!!
    Took blizzard less than an hour to hotfix it the last time Reckful did something likethis on stream, I think it was the fast levling via pet battles, so yea, HURRY!

  13. #163
    TommyT's Avatar Contributor
    Reputation
    138
    Join Date
    Jul 2007
    Posts
    853
    Thanks G/R
    17/55
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Loving this atm ive already got the mount but the mass amount of players in uldum means my bots are not getting noticed lol

  14. #164
    BassGhost's Avatar Active Member
    Reputation
    21
    Join Date
    Sep 2012
    Posts
    116
    Thanks G/R
    8/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ziozi View Post
    Heads up everyone! If you thought about doing this - DO IT NOW! Reckful is doing it right now on his Livestream so INC fix !!!
    Considering this has been a known bug/exploit since March I dont think they will fix it
    Last edited by BassGhost; 05-14-2013 at 06:58 PM.

  15. #165
    Kraevan's Avatar Private
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have noticed that if you are doing what the video says, you can miss some good number of digsites by changing zones. Try logging out and then logging back in and that refreshes the digsites once instead of twice by zoning out.

Page 11 of 20 FirstFirst ... 789101112131415 ... LastLast

Similar Threads

  1. [How-To] Little tip for faster Tol'vir archaeology grind
    By stuicy in forum World of Warcraft Guides
    Replies: 15
    Last Post: 02-12-2011, 10:55 PM
  2. [Profession] Tip on getting Tol'vir fragments as fast as possible
    By Albaek in forum World of Warcraft Guides
    Replies: 10
    Last Post: 12-22-2010, 04:21 PM
  3. Reset first boss in City of Tol'Vir
    By kissemisse in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 12-14-2010, 05:54 PM
  4. [Warrior] Spell Reflect Siamet Lost City of the Tol'vir
    By finalball in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 12-12-2010, 12:53 AM
All times are GMT -5. The time now is 07:32 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search