Woah! Just woah!
Woah! Just woah!
A lot more work behind it than can be seen, since I didn't bother with useless eye candy (I included a silly thrown together radar for some pretty pictures though..). Currently a flying harvesting bot done in ingame Lua, all basing on a medium sized framework that provides additional Lua functions for object interaction and recognition.
Does the usual stuff like combat, resurrection, avoiding elites, timeouts. It follows a set of waypoints by directly moving from one to one, but it records where it gets stuck and attempts to find a path through the records if it gets stuck.
Only handling evading mobs and mailing stuff to clean up the inventory remain, pretty much. Here's a horrible quality video since a screenshot doesn't show much.
Thanks a lot to the non-mouthbreathing dudes in this subforum for your work on the topic of WoW REing :-)
Last edited by zzgw; 08-18-2009 at 05:46 PM.
A registered command to get X,Y,Z? As in, what? :|Very nice.
I guess you're using some registered command to get X Y and Z?
What he is doing is he is registering a function from C/C++ side using Lua_Register. He probably is doing everything in C/C++ and having registered lua functions to just edit the settings, and for the radar probably returning units in a table or something like that.
But really, a registered command to get X, Y, Z? :|
[16:15:41] Cypher: caus the CPU is a dick
[16:16:07] kynox: CPU is mad
[16:16:15] Cypher: CPU is all like
[16:16:16] Cypher: whatever, i do what i want
It was done as a normal addon before movement functions were protected ages ago in vanilla WoW. Didn't take long for them to shut it down.
I have to learn programming, these stuff are amazing!
A new version of my autoIT Ingame Terrain Manager.
It gathers ADT data from the memory and print it out in using a directX render. That red dot is my toon.
Todo:
*color terrain based upon scaling.
*NPC and object indexing and display.
*M2 and WMO bounding boxes.
![]()
You're using DirectX from AutoIt??
Jesus ****ing christ dude. I know everyone always says this (myself especially), but for the love of all that is sane in this universe, learn a new language! Seriously! It might take a while to get used to, but it will save you soooo much time in the long run. :s
Gogogo C#.
I wouldn't even call it learning a new language; I'd call it getting used to new syntax.