I'm going to make it so that the imaging.dll isn't required on XP on up but was curious if there was anyone left that still needs imaging.dll in that case. Let...
Doesn't it also allow the transfer of images over the net? ... -- Eric Merz Ceralor Entąrę Doesn't it also allow the transfer of images over the net? On...
It's related. Imaging.dll just displays the images, but the file transfer code works with any file type (I sent a new copy of BeipMU.exe that way once for...
I say go for it, then! ... -- Eric Merz Ceralor Entąrę I say go for it, then! On 8/11/05, BeipMU Dev < beipdev@... > wrote: It's related. Imaging.dll...
Actually seems simple enough, use the OR symbol | to do your matches. Person1|Person2|Person3|Person4 Of course, if you're looking to highlight guests, Guest1,...
Yep, when the splash screen is a jpg/gif.. which is why I'll try to keep it working. Worst case you have to turn your splash screen into a bmp. -Bennet ... on...
BeipMU is the simplest client in the world, but then I'm not computer illiterate. What would it show? How to add worlds? If it were concerning things like...
Does BeipMU have a way to play a sound on activity? Or perhaps this could be implemented in a future version? Even just a simple 'Ding' would be sufficient....
... I asked this question once a long time ago and I found out that all you need to do is create a trigger that is simply '.*' (without the apostrophes,...
Start a trigger. Set the trigger text to be: . (Just like that, a period all by itself on the line, no other spaces etc) Click the 'sound' tab and select the...
Of course, the down side to this is that it makes the sound whether the window is active or not, which I suppose could get annoying. But it's better than...
Bah, sorry for the chain posting... But if you check 'only when' and select the 'away' radio button, then it... you guessed it, only triggers when you're away....
I'm still curious what everyone wants to know about the scripting that the help file doesn't talk about. I'd be happy to have samples of common things, but...
Oh, bah... I forgot the regular expressions checkbox... I knew I was forgetting /something/. ... -- No. Do, or do not. There is no try. Excitement? Adventure?...
Got a question about using regex matching! Um... Basically, how do I pop the result from a search in an alias to the output? Regex: \[[^\[\]](.+)[^\[\]]\] ...
... Aliases use \N "backreference" syntax for that. Because the text is the first parenthesized part of the math, your output should be: spoof OOC: \1 That...
What I've always used was \# where # is a variable for the specific piece of text. Input text: "( This is a spoof )" Regex filter: \( (*)\1 \) Output: Spoof...
I tried this myself, with odd results. Alias -- ^ooc "(.*)\1 Alias for -- : (OOC) telepaths, ~ \1 ~ Text entered -- ooc "Meep Output -- Palshife (OOC)...
These might sound like pet-hates, but I think they may be useful: 1) An option to set a maximum length for lines of output before they wrap around to the next...
I think we've got you covered: 1) In the output or history window settings (you can right click the windows and do 'settings' for an easy way to get here),...
Beip on WINE is nasty nasty. For Qt, try KMuddy. For GTK, try Kildclient. For console, try TinyFugue. I've tried a-many clients on Linux, and those are the...
Trebuchet is great in its own ways, and has many features, but it looks terrible. Nothing is native to modern applications, for example Ctrl-A does not select...
I decided to dive in and make some JS scripts for BeipMU. However, I'm running into an issue when it comes to puppets. I'm not sure how to control those via...
Ah, that's because window.connection.puppet does not exist. I never exposed puppets into the object model. Same with reconnect. I could easily add in a...
I use HTML logging combined with the midnight rollover for the logs. The logfiles aren't actually getting their HTML extension, though. If the rollover is...