Sure it's simple...

Need some help with that macro you're working on or aren't quite sure how to get your macro to do something? Ask here!

Moderator: MacroQuest Developers

booger
orc pawn
orc pawn
Posts: 10
Joined: Tue Nov 18, 2003 2:42 pm

Sure it's simple...

Post by booger » Tue Nov 18, 2003 3:28 pm

When I run the defualt fishing macro I get;

bad variable in /var function
fish.mac@21(main):/varset v99 0

I have zero experience with MQ and have checked and searched every forum for a solution to no avail. If someone could toss me a hint I would appreciate it.

NotSoCSharp
a ghoul
a ghoul
Posts: 85
Joined: Sat Oct 25, 2003 10:48 am

Post by NotSoCSharp » Tue Nov 18, 2003 4:12 pm

Looks like some of the variables are not declared. This might be using the old variable method in which case you would need to convert it to the new style.

chimaera
a lesser mummy
a lesser mummy
Posts: 37
Joined: Fri Aug 01, 2003 4:14 pm

Post by chimaera » Wed Nov 19, 2003 8:10 am

"v99" is a old macro variable, so unless its "/declare v99 global"'ed (which is sort of unlikely, i think the .mac needs to be upgraded to the new format.

Midnight
a lesser mummy
a lesser mummy
Posts: 68
Joined: Wed Nov 12, 2003 12:51 pm

Post by Midnight » Wed Nov 19, 2003 5:57 pm

Post the code so some1 can make the neccessary changes

booger
orc pawn
orc pawn
Posts: 10
Joined: Tue Nov 18, 2003 2:42 pm

Post by booger » Wed Nov 19, 2003 8:17 pm

Thanks for the help I went through the posts again and figured it out myself...turns out a little more searching solved the problem :lol: