Hi , I was getting tired of having to add the <Exec> Tags and the , 1 (required to make bot profile work) to the waypoints because I was making a lot of waypoints so I decided to edit his record path... I have tested this and the waypoints it makes are fine.
Basically this is what it does...
Instead of making something like this
WP ( -999999999, -999999999999, 9999999999)
Which you then have to modify to get it to work in the xml file it does this:
<Exec>WP( -999999999, -999999999999, 9999999999, 1)</Exec>
So all you have to do is copy them (they waypoints) into a xml file in the appropriate place..
Included in rar:
Faster Record Path exe
Faster Record Path .au3 (source) - only 1 line changed from original
Blank xml template (no waypoints but everything else)
RapidShare: 1-Click Webhosting
Also for people who already have auto it installed all I did was open recordpath.au3 and change line 38 to
Code:
FileWrite(, "<Exec>WP( " & _GetDataFromwowObject(,'x') & ", " & _GetDataFromwowObject(,'y') & ", " & _GetDataFromwowObject(,'z') & ", 1" & ")</Exec>" & @CRLF)
Btw for whoever doesn't know what I am talking about this is a recordpath.exe replacement from Flos Alterac Valley Afk bot - http://www.mmowned.com/forums/bots-p...waypoints.html