Search found 5022 matches

by Vadi
Sat Aug 05, 2023 7:31 am
Forum: Mudlet Mapper
Topic: suggestion: add waiting button for special exit window in mapper
Replies: 7
Views: 36073

Re: suggestion: add waiting button for special exit window in mapper

You only need to have one version of the mapper installed, so remove the IRE mudlet mapper.
by Vadi
Tue Jul 25, 2023 6:51 am
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 651394

Re: Mudlet features and API requests

It's a thousand with an extra zero, so 10,000 by default =)
by Vadi
Tue Jul 18, 2023 5:31 pm
Forum: Mudlet Mapper
Topic: suggestion: add waiting button for special exit window in mapper
Replies: 7
Views: 36073

Re: suggestion: add waiting button for special exit window in mapper

What we did in the IRE mapper is this: https://github.com/IRE-Mudlet-Mapping/ire-mapping-script/blob/master/mudlet-mapper.xml#L6456C1-L6458, a function to delay the movement timer by a given amount. Looking at https://github.com/ZookaOnGit/Mudlet/blob/dd0d7846c52a6384134882b9fc92435b4d7e2f86/src/mud...
by Vadi
Sun Jul 16, 2023 11:17 am
Forum: Mudlet Mapper
Topic: suggestion: add waiting button for special exit window in mapper
Replies: 7
Views: 36073

Re: suggestion: add waiting button for special exit window in mapper

Using an updated version of the generic mapper, you should be able to set a special exit that does this:

script: tempTimer(6, [[sendAll("open door", "n")]])

Let me know if that works for you!
by Vadi
Sun Jul 16, 2023 11:14 am
Forum: Help Forum
Topic: How to use Lua scripts in addSpecialExit()
Replies: 14
Views: 30150

Re: How to use Lua scripts in addSpecialExit()

Try doing 'map update', does that work?
by Vadi
Sat Jul 01, 2023 5:58 am
Forum: Help Forum
Topic: How to use Lua scripts in addSpecialExit()
Replies: 14
Views: 30150

Re: How to use Lua scripts in addSpecialExit()

Try again, the update to the generic mapper is live now.
by Vadi
Tue Jun 20, 2023 4:18 pm
Forum: Help Forum
Topic: How to use Lua scripts in addSpecialExit()
Replies: 14
Views: 30150

Re: How to use Lua scripts in addSpecialExit()

Updated it - you should receive a notification to update it soon.
by Vadi
Tue Jun 20, 2023 1:38 pm
Forum: Help Forum
Topic: How to use Lua scripts in addSpecialExit()
Replies: 14
Views: 30150

Re: How to use Lua scripts in addSpecialExit()

It requires an update to the generic mapping script on our side first - I will do that shortly.
by Vadi
Sun Jun 18, 2023 10:49 am
Forum: Help Forum
Topic: How to locate current room in "IRE mapping script"?
Replies: 5
Views: 9094

Re: How to locate current room in "IRE mapping script"?

It's a game made by http://ironrealms.com - this one is not it.

What does "lua gmcp" show on the screen for you?
by Vadi
Sat Jun 17, 2023 8:02 am
Forum: Help Forum
Topic: How to locate current room in "IRE mapping script"?
Replies: 5
Views: 9094

Re: How to locate current room in "IRE mapping script"?

Hello,

Which game are you playing? The IRE mapping script is intended for IRE games, and it uses GMCP from them to find out where you are.