Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Guild Wars
You last visited: Today at 17:16

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



GW: Guild Wars Autofight Bot

Discussion on GW: Guild Wars Autofight Bot within the Guild Wars forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 20
Join Date: Apr 2005
Posts: 700
Received Thanks: 26
Author: stpain<<<!!



Also read the readme file first!
Tested and working

It auto-fights for you. When your in a area (currently No auto-walker or loot-picker.)

But it does the job. Soon the item looter will be implented and then its time to kick ass.

Okay some further explanations when in game. Go to a place where there are enough monsters you can defeat. Make your skills 1-7 attack skills and 8 a healing skill. (you could also make it else like 4 and 8 healing spell)

Make sure you have setup the game right (read Below)
--------------------------------------------------------------------
How-To use:


Turn off click to move in GW option menu
Make your skill bar 1,2,3,4,5,6,7 full with warrior melee skills and 8 with a healing skill
Make sure your sceen wide is @ 800*600
Make sure tab is your select closest target and space your attack key!
Make sure your somewhere where you can solo and there are monsters.
This is the beginning of this macro. And will get more functions in a few weeks (pixel recognation, Auto-item grab, auto-walk etc..) stay tuned
---------------------------------------------------------------------


Quote:
Now while your there be close but do not agro them.
Now switch to desktop and open up they macro. The macro give some auto-messages. Read them and click okay. Now the bot will start... You can watch tv or something else they bot does the work. Make sure the monsters arent too far away. or it cannot target them.

Collect Items Script for AutoIT. Use this with Autofight so that it lots the items.




This little script come in handy when farming.

Use cltr+alt+n to collect all available items for you in range.

There is a line which includes {n}, this represents the "n" key, which in guild wars i set up for <target next>. the same goes for the {enter} key, which i set to <action> or <do it> or w/e its called in guild wars options, you will figure it out. i think "enter" key is the default key so.. ya well thats it. The script presses the next item key and searches in a specified area for a dark dye, which is used as background color for windows (eg items). then it uses the enter key to collect it. bam, cheap but damn useful.


It sends the key you set in guild wars for item next (for me its "n"), then it uses the pixel search routine to gather, if there is an item window showing up (with dark background), if so, it sends the key to do the action (default si "enter" i think). a few sleep commands to make sure everything is working, thats it basically.


Code______________________________________________ ______________


^!n::
IfWinExist Guild Wars
{
WinActivate ;make gw window active
sleep 50 ;give the cpu a short time to take a breath

loop
{
send {n} ;gext next item target to pickup
sleep, 1000 ;give us sometime to pickup and research
PixelSearch, itemcoord_x, itemcoord_y, 600, 50, 670, 65, 0x101010, 10, fast ;search routine
if ErrorLevel = 0 ;yay items!
{
send {enter}
sleep, 5000 ;give us sometime to pickup
}
else
{
break ;no more items
}
}
}

else ;we did not find guild wars
MsgBox, 0, , ERROR[1]: PLEASE START GUILD WARS FIRST!
return


__________________________________________________ _______________
Attached Files
File Type: ibf post-34-1143670321.ibf (115.3 KB, 49 views)
undispudet is offline  
Old 03/30/2006, 08:54   #2
 
elite*gold: 0
Join Date: May 2005
Posts: 4,620
Received Thanks: 104
Bäh haben wir schon ;p
Maybe It's Maybelline is offline  
Old 03/30/2006, 16:26   #3
 
elite*gold: 20
Join Date: Apr 2005
Posts: 700
Received Thanks: 26
Lol ich sehe die nicht weil die posters verändern die name .
Also mods bitte delete die double treads(meine mein ich)
undispudet is offline  
Reply




All times are GMT +2. The time now is 17:16.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.