When I run bottomscanner, when it pops up the dialogue to buy and I click yes, I get the following error:
Error occured in: Global Count: 1 Message: ..\AddOns\BtmScan\btmMain.lua line 1445: attempt to call global 'p' (a nil value) Debug: [C]: p() BtmScan\btmMain.lua:1445: BtmScan\btmMain.lua:1431
Clicking "yes" does nothing. Clicking "no" closes the dialogue box and Bottomscanner stops working.
i get exactly the same prob. [2006/12/12 22:47:37-423-x13]: BtmScan\btmMain.lua:1445: attempt to call global 'p' (a nil value) BtmScan\btmMain.lua:1445: in function <Interface\AddOns\BtmScan\btmMain.lua:1431
was having the same error, and while i am far from a coder, there is one thing i try to know for every bit of script i see, and thats how to comment something out. lol. quick search through the code yielded
p("Placing bid on", i, bidPrice)
as the offending but of code, since it just seemed to be an informational message to tell you that you were indeed buying what you just told it to buy, i just commented it out, and it seems to work fine.
-- p("Placing bid on", i, bidPrice)
it now allows me to buy things by clicking on yes, now if this has screwed anything else up is yet to have been seen lol