Search found 1047 matches

by d003232
Sun Nov 23, 2014 6:53 pm
Forum: ArcheAge
Topic: Archage harvest, plant, spamMSG & antiAFK support script
Replies: 22
Views: 25812

Re: Archage harvest, plant, spamMSG & antiAFK support script

Add v1.51

Add new endless plant/harvest mode close around the character. Option to offet even/odd rows.

Version 1.51 is the last update of the script. I decided to stop playing AA.
by d003232
Tue Nov 18, 2014 5:56 am
Forum: ArcheAge
Topic: Archage harvest, plant, spamMSG & antiAFK support script
Replies: 22
Views: 25812

Re: harvesting,planting, spamMSG & antiAFK support script

add v1.50

add - claim spot mode (places your design at a place and press the confirmation button)
change - little bug in detecting chat mode / also know able to deactivate chat interruption
add - pixel color check for harvesting notice ... but still not working
by d003232
Tue Nov 18, 2014 5:22 am
Forum: ArcheAge
Topic: mouse.setVirtualPosition seems not to work in Archeage
Replies: 11
Views: 20617

Re: mouse.setVirtualPosition seems not to work in Archeage

window.getPixel() does that. I spend some time with that. Not very succesfull. window.getPixel(win, _harvestNoticeX, _harvestNoticeY) If I'm understanding it the right way x,y is realativ to the AA window while mouse.getPosition() is absolute to the whole screen? I have little problems now to find ...
by d003232
Sun Nov 16, 2014 8:24 am
Forum: MicroMacro general & support
Topic: How to set cursor position in MM console window
Replies: 4
Views: 3387

Re: How to set cursor position in MM console window

rock5 wrote:You can't go beck a line but you can go to the beginning of the current line using \r, eg.

Code: Select all

for i = 1, 10 do
   print("\r"..i)
   yrest(1000)
end
You are my king! Where do you find that special codes? Is it lua knowledge?
by d003232
Sun Nov 16, 2014 5:36 am
Forum: MicroMacro general & support
Topic: How to set cursor position in MM console window
Replies: 4
Views: 3387

How to set cursor position in MM console window

I thougt to remember that in RoM bot in the console was a output that just modified the last printed line without scrolling. I want that to do too. I want to update the last output line in the console window. How can I do that. I have tried to experiment with the cli.getAttributes() but without succ...
by d003232
Sat Nov 15, 2014 12:43 pm
Forum: ArcheAge
Topic: Archage harvest, plant, spamMSG & antiAFK support script
Replies: 22
Views: 25812

Re: harvesting,planting, spamMSG & antiAFK support script

add v1.41

add - script timer
change - use keyboard.virtualType for spam messages if MM2 version 1.9.21 or higher
by d003232
Sat Nov 15, 2014 6:01 am
Forum: ArcheAge
Topic: mouse.setVirtualPosition seems not to work in Archeage
Replies: 11
Views: 20617

Re: mouse.setVirtualPosition seems not to work in Archeage

Administrator wrote:

Code: Select all

	keyboard.virtualType(window, "Testing. Hello, how are you? !@#$%^&*()_+\nNewline\t\tTab");
I'm looking forward for that. I guess it's not in MM2 v1.9.20? At least I get an error as I was looking for that. Do you already have a new version?
by d003232
Sat Nov 08, 2014 10:12 am
Forum: ArcheAge
Topic: mouse.setVirtualPosition seems not to work in Archeage
Replies: 11
Views: 20617

Re: mouse.setVirtualPosition seems not to work in Archeage

I now do one keypress for every character. But it seems that I cant use special characters like '&%= etc' because they depent from the keyboard layout. I can only use keypress for charakters with a own virtual key? I suspect this is because the keyboard functions are for pressing keys not for c...
by d003232
Sat Nov 08, 2014 5:34 am
Forum: ArcheAge
Topic: mouse.setVirtualPosition seems not to work in Archeage
Replies: 11
Views: 20617

Re: mouse.setVirtualPosition seems not to work in Archeage

setVirtualPosition() does not move the mouse. It remembers the position, and uses that as the click position in future calls to virtualPress(). I understand it that way. But with setVirtualPosition() the virtualPress() seems not to reach the AA window. I will check that again next time. window.getP...
by d003232
Fri Nov 07, 2014 3:01 pm
Forum: ArcheAge
Topic: Archage harvest, plant, spamMSG & antiAFK support script
Replies: 22
Views: 25812

Re: harvesting,planting, spamMSG & antiAFK support script

Add v1.4.

New message spam mode.
by d003232
Fri Nov 07, 2014 6:26 am
Forum: ArcheAge
Topic: mouse.setVirtualPosition seems not to work in Archeage
Replies: 11
Views: 20617

mouse.setVirtualPosition seems not to work in Archeage

I have some questions to MM2: First: I would like to set the mouse position while AA window is in background. Is there any way to do this?? 'mouse.setVirtualPosition' doen't seems to work at all (with AA). It wont move the mouse position wether AA is in foreground or not. 'mouse.setPosition' seems t...
by d003232
Wed Nov 05, 2014 3:26 am
Forum: ArcheAge
Topic: Archage harvest, plant, spamMSG & antiAFK support script
Replies: 22
Views: 25812

Re: harvesting,planting & antiAFK support script

How to know what is my mouse position? Ty See plant.lua v1.31 above. I added a test key (default T) witch will print the cursor position. hf_x, hf_y = mouse.getPosition() printf("window position "..wx.."/"..wy.." window size "..wwide.."/"..whigh) printf("...
by d003232
Mon Nov 03, 2014 2:44 pm
Forum: ArcheAge
Topic: Archage harvest, plant, spamMSG & antiAFK support script
Replies: 22
Views: 25812

Re: harvesting,planting & antiAFK support script

Add v1.3.

See first post.
by d003232
Mon Nov 03, 2014 12:31 pm
Forum: ArcheAge
Topic: Archage harvest, plant, spamMSG & antiAFK support script
Replies: 22
Views: 25812

Re: harvesting & planting support script

wilifox wrote:is possible to program a script to just click left mouse? ty
Sure. Take a look at the plant script and you will get how to click left / right mouse button.
by d003232
Thu Oct 30, 2014 7:05 pm
Forum: ArcheAge
Topic: Archage harvest, plant, spamMSG & antiAFK support script
Replies: 22
Views: 25812

Re: harvesting & planting support script

Add v1.2.

See first post.
by d003232
Thu Oct 30, 2014 1:58 pm
Forum: ArcheAge
Topic: Archage harvest, plant, spamMSG & antiAFK support script
Replies: 22
Views: 25812

Re: harvesting & planting support script

in macro.event() if task == "harvest" and running and data1 == p_harvestKey then hf_lastActionTime = time.getNow() end if you are in harvest mode and running and you press the key yourself that would harvest it resets the harvest timer. I understand what you mean. I think its not needed a...
by d003232
Thu Oct 30, 2014 5:17 am
Forum: ArcheAge
Topic: Archage harvest, plant, spamMSG & antiAFK support script
Replies: 22
Views: 25812

Re: harvesting & planting support script

Have it so when harvesting if the harvest key is pressed then it resets the time, (if you move manually you can do 1 key press and it will continue efficiently instead of wasting time. Set up some keys to increase/decrease the x y distance for planting, so if you know your on a slope you can adjust...
by d003232
Tue Oct 28, 2014 7:47 am
Forum: ArcheAge
Topic: Archage harvest, plant, spamMSG & antiAFK support script
Replies: 22
Views: 25812

Re: harvesting & planting support script

keyboard.virtualPress(win, p_harvestKey,false); Thx for that hint. I will test that. I think though at the end of the day since we can't get any info from the game any script for planting will be good for the person creating it but others might find it problematic unless they copy the exact circums...
by d003232
Mon Oct 27, 2014 4:04 pm
Forum: ArcheAge
Topic: Archage harvest, plant, spamMSG & antiAFK support script
Replies: 22
Views: 25812

Archage harvest, plant, spamMSG & antiAFK support script

HARVEST, PLANT, SPAM MESSAGE & ANTIAFK support script v1.51 for Archeage ================================================ Version 1.51 is the last update of the script. I decidedt to stop playing AA. You need MM2 to use that script. Download MM2 here : That script is not a BOT, it just supports ...
by d003232
Mon Oct 20, 2014 9:16 am
Forum: ArcheAge
Topic: Micromacro & Hackshield
Replies: 3
Views: 4459

Micromacro & Hackshield

Last week I just gave the afk script a try. After that I had MM opened in the background. Just for fun I was trying Macroexpress, a windows macroing tool for doing some planting and harvesting within Archeage. And wow! It was working! I was wondering that I could control the mouse, read out pixel co...