(mapping script) Mudlet Mapper script for Achaea/IREs

All and any discussion and development of the Mudlet Mapper.
Sohl
Posts: 13
Joined: Mon May 10, 2010 7:17 pm

Re: Mudlet Mapper Lua for IREs

Post by Sohl »

Ignore the above, wrong topic.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet Mapper Lua for IREs

Post by Vadi »

Updated 'todo' list.

Kanner
Posts: 6
Joined: Wed Nov 03, 2010 4:53 pm

Re: Mudlet Mapper Lua for IREs

Post by Kanner »

I installed all of this and most of it seems to be working fine until I go to swim. It repeats the command over and over until it eventually goes in the direction. Not sure if it needs to wait a bit or what is going on. I didn't seem to find anything in the forumns about it, any ideas?

Game output looks like this and I'm on Lusternia by the way:

(mapper): Starting speedwalk from 952 to 5650: (1 - sw)
3318h, 3612m, 3612e, 10p elrx-
There's water ahead of you. You'll have to swim in that direction to make it through.
3318h, 3612m, 3612e, 10p elrx-
You begin to steadily swim southwest.
3318h, 3612m, 3612e, 10p elrx-
(1 - sw)
There's water ahead of you. You'll have to swim in that direction to make it through.
3318h, 3612m, 3612e, 10p elrx-
You begin to steadily swim southwest.
3318h, 3612m, 3612e, 10p elrx-
(1 - sw)
There's water ahead of you. You'll have to swim in that direction to make it through.
3318h, 3612m, 3612e, 10p elrx-
You begin to steadily swim southwest.

Repeats several more times until it finally moves and I get:

(mapper): We've arrived! Took us 19.3s.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet Mapper Lua for IREs

Post by Vadi »

It needs code to have it wait longer than usual for swimming, rubbles, etc. Feel free to contribute if you can fix this, it's relatively simple.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet Mapper Lua for IREs

Post by Vadi »

I've foulproofed the mapper against getting messed up while speedwalking - before it'd still arrive at the destination, but spam you while on your way there and not raise the arrived event proper. Now it's all fine:
(mapper): Starting speedwalk from 2907 to 2909: (2 - n)(1 - nw)
The Inner Sea.
The stars twinkle in the clear night sky. You see exits leading south, northwest, and down.
5350h, 6600m|100%, 114e%, 10p, 100w%, 99e%, ex -
(1 - nw)
(mapper): Ended up off the path, recalculating a new path...
(mapper): Starting speedwalk from 2872 to 2909: (3 - ne)
The Inner Sea.
The stars twinkle in the clear night sky. You see exits leading north, southeast,
southwest, and down.
A wave surges across the surface of the Inner Sea.

You are dragged off against your will by the rolling wave, and you find yourself tumbling
in the water.
The Inner Sea.
The stars twinkle in the clear night sky. You see exits leading northeast, south,
northwest, and down.
5350h, 6600m|100%, 114e%, 10p, 100w%, 99e%, ex -
(2 - n)
The Inner Sea.
The stars twinkle in the clear night sky. You see exits leading north, northeast,
southwest, and down.
5350h, 6600m|100%, 114e%, 10p, 100w%, 99e%, ex -
(1 - nw)
The Inner Sea.
The stars twinkle in the clear night sky. You see exits leading south, northwest, and down.
5350h, 6600m|100%, 114e%, 10p, 100w%, 99e%, ex -
(mapper): We've arrived! Took us 0.7s.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet Mapper Lua for IREs

Post by Vadi »

Idea to steal and implement: "[ (v5524) @ the Klangratch Tourny Fields, {north} ]"

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet Mapper Lua for IREs

Post by Vadi »

Another idea: an option for controlling closed door policy (ignore, or open and enter).

Also think on how to handle exits that are blocked by players - ignore for # seconds?

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet Mapper Lua for IREs

Post by Vadi »

Idea for area list: right-click menu for each area, instead of left-click, to bring up a menu that allows for viewing of area stats or room list. Area stats would be # of rooms, areas it's connected to.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet Mapper Lua for IREs

Post by Vadi »


User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet Mapper Lua for IREs

Post by Vadi »

Idea for the pile: track current area you're in
if death was nearby, within 5rooms, show walking path to it

Post Reply