| Author |
Topic:
Ac Tool help
[Locked] |
asheron86
Posts: 10
Registered: 2002-1-11 13:07:09
|
Date Posted:
1/1/00 12:00am
Subject:
Ac Tool help
|
|
Can someone show me a link to basic commands I can use with AC Tool?
I know programming so basically I want to know the syntax and how i can get it to select items in my main pack.
|
|
|
Date Posted:
1/1/00 12:00am
Subject:
Ac Tool help
|
|
The ACTool helpfile/website doesn't contain the syntax?
|
asheron86
Posts: 10
Registered: 2002-1-11 13:07:09
|
Date Posted:
1/1/00 12:00am
Subject:
Ac Tool help
|
|
the only thing i found on the website were forums
i'm looking through an faq that the program has right now which is helping a little i have pretty mmuch everything I wanted it to do
I have it fishing, clicking on the first thing in my back but that's how far i've gotten.
I'm having trouble with the following:
MousePos 749,293
LeftClick
if _selected contains Minnow
keys a //(my key for giving to selected)
end
it clicks on the object in the main pack, but when it's a minnow it doesn't hit 'a'.
(When I click 'a' myself it gives it back to the pond).
Anyone see an error in what i'm doing?
i also have
Include companion.inc
because the help file said that needed to be included in order to use _selected but it didn't say how to use _selected so maybe i'm using it wrong.
I know I should probably post on the ACTool forums but was wondering if someone had a quick answer here.
|
asheron86
Posts: 10
Registered: 2002-1-11 13:07:09
|
Date Posted:
1/1/00 12:00am
Subject:
Ac Tool help
|
|
eh I guess it's not a big deal, I just commented out the selection code and made it give back everything
(although i'm getting a lot of "fishing hole doesn't know what to do with that message)
but it would be interesting to know what i was doing wrong.
|
|
|
Date Posted:
1/1/00 12:00am
Subject:
Ac Tool help
|
|
that's what the ACTool forums are there for.. to ask questions about ACTool and get help from other ACTool users.
|
Zegeger
Posts: 93
Registered: 2001-4-27 18:20:56
|
Date Posted:
1/1/00 12:00am
Subject:
Ac Tool help
|
Thats not to hard to debug... just sendtext _selected when you try to press the key. Off hand I would say you might have a timing issue. You're pressing a before the client processes the selection. Checking _selected would confirm that.
-----signature-----
Zegeger - HG - 246 - Axe
AgentZ - http://decal.zegeger.net
"Ambition is a poor excuse for not having sense enough to be lazy." - Edgar Bergen
"Imagination is more important then knowledge." - Albert Einstein
|
|
|
Date Posted:
1/1/00 12:00am
Subject:
Ac Tool help
|
|
your mouseposition problems have been solved. I fixed the INCUI macro to use the INI file instead of the registry to calculate mousepositions. Now you can use ariables for each pack, slots, etc... like you could before ToD.
|
agnari
Posts: 1,134
Registered: 2000-10-10 19:35:28
|
Date Posted:
1/1/00 12:00am
Subject:
Ac Tool help
|
alsoduring install you got dozens of *.mac files that if loaded can show what others have done in the past.
-----signature-----
Ag Nar
Portal Mule Master of the Loresraat
Mastering the pixels of gamedom, 1 MMORPG at a time..
|
yaroz_vn
Posts: 1,225
Registered: 2002-6-30 20:08:11
|
Date Posted:
1/1/00 12:00am
Subject:
Ac Tool help
|
also, included in those forums are tons of fishing macroes that you can steal code from, and people that are knowledgable on actool scripting.
-----signature-----
Proud member of The Knights of Fortune
Mr Adventure - Lil' Pew - Da Noob - Qar
Yaroz - Yanno
http://www.fortunesway.com
|