huh?

Help section from before the user variable changes that broke all macros

Moderator: MacroQuest Developers

User avatar
split
orc pawn
orc pawn
Posts: 11
Joined: Sat Aug 10, 2002 4:56 pm

huh?

Post by split » Sun Aug 18, 2002 1:57 pm

Sometimes when I run my script to make PP with a tradeskill it says "You must place an item into this container type before combining" or something like that.
Its weird because yesterday I let my macro run all night (about 13 hrs) and it didnt do that, but this morning i ran it for 2 hours and I got that, stopped script and started it again and it was fine...must be related to lag. Anyways heres my question.
Anyone know how I would go about telling my macro if that happened, to send the components into the container. Because right now all it does is sit there and does nothing if i get that message.
I dont want to post my script here because its my baby, any help would be appreciated. :D
----

Xaanin
a lesser mummy
a lesser mummy
Posts: 66
Joined: Fri Jun 28, 2002 6:41 am

Post by Xaanin » Sun Aug 18, 2002 2:35 pm

I'm not sure, but I have been experiencing a problem when /finditem doesn't actually pick up the item that it finds, and that causes the "You must place an item into this container type before combining" message even if you still have components.

Magnus
a ghoul
a ghoul
Posts: 85
Joined: Sun Aug 11, 2002 3:50 pm

Post by Magnus » Sun Aug 18, 2002 6:21 pm

It's lag plain and simple.

Watch a while etc.. put some logs in.. you'll figure out that in some places in the script you will need to "LagProof" it. Basically what's happening is your script is being overrun.

Play around...use some delays..and if your "Friend" gave ya the script ask what the hell I'm talking about.


Mag

User avatar
split
orc pawn
orc pawn
Posts: 11
Joined: Sat Aug 10, 2002 4:56 pm

Post by split » Sun Aug 18, 2002 6:40 pm

Thnx, fixed the problem it was lag related... I was sending the combined component to auto equip too fast so i changed the delay a bit.
I watched over my script and i got this after my character saved, which causes lag. It only happened a few times because it had to be on auto equip dumping the item the same time my char saved, thanks for the help :)
----

User avatar
Ravena666
a ghoul
a ghoul
Posts: 101
Joined: Fri Aug 23, 2002 2:57 am

Post by Ravena666 » Fri Aug 23, 2002 6:08 am

I will have problems like that to i think it is lag related
sucks thow i will have to restart my macro,
I to want to know if there is a way to check to make sure your hand is empty and to keep running the macro
~~ SPOON ~~
~~ SPORK ~~

User avatar
RPZip
a lesser mummy
a lesser mummy
Posts: 63
Joined: Sun Aug 11, 2002 11:31 pm

Post by RPZip » Fri Aug 23, 2002 10:49 am

Ravena- yes.

Code: Select all

:AutoDropSpoon
      /click left auto 
/delay 0
      /if "$cursor()"=="TRUE" /goto :AutoDropSpoon 
It's for the cheese.mac, but same difference... if there's something in your hand, it'll loop till nothings there.

User avatar
Ravena666
a ghoul
a ghoul
Posts: 101
Joined: Fri Aug 23, 2002 2:57 am

Post by Ravena666 » Fri Aug 23, 2002 2:45 pm

Thanks RPZip
Ill put that in
/bonks her self on the head :oops:
~~ SPOON ~~
~~ SPORK ~~