This is an Auto Mapper I made for Openbot. I use it to map a large grid when droping hotspots, or for premapping cave systems. I'm sure you can find many uses for it. Please be aware that this is version one of this mapper, and it's very memory intense.
Install: Place in your root scripts folder
Usage: in your Innerspace console Window type "run map (iterations) (yards_apart)"
"run map 2 2" will create a map 2 yards by 2 yards 4 times in a grid (clockwise) around my location
run map 20 5 will create a map with it's points spread over 5 yards 20 times for 4 grids around my location
Note: If this is ran with openbot's map render open you can see the map being built live.
map.iss
For Some reason I can't post the script here, I get a preg_replace error on this forum. So I'm moving the code to Pastebin
Code:
http://pastebin.com/m33a071c8
P.S. I am also the Creator of AgentC2 the Openbot Remote Reporting Tool. [Only registered and activated users can see links. ]
Last edited by genecyber; 02-10-2008 at 01:43 PM..
"Could not open E:\Program Files\InnerSpace\Scripts\map\Wetlands for writing"
for all maps... cant get it to work isnt it because my "map" folder is in
"E:\Program Files\InnerSpace\Scripts\obot\" folder and not in scripts rootfolder?
Do NOT add me to msn to talk about emu servers [Only registered and activated users can see links. ]
KuRIoS : there should be no map moving whatsoever.
Install works by placing the script into your scripts folder, you need to run the map program while openbot is running, this mapper will attempt to save some maps but ignore that, the main magic happens because openbot is running.
Very nice Singularity. The next OB release will have my autopath code included.
bro.
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 3
Reputation: 3
Posts: 5
Join Date: Sep 2006
02-06-2008
Quote:
Originally Posted by Apoc
Very nice Singularity. The next OB release will have my autopath code included.
bro.
pretty sure he posted under an alt name for a reason ya dolt ;P
just as kind of a side note as well..
it works best if it's in your openbot directory and OB is open and running
run openbot/map [radius] [distanceapart]
ie run openbot/map 10 5 would map roughly a box around you 10 iterations and 5 yards apart.