Post Reply Home » Forums » Guild Wars » GW Submissions

Simple Yet Effective Macro for AFKing : GW Submissions

Posted: October 12th, 2005
mrcoffee
Alrighty, this requires a small macroing compiler named ACTool, if you havent used or heard of it, you live in a freaking cave. If you live in a cave go to ask jeeves or somethin and you can search for it and find it easy, its 100% legality. Here is the coding to put into the main window of the ACTool window.

Code: Select all

// Dont steal my code bastards, created by MrCoffee!! woot!

SetActiveWindow Guild Wars
Keys C


Keys 1
Keys {Space}


IsWhite  292, 156
  restart 
Else
    RandomTurn 
  KeyDown W 10 sec
  Restart

End

Well when i made this bot it wasnt perfect. It is real picky about the color red. But there is only 1 white.... kinda. So when you run this bot, hover the mouse over the health bar of the enemies at the top so there is a white boarder around the bar and name. Make sure you arent covering up the bottom left portion of the bar with the cursor, thats where the pixel is set. This should run in windowed mode just because it was hard to code and get pixels and have to minimize on a GeForce 2 =P (yes, im poor). What this bot does is

Press C
Check to see if anything got targeted
If you got a target
Presses spacebar and whatever select keys you decide
If NOT
Does a randomturn 1-360 and holds down W for about 10 sec
then it restarts to ask if there is a target again.


Tips
tell guildmates your afk and your little brother wants to play so just leave him alone or something
ONLY use henchmen and only in an area where the bot will run without getting PWND =P
Set up the buttons in the macro with the spell slots (ill explain this later)


How to set up with spells and other tasks

1 Dont mess with code you dont know
2 To add a key put in
Keys 1
this will press the 1 key.

3 To wait for a certain timer use DELAY
Delay 3 sec
pauses macro for 3 seconds

4 If you want to make it loot please put your version on here so we can all learn from it!




This version at the top is very simple, it will only use skill 1, this is good for fireball /flare or any spells actually, works with melee people too!


GOOD LUCK!!!

-- MrCoffee


----> please let me have premium for submitting this
[/code]
Posted: October 13th, 2005
User avatar
Total Posts:731 Joined:2005
nay.

_________________
Image
Posted: October 13th, 2005
tault_danceofthedead
nay
Posted: October 13th, 2005
tault_greybok
Nope...nay...NO
Posted: October 13th, 2005
faeth924
What we need is a bot that can kill easy little enemies, then COLLECT what they drop! Go afk with an empty inventory, come back with a few k worth of stuff!! that would be worth a yay

this however is a nay
Posted: October 13th, 2005
tault_danceofthedead
anything that will auto target, run back to a city and sell, run back out to repeat. Once we get support with Xunleashed I'm gonna learn it so hopefully we can get some good stuff going.
Posted: October 14th, 2005
User avatar
Total Posts:731 Joined:2005
nays all round, locked.

_________________
Image
Posted: October 17th, 2005
tault_libertygone
re-opened. This has potential.

Unfortunately you people cannot see this. Mr Coffee has done something none of you have; yet, you condemn him because it doesn't do EVERYTHING you want it to? Give it time people.... no one knows when we will get XU support.
Posted: October 17th, 2005
tault_danceofthedead
I do believe we had an ACTool post previously and it was locked due to issues with it
Posted: October 17th, 2005
tault_libertygone
coffee, you have 3 days to improve this... or im locking it back up again.
Posted: October 18th, 2005
User avatar
Total Posts:731 Joined:2005
I believe the word comming to mind is lol :P

_________________
Image
Posted: October 18th, 2005
User avatar
Total Posts:103 Joined:2004
if he doubles the lines of code give it to him. This will promote these kind of posts. Not to mention you have given premiums for outdated/nerfed exploits. This will remain valid indefinitely. if he didn’t add that noob line about stealing his code I would say just give it to him.
Posted: October 18th, 2005
User avatar
Total Posts:103 Joined:2004
this code is solid give it to him and open source this so we can add to it.

Edit: what i mean by that is that i tried it and it works ok. missing alot but still does the job for EXP


Last edited by youngyoda on October 18th, 2005, 9:37 pm, edited 1 time in total.
Posted: October 18th, 2005
User avatar
Total Posts:103 Joined:2004
Dont use this cause it doesnt work but since you are good with AC tool can you make a loot matrix?like what i tried to code below? codeing in ACtool is diffrent that what im used to.

Code: Select all

Constants 
	lootlook = 0
	xdrag = 300
	ydrag = 100
	lootflag = 0
end

SetActiveWindow Guild Wars
Keys C


Keys 1
CommandDelay 1 sec
Keys 2
CommandDelay 1 sec
Keys 3
CommandDelay 1 sec
Keys 4
CommandDelay 1 sec
Keys {Space}
CommandDelay 1 sec

call lootMatrix

IsRed  779, 77
Restart
Else
    RandomTurn
  KeyDown W 10s sec
End 
Restart

Procedure lootMatrix
While $lootlook = 0
	
	DragTo $xdrag, $ydrag	
	Compute ydrag = $ydrag + 50
	IsWhite  621, 760
  		$lootflag = 1
	End
	
	If $lootflag = 1
  	LeftClick
  	$lootflag = 0
	Else
		If $ydrag => 1500
				$ydrag = 100
		Compute xdrag = $xdrag + 50
		End
		If $xdrag => 1000
				$lootlook = 1
		End
	End

End

End
Posted: October 19th, 2005
tault_libertygone
hrm, i should learn up some AC tool and check that out.
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 66 guests
Post Reply