Generic Mapping Script

All and any discussion and development of the Mudlet Mapper.
Jankomatic
Posts: 3
Joined: Wed Apr 05, 2017 8:50 pm

Re: Generic Mapping Script

Post by Jankomatic »

Trying to get this going and am new to Mudlet, but used C/Zmud a lot in the past. Think we picked the wrong mud to try it on though, cause nothing is very standard.

Script doesn't detect the prompt, but I think I have it set manually ok.

Prompt is: 133hp 344m 421mv 10000Spirit>

Set it to below.

Prompt pattern set: ^%dhp %dm %dmv %dSpirit>

Not sure how to know if Mudlet likes that or not.

The real issue I think is going to be room exits. They look like this in the game:

Guild Alley
Here in Guild Alley, people from all walks of life crowd into the
narrow street searching for the Guild that represents their calling.
The throng envelops you but you manage to push and stumble through
the sea of people to your destination. The Cleric's Guild can be
seen to the west.
North - Guild Alley
South - Guild Alley
West - Clerical Arts Entry Hall

Not sure how to go about getting the script to find those exits.

Any and all help appreciated. MUD is Eternal Darkness in case anyone has already done all this work and wants to share.

Eraene
Posts: 42
Joined: Wed Nov 27, 2013 10:18 pm

Re: Generic Mapping Script

Post by Eraene »

Jankomatic wrote:
Wed Mar 15, 2023 12:44 pm
Trying to get this going and am new to Mudlet, but used C/Zmud a lot in the past. Think we picked the wrong mud to try it on though, cause nothing is very standard.

Script doesn't detect the prompt, but I think I have it set manually ok.

Prompt is: 133hp 344m 421mv 10000Spirit>

Set it to below.

Prompt pattern set: ^%dhp %dm %dmv %dSpirit>

Not sure how to know if Mudlet likes that or not.

The real issue I think is going to be room exits. They look like this in the game:

Guild Alley
Here in Guild Alley, people from all walks of life crowd into the
narrow street searching for the Guild that represents their calling.
The throng envelops you but you manage to push and stumble through
the sea of people to your destination. The Cleric's Guild can be
seen to the west.
North - Guild Alley
South - Guild Alley
West - Clerical Arts Entry Hall

Not sure how to go about getting the script to find those exits.

Any and all help appreciated. MUD is Eternal Darkness in case anyone has already done all this work and wants to share.
Disabling the "English Exits Trigger" in the generic mapper trigger group and enabling the "English Multi-Line Exits Trigger" should be all you need for this.

daeryn
Posts: 1
Joined: Mon Apr 29, 2024 10:43 pm

Re: Generic Mapping Script

Post by daeryn »

Having trouble figuring out how to configure the mapper to handle non-directional commands that portal the character from one place to another. For example: there is an out of character lounge that can be entered from any inn, house, or place you can log in and out of the game by typing the command 'ooc'. Also, from any room within the out of character lounge you can return to where you went ooc by issuing the command 'ic'. What i'd love is to be able to trigger off the message received when transing in and out of these places and have the mapper update to where you end up. The closest I was able to get was by creating a custom movemethod named ooc/ic, but those only worked if I also supplied a random direction with the command like: ooc u (even though I'm not moving 'up'). Is there a simple way to do this or am I diving into the script?

Post Reply