mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #00610
Re: [Bug 396482] [NEW] Aliases/Triggers double when you quit Mudlet with save profile and return
for wait functionality you use temporary timers in Mudlet i.e. you say
execute command x in y seconds or call function x in y seconds.
for example: tempTimer(0.3, [[send("kill monster")]]) will send "kill
monster" after 300 milliseconds.
tempTimer( 2.7, [[doStuff()]] ) will call your self defined function
doStuff() after 2.7 seconds.
All this and much more is explained in detail in the manual (light bulb
button) or direct link:
http://mudlet.git.sourceforge.net/git/gitweb.cgi?p=mudlet;a=blob_plain;f=src/mudlet_documentation.html;hb=HEAD
Janalon schrieb:
> Thanks. Since I haven't moved all of my triggers over to Mudlet (haven't
> figured out how to write an equivalent of IRE's Nexus command to #wait), I
> would use Mudlet to start my character's buffs, using IRE's Nexus client to
> finish buffs, and then CONNECT back through Mudlet. I now know that I have
> to RECONNECT.
>
> Sorry for that!
>
> On Tue, Jul 7, 2009 at 7:11 AM, Heiko <koehnheiko@xxxxxxxxxxxxxx> wrote:
>
>
>> Then the reason for the crash is pretty obvious. The only known way to
>> double your triggers is to reconnect to the same loaded profile via the
>> connection dialog after you have been disconnected by the MUD, bot or
>> ISP. Note that this is illegal and will always double your
>> triggers/alias etc. and ultimately lead to a crash.
>> If you have lost connection, you have to reconnect to the MUD or bot via
>> the reconnect button (not the connect button!) or close Mudlet entirely
>> and restart.
>>
>> Janalon schrieb:
>>
>>> <pre wrap>Public bug reported:
>>>
>>> Running Mudlet 12b (supposedly, see listed bugs) on a MacBook Intel Core
>>> Duo with OS 10.5.7. Something (not sure what it is just yet) is causing
>>> my aliases & triggers to copy and double. At one time I had four
>>> iterations of my triggers. I want to believe this is caused when I am
>>> prompted to save my profile upon quitting Mudlet.
>>>
>>> ** Affects: mudlet
>>> Importance: Undecided
>>> Status: New
>>>
>>> </pre></body>
>>> </html>
>>> </html>
>>>
>> --
>> Aliases/Triggers double when you quit Mudlet with save profile and return
>> https://bugs.launchpad.net/bugs/396482
>> You received this bug notification because you are a direct subscriber
>> of the bug.
>>
>> Status in Mudlet the MUD client: New
>>
>> Bug description:
>> Running Mudlet 12b (supposedly, see listed bugs) on a MacBook Intel Core
>> Duo with OS 10.5.7. Something (not sure what it is just yet) is causing my
>> aliases & triggers to copy and double. At one time I had four iterations of
>> my triggers. I want to believe this is caused when I am prompted to save my
>> profile upon quitting Mudlet.
>>
>>
>
>
--
Aliases/Triggers double when you quit Mudlet with save profile and return
https://bugs.launchpad.net/bugs/396482
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
Status in Mudlet the MUD client: New
Bug description:
Running Mudlet 12b (supposedly, see listed bugs) on a MacBook Intel Core Duo with OS 10.5.7. Something (not sure what it is just yet) is causing my aliases & triggers to copy and double. At one time I had four iterations of my triggers. I want to believe this is caused when I am prompted to save my profile upon quitting Mudlet.
Follow ups
References