T3/r7/2018-07-01.txt.gz:{chan ch=tech}Zhalut Tech: guys/gals, what is a really good mouse to get? but it cannot look like a gaming mouse since it is for wor T3/r7/2018-07-01.txt.gz:{chan ch=tech}Zhalut Tech: work T3/r7/2018-07-01.txt.gz:{chan ch=tech}Gilfar Tech: personally I like LG mice, those break at some point however they have very good return policy and will send you a new one when under warranty T3/r7/2018-07-01.txt.gz:{chan ch=tech}Zhalut Tech: oh yah? better than logitech anymwhere MX? T3/r7/2018-07-01.txt.gz:{chan ch=tech}Trachx Tech: just get basic mouse like Dell T3/r7/2018-07-01.txt.gz:{chan ch=tech}Gilfar Tech: personal preference on the shape for work use, unless you are a graphic designer you do not need anything special T3/r7/2018-07-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: I love when something says, "This will take approximately 10 minutes to complete." and then 15 seconds later, it's done. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Keilts Tech: Isn't that nice! When you upgrade your system and it's 10x faster than before, and you're thinking, "Man, I was going to get a coffee, but guess I'll finish this up" T3/r7/2018-07-01.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers softly. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: It was my Kindle, in this situation. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: "Optimizing storage and applications. This will take approximately 10 minutes to complete." :p T3/r7/2018-07-01.txt.gz:{chan ch=tech}Old School Durel Tech: You realize that it only finished that quickly because the update errored out without telling you :P T3/r7/2018-07-01.txt.gz:{chan ch=tech}Keilts Tech: Well that WAS a miracle! My Kindle went haywire and reset it's date to before the Kindle was released, and so now nothing works until I connect it to Amazon servers...so they say. But I did love my kindle until I realized how firm a grip Amazon had on its functioning. Mayday is an awesome perk. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Tech: Mr. Crowley chuckles politely. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Deepstar Tech: Error calling gmcp callback:got_gmcp_room error T3/r7/2018-07-01.txt.gz:{chan ch=tech}Deepstar Tech: what does that mean? T3/r7/2018-07-01.txt.gz:{chan ch=tech}Deepstar Tech: it's on blowtorch T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: anybody know if this is still a thing? https://www.gammon.com.au/forum/bbshowpost.php?id=8936&page=3 T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: sorry, page 3 T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: first post on page 3 T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: hasn't been worked on in a long time. probably still a good resource T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: Yeah, I was surprised to not see it in the AARD client upon downloading it. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: It looked absolutely amazing. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: item management isn't something I'm good at T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: No worries. I would like to talk about the resizing though, if you would like. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: sure thing T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: I made an inventory miniwindow, but it can't be resized at all. Lol... T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: I mean, of course without adjusting the WIDTH OR LENGTH T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: well that's all resizing is T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: ok, so here's a descriptive rundown of how resizing works... T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: this is what my code is doing T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: miniwindows are made of pixels and hotspots inside of some predefined rectangular boundaries T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: Yeah... T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: And doesn't your resizing destroy hotspots? T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: pixels are added/colorized with the various drawing functions like WindowRectOp and WindowCircleOp and WindowLine T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: And need to rewrite them? T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: so first you (hold on, I'm getting there) T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: sorry T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: :) T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: so first you make a hotspot. somewhere. anywhere. It doesn't really matter, but bottom right corner is canonical T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: then you add handlers that catch the MouseDown click, the MouseUp release, and the MouseDrag move will pressing the button T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: those handlers do, in order... T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: and here I'm going to insert a small footnote that this is not the only set of values to store and change, but just the one that happens to be in my head right this second T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: those handlers do, in order... T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: when you press the mouse button down while the cursor is over the hotspot, thus activating the MouseDown handler function, you at that moment want to record the location of where the mouse happens to be T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: There's a GetWindowInfo call for that. I don't remember which number. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: actually it's two GetWindowInfo calls. I think you need to do X and Y coordinates separately T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: that records a coordinate point which is the position of your mouse at time t=0 T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: then when you drag the mouse around, MUSHclient activates your MouseDrag handler function at some arbitrary and irregular interval which might be 25 times per second or 10 times per second or whatever T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: the point being that dragging the mouse at all activates your handler function, but you don't have control over how much you have dragged before it fires T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: so the next thing to do is find out how far you've moved the mouse by finding the new coordinates of the mouse and subtracting the old coordinates of the mouse T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: So you can't initiate some sort of if statement based on if the movement is greater than zero T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: the movement should always be at least greater than zero T3/r7/2018-07-01.txt.gz:{chan ch=tech}Super Star Pleiades Tech: because if it were zero, it wouldnt be a move T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: yeah T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: a slightly different but very similar alternative approach is to, at time t=0 record where your mouse is relative to the bottom right corner of the miniwindow. e.g. if you click 5 pixels left and 5 pixels up from the bottom right, that's kinda all you need to know in that after every move you kinda want the miniwindow size to be such that it is 5 pixels right and down from where your mouse happens to be T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: so anyway, when your MouseDrag handler fires you want to check the new position of the mouse and then either compare it with the original position of the mouse or the previous position of the mouse, or just set the window's new bottom right corner to be mouse position plus whatever corner offset the mouse originally had T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: you have lots of options T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: I think the easiest method might be that when you initially click you find how far your mouse is from the bottom right corner of the miniwindow and then every time the drag handler fires make the window big/small enough such that the mouse is the same distance from the window's corner T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: and that's what you do, yeah? T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: I honestly dn't remember and I'm not looking right now T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: xD T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: no worries! T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: anyway like I said there are several ways of getting from here to ROme T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: You may note when looking at my resize code that I also have something that stops the resize function from doing too much too often T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: basically I say thst if my MouseDrag handler function was already called less than a tenth of a second prior to the current call, I don't actually run any of the new drawing code T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: Some times I've seen it do some odd things.. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: like this https://i.stack.imgur.com/EA0H8.jpg T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: which is hilarious because that's some old school windows stuff. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: and why do you do that? T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: what you show in that picture should only ever happen with the mapper T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: and that's only slightly sorta on purpose T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: I think I've seen it with the communication window as well, but I forget which miniwindow it was. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: anyway the reason for doing what I just said is that sometimes drawing the new result after resizing a miniwindow involves more calculations than can easily be done in 1/10th of a second T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: and if that's the case, then resizing becomes laggy T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: right, right. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: if you force some code to run that takes 200ms to finish and you want to do it 30 times a second, you can't actually complete that many of them that fast T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: so you kinda need to know how long it takes to do what you want to do and then limit it to only being done as frequently as actually achievable T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: I figured that 10 updates per second was enough for resizing T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: anyway that decision was done ages and ages ago. suffice it to say that it definitely helped T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: I forget what it helped, but that's not important T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: xD T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: so the last bit is the MouseUp or MouseRelease handler, I forget what it's called T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: that's when you want to do any really expensive calculations that absolutely need to be done before the miniwindow is in a fully useful state T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: You may notice that the communication log miniwindow doesn't reflow any of the text until you release the mouse T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: because I can't do that fast enough T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: or at least I don't do it fast enough. I suppose that it might be possible if I were to treat it as a research problem T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: I forgot what I was talking about T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: haha T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: but if you hace any questions, please ask T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: have T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: talking about the communication window not showing text untily ou let go of the mouse T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: it shows, it just doesn't update line wrapping T3/r7/2018-07-01.txt.gz:{chan ch=tech}Super Star Pleiades Tech: Should I get a Ryzen 2600X T3/r7/2018-07-01.txt.gz:{chan ch=tech}Flidjit Tech: could someone help me figure out how to make this button work? T3/r7/2018-07-01.txt.gz:{chan ch=tech}Flidjit Tech: https://pastebin.com/wCu1AB8n T3/r7/2018-07-01.txt.gz:{chan ch=tech}Flidjit Tech: there's something I'm not getting about it. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: is this the click button? T3/r7/2018-07-01.txt.gz:{chan ch=tech}Khadaji Tech: with cooldown timers? T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: making buttons for casting spells? Have you seen the action bar plugin? T3/r7/2018-07-01.txt.gz:{chan ch=tech}Flidjit Tech: no cooldown timers. Just a left click T3/r7/2018-07-01.txt.gz:{chan ch=tech}Icefisherman Tech: is there a way to move command prompt line? or input text bar, not sure the correct name T3/r7/2018-07-01.txt.gz:{chan ch=tech}Flidjit Tech: yeah I'm just trying to learn the code T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Icefisherman: move to where? T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Flidjit: those strings that you have in your WindowAddHotspot call (the ones that look like "mousedown_hs1") need to look exactly like the name of the function you want to call T3/r7/2018-07-01.txt.gz:{chan ch=tech}Icefisherman Tech: anyone? T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Icefisherman: ^ T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Icefisherman: move to where? T3/r7/2018-07-01.txt.gz:{chan ch=tech}Flidjit Tech: ahh. Thanks Fiendish T3/r7/2018-07-01.txt.gz:{chan ch=tech}Icefisherman Tech: I want to center it with my main game screen, hurts next looking all the way left to see what i'm typing when I wanna see the main screen in the center T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Flidjit: so instead of having function MouseDown, maybe have function mousedown_hs1 T3/r7/2018-07-01.txt.gz:{chan ch=tech}Icefisherman Tech: it's gotta be moveable T3/r7/2018-07-01.txt.gz:{chan ch=tech}Flidjit Tech: Hmm. Ok I've changed it. I'm getting an error in the function arguments somewhere still. Do I need that flag to be '16' or 'flags'? T3/r7/2018-07-01.txt.gz:{chan ch=tech}Flidjit Tech: or something else? cuz I'm getting screwy on the format here. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Icefisherman: maybe move your main screen closer to it? T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: you can't really move the input bar away from the bottom T3/r7/2018-07-01.txt.gz:{chan ch=tech}Icefisherman Tech: I want the opposite, i want to move command line or rather shink it so it's center T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: I think it's not moveable T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Flidjit: I think you want... T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: https://pastebin.com/raw/5nBbhKWL T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: oh wait T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: except you want Send not end T3/r7/2018-07-01.txt.gz:{chan ch=tech}Flidjit Tech: yeah I noticed that too. Don't know where that s ran off to. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: https://pastebin.com/raw/ZM5NcH6c T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: but if you're looking for buttons that cast spells, take a look at https://www.gammon.com.au/forum/bbshowpost.php?id=9359&page=1 T3/r7/2018-07-01.txt.gz:{chan ch=tech}Flidjit Tech: Yay! Sweet. It works now. Thanks Fiendish T3/r7/2018-07-01.txt.gz:{chan ch=tech}Flidjit Tech: so just no arguments and a reference to the hotspot click T3/r7/2018-07-01.txt.gz:{chan ch=tech}Flidjit Tech: makes sense. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: the string needs to match the function name at the very elast T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: least T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: arguments weren't done quite right on your end, but you can just not worry about the arguments in this case T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: when you define a function in Lua, you don't tell it what value you want to go in yet. you just tell it what you want to name the value that will inevitably show up when it gets called T3/r7/2018-07-01.txt.gz:{chan ch=tech}Flidjit Tech: sp T3/r7/2018-07-01.txt.gz:{chan ch=tech}Flidjit Tech: oops T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: so you had s T3/r7/2018-07-01.txt.gz:{chan ch=tech}Long Time Fiendish Tech: mushclient questions answered here T3/r7/2018-07-01.txt.gz:{chan ch=tech}Zhalut Tech: what start day of the week do you guys see in most databases, is it sun or mon? T3/r7/2018-07-01.txt.gz:{chan ch=tech}RowBoat Robbo Tech: Sunday. T3/r7/2018-07-01.txt.gz:{chan ch=tech}Zhalut Tech: i get to pick which to use at my place. postgres seems to like monday, with the iso std T3/r7/2018-07-02.txt.gz:{chan ch=tech}Sheriff Shindo Tech: does the show this room command in the mushclient mapper also include custom exits for the current room? T3/r7/2018-07-02.txt.gz:{chan ch=tech}Huko Tech: My client gets really laggy sometimes, any known reason why? Like, I will run smooth for 5 seconds, then itll hault and send everything at once T3/r7/2018-07-02.txt.gz:{chan ch=tech}Deepstar Tech: might be network related T3/r7/2018-07-02.txt.gz:{chan ch=tech}Huko Tech: Is there a command in mapper thatll make rooms show their roomcodes? T3/r7/2018-07-02.txt.gz:{chan ch=tech}Sheriff Shindo Tech: define roomcodes T3/r7/2018-07-02.txt.gz:{chan ch=tech}Huko Tech: when moving etc, not when i check specifically T3/r7/2018-07-02.txt.gz:{chan ch=tech}Huko Tech: ID: 58 on mapper thisroom T3/r7/2018-07-02.txt.gz:{chan ch=tech}Huko Tech: and it shows the exit roomcodes etc T3/r7/2018-07-02.txt.gz:{chan ch=tech}Sheriff Shindo Tech: you mean the uid for each room, not unless you write something to do that self T3/r7/2018-07-02.txt.gz:{chan ch=tech}Huko Tech: okie dokie T3/r7/2018-07-02.txt.gz:{chan ch=tech}Viri Tech: imagine aardwolf on alexa! T3/r7/2018-07-02.txt.gz:{chan ch=tech}Zatoichi Tech: i'm trying to make my first trigger, i'm not sure why it's not working. in mushclient, where it says trigger, i have "fountain" and for send i have T3/r7/2018-07-02.txt.gz:{chan ch=tech}Zatoichi Tech: "drink fou" T3/r7/2018-07-02.txt.gz:{chan ch=tech}Zatoichi Tech: so basically it looks for fountain, and makes me drink T3/r7/2018-07-02.txt.gz:{chan ch=tech}Zatoichi Tech: that's the idea anyway T3/r7/2018-07-02.txt.gz:{chan ch=tech}Flidjit Tech: if there is stuff before or after the word you are looking for you use * to say that it could be anything T3/r7/2018-07-02.txt.gz:{chan ch=tech}Tech: [Outlaw] Mendaloth crosses his arms and nods slowly and sagely to Flidjit. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Zatoichi Tech: ahhh, so the trigger should be *fountain* T3/r7/2018-07-02.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Yes by default the triggers and aliases are ANCHORED. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Flidjit Tech: yeah but now if anybody says the word fountain it will trigger your drink fou T3/r7/2018-07-02.txt.gz:{chan ch=tech}Flidjit Tech: something to keep in mind T3/r7/2018-07-02.txt.gz:{chan ch=tech}Zatoichi Tech: hmmm true T3/r7/2018-07-02.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: You could trigger off the thirsty message, but I've found you can just drink as part of yoru quest complete alias and never have to worry about it. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Zatoichi Tech: not sure what anchored meansa T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: mushclient questions answered here T3/r7/2018-07-02.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: How do you make text blink? T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: You close and open your eyes rapidly. T3/r7/2018-07-02.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: At what rate? T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: why is the black color not a think here? T3/r7/2018-07-02.txt.gz:{chan ch=tech}Comrade Raded Tech: when do we get pictures, fiendish T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: CPR rate. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: like this https://github.com/fiendish/aardwolfclientpackage/commit/795f896468abea5df6d45940f0498bc1a1437175 T3/r7/2018-07-02.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Ahh, so Staying Alive? T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Khadaji: It is, just not MUD side. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods at A Nimwit Bamboo. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: yeah, why not mud side? T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Khadaji: why can you not color things black, you mean? T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Because most clients have black backgrounds, so black text on black backgrounds would be ridiculous. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: it's not BLACK, it's usually quite dark T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: you can make dark blue if you want. that's pretty dark T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: You do have this color though. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Raded: pictures of what? T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: only if the other person has it enabled T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: seegray is oddly not on by default T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: that color is what pretty much everything in the game is colored with T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: why can i see the black color on the item titanic metastasis T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: that must be mud side T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: what black color? T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: is it x232? T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Again, closest to "black" here is this color, which is really gray. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: let me check T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Highlight the item, ctrl+d, and paste it to text. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: darkest T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: #444444 T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Oo, that IS darkest. I like that, Fiendish. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: color 256 will show T3/r7/2018-07-02.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: I still think that dark blue is darker though. or at least harder to read T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Khadaji: Do what I said, so we can see precisely what color code Aard is sending. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: By far, it is harder to read. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Tech: Quepasa rapidly nods twice at Long Time Fiendish, in complete agreement. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: sis T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: THIS COLOR T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: that's x232 T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: 238 T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: oh wait T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: 238 T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: why are some items in my inventory that color, but i can't use that color via color codes T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: You can. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: it's not , what is it? T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: @d T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Type @x238I want to type in this color T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: I guess 232 and 238 are the same color because of me T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: can that be settable when restringing items as well? T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: It's a valid color code, so yes. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: Awesome, thanks. :) T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: if you want to know why none of the colors are darker, it's because Lasher made it so that we don't have colors so dark that you can't clearly read them on a black background T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: and then I took the color nudges and put them in the aardwolf mushclient color handling code T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: yeah, no worries, in my opinion that color isn't very dark. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Khadaji: 'help xterm' for the @x color codes T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: thanks fiendish T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Khadaji: If you type 'color 256', you can use the 3 digit code to match any of those colors listed. Side note: make sure you fill it out to 3 digits (so 016, 001, etc). T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: if you compare the original xterm cube against the color values we use here, you'll find that the really dark ones have been made less dark T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: you don't need to fill out 3 digits T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: x16 and x016 are the same T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Fiendish: You don't need to, but it's better if you do. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Otherwise, if you're trying to color digits, then it'll eat any digits until it's 3 digits long. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Long Time Fiendish Tech: haha yes that is true T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: For instance, @x161,000 would return ,000 instead of 1,000 T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: Hey for some reason on mushclient i can get my disarm trigger working.. i wanna set it up so any weapon that i use when it gets disarmed it will pick it up and put it back on, can anyone help me? T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: cant* T3/r7/2018-07-02.txt.gz:{chan ch=tech}Rauru Tech: get all;wear all T3/r7/2018-07-02.txt.gz:{chan ch=tech}Crimzon Tech: get an aard weapon then wear All of T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: it wont trigger T3/r7/2018-07-02.txt.gz:{chan ch=tech}Rauru Tech: what is the trigger line T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: ^DISARMS you and sends your (.*?) flying$ T3/r7/2018-07-02.txt.gz:{chan ch=tech}Rauru Tech: line probably doesnt start with disarms T3/r7/2018-07-02.txt.gz:{chan ch=tech}Endymion Tech: ^ = line start, and that wont start with DISARMS T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: That's why. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: then the send command is get %1 and wear %1 T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Plus, do you even have it checked regex? T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: And don't do %1, because it won't work. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: yea T3/r7/2018-07-02.txt.gz:{chan ch=tech}Rauru Tech: get %1 won't necessarily use the correct keyword of the weapon. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: ah ok T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: so go get all wear all? T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: so my trigger should be "DISARMS you and sends your * flying? T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: No. T3/r7/2018-07-02.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: ^* DISARMS YOU ....$ T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Honestly, just do *DISARMS you* T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: tech ok T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: alright T3/r7/2018-07-02.txt.gz:{chan ch=tech}Endymion Tech: but then im gonna have to mess with his triggers T3/r7/2018-07-02.txt.gz:{chan ch=tech}Endymion Tech: i dont want to T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: ok so i put *DISARMS you* and in the send box i put get all wear all T3/r7/2018-07-02.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Don't do that T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: get id of weapon then? T3/r7/2018-07-02.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Do a better trigger line T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: which would be? T3/r7/2018-07-02.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: ^* DISARMS YOU and sends your * flying!$ T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: ahh ok T3/r7/2018-07-02.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: If that's the disarm message. Not too sure T3/r7/2018-07-02.txt.gz:{chan ch=tech}Endymion Tech: ^.+ DISARMS you and sends your .+ flying!$ T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: it is T3/r7/2018-07-02.txt.gz:{chan ch=tech}Crimzon Tech: wonder how many triggers you just set off T3/r7/2018-07-02.txt.gz:{chan ch=tech}Endymion Tech: or T3/r7/2018-07-02.txt.gz:{chan ch=tech}Endymion Tech: ^.+ DISARMS you and you struggle not to drop your weapon!$ T3/r7/2018-07-02.txt.gz:{chan ch=tech}Endymion Tech: its a *little* better than the one you had T3/r7/2018-07-02.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Wonder if: ---> ^* DISARMS you <---- is enough T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: It is. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: As long as they have regex checked. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Endymion Tech: sure if you dont mind discussions like this setting off your trigger T3/r7/2018-07-02.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: It has the start of line character though ( ^ ) T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Except that doesn't matter. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Why? Because * matches everything. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Deepstar Tech: DISARMS YOU T3/r7/2018-07-02.txt.gz:{chan ch=tech}Old School Durel Tech: that doesn't matter because it still accepts anything at the beginning of the line T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: So it doesn't matter if it's anchored or not. T3/r7/2018-07-02.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Ahh right T3/r7/2018-07-02.txt.gz:{chan ch=tech}Tech: Deepstar peers around himself intently. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Side note, intentionally setting off triggers like that is illegal, Deepstar. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: send command that yours uses Endymion is Get %1? or get (weapon) T3/r7/2018-07-02.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: get all;wear all T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Or just save yourself the trouble and buy the Aardwolf Bracers of Iron Grip. T3/r7/2018-07-02.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Most advanced players don't have this problem T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: im planning on it lol but i have to get them at lvl 1 T3/r7/2018-07-02.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Also, practice power grip when you're able T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: yea i have that but not high enough lvl as im campaigning right now T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Haha, I have my DISARM trigger, and forgot about it, and did tech -h 30 and it set it off. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Kyrrosk Tech: ok thanks guys laters T3/r7/2018-07-02.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Crowley, that's illegal! T3/r7/2018-07-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Your face is illegal in 203 countries. Thailand is just trying to determine where you fit in. T3/r7/2018-07-02.txt.gz:{chan ch=tech}Khadaji Tech: I came into the wrong part of the conversation. T3/r7/2018-07-02.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: The middle. It's always the middle T3/r7/2018-07-02.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers softly. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: are there any doors labeled door, in terms of opening them, at low level. ie open north doesn't work but open door does. trying to write the custom exit handler for doors in blowtorch but can't use fiendish's approach of using coroutines T3/r7/2018-07-03.txt.gz:{chan ch=tech}Endymion Tech: yes T3/r7/2018-07-03.txt.gz:{chan ch=tech}Endymion Tech: no T3/r7/2018-07-03.txt.gz:{chan ch=tech}Endymion Tech: wait, i don't know T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: endy.... T3/r7/2018-07-03.txt.gz:{chan ch=tech}Endymion Tech: i bet open door works a lot T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: yes but can you then go door to go in it's direction? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: I'm trying to find the exceptions I'll have to deal with T3/r7/2018-07-03.txt.gz:{chan ch=tech}Endymion Tech: hmm, when you say labeled T3/r7/2018-07-03.txt.gz:{chan ch=tech}Endymion Tech: like, (down) is a closed door T3/r7/2018-07-03.txt.gz:{chan ch=tech}Endymion Tech: down T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: i know there are some doors that you can't say open e, you have to say open door T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: firebird is one that springs to mind, and i think zodiac has one T3/r7/2018-07-03.txt.gz:{chan ch=tech}Endymion Tech: i have 2 listed in cexits T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: not firebird, firenation T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: so it really is exceptional, right, no need to kill kyself dealing with it T3/r7/2018-07-03.txt.gz:{chan ch=tech}Endymion Tech: i have 1 in citadel and 1 in annwn T3/r7/2018-07-03.txt.gz:{chan ch=tech}Endymion Tech: i have 1 in citadel and 1 in annwn T3/r7/2018-07-03.txt.gz:{chan ch=tech}Endymion Tech: oops T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: it's all good T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: tech does incomplete healing give an sfail tag, when you cast on someone else and it doesn't fail? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: in mushclient, i think it's room notes, does it show up etween the room name and description? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Flidjit Tech: anybody know where I can find a list of aardwolf messages, and what they mean for triggers? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: on the wiki T3/r7/2018-07-03.txt.gz:{chan ch=tech}Borg Tech: Flidjit, most of the messages from aard need to be manually gathered T3/r7/2018-07-03.txt.gz:{chan ch=tech}(object) Daak Tech: http://www.aardwolf.com/wiki/index.php/Main/MudMessages T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: and if you want spelltag triggers see help spelltags T3/r7/2018-07-03.txt.gz:{chan ch=tech}Flidjit Tech: Thanks Daak. Thats what I needed. Thanks guys T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: to delete entries from a table do you require different file permissions? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: compared to adding items T3/r7/2018-07-03.txt.gz:{chan ch=tech}Endymion Tech: no T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: it was my client or something, it had the db locked, restarting blowtorch fixed it T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: it wouldn't update tables either T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: in mushclient, if you try to run the custom exit delete function in a maze, for example nenukon, does it also spew out errors? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Endymion Tech: nope T3/r7/2018-07-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: poopy T3/r7/2018-07-03.txt.gz:{chan ch=tech}Flidjit Tech: is the crap the NPCs say coming in on a certain channel? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Zebulac Tech: yeah, mobsay I think T3/r7/2018-07-03.txt.gz:{chan ch=tech}Flidjit Tech: thanks T3/r7/2018-07-03.txt.gz:{chan ch=tech}Flidjit Tech: just can't seem to figure out how to omit multiple lines, between two tags, from the main dialoge. Like the room description. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Rauru Tech: make your trigger for those lines omit from output? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Flidjit Tech: I don't know what you mean, but I just don't want the room description in the main dialoge. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Rauru Tech: if you're not capturing it for anything there is the 'brief' command T3/r7/2018-07-03.txt.gz:{chan ch=tech}Flidjit Tech: hmmmm. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Flidjit Tech: ok thanks. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Flidjit Tech: If I had a function that was taking in 1 line at a time what is the syntaxt in the code for omitting the line I am currently evaluating? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Flidjit Tech: something like this.line.omit T3/r7/2018-07-03.txt.gz:{chan ch=tech}Rauru Tech: if your trigger is made using the AddTriggerEx() function, one of the arguements is trigger_flag.OmitFromOutput T3/r7/2018-07-03.txt.gz:{chan ch=tech}Rauru Tech: if you're doing it in xml, i forget. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Flidjit Tech: sweet. Easy enough. Thanks. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Khadaji Tech: the dinv organize thing is massively broken T3/r7/2018-07-03.txt.gz:{chan ch=tech}Old School Durel Tech: Khadaji: It's possible something is broken with dinv organize, but I'm not aware of any issues. What problem are you hitting? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Flidjit Tech: so If I put all my codeq i T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: mushclient questions answered here T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: but get em in quick, because I'm kinda sleepy T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: How do I make everything but the text blink? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: rofl T3/r7/2018-07-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Told you, blink your eyes fast. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: you do the opposite of this https://github.com/fiendish/aardwolfclientpackage/commit/795f896468abea5df6d45940f0498bc1a1437175 T3/r7/2018-07-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Er, close and open your eyes rapidly. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: I think you type alt f4 T3/r7/2018-07-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Fiendish: Didn't a while back ASCII map or the GMCP mapper colorize the room names if they were PK? I thought they had, but they no longer do. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: yes. I know. if you want to test a possible fix... https://raw.githubusercontent.com/fiendish/aardwolfclientpackage/795f896468abea5df6d45940f0498bc1a1437175/MUSHclient/worlds/plugins/aard_ASCII_map.xml T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: taking the red out of the room name is an unfortunate consequence of miniwindow themes, because the frame body could be also red and then the room name would be invisible T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: and I don't know enough color theory yet to deal with that T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: so I figured what if I just cycle multiple colors T3/r7/2018-07-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Interesting... it flashes from white to yellow to red in a cycle. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: technically it flashes default to yellow to red T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: where the default changes depending on the theme T3/r7/2018-07-03.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: With themes, why not add an additional modifiable color option for PK rooms? That way, if someone sets the field to 'red', they can set the PK_Text field to white, or whatever. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: that's very specific T3/r7/2018-07-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: It is, for sure. But being an integral part of mapping, is it wrong to be specific in this case? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: I'd prefer a more automatic approach if it can be helped. I mean, it's not like you're going to spend all day in pk rooms, and I only really need substitutes for red in two cases, 1) it's not readable because of the background, 2) it's not different from the default text color T3/r7/2018-07-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: I actually wrote a script as a contrast picker that display readable text and their corresponding ratio. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: think it would work? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Well, it's rudimentary right now, was using it to pick out color schemes, and I only have it as "text" rather than background, but the inverse would work, too. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: https://i.imgur.com/QJwHZFs.png --> that's the output. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: The higher the ratio, the better the readability. 21:1 is the best ratio. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Obviously white on black or black on white is a 21 ratio. T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Ask here about S&D, Khadaji T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: plz no T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: What's S&D? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: guessing a plugin called seek and destroy. T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Ask Fiendish! T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: for campaigning T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: He knows a little about mush T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: heh... T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: But don't expect too much from him T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: I know who Fiendish is. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: I know a little about mushy heads T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: I build plugins. T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Whay kind of plugins do you build? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: Whatever kind of plugins I need, I guess. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: But I haven't built anything for this mud yet, as I'm new here. T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Like blinking text n some other cool stuff? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: I'm familiar with Fiendish through Nick's Forum. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: Nod, Bamboo. T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Fiendish, you're a celeb T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: Fiendish and I created the world's most complex blinking plugin a few years ago, but the Mushclient couldn't handle it: even to this day. T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Gimme dried booger to sell on ebay for millions plz T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: Gimme something shiny. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: You don't need plugins at all. T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: So you wrote plugins for other muds? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: There is absolute zero NEED for plugins. Plugins are a luxury, not a necessity. T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Or another mud? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: Confirmed. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: I have. :) T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: Other muds. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: I am a celeb T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: You are, for your little click drag things. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: and MAYBE for other things. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: like, maybe more important things. T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Could you write a plugin that gets item identify info and prints it to a channel? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: (Aarchaeology) Collection Satchel [1245732054] [lv201] [0] T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: I think we need plugins T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: There is already a plugin for that. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Tech: Mr. Crowley's shifty eyes dart back and forth. T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Yeah but not public! T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: What do you mean? T3/r7/2018-07-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Sure there is. T3/r7/2018-07-03.txt.gz:{chan ch=tech}Emile Khadaji Tech: Do you need the link? T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I'm not actualy on mush, so no... but thanks! T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: But yeah, get started with campaigns for more qps T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Otherwise, eqsearch is your friend T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: bamboo is a client traitor T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: He really is T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Fiendish T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Go to bed T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: I'm waiting for Dwwynn to tell me funny jokes T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: And let me tell you this is not an exciting wait T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: You should all tell Dwwynn to tell me funny jokes. T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I did my part T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: I hope your part was telling Dwwynn to tell me funny jokes. T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: It was T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: But we're haggling atm, so shush T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Dwwynn tells you 'I hooe he's paying you handsomely to harass me' T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: This isn't harassment! T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Dwwynn tells you 'And whatever he's paying, I'll double it!' T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: It's hazing. There's a difference. T3/r7/2018-07-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I gotta say, pretty sweet deal. Double nothing! T3/r7/2018-07-03.txt.gz:{chan ch=tech}Long Time Fiendish Tech: It's supposed to be double OR nothing. T3/r7/2018-07-04.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Not both! T3/r7/2018-07-04.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Not with Dwwynn, it isn't! T3/r7/2018-07-04.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Double and nothing! Take it and leave it! T3/r7/2018-07-04.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Listen buddy, it's my way and the highway. T3/r7/2018-07-04.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: With Dwwynn, it's take it and leave it T3/r7/2018-07-04.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Fiendish, come to the tintin side pls kthxbye T3/r7/2018-07-04.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: We need clix and drags here T3/r7/2018-07-04.txt.gz:{chan ch=tech}Long Time Fiendish Tech: You can click and drag in titnint. THat's how you highlight text. T3/r7/2018-07-04.txt.gz:{chan ch=tech}Long Time Fiendish Tech: back on the subject of plugins T3/r7/2018-07-04.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Like S&D? T3/r7/2018-07-04.txt.gz:{chan ch=tech}Long Time Fiendish Tech: some of my favorite mushclient code does things that most people probably don't even know about T3/r7/2018-07-04.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Well most people don't really code T3/r7/2018-07-04.txt.gz:{chan ch=tech}Alevana Tech: Hello, anyone here? T3/r7/2018-07-04.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Always better to ask your question with specifics. T3/r7/2018-07-04.txt.gz:{chan ch=tech}Alevana Tech: Hello, anyone here? T3/r7/2018-07-04.txt.gz:{chan ch=tech}Alevana Tech: I woul'd like to know something about the wait command for mapper cexit, I'm trying to set up cexit to get inside ANNWN. T3/r7/2018-07-04.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: What would you like to know about the wait command? T3/r7/2018-07-04.txt.gz:{chan ch=tech}Alevana Tech: I want to do something like this: mapper cexit give 6000 gold to inn, wait (5), wear mask, open w, w, wait (10). Where instead of , I use a double smicolon. T3/r7/2018-07-04.txt.gz:{chan ch=tech}Alevana Tech: But it seems I didn't use the wait command right. T3/r7/2018-07-04.txt.gz:{chan ch=tech}Ghaan Tech: Not sure about mush or whatever you use, but I guess it sends the command in one go - it doesn't "wait" in the proper room - you'd need to implement something to wait when it runs into the proper room and only then it waits. At least my client would behave this way. T3/r7/2018-07-04.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: What's the last wait for? T3/r7/2018-07-04.txt.gz:{chan ch=tech}Alevana Tech: The last wait is for being teleported by the harbormaster T3/r7/2018-07-04.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Two waits in a speedwalk won't work. The mapper execute the entire speedwalk at once, so all it is doing is doing two waits and sending the entire path at the same time. T3/r7/2018-07-04.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Will just tweet Larry T3/r7/2018-07-04.txt.gz:{chan ch=tech}Super Star Pleiades Tech: leisure suit larry in the land of the lounge lizards? T3/r7/2018-07-04.txt.gz:{chan ch=tech}DudeOnline Tech: I havent played that game in years T3/r7/2018-07-04.txt.gz:{chan ch=tech}Tech: Super Star Pleiades grins evilly. T3/r7/2018-07-04.txt.gz:{chan ch=tech}DudeOnline Tech: Lol. I'm going to check if there's a mobile version T3/r7/2018-07-04.txt.gz:{chan ch=tech}Quadrapus Tech: Any HTML gurus around? T3/r7/2018-07-04.txt.gz:{chan ch=tech}Quadrapus Tech: I have a quick question about a specific webpage I am trying to download and parse via a script T3/r7/2018-07-04.txt.gz:{chan ch=tech}Tech: Super Star Pleiades prods you into action! T3/r7/2018-07-04.txt.gz:{chan ch=tech}Tech: we use https://imacros.net/ for stuff like that T3/r7/2018-07-04.txt.gz:{chan ch=tech}Quadrapus Tech: interesting, thank you T3/r7/2018-07-04.txt.gz:{chan ch=tech}Quadrapus Tech: If anyone has time to take a look, I'm trying to select 'Active' from the biotechnology drop down via the URL. Webpage is http://www.nlvpartners.com/portfolio/ T3/r7/2018-07-04.txt.gz:{chan ch=tech}Tech: you mean biopharm? T3/r7/2018-07-04.txt.gz:{chan ch=tech}Tech: if I'm reading this right, it shouldn't be too hard, although you'd need to have an ID-to-name lookup table... T3/r7/2018-07-04.txt.gz:{chan ch=tech}Quadrapus Tech: Gotchya, thanks Abe T3/r7/2018-07-04.txt.gz:{chan ch=tech}Tech: take a glance at http://mikeride.chaosnet.org/abelinc/pix/ActiveBiopharm.png T3/r7/2018-07-04.txt.gz:{chan ch=tech}Super Star Pleiades Tech: when are you gonig to paris? T3/r7/2018-07-04.txt.gz:{chan ch=tech}Quadrapus Tech: Yeah biopharma T3/r7/2018-07-04.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: my mapper doesn't seem to be using my manor portal, i've used them manually just in case they needed to be put back in, but no luck, using mushclient, any ideas? T3/r7/2018-07-04.txt.gz:{chan ch=tech}Sheriff Shindo Tech: did you add home as a custom portal? T3/r7/2018-07-04.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: i don't think so T3/r7/2018-07-04.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: that worked T3/r7/2018-07-04.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: thanks T3/r7/2018-07-04.txt.gz:{chan ch=tech}Sheriff Shindo Tech: np T3/r7/2018-07-04.txt.gz:{chan ch=tech}Tech: mark your "home" portal as a recall portal, so that it'll only be tried in rooms that can be recalled from T3/r7/2018-07-04.txt.gz:{chan ch=tech}Aimbot TrEz Tech: has anybody done paypal integration, what's a good way to hide the client id T3/r7/2018-07-04.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: You can never completely hide it. It has to be transmitted to Payapl somehow T3/r7/2018-07-05.txt.gz:{chan ch=tech}Borg Tech: Does Titan's rooms(first area) change if they are pk on repop or is my mapper just messing up and hiding the [**PK**] tag on me? T3/r7/2018-07-05.txt.gz:{chan ch=tech}Emile Khadaji Tech: Anybody have a solid link for S&D? T3/r7/2018-07-05.txt.gz:{chan ch=tech}Emile Khadaji Tech: The ones I'm trying to download are broken. T3/r7/2018-07-05.txt.gz:{chan ch=tech}Libel Liber Tech: finger starling T3/r7/2018-07-05.txt.gz:{chan ch=tech}Sheriff Shindo Tech: starling has the least broken version of s&d T3/r7/2018-07-05.txt.gz:{chan ch=tech}Mr. Crowley Tech: Most up to date, as it were. T3/r7/2018-07-05.txt.gz:{chan ch=tech}Libel Liber Tech: I'm still using one of the previous versions from starling. not the last T3/r7/2018-07-05.txt.gz:{chan ch=tech}Emile Khadaji Tech: thanks T3/r7/2018-07-05.txt.gz:{chan ch=tech}Chevalier Tech: Can anyone reccomend a http proxy server? T3/r7/2018-07-05.txt.gz:{chan ch=tech}Trachx Tech: what is the chance that after 1 disk (part of RAID-10) failed (or rather changed state to failure predicted) after replacement will fail again ? T3/r7/2018-07-05.txt.gz:{chan ch=tech}Mr. Crowley Tech: " T3/r7/2018-07-05.txt.gz:{chan ch=tech}Chevalier Tech: All my files are AES 256 bit encrypted :) T3/r7/2018-07-05.txt.gz:{chan ch=tech}Chevalier Tech: The only place my password is, is in my head, so the CIA won't spy on me T3/r7/2018-07-05.txt.gz:{chan ch=tech}Endymion Tech: is there a command to view what a clan's pup/level message is? T3/r7/2018-07-05.txt.gz:{chan ch=tech}Metzli Tech: You can use info -h powerups, or claninfo 2 T3/r7/2018-07-05.txt.gz:{chan ch=tech}Metzli Tech: Only works for your clan though T3/r7/2018-07-05.txt.gz:{chan ch=tech}Endymion Tech: ok i thought there was something like that but couldnt recall it. thanks T3/r7/2018-07-06.txt.gz:{chan ch=tech}Nefarius Tech: does anyone know of an easy way to turn trigger groups on and off in mush client T3/r7/2018-07-06.txt.gz:{chan ch=tech}Sheriff Shindo Tech: with an alias the use triggergroupenable, check the exact format on gammon's site T3/r7/2018-07-06.txt.gz:{chan ch=tech}Nefarius Tech: thank you T3/r7/2018-07-06.txt.gz:{chan ch=tech}Sheriff Shindo Tech: it might be EnableTriggerGroup T3/r7/2018-07-06.txt.gz:{chan ch=tech}Seifer Tech: any techies online wanna teach me all the in's and out's of triggers/alias/so on? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Feranesa Tech: is there an alternative somewhere for basts stats plugin, i like the fucntionality but not the entire plugin suite? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Feranesa Tech: hmm i removed basts plugins but now my map windows is not updating any idead where to look ? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Crimzon Tech: prolly plugins enable mush T3/r7/2018-07-06.txt.gz:{chan ch=tech}Tehngion & Tehngion Tech: is there a tags option for identify? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: Hello. Anyone able to give me a hand about Dinv's Inventory? T3/r7/2018-07-06.txt.gz:{chan ch=tech}(object) Daak Tech: What do you need? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: Mine keeps giving a "DINV fence #" error, then "Skipping statBonus "stats" request: timeout and it gags my game. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: I install, reinstall and sometimes refresh and it fixes temporarily. T3/r7/2018-07-06.txt.gz:{chan ch=tech}(object) Daak Tech: That I don't know about, you might try sending Durel a personal note about it T3/r7/2018-07-06.txt.gz:{chan ch=tech}(object) Daak Tech: Haven't had any issues with dinv myself T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: I'll send him a persnal note once the error occurs again and see if he can give me a hand. Thank you nonetheless :) T3/r7/2018-07-06.txt.gz:{chan ch=tech}(object) Daak Tech: For the reinstall, have you also cleared out the state file? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: I have no clue how to do such thing, but I'll try. T3/r7/2018-07-06.txt.gz:{chan ch=tech}(object) Daak Tech: in the worlds/plugins/state directory, you'll have a file that'll be like a9a8a8a8a9a9a8a9a0-88c86ea252fc1918556df9fe-state.xml and a folder tiled 'dinv-88c86ea252fc1918556df9fe' T3/r7/2018-07-06.txt.gz:{chan ch=tech}(object) Daak Tech: might try to uninstall the plugin then delete those files (backup first), you'll need to restart the dinv process as if it was fresh T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: Ohhh boy. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: Will do that later on, thank you :) T3/r7/2018-07-06.txt.gz:{chan ch=tech}BodyPillow Shala Tech: Does anyone have a good link to a pup/level timer plugin? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Mr. Crowley Tech: Doesn't Bast's stat monitor do that? T3/r7/2018-07-06.txt.gz:{chan ch=tech}BodyPillow Shala Tech: I'm not sure does it? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Mr. Crowley Tech: I don't know, that's why I asked you. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Feranesa Tech: it does for the last 5 T3/r7/2018-07-06.txt.gz:{chan ch=tech}BodyPillow Shala Tech: I dont really use any of the Bast stuff, i'll poke around em. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Trachx Tech: I think my first had 8 mb ram or maybe even 16, after that I upgraded it one day to 40 (or 48) mega and that was good enough then T3/r7/2018-07-06.txt.gz:{chan ch=tech}Trachx Tech: today my PC has 8 GB RAM, and it seems I should upgrade it again to 48 or so T3/r7/2018-07-06.txt.gz:{chan ch=tech}Feranesa Tech: is there a way in mush to see which triggers are firing ? T3/r7/2018-07-06.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Print a message when a trigger fires T3/r7/2018-07-06.txt.gz:{chan ch=tech}Feranesa Tech: i would if i knew which ones were firing T3/r7/2018-07-06.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Did you write them? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Endymion Tech: ctrl-alt-t will enable trace mode T3/r7/2018-07-06.txt.gz:{chan ch=tech}Feranesa Tech: i have 22 firing from plugins apparently trying to identify which ones T3/r7/2018-07-06.txt.gz:{chan ch=tech}Comrade Raded Tech: you can turn on trace but if you're running any scripts it's going to be really spammy T3/r7/2018-07-06.txt.gz:{chan ch=tech}Endymion Tech: its spammy but shows that kind of info T3/r7/2018-07-06.txt.gz:{chan ch=tech}Feranesa Tech: thanks Endymion thats what i was looking for T3/r7/2018-07-06.txt.gz:{chan ch=tech}Tech: Endymion gives Comrade Raded the raspberry... PHBT! What a mess... Spit EVERYWHERE! T3/r7/2018-07-06.txt.gz:{chan ch=tech}Quadrapus Tech: Anyone mind taking a look at this web page and helping me out for a second? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Quadrapus Tech: The page is: https://www.venrock.com/portfolio/ T3/r7/2018-07-06.txt.gz:{chan ch=tech}Quadrapus Tech: I'm trying to get only the Therapeutics-Biologic (under the healthcare drop down) when I load the URL T3/r7/2018-07-06.txt.gz:{chan ch=tech}Quadrapus Tech: Any advice? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Rauru Tech: do mushclient aliases have a sequence number T3/r7/2018-07-06.txt.gz:{chan ch=tech}Long Time Fiendish Tech: mushclient questions answered here T3/r7/2018-07-06.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Rauru: yes T3/r7/2018-07-06.txt.gz:{chan ch=tech}Super Star Pleiades Tech: my mushclient sometimes gets stuck, when I return to my computer after 40-50 minutes T3/r7/2018-07-06.txt.gz:{chan ch=tech}Super Star Pleiades Tech: what do you suggest I do T3/r7/2018-07-06.txt.gz:{chan ch=tech}Rauru Tech: how do you set the sequence number T3/r7/2018-07-06.txt.gz:{chan ch=tech}Long Time Fiendish Tech: stuck how T3/r7/2018-07-06.txt.gz:{chan ch=tech}Super Star Pleiades Tech: input isnt processed as far as I can tell T3/r7/2018-07-06.txt.gz:{chan ch=tech}Rauru Tech: oh setalias, nvm T3/r7/2018-07-06.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Rauru: https://www.gammon.com.au/scripts/doc.php?function=SetAliasOption T3/r7/2018-07-06.txt.gz:{chan ch=tech}Super Star Pleiades Tech: e.g. hitting enter produces a carriage return and nothing else T3/r7/2018-07-06.txt.gz:{chan ch=tech}Super Star Pleiades Tech: disconnect/reconnect seems to be the only way to solve this T3/r7/2018-07-06.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Fiendish - you ever finish the Minwindow helper plugin to allow plugin makers to make easily make them? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Mendaloth: negative :( T3/r7/2018-07-06.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I swear you said it was close! T3/r7/2018-07-06.txt.gz:{chan ch=tech}Long Time Fiendish Tech: did I say that? It probably is T3/r7/2018-07-06.txt.gz:{chan ch=tech}Long Time Fiendish Tech: I did made it easy-ish to add scrollbars and textboxes T3/r7/2018-07-06.txt.gz:{chan ch=tech}Long Time Fiendish Tech: that part got done T3/r7/2018-07-06.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Ooooh, is that documented? All I really need is a textbox. T3/r7/2018-07-06.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: By textbox I mean a few lines of text.... T3/r7/2018-07-06.txt.gz:{chan ch=tech}Long Time Fiendish Tech: it might depend on what you want the text for T3/r7/2018-07-06.txt.gz:{chan ch=tech}Long Time Fiendish Tech: my text box is selectable and stuff, like the communication log T3/r7/2018-07-06.txt.gz:{chan ch=tech}Long Time Fiendish Tech: tell you what, though. tell me what your desired interface would be and I can probably make it happen T3/r7/2018-07-06.txt.gz:{chan ch=tech}Long Time Fiendish Tech: function interface, not user interface T3/r7/2018-07-06.txt.gz:{chan ch=tech}Tech: [Outlaw] Mendaloth sits down and thinks deeply. T3/r7/2018-07-06.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Mainly just want a way to display a few lines of text, preferably style it and colorize it. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Tech: Long Time Fiendish nods. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Pleiades: windows or wine? T3/r7/2018-07-06.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: And not have it scroll, but to clip if it's too long and allow the user to resize it... T3/r7/2018-07-06.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I could do it with Basts helper functions pretty easy.... T3/r7/2018-07-06.txt.gz:{chan ch=tech}Super Star Pleiades Tech: windows T3/r7/2018-07-06.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I just like solution built into default Mushclient. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Mr. Crowley Tech: We just need a miniwindow wizard. type 'miniwiz' to generate text boxes, and then the miniwindow script is generated based on your responses. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Long Time Fiendish Tech: just T3/r7/2018-07-06.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Pleiades: try hammering the windows and alt keys a few times and see if it helps T3/r7/2018-07-06.txt.gz:{chan ch=tech}Mr. Crowley Tech: Ball peen hammers work best. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Mr. Crowley Tech: At least for small jobs like this. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: Hello! How do I set my academy portal to be used as a recall instead of the recall command? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: mapper help portals T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: Yeah, I read it but it confuses me. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kylia Tech: And you might not want to do it. Some places you can recall out of, but not portal T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: That's why I asked here. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: been there. which part is confusing? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: this is why bounceportal and bouncerecall exist kylia T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: But what about the spell word of recall? Can it be used instead of recall too? I still don't have it because of my level, but I'll soon. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: The whole part of setting the ITEM as a portal to the room I marked as recall is the confusing part. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: i personally dont have that setup since, like you said you only get it at a certain level (and certain classes) T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: ok so, what a lot of people do is set up a client-side alias that gets the portal out of a bag, holds it, enters it, re-wears your hold item and then puts the portal back in the bag T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kylia Tech: you could get stuck in a room, when you're out of mana to cast word, or, as you suggest, you're too little to use it. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Nohh Tech: if you use dinv, it has a handy function (dinv portal use ) to automatically equip/use a portal which works well with mapper.. or you could set up your own aliases Alevana T3/r7/2018-07-06.txt.gz:{chan ch=tech}Emile Khadaji Tech: My Dinv is horribly horribly broken. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: i havent even touched dinv, seems like a LOT of setup T3/r7/2018-07-06.txt.gz:{chan ch=tech}Emile Khadaji Tech: It infinite loops easily and often if you put a minlevel and maxlevel on one container and do the same on another. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: thats a bug khadaji, you should report it :p T3/r7/2018-07-06.txt.gz:{chan ch=tech}Emile Khadaji Tech: Like, if I put 20-40 on one container, and 60-80 on one container, it infinite loops. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: on the tech forum T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: My dinv is too, I have it disabled because of it. But I do have 'rc1' to get my portal, hold, enter, re-eqp my dual or hold item and put the portal back in the bag. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: not the bugs forum... T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: ok so, go to recall and type: mapper portal rc1 T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: this is a garbage can right? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Emile Khadaji Tech: and when I slept to cancel the infinite loop it fed me the ENTIRE DATABASE. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Emile Khadaji Tech: Like, thousands and thousands of lines. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Emile Khadaji Tech: Nuked my entire scrollback. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: How can I test it? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: or better yet, type rc1 then type mapper portal rc1 T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: my rc1 also has "D" to go down of the academy to the original recall too. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Nohh Tech: test it by going somewhere and then running 'mapper goto 32418' (which should use the portal to get you back to recall) T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: that should be fine T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: Cool! Now, what'd be the case to use other portals? For example, the amulet of planes. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: youll also want to setup your bounceportal and bouncerecall for the situation kylia mentioned earlier T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: oh... how do I set up that? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: same idea, make alias, use alias, mapper portal alias T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: when you type mapper portals itll give you a list with the ID of each portal T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: you should have at least the recall command and one other portal (rc1) T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: I do have both. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: if you look at the # column youll see a number, for the bouncerecall type mapper bouncerecall <# of rc1> T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: so mapper bouncerecall 1 or whatever number it is T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: and the same for bounceportal except youll use the # for the recall command you have configured as a portal T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: It's saying Portal #2 is not a recall portal, I must choose a mapper portal that uses either the recall or home command. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: i got that backwards T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: oh, you have to set it as a recall portal first.. so use mapper portalrecall <# of recall command> T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: then flip what i said before around... T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: so rc1 should be your bounceportal and the recall command will be your bouncerecall T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: so mapper portalrecall 2 (rc1) and mapper bounceportal 1 (recall)? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: mapper portalrecall 1 (probably) T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: and mapper bouncerecall 1 and then mapper bounceportal 2 T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: Which one should be the bounceportal and bouncerecall again? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: i had it backwards before T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: Lets try it out. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: the bounce's will take effect if you end up in a noportal or norecall room, mapper will try the other one to get you out but only after it figures out its a noportal or norecall room T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: So, mapper goto 32418 (recall) uses my portal instead of recall, that makes rc1 be used prior to recall command, right? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: Therefore, will it use recall command if the room is noportal? T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: i want to say mapper prefers portals over recall commands. but if youre in a noportal room itll use the recall command T3/r7/2018-07-06.txt.gz:{chan ch=tech}Tech: Kobus nods. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: it wont just do it automatically though itll have to have seen that that room is noportal (by trying to portal out and failing) T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: Good! I'll try to set up amulet of plantes and other portals once I get to the right levels. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: Thanks a lot, Kobus :D T3/r7/2018-07-06.txt.gz:{chan ch=tech}Tech: Alevana bows before Kobus. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: yep, if you know the room id where the room goes to you can set it up without having to go to the room first T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: the portal goes* T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: If it's in Gaardian data base it'll be easy. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: that command is 'mapper fullportal', at the bottom of the first section of mapper help portals T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: so I'd use mapper fullportal get amulet of planes, hold it, enter, change to my weapon or hold set up, put amulet in my bag, the room id, lvl 50 or whatever. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: I should learn how to set variables on mush so I don't have to manually change aliases for different weapons and all potions buying and etc, but I'm too lazy for that. T3/r7/2018-07-06.txt.gz:{chan ch=tech}Kobus Tech: itd be like mapper fullportal aardamulet XXXXXXX XX T3/r7/2018-07-06.txt.gz:{chan ch=tech}Alevana Tech: Once again, thanks a lot, Kobus :) T3/r7/2018-07-06.txt.gz:{chan ch=tech}Tech: Kobus licks Alevana. T3/r7/2018-07-07.txt.gz:{chan ch=tech}Tehngion & Tehngion Tech: my GMCP is no longer updating after getting kicked for being AFK, already restarted my client. any ideas? T3/r7/2018-07-07.txt.gz:{chan ch=tech}Bladesinger Tech: does anyone know much about mushclient window placement? T3/r7/2018-07-07.txt.gz:{chan ch=tech}Emile Khadaji Tech: How can I copy text and have the color code attach with the copy? T3/r7/2018-07-07.txt.gz:{chan ch=tech}Mr. Crowley Tech: ctrl+d T3/r7/2018-07-07.txt.gz:{chan ch=tech}Mr. Crowley Tech: Of course, that's only an Aardwolf Package MUSHclient feature. :p T3/r7/2018-07-07.txt.gz:{chan ch=tech}Genos Tech: I am looking for help from a coder, can anyone help? T3/r7/2018-07-07.txt.gz:{chan ch=tech}Sheriff Shindo Tech: what language and to so what? T3/r7/2018-07-07.txt.gz:{chan ch=tech}Genos Tech: C# T3/r7/2018-07-07.txt.gz:{chan ch=tech}Sheriff Shindo Tech: thats not gcc, you're on your own T3/r7/2018-07-07.txt.gz:{chan ch=tech}Algaru Tech: language-specific issue or general question? T3/r7/2018-07-07.txt.gz:{chan ch=tech}Mr. Crowley Tech: Just ask your question rather than say you're looking for help. T3/r7/2018-07-07.txt.gz:{chan ch=tech}Genos Tech: I downloaded something from GitHub and am having issues compiling it T3/r7/2018-07-07.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: A little bit more specific perhaps T3/r7/2018-07-07.txt.gz:{chan ch=tech}Mr. Crowley Tech: I started up my car and I'm having problems with it. Can anyone help? T3/r7/2018-07-07.txt.gz:{chan ch=tech}Tech: A bright, shiny gold halo appears over Mr. Crowley's head. T3/r7/2018-07-07.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Did you change the blinker fluid T3/r7/2018-07-07.txt.gz:{chan ch=tech}Mr. Crowley Tech: No, but I changed the radio fluid. T3/r7/2018-07-07.txt.gz:{chan ch=tech}Mr. Crowley Tech: Radio works crystal clear now. T3/r7/2018-07-07.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Then the problem is definitely the steering wheel T3/r7/2018-07-07.txt.gz:{chan ch=tech}Mr. Crowley Tech: What's a steering wheel? Do I even have one? T3/r7/2018-07-07.txt.gz:{chan ch=tech}Algaru Tech: i think you guys scared him off T3/r7/2018-07-07.txt.gz:{chan ch=tech}Algaru Tech: or her T3/r7/2018-07-07.txt.gz:{chan ch=tech}Mr. Crowley Tech: Mission success? T3/r7/2018-07-07.txt.gz:{chan ch=tech}Emile Khadaji Tech: Got a serious bug in my S&D, it's wrecking all of the shopkeep lists T3/r7/2018-07-07.txt.gz:{chan ch=tech}Emile Khadaji Tech: On every single item, *** Missing default start room - :::Manicula Sutta::: T3/r7/2018-07-07.txt.gz:{chan ch=tech}Emile Khadaji Tech: Actually, it may be the mapper? T3/r7/2018-07-07.txt.gz:{chan ch=tech}Emile Khadaji Tech: Just disabled S&D and it's still broken. T3/r7/2018-07-07.txt.gz:{chan ch=tech}Emile Khadaji Tech: It's the mapper extender. T3/r7/2018-07-07.txt.gz:{chan ch=tech}Emile Khadaji Tech: Has anybody ever come across this bug? T3/r7/2018-07-07.txt.gz:{chan ch=tech}Emile Khadaji Tech: Cool, thanks. T3/r7/2018-07-07.txt.gz:{chan ch=tech}Rauru Tech: manicula sutta? T3/r7/2018-07-07.txt.gz:{chan ch=tech}Mr. Crowley Tech: Actually, to fix that bug, just do area keyword T3/r7/2018-07-07.txt.gz:{chan ch=tech}Mr. Crowley Tech: Should fix it, anyway. T3/r7/2018-07-07.txt.gz:{chan ch=tech}Sivak Tech: so why do I turn on both firewall deny in and out on kali linux T3/r7/2018-07-07.txt.gz:{chan ch=tech}Sivak Tech: I have out but plea said do both T3/r7/2018-07-08.txt.gz:{chan ch=tech}Zhalut Tech: anyone know how to use the callplugin feature in comms window but to have it also add the timestamp as the prefix? i can send to comms easily but there is no time T3/r7/2018-07-08.txt.gz:{chan ch=tech}Rauru Tech: is it possible for sound triggers to play when mush isnt focused T3/r7/2018-07-08.txt.gz:{chan ch=tech}Emile Khadaji Tech: Yes. T3/r7/2018-07-08.txt.gz:{chan ch=tech}H2O Walker Anaristos Tech: that's up to windows. the short answer is no. T3/r7/2018-07-08.txt.gz:{chan ch=tech}H2O Walker Anaristos Tech: if it does then it has the focus. T3/r7/2018-07-08.txt.gz:{chan ch=tech}Xyliz Tech: a program running in the background should be able to notify the user of events T3/r7/2018-07-08.txt.gz:{chan ch=tech}H2O Walker Anaristos Tech: the saving grace for mush is that it doesn't matter which window is active for the client, the entire application has focus. T3/r7/2018-07-08.txt.gz:{chan ch=tech}H2O Walker Anaristos Tech: that's not what he asked, xyliz. T3/r7/2018-07-08.txt.gz:{chan ch=tech}Tech: Brun focuses for a minute. T3/r7/2018-07-08.txt.gz:{chan ch=tech}H2O Walker Anaristos Tech: but, when the trigger fires, the client will get the focus. T3/r7/2018-07-08.txt.gz:{chan ch=tech}H2O Walker Anaristos Tech: so the long answer is: probably. T3/r7/2018-07-08.txt.gz:{chan ch=tech}H2O Walker Anaristos Tech: it is simple to test. T3/r7/2018-07-08.txt.gz:{chan ch=tech}Rauru Tech: if i echo my trigger that plays a sound, then quickly click another window, the sound never plays T3/r7/2018-07-08.txt.gz:{chan ch=tech}H2O Walker Anaristos Tech: have you let it play at all? T3/r7/2018-07-08.txt.gz:{chan ch=tech}Libel Liber Tech: on win10 it works just fine: it fires when not focused, and doesn't retrieve focus T3/r7/2018-07-08.txt.gz:{chan ch=tech}Rauru Tech: It plays when I have focus. Also i am using win10. T3/r7/2018-07-08.txt.gz:{chan ch=tech}Libel Liber Tech: it obviously playes when focus is on. the question is: doesn't it play when focus is off? T3/r7/2018-07-08.txt.gz:{chan ch=tech}Rauru Tech: PlaySound(1, "bonus_item.wav", false, 0, 0) T3/r7/2018-07-08.txt.gz:{chan ch=tech}Libel Liber Tech: hmm, I simply used the "play sound" option from the dialogue T3/r7/2018-07-08.txt.gz:{chan ch=tech}Rauru Tech: it doesn't T3/r7/2018-07-08.txt.gz:{chan ch=tech}Libel Liber Tech: try that, maybe it uses some other play sound api T3/r7/2018-07-08.txt.gz:{chan ch=tech}H2O Walker Anaristos Tech: when Fiedish comes back online talk to him about it. T3/r7/2018-07-08.txt.gz:{chan ch=tech}H2O Walker Anaristos Tech: I'd be interested in the answer :) T3/r7/2018-07-08.txt.gz:{chan ch=tech}Rauru Tech: seems to work with Sound() but not with PlaySound() T3/r7/2018-07-08.txt.gz:{chan ch=tech}Braun Tech: so my mushclient version has a bunch of sound files seemingly ready (or at least properly named), how do I enable them by default? T3/r7/2018-07-08.txt.gz:{chan ch=tech}Rauru Tech: i think its aard_soundpack.xml T3/r7/2018-07-08.txt.gz:{chan ch=tech}Braun Tech: qq T3/r7/2018-07-08.txt.gz:{chan ch=tech}Braun Tech: How do I enable the aardwolf soundpack? I tried restarting (turning it of and back on again). T3/r7/2018-07-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: type spmute T3/r7/2018-07-08.txt.gz:{chan ch=tech}Braun Tech: Awesome, here's another one. Is it possible to use variables in mapper fullportal commands? Example: get academy @portalbag;wear academy;enter;put academy @portalbag? T3/r7/2018-07-08.txt.gz:{chan ch=tech}Libel Liber Tech: I have no idea. but why would you need to make that a variable? use an alias instead T3/r7/2018-07-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: You're better off using an alias to do everything you want, then you can modify just one alias when things change. T3/r7/2018-07-08.txt.gz:{chan ch=tech}Sheriff Shindo Tech: in mush that is exactly how you use them, just check the expand variable box T3/r7/2018-07-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: For example, my alias is: port *, where it gets the argument out of whatever bag I set, wears it, enters, then rewears whatever portal I wear at that location. T3/r7/2018-07-08.txt.gz:{chan ch=tech}Braun Tech: Okie dokie! Thanks everyone! T3/r7/2018-07-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: I'm almost certain you cannot use variables in the fullportal command, though. T3/r7/2018-07-08.txt.gz:{chan ch=tech}Sheriff Shindo Tech: yes but you can use an alias, ie useportal irresistible, to go to telsa and set that as the portal command T3/r7/2018-07-08.txt.gz:{chan ch=tech}Libel Liber Tech: you can use the "wear all" command and forget about remembering whatever it was you wore previously. get item bag, wear it, enter, remove it, put item bag, wear all T3/r7/2018-07-08.txt.gz:{chan ch=tech}Long Time Fiendish Tech: mushclient questions answered here T3/r7/2018-07-08.txt.gz:{chan ch=tech}Braun Tech: There was a question about sound in unfocused windows last night. T3/r7/2018-07-08.txt.gz:{chan ch=tech}Long Time Fiendish Tech: https://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=10465 T3/r7/2018-07-08.txt.gz:{chan ch=tech}Crimzon Tech: fidjet just had me download a chat. it it downloaded.6a T3/r7/2018-07-08.txt.gz:{chan ch=tech}Crimzon Tech: 60 gigs supposably. maybe Mbps but not 60 Gb T3/r7/2018-07-08.txt.gz:{chan ch=tech}Crimzon Tech: is it a virus or what T3/r7/2018-07-08.txt.gz:{chan ch=tech}Super Star Pleiades Tech: prolly sivak T3/r7/2018-07-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: supposably is not a word. T3/r7/2018-07-08.txt.gz:{chan ch=tech}A Relevant Celebrity Tech: pussodesly T3/r7/2018-07-08.txt.gz:{chan ch=tech}Super Star Pleiades Tech: your not a word T3/r7/2018-07-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: and not 60 GB, I promise you. T3/r7/2018-07-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: you're* T3/r7/2018-07-08.txt.gz:{chan ch=tech}Crimzon Tech: yes it is T3/r7/2018-07-08.txt.gz:{chan ch=tech}Crimzon Tech: supposably speaks for itself. just like aint isnt a word. liars T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: How hard would it be to make a duff counter for my bags and to add it to a window? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: potion trackers are a thing, not sure who has one T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: try mendaloth, bast or arcidayne T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: abelinc might even have one listed in all his stuffs T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: okie dokie looking T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: abelinc doesnt have one, but i found something that might have it in the overall T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: but building the counter is the easy part, the miniwindow you can find examples of all over T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: wonder if my potato brain could put together one T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: and the bast pot quaffer reports to gt but with a tiny bit of tweaking you could make a fake tracker channel T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: mendaloth has the fake tracker channel plugin T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: wasnt sure what that was T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: Didnt know bast had an quaffer T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: it creates a fake channel, that uses echo, to report stuff to your comms window, instead of send it to gt or another real channel T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: Had a quaffer all this time and didnt know T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: well, now you do know, good luck with it T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: thanks, ill be back in 4 years when i put something together T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: I was thinking of just having a window, and whenever I look in my bag, it updates it with how many (?) i got T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: seems simple enough T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: that is, as long as you always use the same potion, or have a way of updating the potion T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: When all plugins are loaded, will they pull from all commands, or do I need commands within? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: like can i pull a varaible from another script T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: they are all in their own little boxes, unless you use GetVariable and SetVariable T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: Okay. Also invdata doesnt group em, just spams 60 of them :P T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: then use invsort T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: and you can even use that when you are sleeping T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: cool, lots of tools for plugin makers i dont know about T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: ANyone know what type of coding language Zmud and Mudmaster used? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: Do you guys know if miniwin_example in Bast is just a blank window? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: Nevermind T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: Where do you go about getting the ID that these plugins use T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: tfw plugin wizard does half this shit im trying to figure out what it means T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: i guess created by plugin wizard is a good tip to look there T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: Is there a way to get a simple quantity of things in your inventory without having the Glow etc? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: the Bast potions quaffer. I want to add a window to the script and display the number of potions. But when I load the script with the window code, there is an error code T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: Does that mean I put it in the wrong spot, or what? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Veritheia Tech: is there a "play sounds even when mushclient doesn't have focus" option somewhere? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Nohh Tech: Veritheia, https://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=10465 T3/r7/2018-07-09.txt.gz:{chan ch=tech}Veritheia Tech: thanks! T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: I did something and lost all my alias', I might have put them all in a plugin from the wizard, anyway to fix it? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: if you can locate the file, you can do File->Import T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: any alias or trigger should get loaded back into mush by doing that T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: Youre a lifesaver, thanks! T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: hey can i report a glitch T3/r7/2018-07-09.txt.gz:{chan ch=tech}Fatal FrostBite Tech: I'm listening. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: did you see the same black cat again? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Belfarious Tech: lol T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: now you're gonna be stuck in a PK room with noportal and no exits T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: Im on version 1.1.3 android .there is a scrolling issue .the page jumps up about 20 lines when i tap the screen to scroll. Also I Cant See what im typing until after i start a new word.also iF i try to edit a word in thr middle of a sentence it will let me delete it but not add Letters T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: the app is gone From the playstore in the usa for now So i Cant update it T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: sorry but here is not the place to report client glitches T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: the newbie chAnnel said to come here T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: those newbs dont know anything T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: XD T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: yeah, sorry, but there's nothing we can do to "fix" client bugs T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: you could try Blowtorch maybe? I dunno what client you are using now T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: i tried that it doesnt work T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: i need a certaIn network setting T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: what do you mean certain network setting? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: exactly .its hella complicated T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: Most apps have their email on playstore if you want me to get it for ya, I can look T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: please do. I cant see the aardwolf app on the playstore so i cant see the email T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: I see no aardwolf app on playstore T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: and we're back to the point where he said its not on app store :p T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: OH T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: -20 T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: i just downloaded blowtorch . It says "no connections.new connections can be made with the buttons below" So i tap a button then it askS for a port number And The host nsme T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: you're not trying to play from Russia thru Canadian servers, are you? Those *could* be blocked by Hillary. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Redryn Tech: see help port T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: try aardwolf and look for happygoat studios T3/r7/2018-07-09.txt.gz:{chan ch=tech}Redryn Tech: help ports T3/r7/2018-07-09.txt.gz:{chan ch=tech}Redryn Tech: aardmud.org, 4010 T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: aardmug.org 7777 T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: if you are looking for the android app for mudding, look for bkowtorch in the app store T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: thats too confusing. T-T T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: it's not confusing T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: i dont underdtsnd whst numbers go where T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: you have an app. now put in IP/port T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: there is also a set of notes from nocilis in the tech forum, explainig how to get the latest version T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: That will work T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: the Latest version T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: send the link to the forum.please T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: type forum tech T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: then note read 7663 T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: the link in there would probably solve all my lifes problems but i cant click it bc of the freaking scrolling issue T3/r7/2018-07-09.txt.gz:{chan ch=tech}Braun Tech: copy paste? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: i cant. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: the whole screen jumps 20 lines when i press and hold T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: move to a quiet room and turn off all channels T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: its not the channels T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: are we ignoring the fact that he "cant use blowtorch" because IP and port is too confusing to figure out? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: my app is a big old buttcheek T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: you can also screenshot the write it down on paper T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: you're trying to upgrade his blowtorch when he cant get it going T3/r7/2018-07-09.txt.gz:{chan ch=tech}Braun Tech: haha, write it down on paper? What is this? The stone age!? :D T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: oh i thought that was for the aardwolf app T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: okay nevermind T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: the "aardwolf app" is an old old old old old version of blowtorch T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: and stop calling me a he >< T3/r7/2018-07-09.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Shirley you mus tbe joking? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Braun Tech: Yes, Sir! I mean.. Ma'am! T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: but this one opens aardwolf without the special code T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: it cannot get that one to work, and it cannot get the IP/port input to the newest blowtorch T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: ok. go to aardwolf.com T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: straighten it out, crimzon T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: look at play game and find the ip port. enter that instead of aardmud.org T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: right or wrong T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: hold om lemme get my laptop T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: im not egen a tech T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: wow your phone is crippled and you have chosen not to pull out laptop so far. we cant help you if you cannot help yourself T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: even T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: hes the best we got T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: no i keep the best to myself T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: also if that doesnt work. open port 7777 with the password on your antivirus T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: should work T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: my favorite was when they blocked yahoo back in the day T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: yeah my android firewall blocks ports all the time T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: we opened www.yahoo.eu T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: soooo frustrating T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: im on the aardwolf page T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: you said find the port T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: play game T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: does it matter the client T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: you would do best to find a Blowtorch walk thru, so you can use it to get your phone connected T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: i was told aard first came out on phones. then moved to computers T3/r7/2018-07-09.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: No you're just trolling us. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Huko Tech: it never played better than on the 97 cell phones T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: its true. I told him that T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: lol sounds like fun. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: i mean its not true, but its true i told him that T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: cut me some slack .im using a dusty ass ancient Android phone running oreo 8.0 T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: it barely stoll turns on XD T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: lol want me to fix it? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: once you figure out how to put an IP and port into Blowtorch, only then will slack be cut for it T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: to find the port i go to the editor T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: no T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: open blowtorch and after aardmud.org pick a port from the website T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: if you send your window credentials to crimzon, he can probably remote in and sort it out T3/r7/2018-07-09.txt.gz:{chan ch=tech}Tech: Crimzon dives from the shadows and TAGS Endymion. Endymion IS IT! T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: but... you'll need to send him your IP too T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: leveling T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: i dont remote T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: i opened it on my laptop and my phone crashed T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: i can fix the phone half assed T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: i wish T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: primary boot and cach clear T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: it would take a miracle to get my phone to do anything T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: 2607:fb90:950a:d570:d0c:a830:9bd2:560a theres the ip T3/r7/2018-07-09.txt.gz:{chan ch=tech}Redryn Tech: that's not an ip T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: lol hexa T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: are you kidding T3/r7/2018-07-09.txt.gz:{chan ch=tech}Zebulac Tech: 0h T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: T_T okay give me a second T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: i dont want to help. good luck guys T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: crimzon are you multiplaying out this situation? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: setting up your catfish account? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: 172.58.70.174 there we go T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: the boxes are display name , host name, and port number T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: where do i put the ip T3/r7/2018-07-09.txt.gz:{chan ch=tech}Crimzon Tech: yea. and bdsm and plentoffish and best of all is my underground network of super computers that bully into your computer to do my will T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: - T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: in display put aardwolf, in host aardwolf.org and port 4000 T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: okay T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: yay it worked T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: thanks T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: now you should have a button on the menu called aardwolf, click on it to connect T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: this is so much better.theres no typing issues or scrolling issues T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: and once you have your buttons setup, it is a nice way to play, on the move T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: i strongly suggest visiting bt.happygoatstudios.com and learning about how to do all the things to make life easier on blowtorch T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: ..uhh i dont know about buttons but if i can type thats good enough for me T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: you really want to learn about putting buttons on the screen, it makes life infinitely easier and it is easy T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mint Tech: i have a buttons tab and when i rotate my phone they come up but theyre in the way T3/r7/2018-07-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: but the basic buttons that come with blowtorch should be fine to start exploring with T3/r7/2018-07-09.txt.gz:{chan ch=tech}Qyx Tech: is there an easy way to put a pause of X seconds in an alias, etc.? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Braun Tech: the way I got around it was to create a trigger to send an echo and another trigger to activate on that echo. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Braun Tech: there is probably a better way than that, but for that it was a better solution to just waiting. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Qyx Tech: that's interesting. So you just kept it occupied for a little while. I seem to remember doing loops in basic many years ago when I wanted to make a pause. I suppose it is similar solution :) T3/r7/2018-07-09.txt.gz:{chan ch=tech}Libel Liber Tech: if you mean for cexits, there's a "wait(seconds)" command. the only place I needed a pause. for scripting, I have no idea T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: if you script a pause loop, mush will hang during that time T3/r7/2018-07-09.txt.gz:{chan ch=tech}Qyx Tech: now that's interesting. Cexits is one area I wanted a pause for. I'll make a note for that. I also wanted it for an alias. It's not the end of the world if I can't get it working. That's interesting Mush hangs like that. Thanks for all the input, everyone. That should be enough to keep me going :) T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: you can look into wait.make for Lua T3/r7/2018-07-09.txt.gz:{chan ch=tech}Qyx Tech: ah, while you're here, Endymion, I was trying to get the brep plugin to report things like weight and level. I'm guessing there's no quick cut and paste way of doing it -- I still haven't got round to learning lua properly and I can't fully follow the code. Ah, wait.make sounds interesting. I'll make some investigations :) T3/r7/2018-07-09.txt.gz:{chan ch=tech}Comrade Raded Tech: does a car battery recharge better at city speeds or highway speeds? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Emile Khadaji Tech: Highway speeds. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: highway speeds as the alternator is turning faster T3/r7/2018-07-09.txt.gz:{chan ch=tech}Tech: Comrade Raded crosses his arms and nods slowly and sagely. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Spublofe Tech: where is the blowtorch directory in Android? T3/r7/2018-07-09.txt.gz:{chan ch=tech}KnightLord Throxx Tech: I heard someone was working on updating Blowtorch, but haven't found any updates on playstore. is update somewhere else? n T3/r7/2018-07-09.txt.gz:{chan ch=tech}Spublofe Tech: anyone know why blowtorch crashes every time I press the plugins button? T3/r7/2018-07-09.txt.gz:{chan ch=tech}KnightLord Throxx Tech: cause its old, it also crashes if I try to cut/paste, so I dont T3/r7/2018-07-09.txt.gz:{chan ch=tech}Spublofe Tech: Hmm, I was hoping to get Shindo's mapper working, but this send to be an issue T3/r7/2018-07-09.txt.gz:{chan ch=tech}KnightLord Throxx Tech: also, just random crashes that lock up my phone, making me restart it. but otherwise, I like it T3/r7/2018-07-09.txt.gz:{chan ch=tech}KnightLord Throxx Tech: I have not seen any updates for BT itself T3/r7/2018-07-09.txt.gz:{chan ch=tech}Spublofe Tech: maybe I'll restart my phone and see if that's better T3/r7/2018-07-09.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Nocilis created/runs BT, btw T3/r7/2018-07-09.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: IIRC V2.1 is in beta, so you'd have to opt-in for Beta access. T3/r7/2018-07-09.txt.gz:{chan ch=tech}KnightLord Throxx Tech: ahh, I had my notes wrong, ty, I will ksg him T3/r7/2018-07-09.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: board tech; T3/r7/2018-07-09.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: board tech;note from nocilis T3/r7/2018-07-09.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: it's also now FOSS T3/r7/2018-07-09.txt.gz:{chan ch=tech}KnightLord Throxx Tech: ok, I could find where to opt in beta on app store, I will ... ok T3/r7/2018-07-09.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: https://developers.google.com/android/guides/beta-program T3/r7/2018-07-09.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: using rstat, whats the vnum of my room, manormount-366 or old vnum 0 or uid 50225? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Endymion Tech: i'm not 100% sure, but i believe either manormount-366 or 50225 will accomplish the same if doing upgrade note T3/r7/2018-07-09.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: yep, thats what i'm doing T3/r7/2018-07-09.txt.gz:{chan ch=tech}Frostpaw Tech: it's manormount-366 T3/r7/2018-07-09.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: thanks T3/r7/2018-07-09.txt.gz:{chan ch=tech}Rauru Tech: how do i save my miniwin position and load it T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: Hello guys from Tech. Anyone able to help me discover and fix a problem? My "where" command is not working. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Braun Tech: Have you tried turning it off and back on again? T3/r7/2018-07-09.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Not working how, exactly? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Braun Tech: I'm sorry I couldn't resist. How is it not working? What error message? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Fatal FrostBite Tech: mob or person? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: Now my Search and Destroy is fucket too... nice. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: Mob. T3/r7/2018-07-09.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: No cursing here please T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: I'm sorry... I'm just frustrated. T3/r7/2018-07-09.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Can you tell us a bit more T3/r7/2018-07-09.txt.gz:{chan ch=tech}Tech: Alevana apologizes profusely. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Braun Tech: it might help if you told us what client you are using, if you tried disabling your aliases and such. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: I'm using the mushclient from the mud. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: I tried disabling my aliases, yes T3/r7/2018-07-09.txt.gz:{chan ch=tech}Braun Tech: and your error message is "Mob"? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: It says "There is no ornery within Aardwolf." I tried different mobs too. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: And my S&D isn't working either, tried reinstalling it too. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: That's not the where command. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Fatal FrostBite Tech: sometimes the mob names are scrambled for gqs and cps. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: The mob's name is not ornery. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Braun Tech: are you in the same "area" as the mob? T3/r7/2018-07-09.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: You were doing a social, I think T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: That, too. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: But... how? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Maybe you have it aliased. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Type 'echocommands', then try 'where ornery' again. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: See what it says you actually sent to the MUD. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: It says that where is doind actually qw. I actually did change where to qw in an alias, but I have my aliases disabled and I deleted the alias. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: You can't make a MUDside alias that executes a MUSH-client alias. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: Oh... T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: So if you have a MUDside alias 'where', that's your problem. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: If you want to make 'where' work as 'qw', then you'll need to make it a MUSH alias, and set it to Execute. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Fatal FrostBite Tech: you kids and your scripts... back in my day, we went to another website to get speedwalks =P T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: I think that was it, yes. Thanks a lot! T3/r7/2018-07-09.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: Now... my S&D is actually blank, I tried to refresh it, check campaign again and etc... but the list doesn't appear. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Back in my day, they didn't have speedwalks on webites, so we had to learn everything or write it down! T3/r7/2018-07-09.txt.gz:{chan ch=tech}Tech: Fatal FrostBite grins evilly at Mr. Crowley. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: Back in my day that was how it was too. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yeah, it does that sometimes. It doesn't affect the functionality, just makes it to where you can't see it. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: Will it ever return? Maybe if I close the client? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Never did for me. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: Never returned or never went black? T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Never showed up in the first place. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: I just uninstalled the GUI and just used cp check. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: A quick "cp info" fixed it for me. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Tech: Mr. Crowley chuckles politely. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Alevana Tech: Thanks for all the help, Mr. Crowley. T3/r7/2018-07-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Quite welcome. T3/r7/2018-07-10.txt.gz:{chan ch=tech}Anny Tech: can vipmud turn on compression? T3/r7/2018-07-10.txt.gz:{chan ch=tech}Zhalut Tech: anyone familiar with vipmud and/or know if compression can be turned on (asking for a new player)? T3/r7/2018-07-10.txt.gz:{chan ch=tech}Nohh Tech: i tried to find out via google and all i found was posts saying that it doesn't, latest post being from 2016 T3/r7/2018-07-10.txt.gz:{chan ch=tech}Nohh Tech: though there may be some way to run it through an mccp proxy? T3/r7/2018-07-10.txt.gz:{chan ch=tech}Anny Tech: because my mushclient have a problem on chinese system T3/r7/2018-07-10.txt.gz:{chan ch=tech}Nohh Tech: What kind of problem is mushclient having? Might have an easier timing fixing that instead T3/r7/2018-07-10.txt.gz:{chan ch=tech}Anny Tech: can not auto change line, meaning a word may in the differenyt line T3/r7/2018-07-10.txt.gz:{chan ch=tech}Anny Tech: so it make read impossible, a word in different list T3/r7/2018-07-10.txt.gz:{chan ch=tech}Nohh Tech: post a screenshot maybe? T3/r7/2018-07-10.txt.gz:{chan ch=tech}Huko Tech: Do most plugins run off default prompt or other things?> T3/r7/2018-07-10.txt.gz:{chan ch=tech}Nohh Tech: not an expert but i don't think there's much if anything that the prompt could have that couldn't be gotten in a more reliable way.. so i guess 'other things' T3/r7/2018-07-10.txt.gz:{chan ch=tech}Huko Tech: what plugin adds the health/mana etc miniwindow in the default aardwolf client/ T3/r7/2018-07-10.txt.gz:{chan ch=tech}(object) Daak Tech: Aardwolf_Health_Bars T3/r7/2018-07-10.txt.gz:{chan ch=tech}Huko Tech: ty! T3/r7/2018-07-10.txt.gz:{chan ch=tech}(object) Daak Tech: That's for the one with the bars, if you want the stat window it's Aardwolf_Statmon T3/r7/2018-07-10.txt.gz:{chan ch=tech}Braun Tech: is there a quick way to configure the aardsound plugin or do I need to modify the xml file? T3/r7/2018-07-10.txt.gz:{chan ch=tech}Huko Tech: What is the plugin that mapper goto uses? My USB drive didnt transfer very properly so its random what works on :X T3/r7/2018-07-10.txt.gz:{chan ch=tech}Braun Tech: Ascii_mapper? Maybe? T3/r7/2018-07-10.txt.gz:{chan ch=tech}Huko Tech: that was miniwindow. it was gmcp or something mapper T3/r7/2018-07-10.txt.gz:{chan ch=tech}Nohh Tech: aard_gmcp_mapper.xml T3/r7/2018-07-10.txt.gz:{chan ch=tech}Huko Tech: tyty T3/r7/2018-07-10.txt.gz:{chan ch=tech}Crimzon Tech: so my phones so slow it takes forever to move T3/r7/2018-07-10.txt.gz:{chan ch=tech}Braun Tech: you try turning it off and then back on again? :D T3/r7/2018-07-10.txt.gz:{chan ch=tech}Crimzon Tech: did. rebooted cache ram from phone recovery. deleted all plugins and the folder it was in T3/r7/2018-07-10.txt.gz:{chan ch=tech}Crimzon Tech: im going to reinstall kn a second T3/r7/2018-07-10.txt.gz:{chan ch=tech}Crimzon Tech: brb T3/r7/2018-07-10.txt.gz:{chan ch=tech}Crimzon Tech: still laggy. i think its the beta aard T3/r7/2018-07-10.txt.gz:{chan ch=tech}Crimzon Tech: trying a difderent port T3/r7/2018-07-10.txt.gz:{chan ch=tech}Crimzon Tech: tried everything. no idea what to do here T3/r7/2018-07-10.txt.gz:{chan ch=tech}Braun Tech: try it on your friends phone? T3/r7/2018-07-10.txt.gz:{chan ch=tech}Crimzon Tech: best port for the beta testers? T3/r7/2018-07-10.txt.gz:{chan ch=tech}Crimzon Tech: no friendz =) T3/r7/2018-07-10.txt.gz:{chan ch=tech}Braun Tech: Aww :'( T3/r7/2018-07-10.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: The port shouldn't affect latency. T3/r7/2018-07-10.txt.gz:{chan ch=tech}Crimzon Tech: i think i deleted all the plugins. T3/r7/2018-07-10.txt.gz:{chan ch=tech}Crimzon Tech: fixed it T3/r7/2018-07-10.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: The lag? T3/r7/2018-07-10.txt.gz:{chan ch=tech}Braun Tech: How would I go about getting a log of all the text from a session in MUSHclient? T3/r7/2018-07-10.txt.gz:{chan ch=tech}Emile Khadaji Tech: go to file, log session T3/r7/2018-07-10.txt.gz:{chan ch=tech}Braun Tech: crud, I guess it has a buffer limit :P Thank you though! T3/r7/2018-07-10.txt.gz:{chan ch=tech}Emile Khadaji Tech: why does mapper extender do this T3/r7/2018-07-10.txt.gz:{chan ch=tech}Emile Khadaji Tech: asteriskasteriskasterisk Missing default start room - 1 a paddle on every single item listed in a shop T3/r7/2018-07-10.txt.gz:{chan ch=tech}Frostpaw Tech: type area keywords T3/r7/2018-07-10.txt.gz:{chan ch=tech}Frostpaw Tech: should fix that T3/r7/2018-07-10.txt.gz:{chan ch=tech}Emile Khadaji Tech: thansk!! T3/r7/2018-07-10.txt.gz:{chan ch=tech}Emile Khadaji Tech: I'm seeing coordinates on every single room now, is that normal T3/r7/2018-07-10.txt.gz:{chan ch=tech}Mannec Tech: out on a continent? T3/r7/2018-07-11.txt.gz:{chan ch=tech}Crimzon Tech: question. can the guy with the antennas be picking up phone games? T3/r7/2018-07-11.txt.gz:{chan ch=tech}Dillon Tech: is windows 8.1 any good? :p T3/r7/2018-07-11.txt.gz:{chan ch=tech}Sheriff Shindo Tech: hint, they moved straight to 10 rather than stick with it T3/r7/2018-07-11.txt.gz:{chan ch=tech}Dillon Tech: im one just to use ms office and mud that's all T3/r7/2018-07-11.txt.gz:{chan ch=tech}Sheriff Shindo Tech: personally, to do that I'd find a flovour of Linux you like, install open office and use wine to run mushclient or which ever client you like T3/r7/2018-07-11.txt.gz:{chan ch=tech}Cpt. Vellius Tech: Does anyone happen to know why MUSHclient(4.97) resets its output wrap value every time I open it? Is it just a bug that's fixed in later versions? T3/r7/2018-07-11.txt.gz:{chan ch=tech}Endymion Tech: this Netgear Genie app is using 19% of my CPU T3/r7/2018-07-11.txt.gz:{chan ch=tech}Endymion Tech: on an i7 6700HQ T3/r7/2018-07-11.txt.gz:{chan ch=tech}Endymion Tech: sheesh T3/r7/2018-07-11.txt.gz:{chan ch=tech}Spublofe Tech: is ft1 just not mappable or something? T3/r7/2018-07-11.txt.gz:{chan ch=tech}Frostpaw Tech: ft1 should be mappable T3/r7/2018-07-11.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Some of the rooms are mazes and won't be able to create a path too, but yeah generally most is mappable. T3/r7/2018-07-11.txt.gz:{chan ch=tech}Frostpaw Tech: that's what I meant to say but yeah T3/r7/2018-07-11.txt.gz:{chan ch=tech}Spublofe Tech: I just set up Shindo's blowtorch port of the mapper today, and it's like it just can't see the rooms in ft1... no where else is a problem so far T3/r7/2018-07-12.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Has there been any changes in mush's triggers, whatsoever? T3/r7/2018-07-12.txt.gz:{chan ch=tech}Braun Tech: is there a mushclient plugin that keeps the room description/exits viewable? T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Someone probably has one, but not public. You can view exits always on the ASCII map, though. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: You can create a mini-window to do that, though. I think Fjdijit or whatever his name is made one he might share. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Braun Tech: is there an easy way to pick and choose which sounds play with the aard soundpack plugin? T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Given your propensity to not thank the person who has helped you, or even acknowledge them, I refuse to answer any more of your questions, Braun. :P T3/r7/2018-07-12.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Thanks Crowley T3/r7/2018-07-12.txt.gz:{chan ch=tech}Tech: Mr. Crowley smirks. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Braun Tech: holy smokes sorry crowly, I didn't even see you answered my questions XD T3/r7/2018-07-12.txt.gz:{chan ch=tech}Tech: Turie cheers and sings... he is just BURSTING with joy! T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: I've answered a few of them, and you never said I word. I was heartbroken. :( T3/r7/2018-07-12.txt.gz:{chan ch=tech}Braun Tech: How can I make it up to you? T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Get Bamboo nuked, please. T3/r7/2018-07-12.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Yeah, please T3/r7/2018-07-12.txt.gz:{chan ch=tech}Tech: Mr. Crowley chuckles politely. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Epicly, Rezit Tech: Consider it done! T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Thank you, Rezit. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Braun: sphelp will tell you that you can change the default wav file with 'spset [event] wav filename.wav' T3/r7/2018-07-12.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Yeah I think my ban will come before winds actually open.. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Tech: A Nimwit Bamboo runs away in utter terror! T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Oh, that deserves an IP ban, on top of it. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Turie Tech: Winds is open? T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: No, Turie, that's the joke. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Tech: A Nimwit Bamboo comforts Turie. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Bamboo's saying he'll be banned long before Winds ever opens again. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Tech: Turie is OBVIOUSLY intoxicated... he burps loudly and passes out! T3/r7/2018-07-12.txt.gz:{chan ch=tech}Braun Tech: you're my hero Crowley! Thank you very much! T3/r7/2018-07-12.txt.gz:{chan ch=tech}Tech: Mr. Crowley grins evilly. T3/r7/2018-07-12.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: That gratitude! T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: As one of my favorite motivational speakers (and fellow coworker) used to say, "PUT SOME GRATITUDE IN THAT ATTITUDE!" T3/r7/2018-07-12.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Clevah! T3/r7/2018-07-12.txt.gz:{chan ch=tech}Braun Tech: I like it! T3/r7/2018-07-12.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Don't forget to say thanks, Braun T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Well, more accurately, "Put some gratitude in your attitude." First time he said it to me was when we were working at a developmentally challenge center, helping those with mental disabilities live life. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Tech: Braun has learned his lesson! (At least for the next five minutes) T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Roy Johnson is a good man, for sure. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Also, inb4 "Are you sure you were working there and not a resident?" T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: spset spouse wav nagnagnag.wav T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Er, mis. Don't tell my spouse. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Endymion Tech: can anyone explain to me why i was dumb enough to: for i = 1, os.time() do --something end T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Oh dear lord. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Epicly, Rezit Tech: does that make something go on forever? T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: It takes forever. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Turie Tech: Someone will... T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Os.time is 1531439980 as of my check a few seconds ago. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Endymion Tech: yeah >1.5bil lol T3/r7/2018-07-12.txt.gz:{chan ch=tech}Endymion Tech: i let mush go 10 mins before i closed it out hah T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Basically he just looped an action 1.5 billion times. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Epicly, Rezit Tech: mining bitcoin? :O T3/r7/2018-07-12.txt.gz:{chan ch=tech}Endymion Tech: total brain fart, i didnt think of the implication of what startin at 1 would do lol T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: What did you THINK was going to happen? It was going to be some low number?! T3/r7/2018-07-12.txt.gz:{chan ch=tech}Endymion Tech: hah i was thinking in terms of table count T3/r7/2018-07-12.txt.gz:{chan ch=tech}Endymion Tech: i did it with a variable set to os.date() so it was easier to mix up T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: ... but... but... then you'd have had to use #os.time()... but that still doesn't make sense. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: two questions, is the aardwolf tintin config supposed to have an extra pane with nothing but a bash prompt and what's the best way to gag chat from the main playing pane? T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: extra tmux pane* T3/r7/2018-07-12.txt.gz:{chan ch=tech}Zebulac Tech: there's stuff in it already to gag channels, sec T3/r7/2018-07-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: interesting, 12 people using Tintin. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: used to only use it at work but now i use it full time over mushclient T3/r7/2018-07-12.txt.gz:{chan ch=tech}Zebulac Tech: in general.tin at the top there is an action to gag channels, maybe it's commented out? T3/r7/2018-07-12.txt.gz:{chan ch=tech}Zebulac Tech: I don't remember what it's like by default T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: i don't see tech or newbie in there, thanks that's the answer! T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: test T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: sweet thanks that was it T3/r7/2018-07-12.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Did it work? T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: yeah T3/r7/2018-07-12.txt.gz:{chan ch=tech}Zebulac Tech: the tmux script starts bash in on of the panes, so I guess it's supposed to is the answer T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: as for the empty pane i'll assume it's just there in case you need to edit a file or something lol T3/r7/2018-07-12.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Gotta keep one window to work! T3/r7/2018-07-12.txt.gz:{chan ch=tech}Zebulac Tech: I only have the map in one and chat in another, I can't really think of anything else that would be even a little useful, though I rarely use the bash pane T3/r7/2018-07-12.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I have chat, minimap, and the regular mud output T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: i am a hellmoo player so i have no idea which of these panes are extraneous to me lol T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: i have a fun question for yall, i use alt+arrow keys to move since i don't have a numpad. i use macros like #macro {Ot}{w} to move. when using these macros the auto mapper will not update unless i use numpad keys or an AHK script to send n e w s T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: keycode got garbled just do alt left for the keycode example if needed T3/r7/2018-07-12.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: So you want alt+arrowkey to move, and it doesn't do that now? T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: it moves just fine but in my experience with hellmoo it doesn't update the map when i move lol T3/r7/2018-07-12.txt.gz:{chan ch=tech}Endymion Tech: its probably using Send instead of Execute T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: only numpad movement will or if i use an autohotkey script to sent alt+left as "w" it'll update the map T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: interesting T3/r7/2018-07-12.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: It should update the minimap. Any movement will receive gmcp event, and that will update the map T3/r7/2018-07-12.txt.gz:{chan ch=tech}Endymion Tech: hmm there is no Execute for macros sorry T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: i'm wondering if that will even be necessary at this point cuz if i'm not mistaken this tintin config already has a full map T3/r7/2018-07-12.txt.gz:{chan ch=tech}Zebulac Tech: the tintin map isn't nearly as pretty as the in game minimap T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: either way setting up the mapper in hellmoo is a bit of a nightmare (no gmcp) T3/r7/2018-07-12.txt.gz:{chan ch=tech}Endymion Tech: oh this isnt about mushclient, ignore me T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: lol T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: how do you open the ingame map? T3/r7/2018-07-12.txt.gz:{chan ch=tech}Zebulac Tech: the minimap is written to a file from triggers on the MAPSTART tag, it should update no matter how you move as long as the tags are on T3/r7/2018-07-12.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: The minimap in this tintin config is a straight grep from the minimap in the game T3/r7/2018-07-12.txt.gz:{chan ch=tech}Zebulac Tech: make sure automap is on T3/r7/2018-07-12.txt.gz:{chan ch=tech}Zebulac Tech: typing map will show it, automap will show it whenever you move T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: interesting T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: it is nice to see all this neat client support T3/r7/2018-07-12.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Yeah there's very few of us tintin'ers here heh T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: beats the hell out of tinyfugue T3/r7/2018-07-12.txt.gz:{chan ch=tech}Zebulac Tech: i wouldn't mud without it T3/r7/2018-07-12.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Oh we have tinyfugue expert here I think T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: tinyfugue was frustrating when i tried it it seems very arcane compared to tintin config T3/r7/2018-07-12.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Where did you guys get your config again? T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: github T3/r7/2018-07-12.txt.gz:{chan ch=tech}Zebulac Tech: cheezburger made some, info is in his finger T3/r7/2018-07-12.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Finger ixle. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: i think theixle has the updated repository T3/r7/2018-07-12.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Yeah the Ixle guy T3/r7/2018-07-12.txt.gz:{chan ch=tech}Borg Tech: does tin tin allow plugins? T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: yeah T3/r7/2018-07-12.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Sure - you can load files that have everything that you can do in tintin. T3/r7/2018-07-12.txt.gz:{chan ch=tech}Zebulac Tech: not first class plugins like mush does, but basically T3/r7/2018-07-12.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I've used Mush and tintin a lot. Built plugins for both, I'll take Mush scripting in a second! T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: color matching triggers in tintin++ is horrible T3/r7/2018-07-12.txt.gz:{chan ch=tech}Zebulac Tech: i modified tintin to execute the #script command async, so now external scripting is super nice T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: #config {convert meta} off T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: try that out for a second T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: on hellmoo it makes the game output 100% completely unreadable T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: convert meta on i mean T3/r7/2018-07-12.txt.gz:{chan ch=tech}Beaglebark Tech: on T3/r7/2018-07-13.txt.gz:{chan ch=tech}Khannon Tech: Hello tech gurus, I have quick question how do make regular expression trigger, ex. ** random text (wildcard) random text. - Those asterisks need to be there that's why I need it regular expression, I tried to do something, but seems I didn't it get it right T3/r7/2018-07-13.txt.gz:{chan ch=tech}Ghaan Tech: Escape, eg \*\* should help - that's your problem? T3/r7/2018-07-13.txt.gz:{chan ch=tech}Khannon Tech: ^\*\* random text (.*?) random text\.\$ - What's broke in this T3/r7/2018-07-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: don't escape the final $ T3/r7/2018-07-13.txt.gz:{chan ch=tech}Khannon Tech: Oh nvm, I don't know why I had \.\ end T3/r7/2018-07-13.txt.gz:{chan ch=tech}Ghaan Tech: ^\*\* random text (.*?) random text\.$ T3/r7/2018-07-13.txt.gz:{chan ch=tech}Ghaan Tech: yep, just wrote it :) T3/r7/2018-07-13.txt.gz:{chan ch=tech}Grilraald Tech: is there an ingame way to see a room id? if you don't have mapper (or any gcmp)? T3/r7/2018-07-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: i believe it only comes through via gmcp except when you use speed walks, I've seen it flash by then T3/r7/2018-07-13.txt.gz:{chan ch=tech}Grushnak Tech: Am I going crazy? I don't see anything in any of the mapper helps or 'mapper help portals' specifically which lets me set a portal bag? T3/r7/2018-07-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: i made my own alias, the you just set the alias with portal to use as the portal comman T3/r7/2018-07-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: ie mapper portal VP press T3/r7/2018-07-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: where VP is your portal alias T3/r7/2018-07-13.txt.gz:{chan ch=tech}Nohh Tech: or something like mapper portal dinv portal use T3/r7/2018-07-13.txt.gz:{chan ch=tech}Bladesinger Tech: basically got to embed a set of commands into an alias, and that alias is used in the mapper portal command T3/r7/2018-07-13.txt.gz:{chan ch=tech}Bladesinger Tech: the commands would be get , wear the portal, use the portal, wear the default portal, put the portal bag in the portalbag T3/r7/2018-07-13.txt.gz:{chan ch=tech}Grushnak Tech: I'll give it a shot. I'm just not remembering needing to do that :/ T3/r7/2018-07-13.txt.gz:{chan ch=tech}Nohh Tech: or you could use double-semicolons and just put the whole string of stacked commands after mapper portal.. but that'd be a big hassle to change T3/r7/2018-07-13.txt.gz:{chan ch=tech}Grushnak Tech: Nah, I'll do it the 'right' way. I'm just super confused because I really remember it being built in T3/r7/2018-07-13.txt.gz:{chan ch=tech}Nohh Tech: which is why i like using the dinv portal command with it, don't have to worry about changing bag variables or what offhand weapon/portal was previously equipped.. it handles all that... but then you're using dinv which i guess some people have some issues with, idk T3/r7/2018-07-13.txt.gz:{chan ch=tech}Grushnak Tech: So wait, how do you call the alias midline? T3/r7/2018-07-13.txt.gz:{chan ch=tech}Grushnak Tech: Or does your alias output call the mapper portal? T3/r7/2018-07-13.txt.gz:{chan ch=tech}Nohh Tech: you do mapper portal and the mapper plugin calls Execute(stuff).. so if you had an alias called doportal, you'd go to the destination room and 'mapper portal doportal' ... or the alias could take a parameter like useportal 1234 then you'd do 'mapper portal useportal 1234' T3/r7/2018-07-13.txt.gz:{chan ch=tech}Grushnak Tech: Ah, gotcha T3/r7/2018-07-13.txt.gz:{chan ch=tech}Grushnak Tech: Mapper Ninja has it built in, that's what I was thinking of T3/r7/2018-07-13.txt.gz:{chan ch=tech}Savyor Tech: when using s&d, a lot of the time clicking a mob, or using xrt area, will run me to a seemingly random room in the area, why is that? is there a way to specify that it go to the start of the area? T3/r7/2018-07-13.txt.gz:{chan ch=tech}Karlijn Tech: xset mark in the room you want it to start T3/r7/2018-07-13.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: mark the start T3/r7/2018-07-13.txt.gz:{chan ch=tech}Kobus Tech: you need to use xset mark to mark the first room as the starting room T3/r7/2018-07-13.txt.gz:{chan ch=tech}Savyor Tech: tyvm T3/r7/2018-07-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: there are times when you may want to not go to the first room, goldrush, soh are two such areas, where the portal and starting room differ T3/r7/2018-07-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: imperial nation and yurgach are another 2 T3/r7/2018-07-13.txt.gz:{chan ch=tech}Kobus Tech: in those situations i would just use my portal alias to get there then do your where for the mob T3/r7/2018-07-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: wouldn't tellig the mapper that those are the starting room you want to use be a safer option? T3/r7/2018-07-13.txt.gz:{chan ch=tech}Savyor Tech: i mean if you put the portal room as the starting room, and you have your portal in mapper wont it almost always find that as the shortest ? T3/r7/2018-07-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: savyor, that is what I think you should do T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: Anyone have direct link to Pwar s&d? T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: the manager does not work for me T3/r7/2018-07-14.txt.gz:{chan ch=tech}Grushnak Tech: So I changed the font in the 'output' section. I can live with the mapper windows, but is there a way to change the font of the 'Communication Log' and the input window? T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: You can right-click on all of them to change the font. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Grushnak Tech: Doi. Thanks! T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: The input window, you can change under Game->Configure->Commands and change it for the Command Window. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Well, the GMCP mapper (not the ASCII one), you'll have to click the star in the left top corner. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Grushnak Tech: Much better :D Normally I don't mind Courier New, but something about how it's rendered in this client makes my eyes hert T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: I personally prefer Monoid font. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: The other fonts typically aren't Courier New for the windows, but Dina font. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Tech: Old School Durel reminds Crowley to use Consolas T3/r7/2018-07-14.txt.gz:{chan ch=tech}Tech: Mr. Crowley reminds Durel there are features he asked for eons ago that haven't been implemented. :( T3/r7/2018-07-14.txt.gz:{chan ch=tech}Tech: Old School Durel must not have been able to read the change requests since they weren't written in Consolas :P T3/r7/2018-07-14.txt.gz:{chan ch=tech}Grushnak Tech: Ooh, I like Consolas. It's a bit dense on the smaller fonts, but readable T3/r7/2018-07-14.txt.gz:{chan ch=tech}Tech: Mr. Crowley knows Durel can set the font on his own so he can read it with ease. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Reason I like Monoid is due to the little dot in the zeroes. Programming font and all. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Old School Durel Tech: I can see the appeal of that, but that's why you pick the font you want in emacs when you do your development. *runs away* T3/r7/2018-07-14.txt.gz:{chan ch=tech}Tech: Mr. Crowley smirks. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: how do I tell what the room number is that I am in? T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Mapper thisroom T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: er, mapper thisroom T3/r7/2018-07-14.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: thanks! T3/r7/2018-07-14.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: You can also set it to display on the GMCP mapper. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Korissa Tech: how do I turn on the sounds for mush? I had to reinstall it and I can't remember what to type to get them working again T3/r7/2018-07-14.txt.gz:{chan ch=tech}Braun Tech: sphelp, I think you can turn them on with spmute? IIRC?? T3/r7/2018-07-14.txt.gz:{chan ch=tech}Korissa Tech: doing sphelp is what I spmute T3/r7/2018-07-14.txt.gz:{chan ch=tech}Korissa Tech: doing sphelp is what I spmute T3/r7/2018-07-14.txt.gz:{chan ch=tech}Korissa Tech: oops sorry T3/r7/2018-07-14.txt.gz:{chan ch=tech}Korissa Tech: that worked though thanks for your help T3/r7/2018-07-14.txt.gz:{chan ch=tech}Braun Tech: no problem :D T3/r7/2018-07-14.txt.gz:{chan ch=tech}Tech: Mr. Crowley's shifty eyes dart back and forth. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Tech: Mr. Crowley didn't teach that to anyone, noooo. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Braun Tech: Just be satisfied that I am a good pupil :D T3/r7/2018-07-14.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers softly. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: Anyway to trace things issuing commands? I have 4 plugins issuing a CP CH after I kill a campaign mob T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: do you have s&d installed? T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: Yeah. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: its probably that T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: Yeah, I want S&D to do it, but not whatever else is T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: oh you said 4 plugins are doing it? T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: thts weird, do you have AardBot installed? T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: Not sure what that is, I do not think so T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: hehe, it was a joke. what other plugins do you have. like can you name them? T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: i can really only see s&d issuing that command is why i ask T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: There is a lot, let me go through and see if I can remove random things that look rude T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: You can open up a trace log. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: just the ones youve done yourself is all T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: But it will be REALLY spammy. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: That would be perfect T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: How do I open that T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: its super spammy T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Game -> Trace, or Ctrl+Alt+T. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: that is really spammy T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: yea... T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: But if you know /when/ the trigger fires, you can turn it on JUST before the trigger fires, and then turn it off right after. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: I need that, but for past commands :P T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: You can manually set it off, too, with an echo of what fires. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: yea as soon as youre about to kill a mob you could hit that real quick and it will show what plugins are sending that command T3/r7/2018-07-14.txt.gz:{chan ch=tech}Endymion Tech: you could use a program like Notepad++ to search your plugin directory for "cp ch" and get a list of files T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: Is there anyway to emote the Campaign monster killed? Like an echo T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yep. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: I can just do that with trace up T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: i dont know of any plugins besides s&d that would send that. unless you have some other plugin that i dont know about T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: So I dont gotta time the trace perfectly T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: echo Congratulations, that was one of your CAMPAIGN mobs! T3/r7/2018-07-14.txt.gz:{chan ch=tech}Endymion Tech: bast broadcast does it T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: Yeah and I do got bast, I removed a few things pertaining to cps T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: bast broadcast sends cp check? T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Just do the echo like I said. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: It should be the only trigger firing the cp check. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: https://pastebin.com/SEN36ULD T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: 26 is the campaign echo T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: I removed Bast broadcast and miniwin CP, and I am down to 2 of 4 left T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: TRACE: Matched trigger cp_mob_killed_trigger TRACE: Matched trigger trg_cp_mob_dead TRACE: Executing trigger script "HandleCampaign" T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Those are the three triggers firing right off that. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: so i see cp_mob_killed_trigger, trg_cp_mob_dead and xcp_check T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: How do I narrow donw which plugin T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Now you can search your plugins for "cp_mob_killed_trigger", etc... T3/r7/2018-07-14.txt.gz:{chan ch=tech}Tech: Kobus nods at Mr. Crowley. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Get a program that can grep through folders. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Or files through folders. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Actually, I think it comes natively somehow, too. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: i know notepad++ can do it T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: Will do as Endymion said and use Notepad++ T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: I prefer grepWin myself for Windows. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Used to use that a LOT. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: kk got it, winklewinkle quest status fires off cp_mob_trigg, winklegold map extender does the xcp_check and trg_cp_mob_dead T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Though Microsoft Visual Code is VERY nice, and I think can do the same thing. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: I dont think I need quest status, do I? T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Then you can also search for HandleCampaign and the other trigger fired. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: For S&D, yes. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: Ahh okay, so every fire is from the Winkle T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: If you're using Starling's version, will have to wait another month and a half before she returns and fixes things. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: I was using Starling then switched to Pwar. Pwar doesnt handle cp ch spam very well. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: if the plugin is designed properly you should maybe see it send the command once and not have any output from it on your screen T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: Each cp ch duplicates on Pwar, so everytime it was fired, it would duplicate on the S&D T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: yea i dont think thats the best version T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: from the sounds of it T3/r7/2018-07-14.txt.gz:{chan ch=tech}Endymion Tech: the best versions are the ones nobody talks about T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: Who knows, ya dont really program thinking your user will have 15 cp checks at once T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: well if you wrote the script and your script sends 4 cp checks, you should know that its sending 4 cp checks T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: or modded the script, whatever T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: I mean, the script isnt, but all my scripts are together :P T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: you said theyre all being sent by one script T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: One is being sent by Winkle Map_extender and the rest by Winkle Quest status T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: oh T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: But as far as I understand, I need quest status for the S&D T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: unless i misunderstood T3/r7/2018-07-14.txt.gz:{chan ch=tech}Kobus Tech: i dont know because i dont use that script, but i would assume so T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: I dont see the issued commands being sent to do the cp ch now, but one is showing how long my campiagn hjas to finish and one doesnt T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: What does that mean T3/r7/2018-07-14.txt.gz:{chan ch=tech}Endymion Tech: that shows how long you have to finish your cp T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: Only one of the 2 does T3/r7/2018-07-14.txt.gz:{chan ch=tech}Endymion Tech: so one routine has a trigger to gag it and one doesnt T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: Can I search the gag to see where it comes from? T3/r7/2018-07-14.txt.gz:{chan ch=tech}Endymion Tech: i won't stop you T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: or is it normal to just have 2 come off T3/r7/2018-07-14.txt.gz:{chan ch=tech}Endymion Tech: none of this is normal T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: and 9 others, no wonder you knew i was aoeing :P T3/r7/2018-07-14.txt.gz:{chan ch=tech}Huko Tech: OOPS T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Man, I've forgotten just how powerful grepWin really is. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Yajan Tech: logged on today and all of my plugins were removed/uninstalled... is there a single file I can reload to get the base configuration back? T3/r7/2018-07-14.txt.gz:{chan ch=tech}Yajan Tech: oh except for dinv... interestingly enough.. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: ... I'd be more concerned why they were uninstalled. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: But you can get the Aardwolf.mcl file from the zip file from Fiendish's site; it'll load all the base plugins. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Endymion Tech: are all your plugins in the same directory? T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Good point. Did you happen to move directories? T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: If so, you can edit the aardwolf.mcl file to point to the correct directory. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Yajan Tech: yeah, all of them are in the same directory T3/r7/2018-07-14.txt.gz:{chan ch=tech}Yajan Tech: I can easily reinstall them i.e. the directory wasn't moved/changed T3/r7/2018-07-14.txt.gz:{chan ch=tech}Yajan Tech: my suspicion is dinv somehow crashed the plugin initializer while initializing itself.. but not sure how I could confirm that T3/r7/2018-07-14.txt.gz:{chan ch=tech}Yajan Tech: dinv crashes my client on start up, without fail.. I usually just reload MUSH after and it works fine from there.. so the whole startup routine is a bit suspicious T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Very odd. Have you talked to Durel about it yet? T3/r7/2018-07-14.txt.gz:{chan ch=tech}Yajan Tech: yeah T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: I wonder what's causing it to crash then. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: You might be better off using an alias to manually load it after startup. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Yajan Tech: he had me upgrade versions, and then it seemed to come down to me using an older version of mush.. and I didn't find it worth the effort to upgrade to the latest version of MUSH just to get dinv to work T3/r7/2018-07-14.txt.gz:{chan ch=tech}Tech: Mr. Crowley chuckles politely. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Usually wiser to upgrade MUSH anyway. T3/r7/2018-07-14.txt.gz:{chan ch=tech}Bladesinger Tech: what is dinv? T3/r7/2018-07-14.txt.gz:{chan ch=tech}Yajan Tech: the later versions seemed to move a lot of things around directory wise, and I figured it'd be a decent bit of work to make sure all of my local configurations still played nicely T3/r7/2018-07-14.txt.gz:{chan ch=tech}Mr. Crowley Tech: Bladesinger: A very nice inventory and eq set manager. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: Anyone getting force-searched by Youtube? Anytime I click on the Youtube logo while in a video and instead of getting the start screen, Youtube forced a search for "2018 FIFA football VM" (where VM is Swedish for World Cup). Thanks, Youtube! I really wanted you to force me to click an extra time (Youtube logo again after the forced search) to get back to the Youtube home screen! Whoever came up with this crap needs to be fired. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Nohh Tech: looks like they added a little world cup search link right next to the logo which i guess you clicked on accidentally instead T3/r7/2018-07-15.txt.gz:{chan ch=tech}Sheriff Shindo Tech: if that is in a browser, try installing privacy badger, not sure it works on any ms browser but chrome and Firefox have it T3/r7/2018-07-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: Aah, I see. I have to click the Play button. Thanks for the heads up. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Nohh Tech: don't worry the world cup will be over in about 10 hours T3/r7/2018-07-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: Will try that, Shindo! T3/r7/2018-07-15.txt.gz:{chan ch=tech}Nohh Tech: it's not an ad, or has anything to do with privacy.. it's a part of the site T3/r7/2018-07-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: Fairly certain this is the first time this has happened. Pretty sure that whenever they've had custom logos/banners before, clicking the graphical part has never forced a search. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Sheriff Shindo Tech: it isn't an add blocker, it's more like a tracking blocker T3/r7/2018-07-15.txt.gz:{chan ch=tech}Nohh Tech: it has nothing to do with tracking either, at worst they're doing a geoip lookup to determine what search terms to make you search for which no plugin could block them from doing T3/r7/2018-07-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Mildly infuriating. Attempting to connect to my router's admin page, but apparently it claims I'm not connected to the router's network, but I clearly am. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: did you try ip:8080 ? T3/r7/2018-07-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Well, it's tplink, so you're supposed to be able to get on through their website, but I'll try adding the port, too. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: oh tplinkwifi.net ? T3/r7/2018-07-15.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: i used to always use the IP when i had one. maybe it's affected by custom DNS settings in the router? T3/r7/2018-07-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: It's possible, hmm. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Interesting. I can access it using the IP (no port) in Google Chrome, but cannot access it in either Firefox nor Chrome using the tplinkwifi.net, and no ip in Firefox. T3/r7/2018-07-15.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Is there any programs for monitoring and controlling internet access....like data usage with option to cut off a program? T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: some routers have that, but typically expensive T3/r7/2018-07-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: I wonder if Https Everywhere is what is causing it, hmm. T3/r7/2018-07-15.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Using usb tethering.... T3/r7/2018-07-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: But no, nothing specific to this router. Hell, I just set it up today. T3/r7/2018-07-15.txt.gz:{chan ch=tech}KidZero Tech: maybe firefox has some proxy configured? T3/r7/2018-07-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: No proxies that I'm aware of, at least none I set up. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: you might be able to block apps in windows firewall T3/r7/2018-07-15.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Does anyone have a free alternative to PortForward Network Utilities they can suggest? T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: privoxy T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: if that "portforward" does what it seems to be :P T3/r7/2018-07-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: ... No. The network utilities check to see if a port is being forwarded, etc. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: no, that is quite different thing T3/r7/2018-07-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Very much a different thing. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Tech: Mr. Crowley chuckles politely. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: I usually just use ssh to forward ports, but that requires access to remote system anyway T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: there's a website to check if a port is open T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: but basically you just need C&C to be accessible T3/r7/2018-07-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: I have my router set up to forward ports, but for some reason, it's not recognizing it, even though the IP address matches and everything. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: i used it to verify my router was forwarding a port to my laptop T3/r7/2018-07-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: So I was going to use PF Network Utilities to help diagnose it, but I'm not paying $40 for something that I'll use maybe once in a lifetime. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: you could use wireshark to diagnose it T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: most likely it is firewall related problem T3/r7/2018-07-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: But I don't have any firewalls up for this. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Tech: Mr. Crowley boggles at the concept. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: either on your PC, ISP router, your router, laptop T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: some (most) routers require a reboot in order for port forwards to take effect T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: my tp link would prompt though after update, iirc T3/r7/2018-07-15.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: do you have a router for your ISP or just modem? T3/r7/2018-07-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Modem only. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: i put my ISP modem/router in bridge mode which helped a lot T3/r7/2018-07-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Good point, though, about rebooting the router. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: do you have 2 PCs to do some tests ? T3/r7/2018-07-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yeah, I have 2 to do some tests. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: great! T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: first just local test: telnet from 1st PC to the other that should accept connections T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: if that does not work then problem is either with service down or with firewall T3/r7/2018-07-15.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: if that works - connect your client PC to WAN and change its IP to gateway IP, remember to use same mask T3/r7/2018-07-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Will check in a few. Should get PuTTY, heh. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: then just telnet to forwarded port on your router T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: crowley do you typically set up port forwards? maybe its just a whoopsie or a typo? can you tell us what your local IP/forwards are set to? T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: also some routers are dumb, for example you cannot forward port 80, 443 or 22 because they treat is as router's port T3/r7/2018-07-15.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Is there a way to ssh into a computer if the router does not have a public IP? T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: you need reverse callback or whatever it is called T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: or proxy server T3/r7/2018-07-15.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Which one is more doable? T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: if both computers do not have public IP then you need proxy, if one of them has public IP then you just need make a connection from host without public IP T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: how can you be on the internet without having a public IP on your WAN side? T3/r7/2018-07-15.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Hmm. I need to ssh into one computer, from any device T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: simple, private IP T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: you could use some service like teamviewer or logmein for that T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: am i wrong that private ip = internal network, and if you have internet then you also have a public ip? T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: yes and no T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: so you are saying he has a private IP he cannot connect to, yet teamviewer can T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: makes no sense T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: there is somewhere router that translates your private IP into public IP (that is NAT) T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: yeah exactly, thats how port forwards work for incoming traffic T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: so you have access to internet, but internet does not have access to you (cannot initiate session) T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: outgoing traffic sends your local so that reverse comms is possible without a forward, right T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: well not sends, but somehow its part of the packets T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: NAT router/server remembers who initiated connection from private LAN so it knows where send traffic that comes from internet T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: if you have access to router with public IP then you can redirect some (or all) ports to your local PC behind that router T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: right. so im just saying he doesnt have a "private IP" in that he cannot connect to it, he just needs port forwards set up, same as what crowley is doing T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: that is quite simple to check: if address starts with: 10.x.x.x, 192.168.x.x, 172.16.x.x-172.31.x.x then it is private IP (https://en.wikipedia.org/wiki/Private_network) T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: so it cannot be accessed from internet without additional config T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: yeah ok but you're over complicating his question. he has a private IP, but he also has internet. So obviously he can forward public IP to private IP on his network T3/r7/2018-07-15.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Endy, without port forwarding, can it still be done? T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: no T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: no T3/r7/2018-07-15.txt.gz:{chan ch=tech}Tech: A Nimwit Bamboo rapidly nods twice, in complete agreement. T3/r7/2018-07-15.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Thank you T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: and yes T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: with a 3rd party software to act as proxy T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: that you initiate to, which can route back to you. correct? T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: if you have private IP and also has access to internet ---> that does not mean you can forward public IP to private IP, unless you have access to router T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: yeah my main assumption here is that everyone controls their own network. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: i dont think thats a ridiculous assumption, but i suppose there are exceptions T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: for private quite likely ISP will give you just IP from private pool T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: IIRC you can use some services like VPN (PIA or Nord) that gives you public IP T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: they charge extra fee for that T3/r7/2018-07-15.txt.gz:{chan ch=tech}Emile Khadaji Tech: anyone have a color swatch with codes? T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: type: color 256 T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: or possibly: \\\Debug("colors") T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: debug is mushclient only though T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: hmm so there are some ISPs who only give you private IPs huh. weird. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: I though that is quite common in cities T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: after all most people just need access to internet T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: I mean they do not need public IP for their servers T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: sometimes ISPs assign you public dynamic IP T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: i would say most if not all major ISPs provide a public IP T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: i've never not had a public IP thru 3-4 ISPs T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: my ISP gives private IP, to get public IP I need to pay extra $ T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: yeah mine has always been dynamic, static costs more but is possible. but then they want to charge you if you want to host a server T3/r7/2018-07-15.txt.gz:{chan ch=tech}Trachx Tech: I guess that is mostly because IPv4 pool is limited, with IPv6 any device can get public IP T3/r7/2018-07-15.txt.gz:{chan ch=tech}Ixle Tech: You can get around dynamic ip's if you can hook your router up to a dynamic dns service. T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: so if you do a tracert to google, your wan starts with a private IP huh T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: yeah they make PC apps that monitor and update also T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: like my modem has a 10.xx internal but 72.xx external T3/r7/2018-07-15.txt.gz:{chan ch=tech}Emile Khadaji Tech: anyone remember the command to fix the shop lists with the mapper extender? T3/r7/2018-07-15.txt.gz:{chan ch=tech}Emile Khadaji Tech: with the "missing default room" thing T3/r7/2018-07-15.txt.gz:{chan ch=tech}Talimas Tech: is there a wildcard for serverside aliases, like an alias to cast solid $;c reson $;c ill $? T3/r7/2018-07-15.txt.gz:{chan ch=tech}Tech: talimas: serverside aliases can only take arguments when they're a single-command alias...so alias "im" to "c immolate" would work to "im guard" to start combat, and "im" to cast during combat T3/r7/2018-07-15.txt.gz:{chan ch=tech}Talimas Tech: ok, clientside it is T3/r7/2018-07-15.txt.gz:{chan ch=tech}Talimas Tech: thanks T3/r7/2018-07-15.txt.gz:{chan ch=tech}Tech: looking back at -h...while most broadband ISPs [at least in the USA] give a routable/public IP address, many/most cell-based networks NAT all of the traffic...but even if all you get from your ISP is a nonroutable (RFC 1918) address, since you're on the Internet, you can use things like ngrok.com or localtunnel.me...I know ngrok can do almost any type of tunnel, but localtunnel may possibly be limited to webservices T3/r7/2018-07-15.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Me 2 year old, please talk 2 year old language T3/r7/2018-07-15.txt.gz:{chan ch=tech}Tech: go to ngrok.com T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: ok there. now what? T3/r7/2018-07-15.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: "Running personal cloud services from your home" <- thatssss T3/r7/2018-07-15.txt.gz:{chan ch=tech}Tech: click "how it works" :-) T3/r7/2018-07-15.txt.gz:{chan ch=tech}Tech: basically, you run a program that you want to make accessible, and tell it what port your local service is listening to T3/r7/2018-07-15.txt.gz:{chan ch=tech}Endymion Tech: the only cloud at your house is the green one surrounding you T3/r7/2018-07-15.txt.gz:{chan ch=tech}Tech: it handles all of the proxy stuff to give you a public address that you can give people to connect to (it bounces the traffic off their servers to get to the program running on your computer) T3/r7/2018-07-15.txt.gz:{chan ch=tech}A Relevant Celebrity Tech: this is new. "trouble connecting to onedrive" ..... blabla whatever. but my 360 controller stopped working that moment T3/r7/2018-07-16.txt.gz:{chan ch=tech}Zhalut Tech: anyone game from a desktop and on their couch? T3/r7/2018-07-16.txt.gz:{chan ch=tech}Mr. Crowley Tech: I game from my laptop in bed. T3/r7/2018-07-16.txt.gz:{chan ch=tech}Viri Tech: can i change timout time? T3/r7/2018-07-16.txt.gz:{chan ch=tech}Ayasinda Tech: no T3/r7/2018-07-16.txt.gz:{chan ch=tech}Ayasinda Tech: but you can make a 'sty online' trigger T3/r7/2018-07-16.txt.gz:{chan ch=tech}Viri Tech: Yeah, I'll need to code that into my client. T3/r7/2018-07-16.txt.gz:{chan ch=tech}Sheriff Shindo Tech: a trigger will do T3/r7/2018-07-16.txt.gz:{chan ch=tech}Tech: a timer that sends "carriage return" every 10 mins will do...no need to read every line of the MUD for it :-) T3/r7/2018-07-16.txt.gz:{chan ch=tech}Belfarious Tech: is anyone an expert on mushclient here T3/r7/2018-07-16.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Many are - better to ask your question with specifics. T3/r7/2018-07-16.txt.gz:{chan ch=tech}Belfarious Tech: i was having trouble on the mud in regard to colorset color,,,,,,,setitng the color for QUEST INFO......can my client change the color on QUEST INFO if so HOW T3/r7/2018-07-16.txt.gz:{chan ch=tech}Sheriff Shindo Tech: do you mean when the quest is first given to you? T3/r7/2018-07-16.txt.gz:{chan ch=tech}Nohh Tech: you could create a trigger to parse it and recolor it however you'd like, or redirect it to a different window, or anything really T3/r7/2018-07-16.txt.gz:{chan ch=tech}Belfarious Tech: i can t do triggers yet T3/r7/2018-07-16.txt.gz:{chan ch=tech}Nohh Tech: there's plugins that will show your quest target/room/area in a separate window also that already exist T3/r7/2018-07-16.txt.gz:{chan ch=tech}Sheriff Shindo Tech: when you first get a quest, it is sent via tell colour, so you cold try changing that T3/r7/2018-07-16.txt.gz:{chan ch=tech}Belfarious Tech: ok that s a start thanks T3/r7/2018-07-16.txt.gz:{chan ch=tech}Belfarious Tech: thanks that just might work T3/r7/2018-07-16.txt.gz:{chan ch=tech}Sheriff Shindo Tech: dudeonline, all the commands are in the commandlist.md file on github, easiest to read it there T3/r7/2018-07-16.txt.gz:{chan ch=tech}DudeOnline Tech: Ok I'll read it T3/r7/2018-07-16.txt.gz:{chan ch=tech}Drunkle Fetard Tech: errr. I had a kept bag that had all of my aard eq in it. I can "look in" the bag, but I can't see it in my inventory or get stuff from it.. what went wrong? T3/r7/2018-07-16.txt.gz:{chan ch=tech}Old School Durel Tech: are you wearing it? T3/r7/2018-07-16.txt.gz:{chan ch=tech}Drunkle Fetard Tech: wow. I feel dumb now. thanks T3/r7/2018-07-16.txt.gz:{chan ch=tech}Tech: Old School Durel comforts Drunkle Fetard. T3/r7/2018-07-16.txt.gz:{chan ch=tech}Tchalla Tech: running a tracert to aardmud.org seems to time out 3 times before completing...anyone else seeing that? T3/r7/2018-07-16.txt.gz:{chan ch=tech}Sheriff Shindo Tech: tracert with the -d option? T3/r7/2018-07-16.txt.gz:{chan ch=tech}Tchalla Tech: yes T3/r7/2018-07-16.txt.gz:{chan ch=tech}Tchalla Tech: with and without T3/r7/2018-07-16.txt.gz:{chan ch=tech}Sheriff Shindo Tech: some nodes don't send responses, depends on firewall settings for them T3/r7/2018-07-16.txt.gz:{chan ch=tech}Tech: Comrade Raded points excitedly at Sheriff Shindo! T3/r7/2018-07-16.txt.gz:{chan ch=tech}Tchalla Tech: I was wondering if it might have something to do with the weird lag I've been experiencing T3/r7/2018-07-16.txt.gz:{chan ch=tech}Emile Khadaji Tech: anyone got brep plugin? T3/r7/2018-07-16.txt.gz:{chan ch=tech}Huko Tech: https://www.dropbox.com/s/ljuc92nnoujgghh/Aard_Barter_Report.xml?dl=1 T3/r7/2018-07-16.txt.gz:{chan ch=tech}Huko Tech: from the lovely fella Endymion T3/r7/2018-07-16.txt.gz:{chan ch=tech}Emile Khadaji Tech: thank you so much T3/r7/2018-07-16.txt.gz:{chan ch=tech}Huko Tech: hes a very lovely fella as long as youre not opk T3/r7/2018-07-16.txt.gz:{chan ch=tech}Emile Khadaji Tech: lol, I broke it already T3/r7/2018-07-16.txt.gz:{chan ch=tech}Huko Tech: that aint good T3/r7/2018-07-16.txt.gz:{chan ch=tech}Emile Khadaji Tech: yeah, it needs some bug fixing i guess T3/r7/2018-07-16.txt.gz:{chan ch=tech}Huko Tech: works for me, its you :P T3/r7/2018-07-16.txt.gz:{chan ch=tech}Huko Tech: [identify mace] (Sparkling) a Justice knight's mace [Lvl 200 Mace|587 Dmg] [47 Pts] [I|R] [28 DR|18 HR|1 Str|1 Int|13 Wis|1 Dex|1 Con|1 Luck|40 Hp|20 Mv] T3/r7/2018-07-16.txt.gz:{chan ch=tech}Emile Khadaji Tech: All I did was try to report to gt and it broke T3/r7/2018-07-16.txt.gz:{chan ch=tech}Huko Tech: brep item channel T3/r7/2018-07-16.txt.gz:{chan ch=tech}Emile Khadaji Tech: I did.. it worked, but broke when I tried gt T3/r7/2018-07-16.txt.gz:{chan ch=tech}Huko Tech: (Group) Huko: '[identify mace] (Sparkling) a Justice knight's mace [Lvl 200 Mace|587 Dmg] [47 Pts] [I|R] [28 DR|18 HR|1 Str|1 Int|13 Wis|1 Dex|1 Con|1 Luck|40 Hp|20 Mv]' T3/r7/2018-07-16.txt.gz:{chan ch=tech}Huko Tech: You sure you know what you're doing? T3/r7/2018-07-16.txt.gz:{chan ch=tech}Emile Khadaji Tech: maybe it happened because im in combat when i did it T3/r7/2018-07-16.txt.gz:{chan ch=tech}Mr. Crowley Tech: Huko, are you sure you're qualified to offer help without being condescending? T3/r7/2018-07-16.txt.gz:{chan ch=tech}Huko Tech: reinstall it T3/r7/2018-07-16.txt.gz:{chan ch=tech}Huko Tech: im not very qualified, i just felt obligated since i linked it to him T3/r7/2018-07-16.txt.gz:{chan ch=tech}Emile Khadaji Tech: I've already reinstalled it, thanks. Lol. T3/r7/2018-07-16.txt.gz:{chan ch=tech}Huko Tech: khadaji is my buddy! T3/r7/2018-07-17.txt.gz:{chan ch=tech}Emile Khadaji Tech: my visual mapper isnt building in vidblain. is there something wrong? T3/r7/2018-07-17.txt.gz:{chan ch=tech}Nohh Tech: i dont think there's anything special about vidblain aside from the random entry point.. but nothing that would prevent proper mapping T3/r7/2018-07-17.txt.gz:{chan ch=tech}Emile Khadaji Tech: I mean you know how its usually all black and shows the stars? T3/r7/2018-07-17.txt.gz:{chan ch=tech}Emile Khadaji Tech: mine just shows 1000 blocks of rooms, not the graphic part of it T3/r7/2018-07-17.txt.gz:{chan ch=tech}Nohh Tech: did you turn off bigmap or something? T3/r7/2018-07-17.txt.gz:{chan ch=tech}Emile Khadaji Tech: i didnt touch it T3/r7/2018-07-17.txt.gz:{chan ch=tech}Nohh Tech: type 'bigmap on' T3/r7/2018-07-17.txt.gz:{chan ch=tech}Emile Khadaji Tech: invalid bigmap option given T3/r7/2018-07-17.txt.gz:{chan ch=tech}Nohh Tech: or right click the mapper window and check for a bigmap option T3/r7/2018-07-17.txt.gz:{chan ch=tech}Quantumn Tech: Anyone know a way to exclude a specific route from the xrt command in Mushclient/Mapper? T3/r7/2018-07-17.txt.gz:{chan ch=tech}Nohh Tech: you can set a exit level lock to like 300 or something for an exit you don't ever want to cross T3/r7/2018-07-17.txt.gz:{chan ch=tech}Quantumn Tech: Ah! That will work. TY T3/r7/2018-07-17.txt.gz:{chan ch=tech}Nohh Tech: there's some features that sure would be nice to have instead of that though.. like flagging a room as dangerous and just giving you a warning and asking for confirmation before taking the path versus just pretending it doesn't exist T3/r7/2018-07-17.txt.gz:{chan ch=tech}Kylia Tech: that would be SO annoying! T3/r7/2018-07-17.txt.gz:{chan ch=tech}Quantumn Tech: Yeah. That was what I was actually hoping for was to flag a room as dangerous so it wouldn't use it. T3/r7/2018-07-17.txt.gz:{chan ch=tech}Kylia Tech: mark exits to that room as locked at level 300 T3/r7/2018-07-17.txt.gz:{chan ch=tech}Nohh Tech: more annoying that pretending there's no path to a room when what you really want is to avoid running into a room full of aggro without being aware of it? T3/r7/2018-07-17.txt.gz:{chan ch=tech}Belfarious Tech: anyone got a minute T3/r7/2018-07-17.txt.gz:{chan ch=tech}Belfarious Tech: looking for advice T3/r7/2018-07-17.txt.gz:{chan ch=tech}Nohh Tech: just ask T3/r7/2018-07-17.txt.gz:{chan ch=tech}Belfarious Tech: ok i was unsable to change the color on QUEST INFO mudside..........can uu tell me if i can change the color of QUEST INFO client side and if so HOW T3/r7/2018-07-17.txt.gz:{chan ch=tech}Belfarious Tech: im convinced my problem cant be solved T3/r7/2018-07-17.txt.gz:{chan ch=tech}Borg Tech: Belfarious, can you elaborate? Do you mean just the line QUEST INFO? Or all of the info it provides? T3/r7/2018-07-17.txt.gz:{chan ch=tech}Belfarious Tech: when i type quest info ........the color is too dark i cant read it T3/r7/2018-07-17.txt.gz:{chan ch=tech}Borg Tech: not sure how to help you here.. quest info outputs white, blue,green and isn't affected by colorset T3/r7/2018-07-17.txt.gz:{chan ch=tech}Borg Tech: are you sure you have not changes something client side that is making it a different color? T3/r7/2018-07-17.txt.gz:{chan ch=tech}Belfarious Tech: then how come i cant read the text T3/r7/2018-07-17.txt.gz:{chan ch=tech}Belfarious Tech: its still too dark T3/r7/2018-07-17.txt.gz:{chan ch=tech}Borg Tech: So, what would be helpful is what client you are useing? Do you have triggers that capture that data and change it? T3/r7/2018-07-17.txt.gz:{chan ch=tech}Belfarious Tech: icould try a new client T3/r7/2018-07-17.txt.gz:{chan ch=tech}Belfarious Tech: gonna try mudlet and come back T3/r7/2018-07-17.txt.gz:{chan ch=tech}Borg Tech: I can't help you if you won't answer questions. T3/r7/2018-07-17.txt.gz:{chan ch=tech}Belfarious Tech: im gonna try mudlet and come back T3/r7/2018-07-17.txt.gz:{chan ch=tech}Nohh Tech: you could go to File > World Properties > ANSI Colors and just click 'lighter' a bunch of times T3/r7/2018-07-17.txt.gz:{chan ch=tech}Braun Tech: If it's mushclient i'd custom colors and invert the colors. T3/r7/2018-07-17.txt.gz:{chan ch=tech}Belfarious Tech: on mudlet T3/r7/2018-07-17.txt.gz:{chan ch=tech}Belfarious Tech: seeing if i can change the colors on this client T3/r7/2018-07-17.txt.gz:{chan ch=tech}Braun Tech: Why? are they not bright enoguh either? T3/r7/2018-07-17.txt.gz:{chan ch=tech}Belfarious Tech: no as i said i couldnt read the text on quest info on mushclient T3/r7/2018-07-17.txt.gz:{chan ch=tech}Braun Tech: have you tried inverting the colors? T3/r7/2018-07-17.txt.gz:{chan ch=tech}Belfarious Tech: i dont know how to do that T3/r7/2018-07-17.txt.gz:{chan ch=tech}Belfarious Tech: lets see what mudlet comes up with first T3/r7/2018-07-17.txt.gz:{chan ch=tech}Belfarious Tech: the colors seem brighter on this client than on mushclient T3/r7/2018-07-17.txt.gz:{chan ch=tech}Belfarious Tech: waiting for quest timer T3/r7/2018-07-17.txt.gz:{chan ch=tech}Mr. Crowley Tech: Not only can you invert the colors, but you can make the colors display as something else (so for instance, you could make blue appear as yellow, if you wanted). T3/r7/2018-07-17.txt.gz:{chan ch=tech}Braun Tech: How might one go about converting XML formal aliases to client side aliases besides having to manually enter them? T3/r7/2018-07-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: there is an import system but i can't remember how it works T3/r7/2018-07-17.txt.gz:{chan ch=tech}Braun Tech: When I try to "load" it looks for .mca files T3/r7/2018-07-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: so rename the xml file T3/r7/2018-07-17.txt.gz:{chan ch=tech}Mr. Crowley Tech: If it's XML style with , you can copy that, open up Aliases, then click "paste" T3/r7/2018-07-17.txt.gz:{chan ch=tech}Nohh Tech: file > import > File... with aliases checked? that takes an XML file but idk what it does with it T3/r7/2018-07-17.txt.gz:{chan ch=tech}Mr. Crowley Tech: No, that only takes them from .mcl files. T3/r7/2018-07-17.txt.gz:{chan ch=tech}Braun Tech: awesome thank you! gotta gquest now :P T3/r7/2018-07-17.txt.gz:{chan ch=tech}Braun Tech: is there a way to see how many clicks (ticks?) to repop? T3/r7/2018-07-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: ranger have the skill T3/r7/2018-07-17.txt.gz:{chan ch=tech}Trachx Tech: cast sense life and store result T3/r7/2018-07-17.txt.gz:{chan ch=tech}Nohh Tech: sense life? T3/r7/2018-07-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: or spell thingy T3/r7/2018-07-17.txt.gz:{chan ch=tech}Braun Tech: awesome, thank you! T3/r7/2018-07-17.txt.gz:{chan ch=tech}Emile Khadaji Tech: why am i not seeing my prompt in combat? T3/r7/2018-07-17.txt.gz:{chan ch=tech}Endymion Tech: try: bprompt T3/r7/2018-07-17.txt.gz:{chan ch=tech}Mr. Crowley Tech: Do you have bpromot off? T3/r7/2018-07-17.txt.gz:{chan ch=tech}Emile Khadaji Tech: Hmm, don't know how that turned off. thanks though! T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: is anyone really good with mudlet T3/r7/2018-07-18.txt.gz:{chan ch=tech}Braun Tech: it might be better if you just asked what you would like to do. :/ Maybe someone has a solution to your problem. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: same old problem having troulbe reading text on the quest info channel T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: would like to to make it a brighter color T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Why not just use the mudside colorset command? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: tried colorset on every single category with no luck T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: don't think you can colorset q info output T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: tried colorset on every single category with no luck T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: you can colorset gq chan, but that's probably not what you're referring to T3/r7/2018-07-18.txt.gz:{chan ch=tech}Braun Tech: Didn't you have this same issue with MUSHclient? Maybe it is an issue with your monitor or graphics card? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: or check client's default font color T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: sometimes they are set weird T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: You can change the color of the entire "info" category. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: how T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: I think he means quest info as in when you do 'quest info' to see your quest details T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: but maybe I misread it T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: I thought he meant as in info -h quest T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: ya your right starling quest info T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: That you can't change via colorset. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: info -h quest looks like goal completion messages T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: ok thanks T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: But you're just gonna want to trigger on the line, gag it, and show a line with your specified colors T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: not sure why it isn't info -h goals T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: ok thanks triggers may do it T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Triggers are the ONLY way to do it :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: oh, info -h goals does work. Nevermind. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: check your client's default font and color though, a lot of mud text will come through as that color if the text's color isn't set via mudside color code T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: e.g. cmud has dark green as its default color, doesn't look right. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i could try zmud maybe T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: zmud is great, but older than dirt T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: I wouldn't. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: cmud is great, but doesn't work well with windows 10 and has been abandoned by zugg T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: I'd use MUSHclient which is by far and away the most supported aardwolf client T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i can do triggers but im not good at it T3/r7/2018-07-18.txt.gz:{chan ch=tech}Huko Tech: i want mudmaster T3/r7/2018-07-18.txt.gz:{chan ch=tech}Huko Tech: mm2k yussss T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: nearly everything you'll want to do with MUSHclient has already been done. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: I bet you could fly a space rocket to the moon using mushclient as the control system T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: or a guided missile, for that matter T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: I'd say it's relatively possible T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: that'd be a hell of a bot T3/r7/2018-07-18.txt.gz:{chan ch=tech}Huko Tech: Myth is working on it T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: probably already has it, just keeping top secret T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: gonna give zmud a chance T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Is there a specific reason why? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: if you don't know how to script it, zmud isn't going to help you much T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: it's abondonware T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: your right i dunno how to script it T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Then why are you wanting to use it? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Huko Tech: its totes abandoned, even the torrents are a bit rough to get T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: zscript is easier than lua but practically no one writes for it anymore, and those who do write for cmud zscript T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Seriously, use mush that everyone else has already scripted for you :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: but if you never learned zscript, you don't have to unlearn things, which means Lua will be easier to pick up as a first language T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: ok T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Plus Lua can be used out in the wild, zscript can't. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Braun Tech: I used TinTin for a long while and it taught me a lot about scripting in general. But in the end MUSHclient ruled out :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Even with my custom scripts for tt? :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: it killed me to have to leave zscript behind, it's how I got into scripting and coding at all, but it's a toy language and not relevant outside zugg products T3/r7/2018-07-18.txt.gz:{chan ch=tech}Braun Tech: Yeah >.> sorry Cheezburger You got beat. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Any product specific DSL sucks in the end. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: I never claimed my scripts to be better than AardMUSH. I just don't like GUIs :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: it does, and zscript had some irritating limitations like integer size, and lacked a lot of math functions T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: FYI, ALL languages have a integer limitation :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: but zscript was limited by the program, 32 bits and only increased to 64 later. At least with lua you can do some large number math, bc.somethingorother, in zscript you just can't. Zmud didn't even have floating point math, it was strictly integer math T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: There's always a way to store FP numbers as an Int :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i should pay my tech guy to come here and fix it for me T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: most of the people who answer on this channel are "tech guys". T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: if you wanted decimals you had to fake it by multiplying by e.g. 10000 and inserting a period where you want it, but the problem is you ran up against the integer size limit if you tried to compute any remotely large number, over 2^32-1 / 10000 and it would just overflow T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: ya but they arente able to give step by step instructions ......half of the stuff they talk about i dont even understand T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Your problem has been answered already too. Tigger on the line you don't like the color of, omit it from output, log a line with your intended color T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: ill try T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: the wonderful thing about tiggers T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: Real ninja Starling nudges Helperful Cheezburger. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Braun Tech: it's because we encourage research and learning, Belfarious! You can do it! (Besides, you aren't paying us a dime!) T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Heh T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: We're more of a 'teach a man to fish' community. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: change color of quest info line should be easy though T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Agreed. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: eh, I don't mind spelling things out, I think more people should be willing to do so. Sometimes you just get stuck trying to figure it out yourself and at that point it's better to just have someone walk you through it. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Nobody hasn't spelled things out :P We've given him the steps, and now he's learning to fish :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: I misunderstood. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: I work at amazon, I'm exhaused 98% of the time :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: This is the closest to Tier 1 tech Support that I've gotten to do in a decade. It makes me nostalgic. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: cheez, if I send you a copy of these floppies will you be able to fix the problem? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Braun Tech: it was probably me that you did it for :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: I can send as b/w or color xerox T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: just let me know T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: I don't have anything with a floppy drive.. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tchalla Tech: I haven't heard Xerox in a long time T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: I mean they're still a huge corporation :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: it was from funny tech support callers. some woman was told to send in copies of her defective floppy disks and she mailed in xeroxed copies of the disks T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: lmfao T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: one day ill figure out colors for quest info T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: just not today T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Where are you having issues, specifically? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Do you have a trigger working? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: another caller wanted a warranty claim on his broken cupholder. when tech support questioned further, caller didn't know why the computer had it, he just said it had '4X' on it T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Ahh, the old cd-drive cupholder T3/r7/2018-07-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: alt+enter, find the tab with colours change the ones youbhae T3/r7/2018-07-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: alt+enter, find the tab with colours change the ones you hate T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: That's not an unheard of as you'd expect. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i know about triggers and used them before but i dont know how to use the trigger in regard to color .......quest info T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: He's not on mush T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: The trigger should match on the line the mud returns when you type "quest info" T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: Bel, just so we're on the same page, what client are you using? Mushclient or something else? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Step 1) Get that trigger working, log the entire line again T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Step 2) Gag the original line T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: im trying mudlet rightn ow T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Step 3 ) Add the correct colors to the logged line T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: set mudlet aside for now and just log in with mush. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: what goes in the command line T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: I haven't used mudlet in years, in not 100% sure what the "command" line is. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: ok T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: I suspect if you just switched to mush it would be a non issue as mush's default font color is light grey and easily readable T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: not on the mush i use T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: maybe on your mush T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: you're using the wrong one, then T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: finger fiendish, go to page, download and install T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: #act {^(.*?) can be found in the vicinity of (.*?) which$} {#line gag;#showme {$changedColor%0} T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: You're not using the aardmush. Don't use the raw native MUSHclient, use the specialty built one for aardwolf T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: blah useless T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: Belfarious, just download the client from Fiendish's finger info. It should install easily. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i did T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: why do you say 'useless' ? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: and it didnt install easy at all but caused further problems T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: Are you mudding on a toaster with a monochrome monitor, by chance? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: nO but i cant understand half the crap your saying T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: that's ok T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: sorry im just not built that way T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: it's ok T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: you should have seen me trying to learn lua at first, I wasn't much better T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: give me a moment T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: nod T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i have no idea what lua is to begin with T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: what browser are you using to go to the web page? I am using firefox T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: chrome T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: When you extracted the downloaded zip to somewhere, and clicked the .exe, what happened? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: that's ok. Lua is the script language used by mush. Don't worry about that right now. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: i'm willing to bet $1000 USD it has NOTHING to do with the browser. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: hang on ill try it once more T3/r7/2018-07-18.txt.gz:{chan ch=tech}Huko Tech: how many is that in cheezburgers T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: go to link in fiendish's finger, click on button download R1994 with full visuals, and save that .exe file T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: then go to the file and run it T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Save it to your desktop for now. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: the installer should handle it from there T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: Real ninja Starling nods at Helperful Cheezburger. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: Let us know if that works, or not T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: actually I need to update as well, so good time to do it T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: its downloaded but the file aint opening T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: the .exe isn't opening? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: Where did you save it to? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: the exe. is not opening T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: does it give an error message? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: C:\Users\Mike\Desktop\MUSHclient\ T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: wont open T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: almost quest time i need a break anyway T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: I don't think that's the file... it should be named Aardwolf_MUSHclient_r1994.exe T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: it's ok, we will still be here T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: it sounds like it's just a matter of locating the file, not anything with your computer or whatnot T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i have that file on my desktop and its not opening T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: double check the download location, mine saves it to downloads by default T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: just to be sure, what OS are you running? Windows or something else? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: windows T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: 10? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i think so T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: the file wont open period T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: is there any error message, like the program eing blocked? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: maybe if close mudlet T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: hang on closing mudlet brb T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: never hurts to close extraneous programs T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: when I run the file I got a popup about the app being blocked, which I just overrode and ran it anyway T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: installer seems to run as normal T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: is the program open but hidden behind other windows? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: try windows key + M to minimize everything, sometimes these little installer type windows can get hidden if you click outside of them T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: ok i need a break its not working T3/r7/2018-07-18.txt.gz:{chan ch=tech}Libel Liber Tech: alternatively, just use the zip file T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: if not I just need more details on what happens when you try to run the file. Make sure you didn't accidentally save it with an .exe extension but actually the content is html or similar T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: this is a common problem when downloading plugins from github, if using 'save link as' it won't save the right data. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: always something T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: when you click the R1994 download button you should just get a popup to save the file, there should be no need to right click anything T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: check to ensure location is actually desktop, or just save to downloads folder and run from there T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: the code execution cannot proceed because lua 5.1 dll was not found. reinstalling the program may fix this proble, T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: This is why I said to install to desktop. The popup blocking it is due to UAC (user account control), you need it to run out of a folder owned by your user (Desktop, Documents, etc) T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: it's because of where you have it T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: its on teh desktop T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: The installer, or the install location? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: ok i got it now T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: rad T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: fiendsih download T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: too many windows T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: so now what T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Don't worry about that for now. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: run the .exe file if you have it T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: They can be disabled/moved/hidden later T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: oh, did it install? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i have fiendish download now T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: im using fiendish download T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: Are you logged on in mush, then? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: yes T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: so now how do i change quest info color T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: Ok, now we're in business. Is the quest info line still hard to read? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: oh, you want to change it to red or similar? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i can barely saee what ur saying the windows are all the wrong size T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Alt+enter -> appearance -> change font T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: I usually do courier new at 12 or 14px T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: il at size 12 font now T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: alt enter appearance then what T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Then change the font... T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: it might be "output" instead of "appearance", not sure. I don't use mush. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: ok T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: okay, here is what you need to do, just do exactly as I say T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: it will look complicated but don't worry about that, all you need to do is copy and paste. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i cant see what your saying half your sentencdes are cut off T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Put this into the "match" part --> tech ^(.*?) can be found in the vicinity of (.*?) which$ T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: move the windows out of the way T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: hang on im trying to move the windows now T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: You can just close them if you want, we can get them back later T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: hang on im trying to re size the windows so i can see what your saying T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: it's ok T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: ok T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: so alt enter appearance then what T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Create a trigger and Put this into the "match" part --> ^(.*?) can be found in the vicinity of (.*?) which$ T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: As i've said, it might be in "output" instead of appearance, but change the font to something you can read easier T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i did that T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: also don't forget you can do "tech -h" to see the previous messages we've sent T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: make sure regexp box is checked as well T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: One step at a time :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: quest info color didnt change T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: We're getting there... T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Did you do as I asked? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i made a trigger T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: With that text I sent? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: ya T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Ok, open that trigger and make sure the "regexP' checkbox is checked T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: And in the body type "echo I saw %0" T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: whats the command to open triggers T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Game -> Configure -> Triggers (I think it's alt_shift_7) T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: im gonna have to relog T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Why? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: You shouldn't have to T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: it's shift-ctrl-8 T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: he's linkdead, what the heck is he doing :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: Crazy Girl Syka shrugs helplessly. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: needed to rail more blow T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: I had trouble with mush at first too T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: You're confusing him with you again Star :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: i didn't rail blow to figure it out though, I just did a lot of adderall and drank a lot T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: it worked T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: my not-frozen status more or less intact, bar a minor hiccup or two T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: adderall is great for coding, that I can tell you T3/r7/2018-07-18.txt.gz:{chan ch=tech}Real ninja Starling Tech: highly recommend T3/r7/2018-07-18.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Personally I prefer smoking a little Durban Poison, laser-like focus. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: ok.........my computer was loaded with viruses from my downloads including the download from fiendish........so...........now that it is clean again no more downloads thanks very much T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: did fiendish give you viruses? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Ayasinda Tech: fiendish ... virus??? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: your computer did not get any viruses from a Fiendish download... T3/r7/2018-07-18.txt.gz:{chan ch=tech}Braun Tech: I doubt it :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: one of the viruses was from the aard download T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: no it was not T3/r7/2018-07-18.txt.gz:{chan ch=tech}Frostpaw Tech: lol nah T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: yes it was T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: Crazy Girl Syka blinks innocently. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: which download? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: you have zero clue how to read the malwarebytes reports... T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: fiendish has gone rogue T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i wasnt using malaware bytes T3/r7/2018-07-18.txt.gz:{chan ch=tech}Braun Tech: the latest version fo the aardwolf mushclient by fiendish apparently. The one we are all using :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: then you have even less clue how to read whatever horrible tool you chose to use rather than the right tool T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: looking i m not gonnna argue i wont be doing any more downloads THANK YOU FOR TRYING TO HELP ME T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: Seifer grabs some popcorn and sits back to watch the show. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Frostpaw Tech: there are 151 current mushclient-aard users, only one is reporting a virus from fiendish T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: you will be doing more downloads T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: better unplug your internets then T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: You pat Belfarious on his head. T3/r7/2018-07-18.txt.gz:{chan ch=tech}KoopaTroopa Tech: we should ask Sivak to check the download with his Kali Linux desktop machine T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: just not for the time being T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: you may not download MUSHclient again, but you're downloading all the time, whether you realize it or not T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: ok back to questing all have a nice day ! T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: visiting a single normal webpage results in about a dozen downloads T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: I will not have a nice day T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: I have viruses from downloading T3/r7/2018-07-18.txt.gz:{chan ch=tech}KoopaTroopa Tech: i have viruses from last nigh...... wait a minute... T3/r7/2018-07-18.txt.gz:{chan ch=tech}KoopaTroopa Tech: wrong channel T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: heh, one of the original antivirus products for MacOS was called Interferon T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Abe, which client are you on again T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: tinyfugue T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Is that a virus T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: sounds like a virus T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Reported T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: Comrade Raded is agreeing with that A Nimwit Bamboo person again... T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Will tinyfugue help get me out of nenukon T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: if Belfarious has a virus from MUSHclient he should inform everyone he's grouped with recently that they should get tested T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: Belfarious should report the virus to Rezit T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i have three of them in the logs ...... T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: Your shifty eyes dart back and forth. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: if only you knew how to read the logs... T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: file:///C:/FixMeStick/logs/fixmestick-2018-07-18_15-00-48.log T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: theres one T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I opened it T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: How did I open it T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: theere are three other files T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: in the virus logs T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: if I click that will I get a virus? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i dont know T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: if i knew i would tell you T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: will you hold my hand while I click on it? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: your smarter than me T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: I dont know about that T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: That is false T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: a false positive? }:> T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: 2 more quest s BBL T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: goodbye my love T3/r7/2018-07-18.txt.gz:{chan ch=tech}Braun Tech: does anyone else have issues with mapper in "Elemental Chaos"? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Cytan Tech: Yea, takes me to Skarlett's manor porch :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: you'd need to open the hidden doors T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: Comrade Raded gently cups Belfarious's face and gives them a HOT kiss. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: for it to know about them T3/r7/2018-07-18.txt.gz:{chan ch=tech}Braun Tech: so cexit open door yadda yadda? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: not cexit, just open them and then type look T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: you could cexit the open part...I don't because I've got passdoor T3/r7/2018-07-18.txt.gz:{chan ch=tech}Braun Tech: I do too... Each time I have a destination on the other side of "harmony" or "mayhem" it can't path there though (Despite having the propper cexits set up). T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: if you sit at 41624 and type "mapper where 41657", what does it say? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Braun Tech: "Room 41657 not found" T3/r7/2018-07-18.txt.gz:{chan ch=tech}Frostpaw Tech: it's defined for me T3/r7/2018-07-18.txt.gz:{chan ch=tech}Frostpaw Tech: so it's your issue T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: that sounds like it doesn't even have the room in its listing...go revisit them again T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i hate viruses T3/r7/2018-07-18.txt.gz:{chan ch=tech}Ayasinda Tech: lol. I actually love them :) T3/r7/2018-07-18.txt.gz:{chan ch=tech}Cytan Tech: quit being cheap and subscribe to paid porn. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i use fix me stick T3/r7/2018-07-18.txt.gz:{chan ch=tech}Cytan Tech: Is that one of those "As See On TV" things? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: this sounds made up T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: no look it up its called the fix me stick T3/r7/2018-07-18.txt.gz:{chan ch=tech}Cytan Tech: https://www.fixmestick.com/fixmestick/ T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: exactly T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: will that link give me a virus? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Cytan Tech: No, I promise Raded. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: no T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: hopefully not T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: im no computer expert here T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: I usually get my computer expertise from Fiendish T3/r7/2018-07-18.txt.gz:{chan ch=tech}Cytan Tech: I go straight to the source - Abelinc. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: Abelinc has been corrupted by the deep state T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: well, that link will only give you the same viruses that the aard MUSHclient package will ;-) T3/r7/2018-07-18.txt.gz:{chan ch=tech}RowBoat Robbo Tech: Says Comrade Raded T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: Comrade Raded gasps as he realizes what you did. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: comrade means friend T3/r7/2018-07-18.txt.gz:{chan ch=tech}Cytan Tech: KGBFF T3/r7/2018-07-18.txt.gz:{chan ch=tech}Tech: Comrade Raded nods at Cytan. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Cytan Tech: Damn, $300 a year for this thing. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: 731 quest points already wooo T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: belfarious why do android screenshots always have a million icons in the top bar T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: pardon T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: why T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: do android based cellular smart telephones T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: always have a million weird icons in the top black bar when i see screenshots posted from them T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i dont use smart phones right now T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: what do you use T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: laptop T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: how do you do telephone calls T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: i use a landline sorry T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: does your landline have games? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: no it s just a regular phone T3/r7/2018-07-18.txt.gz:{chan ch=tech}Comrade Raded Tech: do you have instagram on it? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: no , its just a plain old phone T3/r7/2018-07-18.txt.gz:{chan ch=tech}Belfarious Tech: right now im having a bitch of a time financially i cant afford a ton of luxuries T3/r7/2018-07-18.txt.gz:{chan ch=tech}Braun Tech: Looking to make a trigger that executes from multiple sources but only one set of commands (instead of having multiple triggers with the same commands). Any suggestions? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Borg Tech: Can you elaborate a little? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Braun Tech: for example I have heal spell 1 2 3 4. I want to heal myself with random heal spells out of combat with the "ouch" alias back to full health. Each heal spell has a cast phrase. It can be used as a trigger to cast the spell again until I am fully healed. I'd like to take each heal spells phrase and combine them into one trigger. T3/r7/2018-07-18.txt.gz:{chan ch=tech}Borg Tech: I mean that sounds more like an alias not a trigger T3/r7/2018-07-18.txt.gz:{chan ch=tech}Braun Tech: you're right! I'm complicating things :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Borg Tech: Unless you are talking about automatically calculating your health and rating each of the 1 2 3 4 heal spells per cast for how much they heal you. Storing the rating and casting the correct amount for your health T3/r7/2018-07-18.txt.gz:{chan ch=tech}Borg Tech: It is possible but complicated, heh T3/r7/2018-07-18.txt.gz:{chan ch=tech}Braun Tech: skip it, I was just having it loop till I was at full health but I can just have an alias "ouch" that casts one of the four randomly and spam it :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}Borg Tech: yes you can T3/r7/2018-07-18.txt.gz:{chan ch=tech}Borg Tech: Anyone know much about teamviewer? I can get into a system of mine from my windows box and the resolution is nice and normal, I can even remote in from my chromebook to the windows box then rdp into my database server and the resolution is fine. If I use teamviewer to go straight to my database server from the chromebook the resolution is approx 800X900 T3/r7/2018-07-18.txt.gz:{chan ch=tech}Borg Tech: 800x600 not 8x9 T3/r7/2018-07-18.txt.gz:{chan ch=tech}Crimzon Tech: i cant see my bar with hp mana and moves. i dont see the enemy percentages either T3/r7/2018-07-18.txt.gz:{chan ch=tech}Crimzon Tech: any ideas on how to fix this T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Anyone here own/operate a rasp pi? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: I do T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Which OS? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: raspbian T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Lite or? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: na not lite T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Did you config it yourself? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: what do you mean? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: did I install raspbian? yeah T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Did you prepare the SD card yourself? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: yeah T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: well kind of T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Which rasp pi do you have? Does it have wifi? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: i guess not, it came with the installer (I forget what it's called) and I could pick whichever distribution I wanted T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: NOOBS, I think? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: that's it T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Which rasp pi do you have? Does it have wifi? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: the newest one, 3 b+ T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Wait are you one of the tintin users here T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: has wifi built in T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: I am T3/r7/2018-07-18.txt.gz:{chan ch=tech}Endymion Tech: i own and operate a raspberry pi T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: You have it on the pi? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Endymion Tech: i think its a #2 huh huh T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: taht's why I got the pi :) T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Omg T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I want that setup T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: So you just ssh into it? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: yup T3/r7/2018-07-18.txt.gz:{chan ch=tech}Endymion Tech: mine has wifi built in too. no it still connects to your router you nimwit T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: it's super easy to setup T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Yeah been looking at tuts T3/r7/2018-07-18.txt.gz:{chan ch=tech}Endymion Tech: whoa language T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Was wonder, there's a rasp pi Zero W, which is significantly cheaper T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: it's a lot easier than linux was back in the day, there's a simple gui to enable the ssh server T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: that's all of 5 seconds T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: er, takes all of 5 seconds T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: not like the early days of debian where you had to recompile the kernel just to get PPP support T3/r7/2018-07-18.txt.gz:{chan ch=tech}Endymion Tech: i had a raspberry pi 1 and it didnt require any of that T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Do you guys know about the pi zero W? It has wifi too, and cheaper. Wondering if I should get that instead of the latest one T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: i'm talking like 20 years ago :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I only want to get a pi for tintin, really T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: if you're only running tintin and nothing else is doesn't really matter T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: i'm running postgres on it also so I feel like I get more use out of the higher specs T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Ahh I see T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Is it fast, or just fast enough for your needs T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: I don't notice it at all, it's fast enough for anything ive done with it T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: it's not fast enough however to run a minecraft server :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Thinking of setting up ngrok on it, too. I don't have access to our router, so that's the only way I could ssh from anywhere T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Well I could do reverse tunneling, but ngrok is easier T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: I just port forward from my router T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Scrap that, I can't do reverse tunneling. It's possible, but I do not know how T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Yeah no router access. Feels bad T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: heh yeah T3/r7/2018-07-18.txt.gz:{chan ch=tech}Endymion Tech: why no access to router? T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Not my house/internet T3/r7/2018-07-18.txt.gz:{chan ch=tech}Endymion Tech: that's rough, did you ask for access? T3/r7/2018-07-18.txt.gz:{chan ch=tech}Endymion Tech: or could ask for specific forwards etc. it doesnt hurt their internet to do so T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: They're the kind of people that doesn't want to use a fitbit because it sends their data somewhere to someone, so I think no heh T3/r7/2018-07-18.txt.gz:{chan ch=tech}Endymion Tech: hmm.. are they smart enough to change default router password? :p T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Hehe yes T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: But all these are just plans for now, anyways. I don't even know which rasp I will get T3/r7/2018-07-18.txt.gz:{chan ch=tech}Zebulac Tech: do you have physical access to said router? :P T3/r7/2018-07-18.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Yes, it's in the living room, but I don't want to touch it heh T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: I've got some FLAC files that I need to convert so I can use them on my iPhone. what's a good program/format to use? T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: preferably free. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: Freemake Audio Converter. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Tech: Comrade Raded fistbumps Mr. Crowley. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: any format recommendations? space isn't a significant issue, just compatability. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: I suppose whatever format your iPhone takes. Personally, I've always stuck with mp3. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: I think iPhone is m4a. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: I thought mp3 was always lossy. iOS is good about formats, just doesn't do flac. don't know off the top of my head what it does do T3/r7/2018-07-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: Apparently, VLC for IOS supports FLAC. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: okay so Freemake Audio Converter makes me pay money if my files are over 3 minutes, which they are. any other recommendations for converting flac to another format? T3/r7/2018-07-19.txt.gz:{chan ch=tech}Trachx Tech: winamp T3/r7/2018-07-19.txt.gz:{chan ch=tech}Trachx Tech: with file writer plugin, or pazera flac to mp3 converter T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: winamp is still a thing? T3/r7/2018-07-19.txt.gz:{chan ch=tech}Tech: Comrade Raded goes, "Hmmmm." T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: trying to download Winamp from their website sends me to a forum post from 2014 saying their downloads are temporarily unavailable T3/r7/2018-07-19.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers softly. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: for anyone who isn't doing tech -h: I need a free program to convert flac to a lossless format that iTunes can recognize. freemake does what I want, but I don't wanna pay. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Endymion Tech: what does itunes recognize? T3/r7/2018-07-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: Er, you don't have to pay with freemake? T3/r7/2018-07-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: Also, like I said, Raded, VLC for IOS plays FLAC. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: if the file is over 3 minutes it wants me to pay T3/r7/2018-07-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: Odd, never asked me to pay... T3/r7/2018-07-19.txt.gz:{chan ch=tech}Tech: Mr. Crowley boggles at the concept. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: I'd like to just be able to use the standard Music app or whatever T3/r7/2018-07-19.txt.gz:{chan ch=tech}Belfarious Tech: bill gates should pay me T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: "Your file is longer than 3 minutes. Unlimited conversion is available in Freemake Infinite Pack." T3/r7/2018-07-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: https://alternativeto.net/software/formatfactory/ T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: this looks promising T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: I went through this kick in like 2007 where I decided I was only going to keep FLAC versions of these obscure albums for some stupid reason T3/r7/2018-07-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: I wonder if Freemake's updated versions put that limit on. I just converted a 4m 16s song to FLAC no problem. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: Then again, I have Freemake 1.1.8. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: that's the one I got. wants me to subscribe. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Tech: Mr. Crowley boggles at the concept. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: That's so odd. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: Well, hopefully format factory solves your problem. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: looks like it T3/r7/2018-07-19.txt.gz:{chan ch=tech}Tech: Comrade Raded fistbumps Mr. Crowley. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: thank you sir T3/r7/2018-07-19.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: Always! T3/r7/2018-07-19.txt.gz:{chan ch=tech}Belfarious Tech: you guys are all so brilliant when it come s to tech T3/r7/2018-07-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: Now to go make some cheese. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: Hello, we're on a MUD, so naturally a lot of us are nerds. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Belfarious Tech: true T3/r7/2018-07-19.txt.gz:{chan ch=tech}Endymion Tech: you can use VLC to convert flac to aac also T3/r7/2018-07-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: But again, back to making cheese. Homemade cheese is always best! T3/r7/2018-07-19.txt.gz:{chan ch=tech}Endymion Tech: i just created a 320kbs 48khz AAC profile easy enough T3/r7/2018-07-19.txt.gz:{chan ch=tech}Endymion Tech: you can customize all you want T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: I just learned how to pirate everything because I was a poor teenager T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: now I've hoarded my vast music collection over decades and need to convert things because I did weird things T3/r7/2018-07-19.txt.gz:{chan ch=tech}Belfarious Tech: give me all your trivia points T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: ok T3/r7/2018-07-19.txt.gz:{chan ch=tech}Endymion Tech: i used to convert DVDs to SVCDs! T3/r7/2018-07-19.txt.gz:{chan ch=tech}Endymion Tech: how lame is that T3/r7/2018-07-19.txt.gz:{chan ch=tech}Tech: Comrade Raded gasps as he realizes what Endymion did. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Endymion Tech: hey DVDs were expensive T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: I used to copy VHS tapes of fansubbed anime then mail them around in trades. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Comrade Raded Tech: later I made a couple hundred dollars in high school by burning pirated anime to CDs for people. mostly Love Hina and Tenchi Muyo. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Braun Tech: I used to hand write copies of the old testament in a monastery >.> T3/r7/2018-07-19.txt.gz:{chan ch=tech}Endymion Tech: you already won raded, you can stop sharing now T3/r7/2018-07-19.txt.gz:{chan ch=tech}Tech: Comrade Raded crosses his arms and nods slowly and sagely to Braun. T3/r7/2018-07-19.txt.gz:{chan ch=tech}Kristoff Tech: anyone know the url for the dinv script? T3/r7/2018-07-19.txt.gz:{chan ch=tech}Endymion Tech: finger durel T3/r7/2018-07-20.txt.gz:{chan ch=tech}Mekonis Tech: I lost coords on my big mapper is there a way to reset it to get them back (it crashed running to vid) T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: why would hyperlinks fail to respond but if I move or look, they then work normally? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: and why does Send_GMCP_Packet("request char") just flat out not work half the time? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Sheriff Shindo Tech: are you sure that something else isn't grabbing your gmcp packets first? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: no clue T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: all I know is on plugin install none of the hyperlinks work at all, until I look or move, and then everything is fine T3/r7/2018-07-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: You shouldn't have to constantly request char anyways. It comes automatically when it changes once you've indicated you want that data. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: been stuck on it all morning, another half hour I'll just put it down for a bit T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: send gmcp packet pretty much works half the time, with no consistency. Don't understand that. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: I guess I will just make the script send a 'look', oh well T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: it looks like something with the plugin not getting the gmcp info even though I explictly tell it to get it T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: do not understand. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: any reasons why hyperlinks wouldnt work even though you have all the data for them? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: any thoughts on why S&D hyperlinks would fail with "missing data or data busy" until I type look or move rooms, after which they work just fine. Still trying to sort this out and I'm fairly puzzled at this point. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Does it work immediately if you do a gmcp sendchar? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Sounds like it doesn't know what room you're in until it recieves an emmision. (a la Race Condition) T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: the only thing I can think of is that the target list is getting cleared or lost somehow, but as far as I can tell, it isn't. All the data is acquired and is where it should be, as far as I can see T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: that's what I thought too, but the room data is loaded in as part of plugin install T3/r7/2018-07-20.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: I don't think it's the target list, actually T3/r7/2018-07-20.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: I think it doesn't know your current room info T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: it's something in the xcp command T3/r7/2018-07-20.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: hmm T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: that's the best I can narrow it down T3/r7/2018-07-20.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Got a link to the function somewhere? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: been on this all damn day and just zero progress. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: i'd have to send you the code, will do if you want. Maybe it just needs another set of eyes to look at it. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: i'd dump your entire object structure to file or print before the look command and after, see what data changes. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: the merge has been surprisingly without friction except for this one thing T3/r7/2018-07-20.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: "merge" referring to? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: wouldn't you know the one PITA issue is in the single most important function :) T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: looks like auto noexp is dead too T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: sorry T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: gah, I'm going to have to start the whole merge over from scratch T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: this stuff is broken and there is absolutely zero reason why it should be, the functions are being called but they aren't *doing* anything T3/r7/2018-07-20.txt.gz:{chan ch=tech}Mr. Crowley Tech: Shoddy coding is the reason why. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Mr. Crowley Tech: Just because YOU don't see it yourself doesn't mean it's not there. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Mr. Crowley Tech: I've run into that many times myself. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Mr. Crowley Tech: And I had to step back, collect myself, and start over. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: hi T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: if I put up what I have on github as a beta, would anybody else be willing to take a look at it because I can't figure out this hyperlink not working glitch and it's been more than 10 hours of fruitless time waste so far T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: it says there is no data, but I'm making it print the target table right there in the same if block that tells me there's no data T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: so where is that disconnect? Once I type look every thing is 100% fine. It makes zero sense and I'm just stuck. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: help? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: hi, what is the command for turning all the sound packs being use in aardwolf? i want to here sound when i am fighting or when someone type a message in ct T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: what does look do, or how would that have anything to do with it? It sends gmcp room info, that's about it T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: if I don't have it by midnight (and I'm sure I won't) I'll put it up as a beta T3/r7/2018-07-20.txt.gz:{chan ch=tech}Old School Durel Tech: Are you relying on gmcp to have the data immediately? It's asynchronous when gmcp updates so it may give you stale data if you aren't watching for the broadcast. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Old School Durel Tech: If you do a look, that probably forces the update T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: okay, when I do Send_GMCP_Packet("request room") from the mush command line, the GMCP handler responds and updates the room info T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: when I put that same command into script, it does nothing. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: why? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: why does sending a gmcp packet work when I do it manual, but when I put it in script, it does nothing? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: it is even sending me the gmcp room info and it STILL does nothing T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: what am I doing wrong? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: did you require "gmcphelper" in your script? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: I sure did T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: where did you put it in your script? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: right at top T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: the Send_ T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: it makes zero sense, I do it manual and it's fine, if I try to script it any which way... using an alias, trigger, timer, it does nothing T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: it's infuriating as all hell T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: are you going to share your source for review? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: I mean come the ffffff on 10 hours on this crap and all I need it to do, is respond to a gmcp update and it's too much to ask. 10 hours T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: jesus T3/r7/2018-07-20.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: So, it sends you gmcp room info, but then it does nothing? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: Yep, it thinks there's no data even though it's right there printed out in the same block where it's telling me there's no data T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: but if I do it manual, it works fine. makes. no. sense. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: well you're obviously doing something wrong T3/r7/2018-07-20.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Manual, meaning? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: what does "it thinks" mean? T3/r7/2018-07-20.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Can you share a simple sample of how the code is, or should behave? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: already asked for that before the rant T3/r7/2018-07-20.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Maybe after-rant sample is more accessible T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: there's really nothing to it, I put Send_GMCP_Packet("request room") into the on plugin install function T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: didn't work T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: tried calling it on a timer a second later T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: didn't work T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: why do you say it doesnt work? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: wrote an alias and made the script execute that, doesn't work T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: doesn't work as in it sends me the gmcp room info but for some reason it just isn't getting picked up T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: which there is no reason for because onpluginbroadcast should catch it T3/r7/2018-07-20.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I wonder if you're reading the data wrong T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: just share a sample jeezus T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: we could guess all day T3/r7/2018-07-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Endy we have :) T3/r7/2018-07-20.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I can't, I'm busy tonight T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: I'm just going to make it do "look" and leave it at that, bandaids be damned T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: you dont have to share the whole bot, just the broadcast T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: I'm going to put it on github if I don't figure it out before midnight T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: I'll give myself that long to torture myself T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: i wont care by then T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: ok T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: now or never, take it or leave it! T3/r7/2018-07-20.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: See what you did T3/r7/2018-07-20.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Now Endy is killing hardcores T3/r7/2018-07-20.txt.gz:{chan ch=tech}Huko Tech: that guys so rude T3/r7/2018-07-20.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I ordered a rasp pi zero W! T3/r7/2018-07-20.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Should be here Sunday T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: anyhow, the code is identical to that in mapper extender, it's just the init_plugin function T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: that is all there is to it, and in the Extender plugin it works without a hitch T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: it is literally the same identical function, zero change T3/r7/2018-07-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: For what it's worth - I never take anyone's word that code is the same as X. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: I copy. pasted. it. It's the same. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: so its your handler that is bad then right T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: I don't know why the plugin can't be made to pull the entire gmcp table from the get go and be done with it T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: who says it cant? T3/r7/2018-07-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: funky things can happen when you add code to other code T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: you dont have to request it to get it T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: but if you open mush fresh then your code might fail of course, because handler doesnt have data yet T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: its obviously your onpluginbroadcast function that is wonky. you did it all wrong. T3/r7/2018-07-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: It could be anything T3/r7/2018-07-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: without code impossible to say T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: if I make the xcp command load the room info it works T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: have never really liked the onplugininstall and similar things, they just seem really prone to not doing what they should T3/r7/2018-07-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: By the way make sure you only have one of each function :) T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: except the onpluginbroadcast works fine for everything else T3/r7/2018-07-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: that's another thing we could check if we had the code... T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: I did that already T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: but T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: if you did it right then you would not be doing it wrong, and it would work T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: hi, if i added a new wav sound on my sound folder, was there a way for me to play that for a specific event in here? for example, will i be able to make that sound as a sound effect for stab? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: you could use a trigger and Sound or PlaySound function to play it T3/r7/2018-07-20.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: You'd have to write a trigger for that, then play the soundfile T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: well, if I make it do it right before sending cp check, that works. It still doesn't tell me what the hell was going on. At this point I don't care. God. Why would the thing care where I put it. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: oh dang, you can even select a sound in the trigger window, no scripting required T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: how can i access this trigger window? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: using mushclient? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: nod T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: but yeah, the onpluginbroadcast works just fine, just not in the plugin install routine. Makes no sense. There has to be a reason but I couldn't find it. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: Shift-Ctrl-8 T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: ok, I have it sorta working now T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: anyhow, I'll put this up on github later, things are still a bit messy but it'll do your cp's as good as the other one T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: nod i was able to add the sound stab through the use of this controlplusshitplus8 but when i i attack a mob it killed him with a stab, there is still no sound. it did not play the sound i added T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: appreciate the moral support, just want to get it done right so people don't need to bother themselves sending bug reports T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: show what your trigger line is, raptor T3/r7/2018-07-20.txt.gz:{chan ch=tech}Old School Durel Tech: Starling: As a rule of thumb, you probably don't want to rely on getting gmcp data via a callback in your install routine. That just opens you up for a lot of race conditions. For example, what happens if your plugin is loaded before the gmcp plugin is loaded? Also, I'm not certain callbacks work if you haven't completed your install function. I wouldn't be surprised if they didn't. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: please forgive me if i keep on asking but honestly, i admit that i never done this before so i have no idea what i am doing so i am just following what you are telling me. so how can i see my trigger line? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: ah, stab stands for stabilize command so T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: check this out raptor: https://vimeo.com/80327806 T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: thanks i sure do will T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: its more than what you need though, hopefully its not too confusing T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: i do my best to understand it T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: oh this might be better: https://www.youtube.com/watch?v=7_hhXK7iauI T3/r7/2018-07-20.txt.gz:{chan ch=tech}Endymion Tech: just simple trigger like what you want T3/r7/2018-07-20.txt.gz:{chan ch=tech}Crimzon Tech: anyone know what to type to get my health stats back for blowtorch? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: lol i really can't seems to make this trigger work for me. will someone check if i am doing the right thing? i will show you how i done it and tell me where i commit a mistake? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: sure, what do you have? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: i am setting a sound for stab so here's what i have done. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: first, i press controlPlusShiftplus8 then i choose add. I put stab and i even tried kill on the trigger edit box. next, i choose browse sound then i choose the sound of stab that i have put in my sound folder then i press ok then close. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: but when i kill this toad for example, the sound i have chosen wont play T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: well i dont know what stab is, but i know how triggers work. they work like this: the mud sends "ABCXYZ" and you make a trigger for "ABCXYZ" and then maybe send some commands back to the mud T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: o T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: the stab i am talking about is a sound effects that i have downloaded to try to use it when i try to kill a mob. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: so you want your sound to play whenever you attempt to kill a mob? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: right T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: and to kill mobs youre using "stab "? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: nod T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: because that doesnt seem to work for me T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: you can use "kill" or "attack" or some other skill to attack mobs T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: tech ah. so theretech ahtech o T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: but "stab" gives me an error saying the stabilize command is diabled T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: right, i tried kill alsow but the sound still wont work T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: well im no good with sounds, ive never been able to get them to work, but we can definitely try to get this working for you T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: really? how? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: ok well first off, when you attack something without a skill/spell you should probably use the 'kill' command, the shortest version of which is 'k' T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: right T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: so if you hit ctrl+shift+9 itll popup the alias creation dialog, in which you can add a new alias and enter the following in the top box: k * T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: right i am following T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: so now, you need to figure out where your sound file is relative to the mushclient directory T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: you mean where i save the sound that i want to use for the k trigger right? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: indee T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: ok? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: if you can, put it in your mushclient directory T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: or a subfolder there T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: like mushclientdir\sounds T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: in my case i put it in sound folder which is the default for sounds for my client T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: perfect T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: what is the exact filename? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: stab T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: stab.wav stab.mp3 stab.mkv???\ T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: wav T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: it is a wav file T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: ok, so here what you want in the big box of your alias T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: right T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: in the top youve got "k *" right? in the bottom you want Send("k %1") and then on a new line you want PlaySound(GetInfo(66) .. "stab.wav") T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: then below that youll see "Send To:" you want to select "Script" T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: ok then? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: then hit ok and try it out T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: ok, i am going to try it now T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: oh, where you put PlaySound it should be PlaySound(1,GetInfo(66) .. "stab.wav")) and not the other thing i said T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: oh, where you put PlaySound it should be PlaySound(1,GetInfo(66) .. "sounds\stab.wav")) and not the other thing i said T3/r7/2018-07-20.txt.gz:{chan ch=tech}Tech: Kobus sighs. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: so the top box is k *, next box should have Send("k %1") and PlaySound(GetInfo(66) .. "sounds\stab.wav") on lines by themselves and the "Send To:" should be "Script" T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: must i follow all this symbols when typing k? including this symbol for quote and this symbol for star? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Huko Tech: t o p 5 0 T3/r7/2018-07-20.txt.gz:{chan ch=tech}Magpie Metria Tech: Pro tip, when scripting or programming, yeah.. you need the symbols. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: yea... you cant just type "star" for * or anything....... T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: but luckily you can just copy/paste so you can highlight my text and then copy and paste it in T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: wait i did it wrong, let me repeat again T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: are you able to copy and paste? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: nod but T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: wait T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: let me show you how i done it T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: well i can give you an easy way to do this T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: ok please do? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: ok so delete whatever alias you have T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: ok done T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: go to this url: https://pastebin.com/3VqZ8i2q T3/r7/2018-07-20.txt.gz:{chan ch=tech}Emile Khadaji Tech: Don't do it. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: copy the text inside the raw paste textarea T3/r7/2018-07-20.txt.gz:{chan ch=tech}Magpie Metria Tech: Making it a plugin instead? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: ok got the URL address T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: nah just using the paste button on the alias dialog T3/r7/2018-07-20.txt.gz:{chan ch=tech}Magpie Metria Tech: Ah, right. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: so just copy the raw paste data, if you click in the text field under raw paste data hit ctrl+a and then ctrl+c itll copy the whole text T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: after youve done that go back to mush and hit ctrl+shift+9 and click the paste button T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: if youve done that correctly every time you "k " it should play your selected sound T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: so i will just fill in this edit box in this website? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: so in the alias box, i will put k? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: youre just copying the text T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: ok T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: click in the box, hit ctrl+a then ctrl+c T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: the box under raw paste data T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: see the box under raw paste data? if you click in there it all turns blue (slected) then hit ctrl+c, then go back to mush and hit ctrl+shift+9 to open the alias dialog. in the bottom right-ish click the paste button T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: i will copy this text in the raw date then i go here in aardwolf, then i will press controlplusplusShitplus9 then press add then on the alias box, i will press controlPlusV right? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: no, dont click add click paste T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: ok, T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: ok let me try to kil mob now T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: what is the difference between using vs require "constants" ? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Kobus Tech: off the top of my head, absolutely nothing T3/r7/2018-07-20.txt.gz:{chan ch=tech}Magpie Metria Tech: require only loads it once, if you have multiple requires it won't reload the file T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: hmm, interesting T3/r7/2018-07-20.txt.gz:{chan ch=tech}Magpie Metria Tech: You can also check which files are loaded by the __LOADED table. That may or may not be useful for you. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: thanks :) T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: I almost want to get these data tables out of the plugin and into a separate lua file but doesn't that defeat the point of the merge somewhat? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: and add user complexity T3/r7/2018-07-20.txt.gz:{chan ch=tech}Magpie Metria Tech: I dunno what files you're working on, or the structure. If they're being included/required behind the scenes, the user will never know. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Magpie Metria Tech: Separate them if it makes development/maintenance easier. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: ok, maybe, i need to restart my client right now. i already copy exactly what is in the box so T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: does the order of things matter in an xml file? T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: like, if I have two separate sections, does it matter what order? T3/r7/2018-07-20.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Inside functions, yes. Wherever else, I don't think so T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: and likewise separate alias, trigger, etc. sections don't care about order in the xml? T3/r7/2018-07-20.txt.gz:{chan ch=tech}H2O Walker Anaristos Tech: if you are referring to script sections in html you can have as many as you want. T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: good, that will make organizing things easier T3/r7/2018-07-20.txt.gz:{chan ch=tech}Real ninja Starling Tech: thanks T3/r7/2018-07-20.txt.gz:{chan ch=tech}Raptor Tech: shout hi T3/r7/2018-07-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: my much client keeps crashign every kill T3/r7/2018-07-21.txt.gz:{chan ch=tech}Abishae Tech: does anyone use discord and voice chat while playing this??? T3/r7/2018-07-21.txt.gz:{chan ch=tech}Emile Khadaji Tech: Anyone got a pup timer plugin? T3/r7/2018-07-21.txt.gz:{chan ch=tech}Nohh Tech: bast's plugin pack's stat monitor will track level/pup time T3/r7/2018-07-21.txt.gz:{chan ch=tech}Crimzon Tech: found out that if i wanted to play my game and listen to music you have to disable background programs T3/r7/2018-07-21.txt.gz:{chan ch=tech}Micki Tech: please if anyone try shindo's plug-ins for blowtorch and it worked please send me a tell or note please. i want to know if it my phone or shindo's site T3/r7/2018-07-21.txt.gz:{chan ch=tech}Micki Tech: am really having problem with blowtorch. cant complete quest T3/r7/2018-07-21.txt.gz:{chan ch=tech}Micki Tech: people lower than me already completed 500quest here i am with 168quest T3/r7/2018-07-21.txt.gz:{chan ch=tech}Micki Tech: anyone?? T3/r7/2018-07-21.txt.gz:{chan ch=tech}Belfarious Tech: anyone what T3/r7/2018-07-21.txt.gz:{chan ch=tech}Micki Tech: plugins for blowtorch T3/r7/2018-07-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: my Mush keeps crashing, in mid-combat, during global quests... T3/r7/2018-07-21.txt.gz:{chan ch=tech}Crimzon Tech: havung T3/r7/2018-07-21.txt.gz:{chan ch=tech}Crimzon Tech: i have a spellup script and a status bar thaat is extra i think T3/r7/2018-07-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i updated my mush client, into my old folder so i have all my settings. But my Mushclient font itself is tiny (in menus, alias', tiny letters) where in mush can i fix that? T3/r7/2018-07-21.txt.gz:{chan ch=tech}Endymion Tech: lmgtfy T3/r7/2018-07-21.txt.gz:{chan ch=tech}Endymion Tech: https://gammon.com.au/forum/bbshowpost.php?bbsubject_id=9390 T3/r7/2018-07-21.txt.gz:{chan ch=tech}Endymion Tech: i should probably turn off tech, cause basic questions where the person refuses to try kinda annoy me T3/r7/2018-07-21.txt.gz:{chan ch=tech}Endymion Tech: off 120 T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: mushclient questions answered here T3/r7/2018-07-21.txt.gz:{chan ch=tech}Mr. Crowley Tech: And mushclient answers questioned here! T3/r7/2018-07-21.txt.gz:{chan ch=tech}Turie Tech: How many AardMUSH clients does it take for Fiendish to scream? T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: zeroOOOOOOOOOOOOOOOOOOOOOOOOOO!Q!!! T3/r7/2018-07-21.txt.gz:{chan ch=tech}Tordan Tech: on the basic GMCP plugin on https://github.com/fiendish/aardwolfclientpackage/wiki/Using-GMCP by Fiendish, what code to I need to add to save myState = tonumber(charstatus.state) to a Mushclient variable named currentState? T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: SetVariable("currentState", myState) but you need to know that when you read it back with GetVariable you will have to convert it to a number again, because MUSHclient only saves strings T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: https://www.gammon.com.au/scripts/doc.php?function=SetVariable T3/r7/2018-07-21.txt.gz:{chan ch=tech}Tordan Tech: so I just add teh Servaraible part under the myState = tonumber(charstatus.state) line? T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: yes, see examples in the link T3/r7/2018-07-21.txt.gz:{chan ch=tech}Tordan Tech: Thank you Fiendish. T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: any time T3/r7/2018-07-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: hot d*** is microsoft rubbish T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: is it? I like most of what they do these days T3/r7/2018-07-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: trying to change the font size in the mushclient menu, without having to got to 125% (F***** stupid) on my entire windows T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: there's a forum thread for that T3/r7/2018-07-21.txt.gz:{chan ch=tech}Emile Khadaji Tech: Anyone got a pup timer plugin? T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: Throxx: it's only a problem in mushclient? T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: no, I know, endymion's link was the wrong one T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: I'm looking for the right now T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: the right one now T3/r7/2018-07-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: used to fix all this easy in 7, ty MSux T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: what did you do in win 7? T3/r7/2018-07-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: you could actually put in a font size #, instead of this rediculous % change that is global T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: so apparently you can do it in 10 too, but omg the instructions look terrible https://www.laptopmag.com/articles/increase-text-size-computer T3/r7/2018-07-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: ok, ty Fiendish :) T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: You might want to also check out https://www.majorgeeks.com/files/details/system_font_size_changer.html T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: it's a small program that allegedly helps with this problem T3/r7/2018-07-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: so, my "Advanced Display Settings", is not the same as those listed in the help. super awesome. i did file a feedback to MS, not that, they care T3/r7/2018-07-21.txt.gz:{chan ch=tech}Real ninja Starling Tech: They will file that in the toilet along with the rest of the crap T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: try the font size changer app I guess. I don't use windows so I can't easily check myself T3/r7/2018-07-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i need to replace the g-card on my win 7 computer, this 10 program is crap. Like i said, i can/have fixed it in 7, in 5 sec. T3/r7/2018-07-21.txt.gz:{chan ch=tech}Mannec Tech: upgrade to xp. T3/r7/2018-07-21.txt.gz:{chan ch=tech}Real ninja Starling Tech: The process can be accelerated, certainly T3/r7/2018-07-21.txt.gz:{chan ch=tech}Crimzon Tech: wheres deep T3/r7/2018-07-21.txt.gz:{chan ch=tech}Long Time Fiendish Tech: down T3/r7/2018-07-21.txt.gz:{chan ch=tech}Crimzon Tech: nod T3/r7/2018-07-21.txt.gz:{chan ch=tech}Crimzon Tech: figured it out T3/r7/2018-07-21.txt.gz:{chan ch=tech}Crimzon Tech: brb T3/r7/2018-07-22.txt.gz:{chan ch=tech}Ab Domen Tech: I installed the new version of MUSHclient and now it seems to be dropping all blank lines. Anyone have any idea how to bring them back? T3/r7/2018-07-22.txt.gz:{chan ch=tech}Long Time Fiendish Tech: you didn't accidentaly type compact did you? T3/r7/2018-07-22.txt.gz:{chan ch=tech}Ab Domen Tech: I typed it just now and it turned compact mode on, so I guess not. :D T3/r7/2018-07-22.txt.gz:{chan ch=tech}Ab Domen Tech: I might've done something else unrelated to reinstalling MUSH, just not sure what it might've been T3/r7/2018-07-22.txt.gz:{chan ch=tech}Zhalut Tech: plugin is omit_blank_lines or something but author is Nick G T3/r7/2018-07-22.txt.gz:{chan ch=tech}Zhalut Tech: CTRL+SHIFT+P and disable/remove it T3/r7/2018-07-22.txt.gz:{chan ch=tech}Ab Domen Tech: Whew, that did the trick T3/r7/2018-07-22.txt.gz:{chan ch=tech}Ab Domen Tech: Thanks, I removed and added a couple of plugins at the same time and must've added that one T3/r7/2018-07-22.txt.gz:{chan ch=tech}Long Time Fiendish Tech: r1997 brings back the tick timer. rejoice. T3/r7/2018-07-22.txt.gz:{chan ch=tech}Ab Domen Tech: Is there a way to mute all sound in Mushclient? T3/r7/2018-07-22.txt.gz:{chan ch=tech}Nohh Tech: you have sound? T3/r7/2018-07-22.txt.gz:{chan ch=tech}Ab Domen Tech: Yes. T3/r7/2018-07-22.txt.gz:{chan ch=tech}Nohh Tech: well idk about a mushclient setting but if you're on windows you could use the system volume mixer T3/r7/2018-07-22.txt.gz:{chan ch=tech}Ab Domen Tech: Fair enough, that's probably easiest T3/r7/2018-07-22.txt.gz:{chan ch=tech}Ab Domen Tech: Since a crash yesterday, Mushclient keeps giving me an error message on load saying that a sharing error occurred when accessing aardwolf.mcl. Anyone have any idea what could be going on? T3/r7/2018-07-22.txt.gz:{chan ch=tech}Sheriff Shindo Tech: have you rebooted? T3/r7/2018-07-22.txt.gz:{chan ch=tech}Ab Domen Tech: Yeah, turned it off for the night and just turned it back on T3/r7/2018-07-22.txt.gz:{chan ch=tech}Sheriff Shindo Tech: at a guess something has it marked as aleady being on the opened by some resource T3/r7/2018-07-22.txt.gz:{chan ch=tech}Summoner Yuna Tech: Anyone here who knows autoIT? T3/r7/2018-07-22.txt.gz:{chan ch=tech}Kristoff Tech: anyone here know much about dinv script? T3/r7/2018-07-22.txt.gz:{chan ch=tech}KoopaTroopa Tech: I bet Durel knows about it... but not online T3/r7/2018-07-22.txt.gz:{chan ch=tech}Old School Durel Tech: hey, I'm here :) T3/r7/2018-07-22.txt.gz:{chan ch=tech}KoopaTroopa Tech: there you go... my guess is that he knows about dinv T3/r7/2018-07-22.txt.gz:{chan ch=tech}Old School Durel Tech: Maybe a tad... T3/r7/2018-07-22.txt.gz:{chan ch=tech}KoopaTroopa Tech: lo T3/r7/2018-07-22.txt.gz:{chan ch=tech}KoopaTroopa Tech: lol T3/r7/2018-07-22.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Hello from my rasp pi! T3/r7/2018-07-22.txt.gz:{chan ch=tech}Long Time Fiendish Tech: mushclient answers. get your mushclient answers. warm and fresh from my oven. mushclient answers T3/r7/2018-07-23.txt.gz:{chan ch=tech}Belfarious Tech: anyone got time to help explain triggers for mudlet T3/r7/2018-07-23.txt.gz:{chan ch=tech}Sheriff Shindo Tech: have you done a search using google? T3/r7/2018-07-23.txt.gz:{chan ch=tech}Belfarious Tech: well ya but im still have problems T3/r7/2018-07-23.txt.gz:{chan ch=tech}Belfarious Tech: waiting for the mud to respond to see if i got it right T3/r7/2018-07-23.txt.gz:{chan ch=tech}Belfarious Tech: arrrrrgh freaking useles T3/r7/2018-07-23.txt.gz:{chan ch=tech}Judge Jeter Tech: I can't see level of items in bags, I unflagged somehow. How I get that back on? T3/r7/2018-07-23.txt.gz:{chan ch=tech}Comrade Raded Tech: crowley sux T3/r7/2018-07-23.txt.gz:{chan ch=tech}KoopaTroopa Tech: not for free T3/r7/2018-07-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Well, usually. T3/r7/2018-07-23.txt.gz:{chan ch=tech}Silent Noro Tech: Usually it costs me a couple bottles of scotch and a screaming tribute to Saving Abel. :) T3/r7/2018-07-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Will you settle for a bottle of scotch and one of apple cider whiskey? T3/r7/2018-07-23.txt.gz:{chan ch=tech}Silent Noro Tech: Perhaps.. T3/r7/2018-07-23.txt.gz:{chan ch=tech}Tech: Silent Noro's shifty eyes dart back and forth as she focuses on Mr. Crowley, devious thoughts filling her mind. T3/r7/2018-07-23.txt.gz:{chan ch=tech}Tech: Mr. Crowley chuckles politely. T3/r7/2018-07-23.txt.gz:{chan ch=tech}Drunk'ing Abel Tech: someone saving abel? T3/r7/2018-07-23.txt.gz:{chan ch=tech}Huko Tech: WHich one of you homies uses a this sweet Durel Inventory? Gimme your profile thanks T3/r7/2018-07-23.txt.gz:{chan ch=tech}Old School Durel Tech: I might... T3/r7/2018-07-23.txt.gz:{chan ch=tech}Huko Tech: i did a whois before i messaged that i was hoping you would gimme all yours T3/r7/2018-07-23.txt.gz:{chan ch=tech}Huko Tech: let your hard work be my hard work T3/r7/2018-07-23.txt.gz:{chan ch=tech}Old School Durel Tech: Oh, misread that. I don't do much melee so I don't have anything other than the aard defaults which are built in to dinv T3/r7/2018-07-24.txt.gz:{chan ch=tech}Abishae Tech: what is the ninjamap plugin? I've seen it mentioned in a couple lists, but haven't really seen what it does T3/r7/2018-07-24.txt.gz:{chan ch=tech}Endymion Tech: uh is that the one that makes aliases for mapper commands? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Endymion Tech: yeah a plugin should be more than a different set of commands aliases to other plugin commands LOL T3/r7/2018-07-24.txt.gz:{chan ch=tech}Yajan Tech: wha? that sounds like a dope plugin to me! T3/r7/2018-07-24.txt.gz:{chan ch=tech}Endymion Tech: rofl. should call it mappermoron T3/r7/2018-07-24.txt.gz:{chan ch=tech}Abishae Tech: mapper has commands??? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Tech: Yajan giggles. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Endymion Tech: mapper help T3/r7/2018-07-24.txt.gz:{chan ch=tech}Abishae Tech: interesting T3/r7/2018-07-24.txt.gz:{chan ch=tech}Huko Tech: Anyway to make mapper add norecall/portals rooms instantly T3/r7/2018-07-24.txt.gz:{chan ch=tech}Real ninja Starling Tech: So, if I work on a plugin and it's working great for me, no problems at all. When others run that same plugin, why does it run great for some, but basically catch fire for others? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Zuloft Tech: I think I just outsmarted myself and it went to poop. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Zuloft Tech: I started mushclient by doubleclicking aardwolf in the worlds folder and the plugins tried to look for a duplicate worlds folder that wasn't there, that's where I ran into problems T3/r7/2018-07-24.txt.gz:{chan ch=tech}Real ninja Starling Tech: so much for it not being difficult parsing who list with a regexp trigger T3/r7/2018-07-24.txt.gz:{chan ch=tech}Real ninja Starling Tech: bloody hell, look at all the extra spam, flags, and general junk T3/r7/2018-07-24.txt.gz:{chan ch=tech}Gaelehad Tech: flags are the easy part T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: who uses shindo's plugin here T3/r7/2018-07-24.txt.gz:{chan ch=tech}Abishae Tech: is it possible to have Search and Destroy (The plugin) work off of quests instead of my campaign? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Braun Tech: so I'm getting an error message each time I start up Mushclient south T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: helps to send the error message T3/r7/2018-07-24.txt.gz:{chan ch=tech}Braun Tech: sorry, something about constants bear with me, that was a mis T3/r7/2018-07-24.txt.gz:{chan ch=tech}Braun Tech: Line 7: C:\Path\To\Desktop\MUSHclient\world\constants.lua was not found. (Not loaded) T3/r7/2018-07-24.txt.gz:{chan ch=tech}Emile Khadaji Tech: Bane of my existence. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: is that file there? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Nohh Tech: does it say what file/plugin is causing that error anywhere? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Braun Tech: there is one in the "plugins" folder. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Braun Tech: It doesn't. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Nohh Tech: what plugins are you using? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: AFAIK, that's a bast file, you should just grab all his helpers and put them in place T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: am using shindo's plugging for mapper anyone know about it?? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: my mapper brings error whenever i enter a room saying it couldnt save room T3/r7/2018-07-24.txt.gz:{chan ch=tech}Braun Tech: I don't think I'm using any of bast's plugins really. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Nohh Tech: sounds like it can't write to the database or something micki, or the database isn't there... could be the app doesn't have the proper permissions for some reason? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: Nohh exactly. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: that what it writes... T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: but it saving some rooms. like this academy classrooms T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: it not saving the hallway or passages just the room. dont know why T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: Error calling gmcp callback:got_gmcp_room error: T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: Error calling gmcp callback:got_gmcp_room error: T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: but my spellups works clearly and hunt T3/r7/2018-07-24.txt.gz:{chan ch=tech}Nohh Tech: have you always had that problem micki, or did it just start happening at some point? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: well let me say always... because i just downloaded the plugins and all are working apart from saving locations T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: my mapper commands are working also but saving the rooms is the problem. esp when im using rt. it shoots alot of errors in red colour on my screen T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Micki: Did you download the AardMUSH client, or just the plugins? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: nop. just the plugins am using blowtorch T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Wait, what T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: You can't just drop aardwolf blugins into bt... T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: what bt T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: bt = blowtorch.. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: So you're saying you're using Nocilis' new Beta BT? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: oh. nop T3/r7/2018-07-24.txt.gz:{chan ch=tech}Nohh Tech: they're using shindo's mapper plugin which he modified to be used on blowtorch.. not trying to use mushclient plugins with blowtorch T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: i dont know new Beta BT. shindo made plugins for blowtorch so.that what am using T3/r7/2018-07-24.txt.gz:{chan ch=tech}Nohh Tech: try going into android's settings, looking for App settings, finding blowtorch and ensuring it has the proper storage permissions, and also try completely quitting out of the app (i.e. closing it from the app switcher, not just pressing the home button) then relaunching it... T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Is shindo's mapper on github? Is there an issue list and/or a way to report issues? He might be your best bet. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: AFAIK, the mapper port targets the beta T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: IE the aardwolf-specific blowtorch T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Try using this one: http://www.aardwolf.com/play/android-mud.htm T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Cheezburger: That's so out of date. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: i dont get what you guys saying T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Nocilis has made a much better, updated version. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Misfit Tech: hey nerds. Mushclient is unable to create plugin save state file. Thoughts? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Where is it linked at then? I assumed that was the updated one T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: updated version of bt? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: It got confused, delete the save state file that's throwing errors. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: Crowley send me the links then T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: board tech, note read 7663 and 7664 T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Also, I don't take kindly to demands such as that, Micki. :p T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Just pretend he forgot a "please" in there, and it's no longer a demand :P T3/r7/2018-07-24.txt.gz:{chan ch=tech}Nohh Tech: or a 'now' T3/r7/2018-07-24.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers softly. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: am sorry. please T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: i see T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: ive been downloading 2.0 in which the plugins didnt support T3/r7/2018-07-24.txt.gz:{chan ch=tech}Nohh Tech: not exactly T3/r7/2018-07-24.txt.gz:{chan ch=tech}Misfit Tech: worked. Thanks!! T3/r7/2018-07-24.txt.gz:{chan ch=tech}Nohh Tech: but the new version could fix it, if it's a permissions issue which he talked about fixing problems with that T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: okay.... let me try downloading it T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: this is soo uncool T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: it didnt work... T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: so no more hope... damn T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: my phone dont have google play. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: You could try writing to the author of the plugin. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: that Shindo... i have T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Are you even on android? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: yep T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: How does it not have Google Play? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: it versions is andriod 4.1.2 T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yuck. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Your phone may not be able to handle the new versions. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: I remember Nocilis said there was a cutoff on it, but I forget where that cutoff was. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: i cant reach it on google play T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: it might be on other website T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: If you can't find blowtorch on google play, that's because your phone won't support it. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: the one i saw was of low version T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: 1.11 T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: So you need to upgrade your phone. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: it not named google play though but it like the phone google play named 9Apps it have everything to be of google play T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: my phone version aint the probleme T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: problem* T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: 9apps isn't google play, though, and doesn't have everything google play has. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: And sure, say your phone version isn't the problem. I'm just telling you that there was a cutoff for it, and I forget where it cut off at. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Nohh Tech: looking at the source code the minSdkVersion is 14, which is android 4.0..so they made they cutoff just barely T3/r7/2018-07-24.txt.gz:{chan ch=tech}Nohh Tech: for the beta, however, you may have to get the APK from someone or build one yourself and sideload it T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: yesss.... 4.0 so i could get it T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Nohh: I already provided the forum posts that have the link in the play store. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: it must be on a website.... not just on google play T3/r7/2018-07-24.txt.gz:{chan ch=tech}Nohh Tech: which unfortunately doesn't do them any good if their phone doesn't have the google play store (it's really not as uncommon globally as you think) T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: yes crowley i know, you did.but my phone cant access the playstore T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Well then, yes, in that case, you'll have to find someone who will compile the open source code into an APK for you. Unfortunately, that will not be me as I have to leave here shortly anyway. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: let do it like this T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Why can't you access the play store? That's the more immediate issue :P T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: because my phone dont have play store T3/r7/2018-07-24.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Is it rooted? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: enough of why please... just help me T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Don't give orders. We're TRYING to help you, just answer the questions T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: So install play store. If it's android, and not some weird one-off phone, it should have access to the play store. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: my phone dont have playstore T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: it have the 9apps only T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: So install it T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Then you're probably on some version that won't run BT correctly anyways... T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: What phone do you have? T3/r7/2018-07-24.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: His phone doesnt have play store T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: i think it a weird type phone so it doesnt have play store T3/r7/2018-07-24.txt.gz:{chan ch=tech}Tech: Helperful Cheezburger slaps A Nimwit Bamboo. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: If it doesn't have play store, I don't have a lot of faith that compiling it to an APK for you would even work T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: Lenovo T3/r7/2018-07-24.txt.gz:{chan ch=tech}Nohh Tech: a lot of cell providers do builds of AOSP or something, instead of the western fullblown google apps and all android versions.. and google restricts them from running the playstore (cause they don't want to support them) T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Full model, not just the maker T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: it will T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: It won't. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Without play services a lot of the functionality will be neutered T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: now, back to what I actually need. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: let do it like this... most of you are on computer then download it and upload it in a site like a website of games and app.. i know one if you want T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: FULL PHONE MODEL, please T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: That's not how any of this works T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: We'd need to take the source, sign it with an ad-hoc liscense, compile it to an APK, THEN upload it for you. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: Cheezburger it will work... please... since the BT standard is 4.0 and my andriod version is higher than it T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: You're talking to an adroid developer dude. That's not how it works. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Ayasinda Tech: jut do as he asks and let him see for himself it doestnt work T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Stop arguing with what I'm saying and just give me the damn info I asked for. So I can do the googling you're apparently unwilling to do. T3/r7/2018-07-24.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Ayasinda, you do it T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: There's literally no physical way to download an android app to my computer to upload it T3/r7/2018-07-24.txt.gz:{chan ch=tech}Braun Tech: haha Tech Jobs Explained by Cheezburger T3/r7/2018-07-24.txt.gz:{chan ch=tech}Ayasinda Tech: sure if I knew where to download and upload T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Because the play store is smart, and would just install it to my android device T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: im down T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: ffs, i give up T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Enjoy helping this one, guys. T3/r7/2018-07-24.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: apps.evozi.com/apk-downloader T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: You're phone, the Lenovo A442t, can install the Google Store APK and do it that way. That's you're only route. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: apps.evozi.com/apk-downloader T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: err, https://www.apkmirror.com/apk/google-inc/google-play-store/ T3/r7/2018-07-24.txt.gz:{chan ch=tech}Tech: A Nimwit Bamboo slaps Helperful Cheezburger. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Nohh Tech: problem with the apk downloader is it'd just download the old release version instead of the beta build T3/r7/2018-07-24.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: nods, that's why i'd install the google-play APK, use that APK to update itself, then download the BT build T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: thanks man T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: it should be men T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: thanks everyone... downloading the playstore already so i could download 2.1 T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: i will be back soon T3/r7/2018-07-24.txt.gz:{chan ch=tech}Real ninja Starling Tech: cheezburger, don't cop that kind of attitude with me T3/r7/2018-07-24.txt.gz:{chan ch=tech}Real ninja Starling Tech: when I tell you to go get me a cup of tea, you go get me a cup of tea T3/r7/2018-07-24.txt.gz:{chan ch=tech}Real ninja Starling Tech: OR ELSE T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mekonis Tech: is anyone around skilled with the statmon plug. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Nohh Tech: what's your question? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mekonis Tech: Bast has me in tell thank you though! T3/r7/2018-07-24.txt.gz:{chan ch=tech}Nohh Tech: pfft, what's he know T3/r7/2018-07-24.txt.gz:{chan ch=tech}Bast Tech: not much, I constantly suprise myself with my lack of knowledge :) T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mekonis Tech: I think I got it all sortaed thanks again T3/r7/2018-07-24.txt.gz:{chan ch=tech}Wiscleph Tech: I'm trying to make an alias to get a potion out of my bag and then use it, but it doesn't seem to accept the second command. using 'alias hpot get minor satchel T3/r7/2018-07-24.txt.gz:{chan ch=tech}Wiscleph Tech: ah, it even removed the second command from the chat message just now T3/r7/2018-07-24.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Alias on aard, or mud client? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: How is your alias set up? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Zuloft Tech: welp, you used the semicolon. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Ayasinda Tech: use 2 ;; T3/r7/2018-07-24.txt.gz:{chan ch=tech}Zuloft Tech: and that's why T3/r7/2018-07-24.txt.gz:{chan ch=tech}KnightLord Throxx Tech: yep T3/r7/2018-07-24.txt.gz:{chan ch=tech}Wiscleph Tech: using the alias command in aard. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Wiscleph Tech: oh okay thanks! T3/r7/2018-07-24.txt.gz:{chan ch=tech}Tech: Zuloft is actually a computer technician and it's pretty easy to tell what glitched in the programming sometimes. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: no changes yet... still cant get the playstore T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: no any possible way to get bt v2.1? T3/r7/2018-07-24.txt.gz:{chan ch=tech}KnightLord Throxx Tech: someone was working on it, but its not avail in playstore T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: someone?? who T3/r7/2018-07-24.txt.gz:{chan ch=tech}KnightLord Throxx Tech: it's in my noteson my comp, and I'm on my phone, sry T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: well according to nocilis he said he added them up to playstore in which my phone dont have T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: you are using v2.0 also?? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yeah, Nocilis posted the link to the playstore. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: hello Crowley T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Since Micki apparently does not have playstore, he needs someone to actually upload the APK somewhere he can download that directly. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: exactly T3/r7/2018-07-24.txt.gz:{chan ch=tech}KnightLord Throxx Tech: I have looked, as of last weekend, I haven't seen anything at all T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: i await my master. Shindo he might help me T3/r7/2018-07-24.txt.gz:{chan ch=tech}Real ninja Starling Tech: this is what happens when you try to run an app on a toast and burn the bread to send up smoke signals T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: https://play.google.com/store/apps/details?id=com.happygoatstudios.bt&ah=Nc1lTq681dV5OvIDfdXynwfXIQc --> That's the beta on the play store, Throxx. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: throxx did you use the link of nocilis?? if you do it suppose to be there T3/r7/2018-07-24.txt.gz:{chan ch=tech}KnightLord Throxx Tech: yes, I'm using 2.0 for last 8 months T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: Throxx please if you download it successfully is there by any chance you could do what Crowley said? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Then you got it from the play store most likely, Throxx, using the link I just provided. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Unless the phone is rooted, it's hard to extract the APK, I think. T3/r7/2018-07-24.txt.gz:{chan ch=tech}KnightLord Throxx Tech: mine does crash a bit, I make sure I don't have alot else running on phone. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: You'll have to get someone to compile the open source and upload that APK. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: someone who?? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: or a phone with playstore could download it then i move it to SD card then put it back in my phone. will it work that way? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Maybe, but maybe not. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: I almost want to say that you still have to be able to download dependencies onto the phone. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: what that?? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Micki Tech: bye... i will be back soon T3/r7/2018-07-24.txt.gz:{chan ch=tech}KnightLord Throxx Tech: I have not tried to use the beta, because I am concerned about having to rebuild all the loadsets I have built over the last 8 months T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: But... you just said you've been using 2.0, which IS the beta. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Real ninja Starling Tech: you guys should be using the other 2.0 beta T3/r7/2018-07-24.txt.gz:{chan ch=tech}Real ninja Starling Tech: the one that can be found in my finger info T3/r7/2018-07-24.txt.gz:{chan ch=tech}Tech: Real ninja Starling's shifty eyes dart back and forth. T3/r7/2018-07-24.txt.gz:{chan ch=tech}KnightLord Throxx Tech: on playstore, 2.0 was last updated aug 2016. I believe the beta u refer to is 2.1 T3/r7/2018-07-24.txt.gz:{chan ch=tech}KnightLord Throxx Tech: I uploaded BT 2.0 27dec2017, I don't think Noc was working on it yet? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: In his note, regarding v2.1, he refers to that link, which takes you to the 2.0. So he may not have updated the version correctly, but that is where his link leads to after signing up to be a beta tester in note 7663, dated 04 May. T3/r7/2018-07-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: If yours is the older one, then yeah, I can understand that, and he just didn't update the version number online. T3/r7/2018-07-24.txt.gz:{chan ch=tech}KnightLord Throxx Tech: ok, I signed up for beta, I'm gonna export my setting and hand write my loadsets, just in case, then I will update T3/r7/2018-07-24.txt.gz:{chan ch=tech}KnightLord Throxx Tech: quest info is in which colorset? T3/r7/2018-07-24.txt.gz:{chan ch=tech}Magpie Metria Tech: I don't think it has a separate one T3/r7/2018-07-25.txt.gz:{chan ch=tech}KnightLord Throxx Tech: ever since i downloaded the new mush client, i get a screen flicker almost every time i do a spellup T3/r7/2018-07-25.txt.gz:{chan ch=tech}Huko Tech: This consider miniwindow I found on the Fiendish forums or something like that, its not making a miniwindow, any ideas? T3/r7/2018-07-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: ... There are no Fiendish forums. T3/r7/2018-07-25.txt.gz:{chan ch=tech}Huko Tech: Nick Gammon forums? I dont know! T3/r7/2018-07-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: You must mean Mush Forums, owned by Nick Gammon. T3/r7/2018-07-25.txt.gz:{chan ch=tech}Huko Tech: yes yes nick gammon http://www.gammon.com.au/forum/?id=9681 T3/r7/2018-07-25.txt.gz:{chan ch=tech}Huko Tech: that plugin right thur, im not getting a miniwindow:( T3/r7/2018-07-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: Probably because it's old. T3/r7/2018-07-25.txt.gz:{chan ch=tech}Huko Tech: Was updated December 2017 T3/r7/2018-07-25.txt.gz:{chan ch=tech}Huko Tech: by Kobus :D T3/r7/2018-07-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: Then talk to Kobus. T3/r7/2018-07-25.txt.gz:{chan ch=tech}Huko Tech: Thank you T3/r7/2018-07-25.txt.gz:{chan ch=tech}Huko Tech: K it was in the weirdest spot at the top left! I checked everything but behind the top left T3/r7/2018-07-25.txt.gz:{chan ch=tech}Sheriff Shindo Tech: are there any mobs who's names dont start start with a letter? T3/r7/2018-07-25.txt.gz:{chan ch=tech}Kippe Tech: I think the 800 spiders T3/r7/2018-07-25.txt.gz:{chan ch=tech}Kippe Tech: not sure though T3/r7/2018-07-25.txt.gz:{chan ch=tech}Sheriff Shindo Tech: the pattern matching in blowtorch lua is very primitive, capturing the output line from where is proving to be... tricksy T3/r7/2018-07-25.txt.gz:{chan ch=tech}Sheriff Shindo Tech: let me go check T3/r7/2018-07-25.txt.gz:{chan ch=tech}Sheriff Shindo Tech: easy enough, i can search on %w T3/r7/2018-07-25.txt.gz:{chan ch=tech}Sheriff Shindo Tech: and yes, those spiders in gallow start with 800 T3/r7/2018-07-25.txt.gz:{chan ch=tech}Sheriff Shindo Tech: thanks kippe T3/r7/2018-07-25.txt.gz:{chan ch=tech}Real ninja Starling Tech: any way to get rid of the editor thing in mush? T3/r7/2018-07-25.txt.gz:{chan ch=tech}Real ninja Starling Tech: or at least not make it come up when a plugin bombs on install? T3/r7/2018-07-25.txt.gz:{chan ch=tech}Real ninja Starling Tech: closing it is just a useless step in an already somewhat tedious reinstall process T3/r7/2018-07-25.txt.gz:{chan ch=tech}Micki Tech: man T3/r7/2018-07-25.txt.gz:{chan ch=tech}Micki Tech: ive a blowtorch from google play and yet the plugins aint working T3/r7/2018-07-25.txt.gz:{chan ch=tech}Micki Tech: Crowley said it updated but it not still working T3/r7/2018-07-25.txt.gz:{chan ch=tech}Micki Tech: why is my mapper saving some room and not all?? T3/r7/2018-07-25.txt.gz:{chan ch=tech}Micki Tech: any solution to that?? it reads it cant open database T3/r7/2018-07-25.txt.gz:{chan ch=tech}Micki Tech: how do upgrade my BlowTorch. have gone to playstore yet it's same version 2.0 that is there T3/r7/2018-07-25.txt.gz:{chan ch=tech}Micki Tech: and i downloaded it but still giving me same problem of version 2.0 T3/r7/2018-07-25.txt.gz:{chan ch=tech}Micki Tech: any way of upgrading it please?? T3/r7/2018-07-25.txt.gz:{chan ch=tech}Real ninja Starling Tech: dear jesus, how do I get rid of the stupid editor thing in mush? T3/r7/2018-07-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: Change it in settings to open up something else. T3/r7/2018-07-25.txt.gz:{chan ch=tech}Ayasinda Tech: I can't help you with this one my child. T3/r7/2018-07-25.txt.gz:{chan ch=tech}Real ninja Starling Tech: where would I find that? T3/r7/2018-07-25.txt.gz:{chan ch=tech}Micki Tech: you mean me? T3/r7/2018-07-25.txt.gz:{chan ch=tech}Real ninja Starling Tech: I don't need it to open anything, I have notepad++ open pretty much all the time T3/r7/2018-07-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: Shift+Ctrl+6, untick use builtin editor. T3/r7/2018-07-25.txt.gz:{chan ch=tech}Real ninja Starling Tech: ok, didn't know about that, thanks T3/r7/2018-07-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yep. T3/r7/2018-07-25.txt.gz:{chan ch=tech}Huko Tech: Anyway to speed up procvessing norecall noportal rooms when ya fail? T3/r7/2018-07-25.txt.gz:{chan ch=tech}Comrade Raded Tech: are there third party drivers for Intel HD video cards? T3/r7/2018-07-25.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Probably going to have to be more specific for which card/chipset. T3/r7/2018-07-25.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: And what oeprating system. T3/r7/2018-07-25.txt.gz:{chan ch=tech}Comrade Raded Tech: Intel HD 5500 I think T3/r7/2018-07-25.txt.gz:{chan ch=tech}Comrade Raded Tech: Windows 7 T3/r7/2018-07-25.txt.gz:{chan ch=tech}Comrade Raded Tech: ok now that you took my qp, solve my issue T3/r7/2018-07-25.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Google failed me, but why would you want custom drivers on windows? What problem are you tryingt o solve? T3/r7/2018-07-25.txt.gz:{chan ch=tech}Comrade Raded Tech: we bought 100 machines with this card in it and there's a piece of software we use that won't open/install because of an apparent issue with the drivers. T3/r7/2018-07-25.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Well crap T3/r7/2018-07-25.txt.gz:{chan ch=tech}Comrade Raded Tech: other people have had success rolling back drivers but I've tried several T3/r7/2018-07-25.txt.gz:{chan ch=tech}Comrade Raded Tech: I can get it to install by rolling back to a generic display driver but it won't open once I re-update it. T3/r7/2018-07-25.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Any chance you could work with the company whose software it is? Or they go out of business 10 years ago :( T3/r7/2018-07-25.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Yeah drivers issues aren't my strong point...might try posting on tech board if you don't get any response here... T3/r7/2018-07-25.txt.gz:{chan ch=tech}Tech: Comrade Raded goes, "Hmmmm." T3/r7/2018-07-25.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: guessing you tried the latest/beta driver? T3/r7/2018-07-25.txt.gz:{chan ch=tech}Comrade Raded Tech: I don't think I tried any beta drivers, no T3/r7/2018-07-25.txt.gz:{chan ch=tech}Endymion Tech: Huko - there is no way to speed up the mapper flagging noportal/norecall. When it fails the mapper requests room info and then checks "aflags" before updating the mapper. There are no built-in delays. T3/r7/2018-07-25.txt.gz:{chan ch=tech}Comrade Raded Tech: the solutions I was given were to roll the drivers back. but, like I said, didn't work for me. T3/r7/2018-07-25.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: https://downloadcenter.intel.com/product/86210/Intel-HD-Graphics-5500 T3/r7/2018-07-25.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: This has a lot of older drivers too... T3/r7/2018-07-25.txt.gz:{chan ch=tech}Comrade Raded Tech: worth a shot. I don't think I tried just installing it on the standard display drivers and then rolling back to see if it would open with multiple different drivers either T3/r7/2018-07-25.txt.gz:{chan ch=tech}Long Time Fiendish Tech: get mushclient questions answered T3/r7/2018-07-25.txt.gz:{chan ch=tech}Long Time Fiendish Tech: r1999 fixes a mistake in the tick timer plugin T3/r7/2018-07-25.txt.gz:{chan ch=tech}Mannec Tech: i guess now we know how to party... T3/r7/2018-07-25.txt.gz:{chan ch=tech}Bronka Tech: is there a mush for dummies for making triggers? I need wildcards so i can setup a trigger for when i get disarmed. T3/r7/2018-07-25.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Have you consulted with Google? T3/r7/2018-07-25.txt.gz:{chan ch=tech}Bronka Tech: negative red leader. I can check there! wasn T3/r7/2018-07-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: Or read the MUSH forums with its well-documented instructions? T3/r7/2018-07-25.txt.gz:{chan ch=tech}Bronka Tech: negative red leader. I can check there! wasn't sure if it was somethign simple like (%) or something T3/r7/2018-07-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: It's simply *, but there's more to triggers than just that. T3/r7/2018-07-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: And each * represents a number, so * is %1, * * would be %1 and %2 respectively, etc. T3/r7/2018-07-25.txt.gz:{chan ch=tech}Braun Tech: I found some weapon names weird so I just gave the trigger with the wild cards and "get all" executed. I then have a variable with my weapon ID's and I equip them by the variable. Might be better solutions that that though... T3/r7/2018-07-25.txt.gz:{chan ch=tech}Bronka Tech: excellent ty for the responses! T3/r7/2018-07-25.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: That's usually how most people do it, Braun T3/r7/2018-07-25.txt.gz:{chan ch=tech}Nohh Tech: I set a variable with my mainhand weapon ID and get/wear by ID T3/r7/2018-07-25.txt.gz:{chan ch=tech}Braun Tech: I would do that.. but I change weapons so much taht sometimes the disarm is a random weapon I just needed for the sitaution :P T3/r7/2018-07-25.txt.gz:{chan ch=tech}Nohh Tech: you could use invmon to automatically set the ID when you change your mainhand item i believe, i haven't done that quite yet T3/r7/2018-07-25.txt.gz:{chan ch=tech}Endymion Tech: bracers of iron grip! T3/r7/2018-07-25.txt.gz:{chan ch=tech}Braun Tech: haha Best answer :D T3/r7/2018-07-25.txt.gz:{chan ch=tech}Nohh Tech: look at richy rich pants over here T3/r7/2018-07-25.txt.gz:{chan ch=tech}Endymion Tech: but yes invmon would be most elegant solution T3/r7/2018-07-25.txt.gz:{chan ch=tech}Tech: Bast's weaponswitcher plugin lets you have lots of different weapons and includes rearm triggers T3/r7/2018-07-25.txt.gz:{chan ch=tech}Braun Tech: I'll make a note to look into that. T3/r7/2018-07-25.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Bast's notes plugin lets you take notes of things like these T3/r7/2018-07-25.txt.gz:{chan ch=tech}Endymion Tech: post-it notes! T3/r7/2018-07-25.txt.gz:{chan ch=tech}Tech: You gasp as you realize what he did. T3/r7/2018-07-25.txt.gz:{chan ch=tech}Nohh Tech: Bast's plugin plugin lets you plugin while you plugin T3/r7/2018-07-25.txt.gz:{chan ch=tech}Tech: A Nimwit Bamboo looks your way then covers his mouth, trying to muffle his giggles. T3/r7/2018-07-25.txt.gz:{chan ch=tech}Braun Tech: Bast-it notes T3/r7/2018-07-25.txt.gz:{chan ch=tech}Tech: for an invmon-based rearm trigger, you'd use invmon to set the "mainhand weapon" variable, but use a regular disarm trigger to know when you're disarmed T3/r7/2018-07-25.txt.gz:{chan ch=tech}Nohh Tech: yeah and it'd work with any plugin you use for gear swapping T3/r7/2018-07-25.txt.gz:{chan ch=tech}Bronka Tech: trying to find that plugin. found the how dto but not hte download T3/r7/2018-07-25.txt.gz:{chan ch=tech}Tech: for bast? go to the website in his finger, click bastmush, then click clone or download and download zip T3/r7/2018-07-25.txt.gz:{chan ch=tech}Tech: the way his stuff works is that you unzip the folder, and put the entire "Bast" folder into your worlds\plugins folder...then when you go to file -> plugins, you only add the plugin you're interested in T3/r7/2018-07-25.txt.gz:{chan ch=tech}Bronka Tech: very cool. thanks guys! T3/r7/2018-07-26.txt.gz:{chan ch=tech}Braun Tech: does cls not work with mushclient? I'm looking for a command to clear the main screen/log/whatever it is called :P T3/r7/2018-07-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: Braun: I think CLS doesn't work because of how the windows work for AardMUSH. However, you can try Shift+Ctrl+C to see if that clears it for you. T3/r7/2018-07-26.txt.gz:{chan ch=tech}Braun Tech: Awesome, that worked great! Thank you very much kind sir :D T3/r7/2018-07-26.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2018-07-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: I was looking for a way to incorporate it into an alias, but no such luck so far. T3/r7/2018-07-26.txt.gz:{chan ch=tech}Braun Tech: AHK :P T3/r7/2018-07-26.txt.gz:{chan ch=tech}Tech: you can have an alias of DoCommand "ClearOutput" (send to script) which would do it...I dunno if you can turn off the "Are you sure" babysitting though T3/r7/2018-07-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: That's what I was looking for, the command to execute it. T3/r7/2018-07-26.txt.gz:{chan ch=tech}Tech: you can do most menu items with DoCommand...you can see the list of doable ones with \\\Debug "internal_commands" T3/r7/2018-07-26.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods at you in agreement. T3/r7/2018-07-26.txt.gz:{chan ch=tech}Zexe Tech: hey guys, how do I remove the noportal flag from a room please, in mapper? T3/r7/2018-07-26.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: mset noportal? T3/r7/2018-07-26.txt.gz:{chan ch=tech}Zexe Tech: unknown commmand T3/r7/2018-07-26.txt.gz:{chan ch=tech}Ayasinda Tech: I think you have to remove and readd the room T3/r7/2018-07-26.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Hmm try looking in "mapper help" T3/r7/2018-07-26.txt.gz:{chan ch=tech}Zexe Tech: thanks guys, I did look in mapper help for all the commands, ws unable to find this one but I will recheck T3/r7/2018-07-26.txt.gz:{chan ch=tech}Braun Tech: Ayy really good inventory manager plugins out there? T3/r7/2018-07-26.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: That Durel thingy T3/r7/2018-07-26.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods at A Nimwit Bamboo. T3/r7/2018-07-26.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: It's popular, but never used it T3/r7/2018-07-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: It's very nice. T3/r7/2018-07-26.txt.gz:{chan ch=tech}Braun Tech: thanks very much! I'll look into it! T3/r7/2018-07-26.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: That is a well-documented plugin. Kudos! T3/r7/2018-07-26.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: 22,931 lines. Biggest one i've seen so far T3/r7/2018-07-26.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods at A Nimwit Bamboo. T3/r7/2018-07-26.txt.gz:{chan ch=tech}Comrade Raded Tech: why use a plugin when you can spend 4 hours creating a convoluted spreadsheet with triggers and aliases to match and then hit SH and never redo because you don't think your eq triggers will work any more T3/r7/2018-07-26.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods at Comrade Raded. T3/r7/2018-07-26.txt.gz:{chan ch=tech}Savyor Tech: does xset mark to set where mapper runs to.. does it ever reset? i have noticed its almost like its not saving between times im online T3/r7/2018-07-26.txt.gz:{chan ch=tech}Ayasinda Tech: it doesnt set where mapper runto. It sets where SD runto T3/r7/2018-07-26.txt.gz:{chan ch=tech}Huko Tech: Anyone know how to use fm/fma with #'s on S&D? T3/r7/2018-07-26.txt.gz:{chan ch=tech}Endymion Tech: what is fm/fma T3/r7/2018-07-26.txt.gz:{chan ch=tech}Real ninja Starling Tech: my mush just glitched out, seems window is maximized but the title bar and buttons are off the screen T3/r7/2018-07-26.txt.gz:{chan ch=tech}Real ninja Starling Tech: won't even respond to windows+M to minimize it T3/r7/2018-07-26.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Windows 10? T3/r7/2018-07-26.txt.gz:{chan ch=tech}Real ninja Starling Tech: yep T3/r7/2018-07-26.txt.gz:{chan ch=tech}Nohh Tech: ctrl+alt+f ? T3/r7/2018-07-26.txt.gz:{chan ch=tech}Real ninja Starling Tech: the whole thing did an oldschool S&D style off the screen shift T3/r7/2018-07-26.txt.gz:{chan ch=tech}Real ninja Starling Tech: ah, okay, that brought it back. what does that do? T3/r7/2018-07-26.txt.gz:{chan ch=tech}Nohh Tech: fullscreen mode T3/r7/2018-07-26.txt.gz:{chan ch=tech}Real ninja Starling Tech: weird, because I never put it into that T3/r7/2018-07-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: Probably accidentally did it. T3/r7/2018-07-26.txt.gz:{chan ch=tech}Real ninja Starling Tech: that looks terrible, it cuts off too much of the top button bar and left side. T3/r7/2018-07-26.txt.gz:{chan ch=tech}Real ninja Starling Tech: anyway, thanks T3/r7/2018-07-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: Side note, you can right-click and choose Full Screen Mode, too, which may have been what you did, accidentally. T3/r7/2018-07-26.txt.gz:{chan ch=tech}Real ninja Starling Tech: S&D 2.0 beta revision 4 is up on my Github, feel free to check it out. Single-plugin from now on :) T3/r7/2018-07-27.txt.gz:{chan ch=tech}Micki Tech: am so unlucky T3/r7/2018-07-27.txt.gz:{chan ch=tech}Micki Tech: my phone dont support playstore and ive downloaded playstore but it refuses to open T3/r7/2018-07-27.txt.gz:{chan ch=tech}Micki Tech: it crashes as i open it... is it because i didnt download google play service with it?? T3/r7/2018-07-27.txt.gz:{chan ch=tech}Mastermew Tech: hello? T3/r7/2018-07-27.txt.gz:{chan ch=tech}Braun Tech: Hewwo! T3/r7/2018-07-27.txt.gz:{chan ch=tech}Mastermew Tech: Hi! :) T3/r7/2018-07-27.txt.gz:{chan ch=tech}Mastermew Tech: I was wondering if this server has ssh enabled? T3/r7/2018-07-27.txt.gz:{chan ch=tech}Micki Tech: do.i have to.install google play services before playstore works?? T3/r7/2018-07-27.txt.gz:{chan ch=tech}Mastermew Tech: ha ha ok. I j T3/r7/2018-07-27.txt.gz:{chan ch=tech}Mastermew Tech: I currently use cmd and telnet in here but if I can use ssh, that would be pretty sweet T3/r7/2018-07-27.txt.gz:{chan ch=tech}Old School Durel Tech: Nope, no ssh. Everything (including passwords) is sent in the clear. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Mastermew Tech: Ah ok. what other clients is supported? T3/r7/2018-07-27.txt.gz:{chan ch=tech}Old School Durel Tech: Use "clients" to see what people are using T3/r7/2018-07-27.txt.gz:{chan ch=tech}Old School Durel Tech: Most people use a version of mush that is customized for aard. It's pretty nice :) T3/r7/2018-07-27.txt.gz:{chan ch=tech}Mr. Crowley Tech: Aardwolf does not care the client you use. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Mr. Crowley Tech: Typically, anyway. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Mastermew Tech: Ah sweet ok. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Mastermew Tech: Thanks all! You da bombs! T3/r7/2018-07-27.txt.gz:{chan ch=tech}Tech: A Nimwit Bamboo comforts Helperful Cheezburger. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Tech: Helperful Cheezburger pouts. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Abishae Tech: does AARD support Mud Sound Protocal (MSP)? T3/r7/2018-07-27.txt.gz:{chan ch=tech}Gaelehad Tech: no, but i do believe there are sound packs for mushclient T3/r7/2018-07-27.txt.gz:{chan ch=tech}Abishae Tech: ok. I see the MSP pack, but it looks like there's a !!SOUND command it expects from AARD... maybe there's other things out there too. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Abishae Tech: I'm mostly just messing around. Not a big deal T3/r7/2018-07-27.txt.gz:{chan ch=tech}Comrade Raded Tech: looking into storage HDDs again. aiming for 3TB. supposedly this reasonably priced Seagate has bad failure rates: https://pcpartpicker.com/product/gwBv6h/seagate-internal-hard-drive-st3000dm001 anyone know anything about it or have any other recommendations? T3/r7/2018-07-27.txt.gz:{chan ch=tech}Tyreens Tech: I'd go with WD. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Tyreens Tech: Oh...internal. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Comrade Raded Tech: yeah...I have a very old 1TB drive and an even older 600GB drive that I want to replace before they fail. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Tyreens Tech: Any interest in an SSD? The prices have come WAY down. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Comrade Raded Tech: I already have one for OS/programs, these would just be for storage T3/r7/2018-07-27.txt.gz:{chan ch=tech}Tyreens Tech: Ahhh got it. My bulk storage is a relatively cheap 7200RPM Toshiba. Couldn't find any issues with it...seems like it was mainly used in enterprise machines. Just a workhorse. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Tyreens Tech: And since externals are so cheap these days, I've got plenty of backup storage lol T3/r7/2018-07-27.txt.gz:{chan ch=tech}Comrade Raded Tech: hmm, maybe this one: https://pcpartpicker.com/product/QFGj4D/toshiba-internal-hard-drive-hdwd130xzsta T3/r7/2018-07-27.txt.gz:{chan ch=tech}Comrade Raded Tech: I was kinda planning on buying three of whatever I get. two for internal, one for NAS. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Comrade Raded Tech: people don't pirate like they used to and my music collection would be hard to replace :p T3/r7/2018-07-27.txt.gz:{chan ch=tech}Tyreens Tech: Soulseek!!! T3/r7/2018-07-27.txt.gz:{chan ch=tech}Tech: Tyreens coughs loudly. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Tyreens Tech: But yeah, that one looks totally fine. I may pick up another. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Tech: Comrade Raded goes, "Hmmmm." T3/r7/2018-07-27.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Toshiba had a 1.5TB HDD for $150 the other day on amazon, might still be there T3/r7/2018-07-27.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: SSD* T3/r7/2018-07-27.txt.gz:{chan ch=tech}Tyreens Tech: See...it's almost getting to the point where you can get an SSD for storage. Which is nuts. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: here's one for $215 https://www.amazon.com/Samsung-Inch-Internal-MZ-76E1T0B-AM/dp/B078DPCY3T/ref=sr_1_4?s=pc&ie=UTF8&qid=1532711907&sr=1-4&keywords=ssd T3/r7/2018-07-27.txt.gz:{chan ch=tech}Comrade Raded Tech: I'm paranoid about SSD degredation. I went for a Samsung 250GB when I got mine. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: HDD degrade far faster than SSDs due to the moving parts. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Also more prone to shock errors and corruption do to dropping/bumping/etc T3/r7/2018-07-27.txt.gz:{chan ch=tech}Rauru Tech: my plugin crashes if I don't require gmcphelper, but I don't have any code in the tags T3/r7/2018-07-27.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Do you have other requires? T3/r7/2018-07-27.txt.gz:{chan ch=tech}Rauru Tech: no T3/r7/2018-07-27.txt.gz:{chan ch=tech}Rauru Tech: only alias and trigger tags T3/r7/2018-07-27.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: And none of them call a gmcphelper value? T3/r7/2018-07-27.txt.gz:{chan ch=tech}Rauru Tech: nope T3/r7/2018-07-27.txt.gz:{chan ch=tech}Helperful Cheezburger Tech: Pastebin it? T3/r7/2018-07-27.txt.gz:{chan ch=tech}Rauru Tech: some of my aliases have mapper goto # T3/r7/2018-07-27.txt.gz:{chan ch=tech}Rauru Tech: could that be it T3/r7/2018-07-27.txt.gz:{chan ch=tech}Nohh Tech: unlikely T3/r7/2018-07-27.txt.gz:{chan ch=tech}Rauru Tech: Also when I say crashes, I mean mushclient crashes. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Rauru Tech: i dont get any error message T3/r7/2018-07-27.txt.gz:{chan ch=tech}Nohh Tech: do you have some malformed XML or something T3/r7/2018-07-27.txt.gz:{chan ch=tech}Nohh Tech: if there's nothing in the script tag perhaps just get rid of it completely instead of leaving it blank... it may be looking for some CDATA section inside of the script tag and not finding one and then referencing some null value T3/r7/2018-07-27.txt.gz:{chan ch=tech}Rauru Tech: https://pastebin.com/beiWutwb T3/r7/2018-07-27.txt.gz:{chan ch=tech}Rauru Tech: if you remove the require, and try to add it to mushclient it crashes T3/r7/2018-07-27.txt.gz:{chan ch=tech}Rauru Tech: same with removing the script tags altogether T3/r7/2018-07-27.txt.gz:{chan ch=tech}Tordan Tech: In a trigger does Note("") sometimes get executed before SetVariable() even when Note() is under SetVariable()? T3/r7/2018-07-27.txt.gz:{chan ch=tech}Kobus Tech: no, the code is executed in order T3/r7/2018-07-27.txt.gz:{chan ch=tech}Tordan Tech: is it possible that another Trigger get triggered before a current trigger finished excution all its lines? T3/r7/2018-07-27.txt.gz:{chan ch=tech}Kobus Tech: i think if two triggers match the same line one gets executed, then the next T3/r7/2018-07-27.txt.gz:{chan ch=tech}Braun Tech: Aside from manually dragging windows and resizing them, is there a way I can adjust the mushclient mini-windows? T3/r7/2018-07-27.txt.gz:{chan ch=tech}Gaelehad Tech: isn't there a way to save their positions, like presets? T3/r7/2018-07-27.txt.gz:{chan ch=tech}Mr. Crowley Tech: type aard layout help T3/r7/2018-07-27.txt.gz:{chan ch=tech}Huko Tech: in Kingsholm, there is a east exit on my mapper after enter seals, but it doesnt exist, but my mapper always goes there to get to the statue part. Any idea on fixing it? T3/r7/2018-07-27.txt.gz:{chan ch=tech}Gaelehad Tech: right click and delete it T3/r7/2018-07-27.txt.gz:{chan ch=tech}Mr. Crowley Tech: You can right-click the room and delete the exit. T3/r7/2018-07-27.txt.gz:{chan ch=tech}A Relevant Celebrity Tech: no T3/r7/2018-07-27.txt.gz:{chan ch=tech}Huko Tech: aw sweet, cool T3/r7/2018-07-27.txt.gz:{chan ch=tech}Huko Tech: thank you T3/r7/2018-07-27.txt.gz:{chan ch=tech}Braun Tech: Where are the soundpack settings saved? T3/r7/2018-07-27.txt.gz:{chan ch=tech}Mr. Crowley Tech: Settings for plugins are always saved in their individual state files. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Braun Tech: Awesome! You guys are the best! T3/r7/2018-07-27.txt.gz:{chan ch=tech}A Relevant Celebrity Tech: i have this strange issue with a gpu. the fan speed goes way up when being off the game(bioshock). waaaay up. then when switching back to it, the fan slows down again. T3/r7/2018-07-27.txt.gz:{chan ch=tech}A Relevant Celebrity Tech: instanly T3/r7/2018-07-27.txt.gz:{chan ch=tech}Long Time Fiendish Tech: mushclient answers here T3/r7/2018-07-27.txt.gz:{chan ch=tech}Huko Tech: Can you delete all custom exits in a zone? T3/r7/2018-07-27.txt.gz:{chan ch=tech}Magpie Metria Tech: I think it's a choice between purging all the cexits you know of, and the ones in the room you're in. No middle ground. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Huko Tech: okay i think so too T3/r7/2018-07-27.txt.gz:{chan ch=tech}Nohh Tech: there's no built-in command for it but it may be able to be done T3/r7/2018-07-27.txt.gz:{chan ch=tech}Magpie Metria Tech: An area purge would be useful T3/r7/2018-07-27.txt.gz:{chan ch=tech}Emile Khadaji Tech: nod.. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Endymion Tech: area cexit purge: https://pastebin.com/UF8p1Zgk T3/r7/2018-07-27.txt.gz:{chan ch=tech}Tech: Emile Khadaji goes ooOOooOOoo. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Huko Tech: neato did ya just make that T3/r7/2018-07-27.txt.gz:{chan ch=tech}Emile Khadaji Tech: You're a legend. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Emile Khadaji Tech: Because somehow my dortmund is royally screwy. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Tech: Luna shakes her head. T3/r7/2018-07-27.txt.gz:{chan ch=tech}Endymion Tech: don't listen to her, i am totally a legend T3/r7/2018-07-28.txt.gz:{chan ch=tech}Real ninja Starling Tech: what does "plugin contains invalid path" mean? T3/r7/2018-07-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: you either forgot to escape a space in the path or spelled it wrog T3/r7/2018-07-28.txt.gz:{chan ch=tech}Real ninja Starling Tech: error doesn't come up for me, user reported it T3/r7/2018-07-28.txt.gz:{chan ch=tech}Real ninja Starling Tech: path to what? T3/r7/2018-07-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: sounds like you need to teach your beta testers to give you better feedback T3/r7/2018-07-28.txt.gz:{chan ch=tech}Real ninja Starling Tech: that isn't helpful T3/r7/2018-07-28.txt.gz:{chan ch=tech}Real ninja Starling Tech: the client's error messages could be more descriptive, but that comment isn't helpful either T3/r7/2018-07-28.txt.gz:{chan ch=tech}OMG It's Aleks Tech: well if the path is invalid, there's an incorrect path somewhere in the plugin T3/r7/2018-07-28.txt.gz:{chan ch=tech}Real ninja Starling Tech: there are no paths in the plugin, anyway T3/r7/2018-07-28.txt.gz:{chan ch=tech}OMG It's Aleks Tech: is the plugin stored in the right location? T3/r7/2018-07-28.txt.gz:{chan ch=tech}Real ninja Starling Tech: it's in the same location as all the others T3/r7/2018-07-28.txt.gz:{chan ch=tech}Real ninja Starling Tech: I don't get the error, plugin works fine for me, no problems T3/r7/2018-07-28.txt.gz:{chan ch=tech}OMG It's Aleks Tech: remove and add again? T3/r7/2018-07-28.txt.gz:{chan ch=tech}OMG It's Aleks Tech: Depending on client, plugin needs to be loaded. In MushClient you can just go to Files > Plugins and add it from there. T3/r7/2018-07-28.txt.gz:{chan ch=tech}Real ninja Starling Tech: I just hit shift-ctrl-P but yeah T3/r7/2018-07-28.txt.gz:{chan ch=tech}Real ninja Starling Tech: they're saying it crashes on install with a 'path is invalid' or similar message, I don't have this error, so not sure what to do about it T3/r7/2018-07-28.txt.gz:{chan ch=tech}Real ninja Starling Tech: would love to know how that works. Works great for me/most, completely randomly craps out for others T3/r7/2018-07-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: ask them where they are trying to install it, and get them to give full descriptions T3/r7/2018-07-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: and I'm having the same issues with my blowtorch mapper. works great for me, others it won't add rooms to the database T3/r7/2018-07-28.txt.gz:{chan ch=tech}Bronka Tech: any support out ther for search and destry? im doign somethign wrong i think T3/r7/2018-07-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: starling T3/r7/2018-07-28.txt.gz:{chan ch=tech}Bronka Tech: i see reference in places to using the command 'mapper' but mud isnt recognizing command. what do? T3/r7/2018-07-28.txt.gz:{chan ch=tech}Tordan Tech: anyone know which wild card I use to match any single word in a trigger? T3/r7/2018-07-28.txt.gz:{chan ch=tech}Braun Tech: asterisk? T3/r7/2018-07-28.txt.gz:{chan ch=tech}Tordan Tech: with (.*)? T3/r7/2018-07-28.txt.gz:{chan ch=tech}Tordan Tech: (.*) captures more than 1 word T3/r7/2018-07-28.txt.gz:{chan ch=tech}Braun Tech: why not (.* *)? T3/r7/2018-07-28.txt.gz:{chan ch=tech}Braun Tech: give us the phrase and the word you want to capture T3/r7/2018-07-28.txt.gz:{chan ch=tech}Tordan Tech: dog cat rabbit I only want to capture the 2nd word cat T3/r7/2018-07-28.txt.gz:{chan ch=tech}Tordan Tech: word1 word2 word3 only want to capture word2 T3/r7/2018-07-28.txt.gz:{chan ch=tech}Braun Tech: then * * * and use %2 T3/r7/2018-07-28.txt.gz:{chan ch=tech}Tordan Tech: but what if it is only: word1 word2 T3/r7/2018-07-28.txt.gz:{chan ch=tech}Braun Tech: I'm confused, it would be more clear if you just gave us the phrase you want to set a trigger on :/ T3/r7/2018-07-28.txt.gz:{chan ch=tech}Tordan Tech: wildcard on trigger can be seen with %1, but how do I see named wildcard using (?P.*?) ? T3/r7/2018-07-28.txt.gz:{chan ch=tech}Borg Tech: rr T3/r7/2018-07-28.txt.gz:{chan ch=tech}Belfarious Tech: rr what T3/r7/2018-07-28.txt.gz:{chan ch=tech}Borg Tech: miss, woops T3/r7/2018-07-28.txt.gz:{chan ch=tech}Tordan Tech: ah, GetTriggerWildcard T3/r7/2018-07-28.txt.gz:{chan ch=tech}Borg Tech: this is what I get for trying to respond and talking with my wife T3/r7/2018-07-28.txt.gz:{chan ch=tech}Belfarious Tech: i figured out triggers for mud wooooooo T3/r7/2018-07-28.txt.gz:{chan ch=tech}Tordan Tech: I knew what you said, Thanks Borg. T3/r7/2018-07-28.txt.gz:{chan ch=tech}Borg Tech: according to https://www.gammon.com.au/scripts/doc.php?general=triggers T3/r7/2018-07-28.txt.gz:{chan ch=tech}Borg Tech: it says that % works T3/r7/2018-07-28.txt.gz:{chan ch=tech}Braun Tech: so, I'm probably digging a pit that only gets deeper, but I'm having difficulty runing an alias that runs another alias... my main alias is wait