 |
Dumond Newbie
Joined: 01 Nov 2004 Posts: 4
|
Posted: Mon Sep 18, 2006 2:05 am
Bot to walk the mud |
What I am trying to do is just walk the mud according to my map.
I have seen lots of posts about killing bots and bots that use LMAP to walk a path. I am however trying to do something slightly different.
I want a bot tha will walk into every room and do commands if certain items are in the room.
I am decent at writing triggers and the such so the action inside the room is not an issue for me. What i need help with is creating a bot that will walk according to my map and not a path.
I have thousands of rooms in my map and do not want to have to try and make paths to search the entire thing.
Any assistance would be greatly appreciated. |
|
|
 |
chris-74269 Magician
Joined: 23 Nov 2004 Posts: 364
|
Posted: Tue Sep 19, 2006 5:39 pm |
#loop %numrooms %walk(%mapvnum(%i)) would be a start
|
|
|
 |
|
|