As most ppl probably know by now theres an addon called Peggle.
Is there any way to get infinite balls or talent points? It's impossible to do full clears and i'm just dying for those last talent points. :<
As most ppl probably know by now theres an addon called Peggle.
Is there any way to get infinite balls or talent points? It's impossible to do full clears and i'm just dying for those last talent points. :<
Dont think so, it's easy if u spend 30 mins on it.
30 mins!? I've spent 2 days so far! <.<
Should be possible to fix with some lua editing.
Last edited by Totthehe; 01-23-2010 at 02:39 PM.
A heads up dont delete ur WTF folder u lose all ur stats
Practice, get good, then win. What do you think you're going to do once you get those last talent points? It doesn't get any more fun once you get the last talents, because then all you have left to do is beat your highscores, which you're cheating ANYWAY so it looses all fun value.
dl'ed it after reading this thread.
what a pile of crap :P
Except thunderbluff, i cleared all (full cleared) without cheating. Its not impossible, its just some skills, time and luck
I have all but Exodar, Icecrown, Undercity, and I think one other...
Dark portal is by far the easiest one to get a full clear on. After starting WoW again and playing on a new peggle save I cleared it on my first try. Ironforge and stormwind are also very easy ones that you can try to get some easy points.
I full cleared it all except for Exodar, Darnassus and Silvermoon.
these 3 are the only 1s that are impossible.
I am Swedishand I like green!
And most other colours too!
Haven't tested it today, but about 2 months ago the scripts on this page still worked:
http://www.mmowned.com/forums/wow-ge...p-request.html
Gives 1 ball per "hit" of a pegCode:/script f=CreateFrame("FRAME");t=time();f:SetScript("OnUpdate",function() if t+1<time() then t=time() PeggleWindow.ballTracker.nextValue=1 end end)
Last edited by zeryl; 02-06-2010 at 01:45 PM. Reason: Added script