MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides  
Homepage Register FAQ Members Mark Forums Read Advertise Marketplace FPSowned


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > World of Warcraft > Bots and Programs
Reload this Page Alterac AFK Bot with Waypoints
Bots and Programs Botting and Hacking programs for World of Warcraft.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
(#211)
Old
Flos is Offline
Sergeant Major
Rep Power: 1
Reputation: 49
Flos is on a distinguished road
 
Posts: 146
Join Date: Feb 2008
03-15-2008

Quote:
Originally Posted by fyi i am a spy View Post
Heres my error

Line 25 (FIle "C:movement.au3"):

Return Sqrt((=)^2 + ()^2)
Return Sqrt((=^ ERROR

Error: Subscript used with non-Array variable.



-------------------
Thats the error messsage I just typed it out. This seems to happen about the time when I leave the BG. and I am inside que place
hm... should happen - only thing I can think of, that bot is too fast after exiting bg, try to put a "sleep(1000)" or something at in the Bot() at Status : 0
other than that, error-handling in AutoIt sucks ^^
Reply With Quote

Donate to remove ads.
(#212)
Old
Axe Rogue is Offline
Banned
Rep Power: 0
Reputation: 18
Axe Rogue is on a distinguished road
 
Posts: 112
Join Date: Mar 2008
03-15-2008

I dont know where that is.. can you tell me where?
is it in the main flo.au3 ? I see a function called Bot() where do I put
Sleep(1000) inside ther?

Last edited by Axe Rogue; 03-15-2008 at 01:27 PM..
Reply With Quote
(#213)
Old
axcess is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
axcess is an unknown quantity at this point
 
Posts: 10
Join Date: Aug 2007
03-15-2008

Quote:
Originally Posted by Flos View Post
@ernsty: with a good profile you should never get reportet.
If you still get the afk-debuff, then yes, the bot will log out, wait for 5 minutes and log back in (in town).
Also NEVER set the maxAFKReports to 1000.. be best advise is to leave it at 2-3 and if you get reportet 2-3 times, just don't bot for the next 24 hours.
how do you get the bot to log back in? mine just logs out, and stays logged out...and it does that only after ONE afk report, not the set 2-3
Reply With Quote
Great Stuff
(#214)
Old
Synthesis
Guest
 
Posts: n/a
Great Stuff - 03-15-2008

Firstly, thanks a bunch for this new bot! I've been looking all over for a free programmable bot as compared to using Pirox.

Now I a few posts back I read about the bot not being able to actually target and attack players. But I was thinking, and I don't know much about AutoIt, but is there a way to create a loop function so that once you say reach an area you loop pressing the "tab" key to search for targets and pressing the spam attack key. If its not to impossible couldn't it be added to strafe a little?

For instance I play a horde druid and when I respawn at stonehearth I usually just defend there. Occasionally an ally would come along but they usually don't hit me and so I don't attack back. This causes the problem of not being on the charts which I get around by letting the bowyers hit me and lifeblooming as well as rejuvs. But not every class could heal but most have some kind of spam attack. By having a loop at the end of my waypoints wouldn't it be able to tab (select enemy) and than spam designate key (2 - moonfire).

Would something like this work? (Do you have to wrap it in <exec></exec>?)
Do
send ("{tab}")
Send ("2")
$i = $i + 1
until $i = 100

Simple, stupid, but at least it looks like your helping.
Reply With Quote
(#215)
Old
Flos is Offline
Sergeant Major
Rep Power: 1
Reputation: 49
Flos is on a distinguished road
 
Posts: 146
Join Date: Feb 2008
03-15-2008

@Synthesis: currently not possible to write code in the xml file.
But you can write your own auto-it function and just call it via xml-file.

Still, I'm looking into the auto-attack thing, but as written before, don't expect that to happen in the near future.

@axcess: The bot waits 5 minuten for the afk-debuff to clear (and exit to down)
If after 5 minuten still no loggin, then something is wrong

@fyi: lets see....
line 321 after
"Switch G_CurrentStatus
Case 0 ; town"
Reply With Quote
(#216)
Old
axcess is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
axcess is an unknown quantity at this point
 
Posts: 10
Join Date: Aug 2007
03-15-2008

so i guess it does relog, but then from there it gets stuck in that loop. i think its because when it logs back in the black square is missing even though /flo on is already active. i think when the bot logs back in you should make it send a command to type, "/flo on" unless it already does that?

Code:
[06:59:55] [1606246]    AFK-DEBUFF detected... logging out and waiting 5 mins
[07:05:35] [1946315]    logging back in
[07:06:35] [2006331]    loggin finished - starting bot again
[07:06:39] [2009791]    AdLib_Func() NS: 0
[07:06:39] [2009791]    reset_movement_keys()
[07:06:39] [2010244]    SCREENSHOT
[07:06:40] [2011135]    Bot()-COLOR: 0
[07:06:40] [2011135]    _GetBaseOffset()
[07:06:42] [2013319]    JoinBG()
[07:06:42] [2013319]    GetZone()
[07:06:42] [2013320]    No Known Zone - can't join BG - try relogging and start bot again
then it starts to repeat again

Code:
[07:06:48] [2019217]    Bot()-COLOR: 0
[07:06:48] [2019217]    _GetBaseOffset()
[07:06:49] [2019826]    JoinBG()
[07:06:49] [2019826]    GetZone()
[07:06:49] [2019854]    No Known Zone - can't join BG - try relogging and start bot again
thanks again for all your help Flo! this is really a great bot

Last edited by axcess; 03-15-2008 at 03:02 PM..
Reply With Quote
(#217)
Old
Flos is Offline
Sergeant Major
Rep Power: 1
Reputation: 49
Flos is on a distinguished road
 
Posts: 146
Join Date: Feb 2008
03-15-2008

yea, that's a know bug - look in the readme. Not quite sure how to fix that yet, probably just make a "/console reloadui" after logging in.
ZoneID is not written in the RAM correctly after relogging, no idea why that is...
Reply With Quote
(#218)
Old
Synthesis
Guest
 
Posts: n/a
03-15-2008

Quote:
Originally Posted by Flos View Post
@Synthesis: currently not possible to write code in the xml file.
But you can write your own auto-it function and just call it via xml-file.

Still, I'm looking into the auto-attack thing, but as written before, don't expect that to happen in the near future.
Sorry for being a nub but how to you call an AutoIt function in the xml file? (I am assuming you write the code in the customprofile.xml file)
Reply With Quote
(#219)
Old
axcess is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
axcess is an unknown quantity at this point
 
Posts: 10
Join Date: Aug 2007
03-15-2008

is there a way that i can add that in myself?
Reply With Quote
(#220)
Old
Flos is Offline
Sergeant Major
Rep Power: 1
Reputation: 49
Flos is on a distinguished road
 
Posts: 146
Join Date: Feb 2008
03-15-2008

Quote:
Originally Posted by axcess View Post
is there a way that i can add that in myself?
yop, look for the relog function "/flo on" should be called somewhere.. just search for it..
and just before it insert something like this:

Sleep(1000)
SendIt("{ENTER}")
SendIt("/console reloadui")
SendIt("{ENTER}")
Sleep(60000)
.....


@synthesis: everything within the <Exec> tag is a function call... ergo WP(...) is a function, SendIt() is a function etc...
Just write anywhere in the script

Func whatever()
....
EndFunc

and in the xml file "<Exec>whatever()</Exec>
Reply With Quote
(#221)
Old
Gevalia is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
Gevalia is an unknown quantity at this point
 
Posts: 22
Join Date: Dec 2007
03-15-2008

Sorry to write once again, but forgot about my problem Flo?
Reply With Quote
(#222)
Old
axcess is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
axcess is an unknown quantity at this point
 
Posts: 10
Join Date: Aug 2007
03-15-2008

Quote:
Originally Posted by Flos View Post
yop, look for the relog function "/flo on" should be called somewhere.. just search for it..
and just before it insert something like this:

Sleep(1000)
SendIt("{ENTER}")
SendIt("/console reloadui")
SendIt("{ENTER}")
Sleep(60000)
.....


@synthesis: everything within the <Exec> tag is a function call... ergo WP(...) is a function, SendIt() is a function etc...
Just write anywhere in the script

Func whatever()
....
EndFunc

and in the xml file "<Exec>whatever()</Exec>


thanks a lot flo, i'm gonna test this out in a bit!
Reply With Quote
(#223)
Old
Flos is Offline
Sergeant Major
Rep Power: 1
Reputation: 49
Flos is on a distinguished road
 
Posts: 146
Join Date: Feb 2008
03-15-2008

Quote:
Originally Posted by Gevalia View Post
Sorry to write once again, but forgot about my problem Flo?
nope, already answered it in an edit.. no idea why this error is happening... and noone else seems to have it (and I can't test it myself on vista..)
Reply With Quote
(#224)
Old
Gevalia is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
Gevalia is an unknown quantity at this point
 
Posts: 22
Join Date: Dec 2007
03-15-2008

Okay, rather weird :S

Would have loved to give your bot a shot
Reply With Quote
(#225)
Old
chiln's Avatar
chiln is Offline
Sergeant
Rep Power: 2
Reputation: 21
chiln is on a distinguished road
 
Posts: 52
Join Date: May 2007
Location: Your momma's couch
03-15-2008

Quick tip for a mistake in the custom waypoint README file

"TurnToHeading(Heading)
Heading: New Heading in Radian. West = pi/2, south = pi, east = 3*pi/2, north = 0"

Radians work differently, its E=0, N= pi/2, W=pi, S=3*pi/2

correct me if im wrong
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On



Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366