Search found 15 matches

by caiyaozheng
Sun Jul 30, 2023 9:50 am
Forum: Mudlet Mapper
Topic: suggestion: add waiting button for special exit window in mapper
Replies: 7
Views: 57519

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/mu...
by caiyaozheng
Tue Jul 18, 2023 6:23 am
Forum: Mudlet Mapper
Topic: suggestion: add waiting button for special exit window in mapper
Replies: 7
Views: 57519

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! hi Vadi, there is a problem, that the exit commands for the following rooms will not wa...
by caiyaozheng
Sun Jul 16, 2023 10:25 am
Forum: Mudlet Mapper
Topic: suggestion: add waiting button for special exit window in mapper
Replies: 7
Views: 57519

suggestion: add waiting button for special exit window in mapper

hi Mudlet developers: I want to go from Room 1 to Room 10, let's say the directions are: 4 s, 1 open door, 4 n. in Room 5, where the special exit is open door, I should wait for 4 seconds then input open door. Can you add this function to the next version mapper? where we can decide whether we shoul...
by caiyaozheng
Thu Jul 13, 2023 5:09 am
Forum: Help Forum
Topic: How to use Lua scripts in addSpecialExit()
Replies: 14
Views: 51246

Re: How to use Lua scripts in addSpecialExit()

Vadi wrote:
Sat Jul 01, 2023 5:58 am
Try again, the update to the generic mapper is live now.
there is no update notification,

I tried to update mudlet, got feedback:

You are using Mudlet 4.17.2.
There are currently no updates available.

so how to update generic mapper?
by caiyaozheng
Wed Jun 21, 2023 11:22 pm
Forum: Help Forum
Topic: How to locate current room in "IRE mapping script"?
Replies: 5
Views: 21537

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

hi Vadi, the name of the game is Pkuxkx. I'v turned on gmcp move funtion by input "tune gmcp move on" in the game. how do I know whether this is a IRE game? That is one of the games we have encountered in the past (it was what prompted me to do the GBK/GB2312/GB18030 decoding/encoding sup...
by caiyaozheng
Tue Jun 20, 2023 12:26 pm
Forum: Help Forum
Topic: How to use Lua scripts in addSpecialExit()
Replies: 14
Views: 51246

Re: How to use Lua scripts in addSpecialExit()

Up to now that only works for MUDs that use the IRE Mapper package that we bundle - the "generic" one doesn't support that "script:" prefix - however, good news, work is actually in progress to make that work for that one as well, you might want to watch this GitHub Pull-Request...
by caiyaozheng
Mon Jun 19, 2023 10:26 am
Forum: Help Forum
Topic: How to use Lua scripts in addSpecialExit()
Replies: 14
Views: 51246

Re: How to use Lua scripts in addSpecialExit()

indeed in IREs Mapper package it seems scrtpt: as prefix is working, yet when using that package, i couldn't locate my current room...

anyway ,thanks a lot, let me try your test version!
by caiyaozheng
Sat Jun 17, 2023 11:23 pm
Forum: Help Forum
Topic: How to locate current room in "IRE mapping script"?
Replies: 5
Views: 21537

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

hi Vadi, the name of the game is Pkuxkx.

I'v turned on gmcp move funtion by input "tune gmcp move on" in the game. how do I know whether this is a IRE game?
by caiyaozheng
Sat Jun 17, 2023 11:18 pm
Forum: Help Forum
Topic: How to use Lua scripts in addSpecialExit()
Replies: 14
Views: 51246

Re: How to use Lua scripts in addSpecialExit()

can u show the script? i still don't understand, i am using mudlet mapper, but:

script: send("stand")

is not working
by caiyaozheng
Sat Jun 17, 2023 1:35 am
Forum: Help Forum
Topic: How to locate current room in "IRE mapping script"?
Replies: 5
Views: 21537

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

hello senior coders: I installed IRE mapping script recently. when i input "rl", i got the following reply: rl (mapper): 0 doesn't seem to be mapped yet. if I use map debug: map me (mapper): (debug): Room found, ID: 2496 I realised that before installing the IRE mapping script, I have alre...