PDA

View Full Version : Thottbot error on login


Bohno
09-09-2005, 11:57 AM
Hi I'm suddenly getting this error when i login

String: Interface\AddOns\Thottbot\ThottbotEngine.lu...
Line: 1
Count: 8
Error: attempt to call global `pop' (a number value)

Tried almost everything, it has something to do with Character profile collecting, it keeps trying "Collecting Thottbot Profile" but haven't collected anything the last few days.

Any help would be appreciated.

Bohno
09-11-2005, 06:22 AM
Nothing ?

Thorarin
09-11-2005, 09:46 AM
My guess is you're using SmartPet (2.5.1?) along with Cosmos.
Thottbot defines a global 'pop' function, which is imo ugly. What's even uglier is that SmartPet sets a global 'pop' variable that isn't being used for anything :P

If you are indeed using SmartPet, open SmartPetAttack.lua with a text editor. Near the end of the file (line 223 for me) there's a line
pop = 0;
Change it to:
-- pop = 0; (or remove the line altogether)

That should fix the problem.

Bohno
09-12-2005, 01:32 AM
Thx alot m8 helped me out :D

Cayr
10-20-2005, 06:34 AM
I do not use SmartPetAttack and this error keeps occuring.