Help - Search - Members - Calendar
Full Version: Mabinogi questions and hoping some1 will help
AC Tools Everything Macro > AC Tool Macros > Other Macros
Lone17Wolf
So ive been trying to make a bot and am in a block.Can i have actool load the color of say gold and have it go straight to the gold? and since it isnt in the same place how can i keep it searching?
Bear
QUOTE(Lone17Wolf @ Mar 7 2009, 09:59 AM) *
So ive been trying to make a bot and am in a block.Can i have actool load the color of say gold and have it go straight to the gold? and since it isnt in the same place how can i keep it searching?


Let's put it this way, If your not using a Macro and you see Gold, HOW do you move toward the Gold? If we don't play your Game ( Which is most likely the case in 90% of the people that come here looking for Bots ) we don't know how to inform you on how to create a macro, If your not going to tell us how you'd move to the Gold in the first place.
Also I see you didn't include any Code so Most likely Your stuck before you even tried to start. We don't Create bots for People, we try to help point people into the right area if your willing to learn. And I've been know to Compress people's code in such a way that it's Complex to them but does what they wanted.

LoadRGB is for Color But you have to supply it with X,Y of where on the screen. If it moves in a Section of the screen Look up OBJECTS. I'm not to up on Objects, been a few years since I've used them. But there are others here that are helpful as well and they have been using Objects more. Also use the SEARCH forums function.

Cheers! ph34r.gif
Lone17Wolf
thats right im very sorry for not explaining clearly
The game is Mabinogi(it said it on the title)
and its basically its all mouse click,ive tried to make Actool hold down control to select the monster but that hasnt worked.
And there should be guides on the object command right?
its not a very complex code and im jusr trying to make one thatll do its function so i can bot...

SetActiveWindow Mabinogi : Pioneers of Iria
KeyDown ^
LeftClick
Delay 20000
LeftClick
Delay 20000

not much but itd function and then the gold is a different story but id appreciate the help and thanks for the help
Cranberries
QUOTE(Lone17Wolf @ Mar 8 2009, 10:46 AM) *
thats right im very sorry for not explaining clearly
The game is Mabinogi(it said it on the title)
and its basically its all mouse click,ive tried to make Actool hold down control to select the monster but that hasnt worked.
And there should be guides on the object command right?
its not a very complex code and im jusr trying to make one thatll do its function so i can bot...

SetActiveWindow Mabinogi : Pioneers of Iria
KeyDown ^
LeftClick
Delay 20000
LeftClick
Delay 20000

not much but itd function and then the gold is a different story but id appreciate the help and thanks for the help


I've been trying this as well, but sadly, I've had no luck in any way with the KeyDown code. I've even tried it with just holding down the letter A in a chat window, and still no luck. Some responses to this post would be much appreciated. smile.gif
Ahk
That is because KeyDown doesn't work that way. It merely presses the key down for a specified time, BEFORE moving onto the next command. There are shift/control/alt parameters you can use with MouseClick though. Keep in mind that LeftMouseClick and RightMouseClick are typographical errors or have since been changed since what the readme contains.

CODE
(*
From Readme.txt
- The SHIFT keyword can now be used in front of RIGHTMOUSEUP,
RIGHTMOUSEDOWN, LEFTMOUSEUP, and LEFTMOUSEDOWN.  This keyword
depresses the SHIFT key before or after the UP/DOWN mouse action

4.6.1 - 08/27/2004:
- Added ALT and CONTROL parameters to LeftMouseClick, RightMouseClick,
LeftMouseDown, LeftMouseUp, RightMouseDown and RightMouseUp
- LoadDecal datasets commands have been fixed
*)
ClearGlobalKeys
Delay 500
LeftClick ALT
TimeStamp {GlobalKeys}
Lone17Wolf
i understand but is there a way i can get my mouse to move to colors and stuff like it read images it takes and click on the monster? and or pick up scrolls and gold
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.