Mudlet Questions

by Rika

Back to Mechanic's Corner.

Lilia2011-08-18 03:44:47
This is my regex for contemplate: ^(\\w+)'s mana stands at (\\d+)\\/(\\d+)\\.$

You also need to turn the numbers into actual numbers. They're captured as strings. Again, what I use: local per = math.floor(tonumber(matches)/tonumber(matches) * 100)
You don't have to have use math.floor(), but I use it because I echo the percentage to my status window. The 'local' part just means the variable won't be saved, it'll only be used for that trigger.
Shishi2011-08-18 04:14:01
QUOTE (Lilia @ Aug 17 2011, 08:44 PM) <{POST_SNAPBACK}>
This is my regex for contemplate: ^(\\w+)'s mana stands at (\\d+)\\/(\\d+)\\.$

You also need to turn the numbers into actual numbers. They're captured as strings. Again, what I use: local per = math.floor(tonumber(matches)/tonumber(matches) * 100)
You don't have to have use math.floor(), but I use it because I echo the percentage to my status window. The 'local' part just means the variable won't be saved, it'll only be used for that trigger.

Hmm, so what is local per? Is per just the local variable can I substitute whatever I want with that word? Also my regex isn't catching that I can see at least. Adding the tonumber worked and now there is no error it's just not catching now that I can noticably see. Also are the \\ before the punctuation necessary and should I do it before the apostrophe as well?
Vadi2011-08-18 04:41:43
Don't need to escape the apostrophes or commas.
Lilia2011-08-18 04:52:56
QUOTE (shishi @ Aug 17 2011, 11:14 PM) <{POST_SNAPBACK}>
Hmm, so what is local per? Is per just the local variable can I substitute whatever I want with that word? Also my regex isn't catching that I can see at least. Adding the tonumber worked and now there is no error it's just not catching now that I can noticably see. Also are the \\ before the punctuation necessary and should I do it before the apostrophe as well?

Yes. If you want to use that variable in other scripts, don't make it local.
Ytran2011-08-18 04:57:20
QUOTE (shishi @ Aug 17 2011, 11:14 PM) <{POST_SNAPBACK}>
Hmm, so what is local per? Is per just the local variable can I substitute whatever I want with that word? Also my regex isn't catching that I can see at least. Adding the tonumber worked and now there is no error it's just not catching now that I can noticably see. Also are the \\ before the punctuation necessary and should I do it before the apostrophe as well?

In Tulemrah's snippet, the per variable is the percent of the target's mana; the assignment converts the references from the trigger and does a bit of math to get the percentage.

When using regular expressions (and only regular expressions - other trigger types don't need this), you need to escape via backslash any literal character you want to match in the trigger that is a special symbol in regex, e.g. ., (, ), , \\, |, ?, amongst others.
Yrael2011-08-19 07:43:51
send ("maneuver perform sc "..target " chest")

What's wrong with this? It just doesn't even get send throug hwhen I hit my macro. Where as send ("maneuver perform sc chest" ..target) does, eve nthough that's incorrect game syntax.
Lilia2011-08-19 07:51:28
send ("maneuver perform sc "..target.. " chest")
Lilia2011-08-19 07:52:27
Meh, double.
Yrael2011-08-19 07:56:39
Ah, ta.
Ilyarin2011-08-19 09:34:02
QUOTE (Sojiro @ Aug 17 2011, 12:58 AM) <{POST_SNAPBACK}>
From running the backup deleter. Eesh.


Where is this backup deleter?!
Unknown2011-08-19 10:49:47
Right here. smile.gif
Aison2011-08-19 15:39:49
I think, but I'm not sure, that what I'm experiencing is a Mudlet bug. I have no idea how to track it down, or anything like that.

The problem is: I randomly get disconnected from Lusternia. I'll be logged in and go idle, switch over to do something in a browser, come back, try to type in a command, and get disconnected. It's not my Internet, as that is fine and stable.

Can anyone provide insight or where I can submit this as a bug? Or maybe it's not Mudlet. I don't know. :/
Unknown2011-08-20 12:17:02
QUOTE (Aison @ Aug 19 2011, 04:39 PM) <{POST_SNAPBACK}>
I think, but I'm not sure, that what I'm experiencing is a Mudlet bug. I have no idea how to track it down, or anything like that.

The problem is: I randomly get disconnected from Lusternia. I'll be logged in and go idle, switch over to do something in a browser, come back, try to type in a command, and get disconnected. It's not my Internet, as that is fine and stable.

Can anyone provide insight or where I can submit this as a bug? Or maybe it's not Mudlet. I don't know. :/


I have experienced this exact same thing on multiple ocasions.
Shedrin2011-08-20 12:24:20
QUOTE (Aison @ Aug 19 2011, 10:39 AM) <{POST_SNAPBACK}>
I think, but I'm not sure, that what I'm experiencing is a Mudlet bug. I have no idea how to track it down, or anything like that.

The problem is: I randomly get disconnected from Lusternia. I'll be logged in and go idle, switch over to do something in a browser, come back, try to type in a command, and get disconnected. It's not my Internet, as that is fine and stable.

Can anyone provide insight or where I can submit this as a bug? Or maybe it's not Mudlet. I don't know. :/


Might seem obvious, but uh, what's your TIMEOUT set at in Lusternia?
Xenthos2011-08-20 15:54:00
QUOTE (Shedrin @ Aug 20 2011, 08:24 AM) <{POST_SNAPBACK}>
Might seem obvious, but uh, what's your TIMEOUT set at in Lusternia?

That's not a TIMEOUT thing, you get warning.

I'd actually ask if you two are using a wireless router. I had the same thing happening with my old Belkin router (basically, a piece of junk). I bought a new router and the issue went away.
Unknown2011-08-20 16:05:20
It would also be helpful if you could test the same scenario in a different client (if you have that option) and see if it's still occuring.
Vadi2011-08-21 01:24:48
I'm quite positive that's a router timing out the connection when there's nothing happening to it. Same as Xenthos posted, essentially.
Xenthos2011-08-21 07:26:55
QUOTE (Vadi @ Aug 20 2011, 09:24 PM) <{POST_SNAPBACK}>
I'm quite positive that's a router timing out the connection when there's nothing happening to it. Same as Xenthos posted, essentially.

Yeah, the Belkin had no setting in it for inactivity timeouts but was quite happy to do it anyways.

It also liked to time out active streaming sessions (such as if watching Netflix).

What a headache!
Morbo2011-08-21 08:53:07
I just switched to using HTML logging for mudlet, but half of these logs cut off before I ended them. I talked to a few other people (one on 2.0 rc2, another on rc5, and i'm at 2.0 test3, as far as I know the newest version) and it appears all of them that have tried are having this issue. Has anyone found a solution for this?
Unknown2011-08-21 09:51:04
QUOTE (Xenthos @ Aug 20 2011, 04:54 PM) <{POST_SNAPBACK}>
That's not a TIMEOUT thing, you get warning.

I'd actually ask if you two are using a wireless router. I had the same thing happening with my old Belkin router (basically, a piece of junk). I bought a new router and the issue went away.


50mbit fiber plugged straight into the computer. Not wireless. And it happens even when I have other stuff going with no problems. I stream tv shows while I play and the streams never have any issues. Also I tested switching to cmud to try it out and haven't dc'd a single time. Only happens with Mudlet for some weird reason.