To avoid problems with resolution:
Code:$xrat = @DesktopWidth/1366 $yrat = @DesktopHeight/768
To avoid problems with resolution:
Code:$xrat = @DesktopWidth/1366 $yrat = @DesktopHeight/768
any script for loot ?
from what i understand, this tool will see red line of moobs and attack them,
does it run ramdomly around the map ? or does it stay at same place ? or can we record him a path?
--------
also can it be used to farm copper ore and gahter stuff ? anyone can do it atm? farming copper would be awosme
thx guy
Great script Tomatoes. Easily modified and used. I've been working on character movement to not avail. Has anyone figured out any code for character movement or camera movement?( i.e just back and forth, routes not necessary). Sending a movement key does not seem to work, I'm assuming the key hold needs to be continuous. Again, well done. +rep
What value do I put in if I want it to log out and instantly log back in? 0.1?
Hey everyone, I'm pretty new to AutoIt and I had a quick question:
Let's say I don't want my character using the skill bound to the "4" button. What do I need to change to fix this?
read the first post in the thread bro...
ok everyone I tried what was posted in this thread to make the bot usable when tabbed out of guild wars but it made the bot spam B in game. can anyone fix this, tell me why it did this, or post a working version of a tab-able bot? thx!
+rep. i took this and adapted it for 2boxing using gwLoader.
Shouldn't it move my character? because it doesn'tdid I make a mistake somewhere along the road?
tomatoes99, great script. definitely gave me some ideas as i am new to this whole thing. haven't done programming since high school but i remember bits and pieces because as it was fun!!!
i don't really do botting, but i do like to set a macro key to do keypresses and loot for me while i do the walking around myself.
Question 1) how would i set up a script to recognize which weapon i am holding, and then select a different set of attacks depending on the weapon? i am guessing it will involve using the <select... case> statement, however i have no idea how to have the script recognize which weapon i am holding. just to clarify, this is not to auto-switch weapons but to know which weapon i am holding and dos something based on that.
Question 2) why does your script #RequireAdmin? i don't see anything that requires that, but i am new so maybe you can help me understand.
Last edited by scorps1; 09-27-2012 at 12:48 AM.
Great Script! Thx!
Is there a list of events out there (usable with this bot like lvl 15-30 & 30 -45 ect...)?
The easiest solution would be to just create a function that changes the values in the array I made for weapon skills. Then, you can assign a hotkey to these (two or more) functions, and press them based on what weapon you are using.
You could also arrange a function to "toggle" the values based on a keypress, and assign that to the same key you use to switch weapons, however if you do this you MUST temporarily unassign the hotkey and re-send the key to the game, or else it will not switch weapons, like this: Send keys issue. - General Help and Support - AutoIt Forums
The third option is using something like getpixelcolor() or imagesearch() and assign the array's values based on that.
I did this because people were having problems and I figured it couldn't hurt.
Let me know how it goes![]()
Last edited by Tomatoes99; 09-27-2012 at 06:39 PM.
since i am an elementalist, and do not have a weapon switch button, then this is a moot point. but i like the idea, and will probably just create an array toggle like you suggest. thinking....
i assume you mean imagesearch() = pixelsearch()? also looking at pixelchecksum(). hmmmm......