T3/r7/2020-05-01.txt.gz:{chan ch=tech}Veritheia Tech: yeah my 10 hours aren't very stressful or anything but it's just time away from home T3/r7/2020-05-01.txt.gz:{chan ch=tech}Veritheia Tech: err T3/r7/2020-05-01.txt.gz:{chan ch=tech}Veritheia Tech: did you know that excel vba has a bug that it won't properly copy to the clipboard without using windows API calls instead? bleh T3/r7/2020-05-01.txt.gz:{chan ch=tech}Veritheia Tech: (or maybe it got fixed by now) T3/r7/2020-05-01.txt.gz:{chan ch=tech}Sheriff Shindo Tech: if in an xml plugin file for mush, in a trigger decleration if have group="abc", do i enable that group with EnableTriggerGroup("abc",true) in an alias? T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yes. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: Side note, you never need the 'true' declaration when enabling things, but you always need the 'false' declaration. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Sheriff Shindo Tech: that is what i thought but something is not working. i probably have a syntax error somewhere, knowing me T3/r7/2020-05-01.txt.gz:{chan ch=tech}Tech: Mr. Crowley chuckles politely. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Sheriff Shindo Tech: i alsways use true/false, just less chance of cocking it up T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: If you want to send it my way, I can check it out when I'm on lunch or break next. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Sheriff Shindo Tech: where do i find the list of send_to options, duckduckgo isn't being very helpful in finding them T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: https://www.gammon.com.au/scripts/doc.php?function=SetTriggerOption --> You can use the list there in the middle. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Sheriff Shindo Tech: thanks Crowley T3/r7/2020-05-01.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Sheriff Shindo Tech: if i want to catch a dash in regex do i need to escape it ie - vs \- ? T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: You shouldn't need to. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Sheriff Shindo Tech: as per usual, you were correct :D T3/r7/2020-05-01.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers softly. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Sheriff Shindo Tech: all this, just to get the framework constructed before i start the heavy lifting T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: Don't feed my ego! I don't need an inflated head! I'm not always right! :p T3/r7/2020-05-01.txt.gz:{chan ch=tech}Raoh Tech: Aint that the truth ;) T3/r7/2020-05-01.txt.gz:{chan ch=tech}Tech: Mr. Crowley glares at Raoh. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Tech: Raoh patiently twiddles his thumbs. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Omphalon Tech: When I do "dinv set display warrior 1" I get items in my set that are all the way up to level 200. Anyone know what I'm doing wrong? T3/r7/2020-05-01.txt.gz:{chan ch=tech}KnightLord Throxx Tech: gimme a sec T3/r7/2020-05-01.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i get level 1 gear.. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Hugoplutten Tech: WinkleWinkle - can I remove the automatic text that pops up after each kill? The text that lists mobs I have left to kill T3/r7/2020-05-01.txt.gz:{chan ch=tech}Hugoplutten Tech: its so spammy T3/r7/2020-05-01.txt.gz:{chan ch=tech}Trachx Tech: find "cp c" in source and comment it out T3/r7/2020-05-01.txt.gz:{chan ch=tech}Veritheia Tech: xset silentmode T3/r7/2020-05-01.txt.gz:{chan ch=tech}Hugoplutten Tech: Veritheia that did nothing for me. Trachx thanks ill go and see if I can manipulate the source to remove spam T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: Sounds like something I can add to S&D. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Veritheia Tech: if you fine the code, you can try changing it to "SendNoEcho("cp c")" T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: I think they don't want the list to show up at all. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Veritheia Tech: oh wait right yeah sorry T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: Which is ridiculous, since it's needed to remove mobs killed. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: But if I add it to mine... I can just gag it instead of displaying it. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Trachx Tech: refreshing cp info after each kill slows you down T3/r7/2020-05-01.txt.gz:{chan ch=tech}KnightLord Throxx Tech: singer, more bot then T3/r7/2020-05-01.txt.gz:{chan ch=tech}Trachx Tech: so instead - add option - refresh (maybe with gag) after each kill or not T3/r7/2020-05-01.txt.gz:{chan ch=tech}Trachx Tech: when you select target you could just mark it in GUI (change color or add some text like -->) - so user will know what targets he already selected T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: Refreshing cp info is the surefire way to remove mobs you've killed, though. Otherwise, it thinks the mob is still loaded, and you will never move down the list. :p T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: Can't do it that way. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Trachx Tech: you mean changing color? T3/r7/2020-05-01.txt.gz:{chan ch=tech}KnightLord Throxx Tech: it already changes color when you select a mob T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: What I mean is there's no singular way to identify which mob you've killed without trying to figure out each mob's short name and all the death messages. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Raoh Tech: is this really an issue? T3/r7/2020-05-01.txt.gz:{chan ch=tech}Tech: Raoh snickers softly. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Hugoplutten Tech: problem for me is I have a small screen on my laptop and everything moves up after each dead mob. Have to scroll up to see how much exp i got etc :) T3/r7/2020-05-01.txt.gz:{chan ch=tech}Trachx Tech: it is just enough if you highlighted mob name, leave if up to user whether he preferes refreshing win (with cp ch) or whether he will move to next target T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: cp check is lagless anyway. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: It doesn't slow you down at all, really. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Trachx Tech: IIRC original S&D started hunt trick after you got to area, does your version also starts it ? T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: That's why I said I can add a "silentmode" and gag the output anyway. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yep. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Hugoplutten Tech: Crowly are you the author of SD? T3/r7/2020-05-01.txt.gz:{chan ch=tech}Trachx Tech: I would remove hunt trick, instead of it just use "qw" T3/r7/2020-05-01.txt.gz:{chan ch=tech}Raoh Tech: something I'd wonder about is a way to make sure it's not missing a name in it's where guess T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: No. I'm the one currently maintaining it. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Hugoplutten Tech: ok cool :) T3/r7/2020-05-01.txt.gz:{chan ch=tech}Trachx Tech: I mean starting hunt trick after xcp, if "qw" is not enough user can always start it by typing: ht T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: You have the ability to choose whether you qw or ht upon entering the area. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Trachx Tech: I guess you are able to detect that campaign mob was killed, so probably you could just remove last "xcp" mob T3/r7/2020-05-01.txt.gz:{chan ch=tech}Trachx Tech: in most cases cp killed mob was that one you just have "xcp" to T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: Except there are cases where they may not match up. :p T3/r7/2020-05-01.txt.gz:{chan ch=tech}Trachx Tech: but then, if you prefer to refresh by "cp ch" and it does not slow you down - no point to do such thing T3/r7/2020-05-01.txt.gz:{chan ch=tech}Raoh Tech: on the topic of where miss, since where lag is really little, if where misses would it be feasable to have it where the first whole word, and then the last whole word etc, to be sure it's not there? T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yuck to that, Raoh. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Trachx Tech: you mean, mob name: "a swirl of red and yellow", do "where swirl" "where red" "where and", where "yellow" ? (assume it is no-where mob) T3/r7/2020-05-01.txt.gz:{chan ch=tech}Raoh Tech: lol, well, how about a customizable database that oyu can set for certain mob names :P T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: Had been working on something like that, Raoh. Now hush your fool mouth. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Tech: Raoh coughs loudly. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Trachx Tech: you probably want to catch all death messages, and compare short name with cp name T3/r7/2020-05-01.txt.gz:{chan ch=tech}Raoh Tech: it already works properly, though T3/r7/2020-05-01.txt.gz:{chan ch=tech}Raoh Tech: he's just going to gag it... T3/r7/2020-05-01.txt.gz:{chan ch=tech}KnightLord Throxx Tech: true T3/r7/2020-05-01.txt.gz:{chan ch=tech}Trachx Tech: you could also sort mob in same are by closest path to them T3/r7/2020-05-01.txt.gz:{chan ch=tech}Your Daddy DjVoltron Tech: time for a new vpn, any suggestions on affordable ones? T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: I've used PureVPN for a bit now. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Twas Brillig Tech: any benefit to using a vpn for the average mud player? T3/r7/2020-05-01.txt.gz:{chan ch=tech}A Fancy Cupcake Tech: anyone know of a mush plug in that let you click on items in your bag to get them? T3/r7/2020-05-01.txt.gz:{chan ch=tech}Shotgun Tech: i think bast's inv monitor could do that T3/r7/2020-05-01.txt.gz:{chan ch=tech}A Fancy Cupcake Tech: great. I had three EQ xmls in my Bast folder, DB, lookup, and sets. I opened the files and I dont see any help in ther on how to use. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Borthain Tech: anyone happen to have a utility script or something for getting rid of duplicate keys? T3/r7/2020-05-01.txt.gz:{chan ch=tech}Huko Tech: Last time I asked, nope T3/r7/2020-05-01.txt.gz:{chan ch=tech}Borthain Tech: darn. Would likely be useful T3/r7/2020-05-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: Not practical, though. T3/r7/2020-05-01.txt.gz:{chan ch=tech}Chevy Tech: What was he accused of, specifically? T3/r7/2020-05-01.txt.gz:{chan ch=tech}Chevy Tech: mc T3/r7/2020-05-02.txt.gz:{chan ch=tech}Atomic Tech: hi. anyone that can help me with blowtorch error i get please? T3/r7/2020-05-02.txt.gz:{chan ch=tech}1337 {-_-} RetroGamer Tech: Hi, if you have 2 GPUS more or less same speed, one Nvidia and one Radeon, and you play a game on ultra, will the games graphics look exactly the same on both GPUs, or will one GPU look better? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: how do i turn off an asus predator monitor T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: i cant find this damn button T3/r7/2020-05-02.txt.gz:{chan ch=tech}Cytan Tech: unplug it. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: nevermind i found it T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: its on the front which is weird, usually bottom or back T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: Anyone know how to use a chasm solver T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: or does anyone have a plugin to help chasm twister T3/r7/2020-05-02.txt.gz:{chan ch=tech}Negader Tech: where do you get it? i'll take a look T3/r7/2020-05-02.txt.gz:{chan ch=tech}Veritheia Tech: chasm is dead simple - it's literally 4 directions; read the graffiti T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: im not sure i remember where i got it T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: thats 4 possible manual commands i have to type, you can't type that many commands for 1 mob in a gquest homie T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: I need a plugin that will check every spot automatically until it finds it T3/r7/2020-05-02.txt.gz:{chan ch=tech}Veritheia Tech: you need more creative thinking :) T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: Anyway to use the information Dinv gives in a trigger/alias? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: i feel like i was told answer is no T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: No. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: thanks T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: It's not necessarily 4 commands T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: You just hunt the mobs in the direction you want T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: eg. the graffiti says ice, lemon, sulfer and gribble are in the same section, if your gq mob is ice, just hunt lemon T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: They will be in the same place T3/r7/2020-05-02.txt.gz:{chan ch=tech}Tech: Mr. Crowley peers intently at Princess Alison. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Mischans? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: shes responding to a message i sent couple hours ago T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: im following, ty alison T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: Responding to Huko asking about the Chasm solver plugin :) T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: Huko was saying you have to enter in 4 diff commands to hunt for chasm, I was saying you don't actually have to do that, you just have to hunt once, so there's no need to make a plugin when you can just do a simple hunt and know the direction T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: Are lunks plugins original or did he take some peoples T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: You know, for a person who bitches about people using scripts, you certain ask a lot of questions about them, and plenty of questions that borderline botting. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: wat T3/r7/2020-05-02.txt.gz:{chan ch=tech}Veritheia Tech: damn, them's fightin' words T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: I am looking to add something onto a plugin I got, and I have a version from BluMalice, Lunk and Masaki that are same thing but diff commands T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: just trying to see who the original is, if there is an original T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: i think blu/masaki are the same T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: I'm just saying, you shouldn't go around calling people cheaters because they use scripts when you seem to be trying your damnedest to be more scripted than anyone. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: if i could, i would, unfortunately, i can't. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Raoh Tech: sense was made T3/r7/2020-05-02.txt.gz:{chan ch=tech}Veritheia Tech: If I can't have it, nobody can T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Anyway, back to solitude. Don't want to deal with ignorant people today. :) T3/r7/2020-05-02.txt.gz:{chan ch=tech}Omphalon Tech: I am having trouble with my held item not re-equipping automatically when using a portal that is linked to mapper via dinv. Any thoughts on what I'm screwing up? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Talbor Tech: think it can mess up if you don't refresh dinv after dying T3/r7/2020-05-02.txt.gz:{chan ch=tech}Talbor Tech: other than that no clue :) T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: Try dinv refresh all and then going again T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: That solves 99% of the bugs I have with dinv T3/r7/2020-05-02.txt.gz:{chan ch=tech}Omphalon Tech: I've been having all sorts of problems with dinv unfortunately. And also unfortunately the dinv refresh all didn't fix this problem T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: What is the mapper portal command for the portal in question? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Omphalon Tech: "mapper portal dinv portal use XXXXXXXX" T3/r7/2020-05-02.txt.gz:{chan ch=tech}Omphalon Tech: the portal gets used correctly and put back in its bag, just doesn't re-equip what I was holding T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: Hmm T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: Sorry, I don't know what could be going wrong unfortunately T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: your best bet is to wait for Durel to be on and ask him T3/r7/2020-05-02.txt.gz:{chan ch=tech}Omphalon Tech: and the held item also shows up in a dinv search T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: Try unequipping the item and then using dinv set wear X, or dinv organize, to see if dinv knows how to manipulate the item with commands T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: If it's unresponsive to dinv organize or dinv set wear X, maybe that's the cause of your problem. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Talbor Tech: weapon isn't align-based and you're wrong align right? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Omphalon Tech: Nah, I'm not dual wielding, it's just a held item (and no align-based issues) T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: Does dinv organize/set wear manipulate the item? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Tech: Omphalon is looking up those commands. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Omphalon Tech: If I run "dinv set wear warrior" then it does equip my held item T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: That is very weird - I have no idea what could be causing your bug, then. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: My advice is to wait for Durel to be on and talk to him. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: Sorry ^^ T3/r7/2020-05-02.txt.gz:{chan ch=tech}Omphalon Tech: Thanks for trying everyone... I'm sure it is something dumb I'm doing on my end T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: Might not be. I vaguely remember something like that being reported here, but I don't remember what the fix was if any T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: i tried adding an alias to a plugin, messed it up, tried loading the original plugin and now there is an error. https://pastebin.com/usvqNxhk. Any idea what went wrong T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: If anyone is willing to make and fix something for TP, message me with ya price T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: just an alias that will buy potions to a preset amount but take into consideration how many i have T3/r7/2020-05-02.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: My quote was probably high for that, but was making a blind bid based on not knowing the project scope! T3/r7/2020-05-02.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: But happen to do that for that sealed bid price! T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: How much did you quote? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: He is th elitist of the elite in this field, his work is very expensive...for me T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: He has a special quote for people like me T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: You know, it's always suspicious when people don't say what they actually want. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Tell you what, I'll make what you want, and have you pay me for it, but then I'll distribute it to everyone else for free. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: tech -h 10 T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: I want a script/alias/whatever where you can type like potionbuy, and itll buy the potions up to the amount you have set, and take into account how many you have T3/r7/2020-05-02.txt.gz:{chan ch=tech}Talessin Tech: you can do it with dinv T3/r7/2020-05-02.txt.gz:{chan ch=tech}Cytan Tech: dinv does this, yes? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: DINV does it already. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Tech: Cytan nods at Talessin. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Cytan Tech: finger durel T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: I thought I checked T3/r7/2020-05-02.txt.gz:{chan ch=tech}KinPYtterP Moolb Tech: just reinvent the wheel plz T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: But that requires reading to learn how to do it, and I suspect you don't like to read. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Durel Tech: No, actually dinv doesn't quite do that T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: To be fair dinv does everything T3/r7/2020-05-02.txt.gz:{chan ch=tech}Cytan Tech: it's a good read :P tens of thousands of lines of code, 80% comments :) T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: dinv is one of the most impressive plugins/pieces of tech I've ever used, almost every useful feature is in it :P T3/r7/2020-05-02.txt.gz:{chan ch=tech}Durel Tech: You can tell dinv how many to buy, but dinv doesn't look at how many you already have and then calculate how many should still be bought to get to the total T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: I dont want to input the amount I want, I want to input a variable that says how many, and then 1 command will do the math to that amount T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Fair enough, Durel. It doesn't do exactly like he wants. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Cytan Tech: but you can get that as you do store as a variable, remaining. correct? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: Durel - someone earlier had a problem with their dinv use portal, it doesn't requip their hold item T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: Do you have any ideas what it could be? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: I tried to do it myself and add to a potion tracker I got, but not only did i break the script, the original doesnteven work anymore T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: dinv definitely recognizes the hold item - it shows up in dinv search and equips it on dinv set wear T3/r7/2020-05-02.txt.gz:{chan ch=tech}Cytan Tech: he provides "as-is", or 1TP per minute. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: And I asked them to dinv refresh all and it still didn't work T3/r7/2020-05-02.txt.gz:{chan ch=tech}Durel Tech: Alison: interesting, I'd be happy to help debug that but I'd probably need to talk to whomever was having the issue T3/r7/2020-05-02.txt.gz:{chan ch=tech}Omphalon Tech: Hi Durel :) T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Omphalon is the person. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Durel Tech: I can't think of anything offhand to cause that...hmm T3/r7/2020-05-02.txt.gz:{chan ch=tech}Omphalon Tech: My issue was exactly as Allison described T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: Can the item be used in more than 1 spot, like wear and hold? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Durel Tech: Maybe try "dinv refresh all"? If the hold item was moved around in another client (e.g., blowtorch) then dinv may not know where it is T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: They already refreshed all T3/r7/2020-05-02.txt.gz:{chan ch=tech}Cytan Tech: have you tried turning it off and on again? (close and re-open application)? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Durel Tech: does it work if you use a different hold item? Or is it just that particular hold item that is having trouble? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: all my plugin ideas btw crowley are moreso QOL , not bot related :P T3/r7/2020-05-02.txt.gz:{chan ch=tech}Durel Tech: If I recall correctly, there was some portal that was both hold and portal and that could maybe cause an issue? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Omphalon Tech: I'm having the issue on all of my portals (academy, zoo, and call of heroes) T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: What's the hold ite? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: To be fair, bots are QoL-related, too. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Tech: Mr. Crowley shrugs helplessly. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: Bots make your QoL lower because then you can't play aardwolf any more. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Durel Tech: So it uses the portal but doesn't reequip your hold item? Is that the issue? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Omphalon Tech: Correct, and it puts the potal back in it's right place, just doesn't re-equip the held item. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Durel Tech: Do you still see that behavior if you try it with a different hold item? I'm just trying to narrow down if there is something unique about your hold item that is triggerign this T3/r7/2020-05-02.txt.gz:{chan ch=tech}Omphalon Tech: Yep, just reproduced it with another held item T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: So any idea why https://pastebin.com/usvqNxhk comes up when I try and reinstall a plugin? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yep. I have an idea. It's because there's a run-time error in the code that needs to be fixed. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Fix the error, and it goes away! :D T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: If I could only fix the errors I cause :( T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: The text actually explains what the problem is - you're attempting to compare a number with a null variable, I think. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: And it explains the functions and line numbers where this failed attempt occurs T3/r7/2020-05-02.txt.gz:{chan ch=tech}Omphalon Tech: For those who wanted to know the resolution to my problem... it was that I was using a dinv version 0.1.3, soooo totally my fault T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: daaaaang that is anchient T3/r7/2020-05-02.txt.gz:{chan ch=tech}Durel Tech: Yeah, hehe. The first public version I published on github was 0.3.0 so I'm curious who hacked my computer to get the pre-release version :P T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: damn hes good T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: I'm glad the problem was fixed at least T3/r7/2020-05-02.txt.gz:{chan ch=tech}Durel Tech: Not as glad as I am :P T3/r7/2020-05-02.txt.gz:{chan ch=tech}Princess Alison Tech: I've had similar issues myself, ended up it was because I was using an old version of spellup T3/r7/2020-05-02.txt.gz:{chan ch=tech}Veritheia Tech: any way to add more macro key combinations in mushclient (ones unlisted) T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: You can use the Accelerator function to add many. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: I'm just curious about the "DOING" and whatnot. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Veritheia Tech: yeah i don't get those at all but eh T3/r7/2020-05-02.txt.gz:{chan ch=tech}Veritheia Tech: ahh.. got it figured out. Thanks very much :) T3/r7/2020-05-02.txt.gz:{chan ch=tech}Veritheia Tech: weirdly named function T3/r7/2020-05-02.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: If you haven't, install the Mushclient help plugin. You can then type 'mchelp ' to find how to use them. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Tech: Areia goes ooOOooOOoo. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Areia Tech: Where's that plugin? I would love to not have to search the Mushclient forums constantly for those. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: It's in the default plugin directory. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Areia Tech: Huh. I must have uninstalled it ages ago for some stupid reason. Thanks! T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Not loaded by default, but it comes with MUSHClient in general. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Areia Tech: Ah. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Durel Tech: holy cow, how did I not know about that? Thanks Crow :) T3/r7/2020-05-02.txt.gz:{chan ch=tech}Tech: Areia rapidly nods twice at Mr. Crowley, in complete agreement. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Tech: Areia is agreeing with that Durel person again... T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: I snoop. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: That's why I know about things like that. :P T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: i think i can make this potion thing but itll only be for my potions instead of anyu potions :( T3/r7/2020-05-02.txt.gz:{chan ch=tech}Veritheia Tech: what are you trying to do to potmon T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: I was trying to use the numbers to do some math but I messed it all up, so I am just making my own now T3/r7/2020-05-02.txt.gz:{chan ch=tech}Veritheia Tech: math? what kind of math? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: potiontotal - currentpotions T3/r7/2020-05-02.txt.gz:{chan ch=tech}Veritheia Tech: running into your item cap are you? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Slips Tech: get a bag and.write.an alias T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: Using the Variable on actions, anyway to just simply +1 to it? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: variable on triggers inside mushclient I mean T3/r7/2020-05-02.txt.gz:{chan ch=tech}KnightLord Throxx Tech: I suppose it depends on what for. I use a counting variable, that I add 1 to, for my color adding variable for cp/gq targets. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: I was just using the variable dropdown thinking itd be easier than Execute and doing it from there, but I dont think it is T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: I just did script and SetVariable("VarName",(GetVariable("VarName") + 1)) instead T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: To disable a set of triggers, what do you set? I have Group set for everything in the script. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: I know you can disablegroup, maybe grouping everything together doesnt go there T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: does DisableTriggerGroup only disable the triggers in the group, or everything in the group? T3/r7/2020-05-02.txt.gz:{chan ch=tech}KnightLord Throxx Tech: all the triggers with the group label T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: okay perfecto T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: I mean if you break a rule, sure T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: wth T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: Anyway to temporarily unmute/silence/whatever invdata bag ansi? Something is keeping it a lil less spammy T3/r7/2020-05-02.txt.gz:{chan ch=tech}Huko Tech: https://pastebin.com/vm0HvK0X heres my shitty script that only works with 2 very specific potions :O T3/r7/2020-05-02.txt.gz:{chan ch=tech}Vex Tech: How do i determine what plugin or script is causing mush to be upset with me? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Raoh Tech: reinstall windows T3/r7/2020-05-02.txt.gz:{chan ch=tech}Tech: Raoh patiently twiddles his thumbs. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Tech: KnightLord Throxx slaps Raoh T3/r7/2020-05-02.txt.gz:{chan ch=tech}Raoh Tech: just disable them all and enable one by one? :P T3/r7/2020-05-02.txt.gz:{chan ch=tech}A Can of Pringle Tech: I wish there was a way to designate portals in mapper as using X number of moves, since pulling a portal out of a bag, swapping it, entering, swapping back to the original portal, and putting the portal back in the back takes 5 actions, when you could move 5 rooms in the same game processing time. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Borthain Tech: does the mapper have a command to list all rooms in an area? T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: mapper here % T3/r7/2020-05-02.txt.gz:{chan ch=tech}Borthain Tech: thanks T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Er, not that command. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: mapper area %... but it only works if the area has less than 50 rooms. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: If you're using my version of S&D, you can do xm % to find all rooms in the area. T3/r7/2020-05-02.txt.gz:{chan ch=tech}Borthain Tech: thanks! worked T3/r7/2020-05-02.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Hmm, who was it that was asking about a "silent" feature on S&D to where it didn't display the target list in the main window? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Slips Tech: lmao whaaaat? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Slips Tech: whats the point? chat window basically T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: Mr. Crowley pats Slips on his head. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Slips Tech: im.lost. somewhere T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: The point is since they get the same information in the miniwindow, they don't need to see it twice. :D T3/r7/2020-05-03.txt.gz:{chan ch=tech}Slips Tech: oh speed T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Nothing to do with speed. cp check is lagless. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Slips Tech: nod T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: it's more about noise. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Slips Tech: nod T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Don't want clutter on the main screen if they have it in a miniwindow. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Slips Tech: i just wanna say cheater because they faster than me T3/r7/2020-05-03.txt.gz:{chan ch=tech}Slips Tech: lag T3/r7/2020-05-03.txt.gz:{chan ch=tech}Slips Tech: any media has a 7 sec lag option T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: It's not that they're faster, just smarter. *shrug* T3/r7/2020-05-03.txt.gz:{chan ch=tech}Slips Tech: thats why janet jackson slipped her nipple T3/r7/2020-05-03.txt.gz:{chan ch=tech}Slips Tech: fibre optics and 5 g? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Slips Tech: we have fibre T3/r7/2020-05-03.txt.gz:{chan ch=tech}Veritheia Tech: Is there a function that compares two people's mapper databases to see differences in rooms explored? I swear there is T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: You would have to have both databases and execute a sql query to compare them, I believe. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: I don't know of a native way to compare them. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Veritheia Tech: Could probably pass some data through tell or something but /shrug T3/r7/2020-05-03.txt.gz:{chan ch=tech}Slips Tech: push notifications T3/r7/2020-05-03.txt.gz:{chan ch=tech}Veritheia Tech: is there a separate aardwolf mushclient build version or is it just the version in about? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Veritheia Tech: if so, how can I check? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Veritheia Tech: got it, it's checkversion T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Those of you who do not subscribe to tech board but use my Search and Destroy, be sure to check out my latest two posts on tech board and 'snd update'. Added a couple features that were requested, and fixed at least one bug. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Omphalon Tech: Is there a help file for S&D? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Well, reading my post would suggest typing 'xhelp' ;) T3/r7/2020-05-03.txt.gz:{chan ch=tech}Omphalon Tech: Haven't had much sleep and it is showing! Thanks, Crowley! T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: Mr. Crowley grins evilly. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Been there, done that plenty of times! T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: Mr. Crowley now has to go make some hospital runs! T3/r7/2020-05-03.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: anyone know how to copy a mapper db over the original db T3/r7/2020-05-03.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: it wont rename to aardwolf.db, it is keeping the aardwolf.db.backupsomething T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: what's it say when you try to rename it? T3/r7/2020-05-03.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: it renames rpoperly but the file type is BACKUP something T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: don't do any of this with MUSH open T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: tell Windows to not hide file extensions T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: Herowyn Kerowyn nods at you in agreement. T3/r7/2020-05-03.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: it doesnt T3/r7/2020-05-03.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: file type is "backup automatic" T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: it does T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: if your File Explorer is telling you that, then it IS hiding file extensions...that .db is not the final "dot", so Windows says it's just part of the file name and not the extension T3/r7/2020-05-03.txt.gz:{chan ch=tech}Knitted by Kharpern Tech: makes sure you have mush closed when you copy it over T3/r7/2020-05-03.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: thanks legend T3/r7/2020-05-03.txt.gz:{chan ch=tech}Swalec Tech: are you supposed to see your own battlecry? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Zagyg Tech: How do i change my portal bag id in snd? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Princess Alison Tech: SnD doesn't control portals. Do you mean mapper portal? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Haike Tech: you dont. you change in mapper T3/r7/2020-05-03.txt.gz:{chan ch=tech}Princess Alison Tech: Mapper help portal, dinv help portal if you use that T3/r7/2020-05-03.txt.gz:{chan ch=tech}Zagyg Tech: havent used pc in a year and its trying to pull my portals out of a bag i dont use anymore. just need to figure out how to change the bag id spot T3/r7/2020-05-03.txt.gz:{chan ch=tech}Princess Alison Tech: That would be either dinv or mapper. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Haike Tech: check your alias. alias control the bags if im not wrong T3/r7/2020-05-03.txt.gz:{chan ch=tech}Zagyg Tech: mapper help portal area T3/r7/2020-05-03.txt.gz:{chan ch=tech}Princess Alison Tech: Mapper help portals* T3/r7/2020-05-03.txt.gz:{chan ch=tech}Zagyg Tech: nod looked through there and didnt see a command to change bag id T3/r7/2020-05-03.txt.gz:{chan ch=tech}Princess Alison Tech: Okay. Are you using dinv? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Talbor Tech: does dinv refresh update bag id's? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Haike Tech: do you use aliases in your portals? mine has a portalias alias T3/r7/2020-05-03.txt.gz:{chan ch=tech}Haike Tech: i change my bag ids there T3/r7/2020-05-03.txt.gz:{chan ch=tech}Haike Tech: there's a few way people do this portal thing T3/r7/2020-05-03.txt.gz:{chan ch=tech}Zagyg Tech: haike i did see a alias, and i changed the PUT away id because i saw that but i didnt see where it was pulling from in that alias T3/r7/2020-05-03.txt.gz:{chan ch=tech}Princess Alison Tech: Yeah, we're trying to figure out how your setup works so we can figure out how it changes T3/r7/2020-05-03.txt.gz:{chan ch=tech}Princess Alison Tech: Do you use dinv, Zagyg? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Zagyg Tech: no T3/r7/2020-05-03.txt.gz:{chan ch=tech}Princess Alison Tech: Okay. What shows up when you type mapper portals T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: the mapper doesn't use a bag ID...you give the mapper a command for "use this portal"...that command would contain getting it from the bag and such T3/r7/2020-05-03.txt.gz:{chan ch=tech}Zagyg Tech: all my portals T3/r7/2020-05-03.txt.gz:{chan ch=tech}Princess Alison Tech: What is listed under "portal commands"? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Zagyg Tech: Im sure haike and i use the same version.. asking him T3/r7/2020-05-03.txt.gz:{chan ch=tech}Libel Liber Tech: type: mapper portals T3/r7/2020-05-03.txt.gz:{chan ch=tech}Libel Liber Tech: the output contains a column named: "portal commands" T3/r7/2020-05-03.txt.gz:{chan ch=tech}Libel Liber Tech: what does that column contain? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Princess Alison Tech: Yeah, that's what I asked. The bag should be in there. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Princess Alison Tech: Since you aren't using dinv T3/r7/2020-05-03.txt.gz:{chan ch=tech}Zagyg Tech: do_portal_engine T3/r7/2020-05-03.txt.gz:{chan ch=tech}Zagyg Tech: to pull it out T3/r7/2020-05-03.txt.gz:{chan ch=tech}Libel Liber Tech: does it also have some numbers? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Libel Liber Tech: like: "do_portal_engine 12345678"? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: heh, that's what I've called my portal function in tinyfugue since before MUSHclient T3/r7/2020-05-03.txt.gz:{chan ch=tech}Princess Alison Tech: do_portal_engine sounds like an alias of some kind? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: so you need to then look at what do_portal_engine does...see if "do_portal_engine *" is one of your aliases T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: although I wrote my do_portal_engine to take 2 arguments, the portal keyword and the bag keyword...there is some overlap with portal keywords so I put most portals into a portal bag and put conflicting ones into a general bag...and 2 reasons I don't use itemIDs: (1) I wrote all of this well before they existed, and (2) I share files between chars which would of course have different item IDs T3/r7/2020-05-03.txt.gz:{chan ch=tech}Princess Alison Tech: That's exactly what I did, Abe. Nowadays I use dinv though. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: did you find it in your main aliases list (game -> configure -> aliases)? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Princess Alison Tech: Before I had the sense to write portal aliases I hardcoded everything like a dummy. :P T3/r7/2020-05-03.txt.gz:{chan ch=tech}Princess Alison Tech: Unrelated question, but: in "clients", what's the difference between unknown and unidentified clients? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: one did not give the MUD a type, and the other the MUD just doesn't have that type associated with a well-known client T3/r7/2020-05-03.txt.gz:{chan ch=tech}Princess Alison Tech: Ah, I see T3/r7/2020-05-03.txt.gz:{chan ch=tech}A Fancy Cupcake Tech: is there a way to have S&D recall before going anywhere when I click on a mob in the cp list? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Trachx Tech: S&D uses mapper, so if mapper choses to run then it is probably optimal path T3/r7/2020-05-03.txt.gz:{chan ch=tech}Trachx Tech: consider adding portals to mapper (read: mapper help portals) T3/r7/2020-05-03.txt.gz:{chan ch=tech}A Fancy Cupcake Tech: okay. when I dont manualy recall first the runto's cause me to end up in odd places. (granted this mapper file was borrowed from Cera so there may be some oddities) T3/r7/2020-05-03.txt.gz:{chan ch=tech}Trachx Tech: you need to check what is wrong, if you are in room A and want to get to room B and you end up in odd place: recall, move to room B and note its id (mapper thisroom will show it), then move back to room A and type "mapper where " and you will see path created by mapper from A to B T3/r7/2020-05-03.txt.gz:{chan ch=tech}Trachx Tech: most likely you have some cexits defined (like you moved before cexit was complete), or there are closed door, or some exits were removed (open clan ones), or you have incorrect portals T3/r7/2020-05-03.txt.gz:{chan ch=tech}Trachx Tech: for example when I type "mapper where 28514" I get: xp_pt 905441212;run d3w6n;open n;n;run 3nwn;enter cauldron;run 2e3s2u;enter cannon;run dn2wn;open w;w;open w;w;enter prie;run swnw T3/r7/2020-05-03.txt.gz:{chan ch=tech}Trachx Tech: if threre was something wrong with that path - then I would execute it step by step, so first that xp_pt, then run d3w6n, and so on T3/r7/2020-05-03.txt.gz:{chan ch=tech}A Fancy Cupcake Tech: yeah something. I removed all the portals when I moved the db over, only one left and I have that portal (used it last mort too). T3/r7/2020-05-03.txt.gz:{chan ch=tech}A Fancy Cupcake Tech: gotta be the exits. I end up in Insanitaria a lot T3/r7/2020-05-03.txt.gz:{chan ch=tech}Trachx Tech: after you do several steps and get to C you can again type "mapper where " and compare whether path C to B still matches remaining path from A to C to B T3/r7/2020-05-03.txt.gz:{chan ch=tech}A Fancy Cupcake Tech: getting back to where I was after getting lost isn't easy. I'm cp'ing so once I kill a mob its hard to get back to. T3/r7/2020-05-03.txt.gz:{chan ch=tech}A Fancy Cupcake Tech: i appriciate your assistance though T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: A Fancy Cupcake beams a smile at Trachx. T3/r7/2020-05-03.txt.gz:{chan ch=tech}A Fancy Cupcake Tech: heh, ended up back in insan... so I level locked all the rooms leading form teh contintant to the area. :) T3/r7/2020-05-03.txt.gz:{chan ch=tech}Boghadair Grimvald Tech: someone explain to me how to download a plugin from github, I'm right clicking and saving link as, but it's coming in as a html of the page that contains the file, not the file itself T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: No. :p T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Download the zip file, extract the contents into the plugin folder. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Boghadair Grimvald Tech: wat T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: That's really the easiest way to do it. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Boghadair Grimvald Tech: ah ok, wasn't right clicking the way to do it once? or am I confused? lol T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Never was, because it saves it as a web page, as you found out, and not the xml file. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Boghadair Grimvald Tech: must be thinking of something else then, thanks :) T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Psycho! Dillon Tech: who has the updated conwin? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: What updated comwin? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Psycho! Dillon Tech: there's an old one by fluffytail (i think) then there is another one, cant remember T3/r7/2020-05-03.txt.gz:{chan ch=tech}Psycho! Dillon Tech: someone from amazon modified it T3/r7/2020-05-03.txt.gz:{chan ch=tech}Psycho! Dillon Tech: kobus T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Modified it to do... what? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Psycho! Dillon Tech: update without considering every time you kill a mob T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Oh, I misread. I thought you said comwin, as in comm log. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Psycho! Dillon Tech: lol T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Anyway, back to writing essays that I haven't even started. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Psycho! Dillon Tech: offfffffffffffffffffffffffffffffff dont speak about essays :P T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Heh. Trying to get my bachelor's in health science. It's a pain in the ass when you're told to research something, but everything you try to research comes up with zero results. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Veritheia Tech: Specializing in homeopathy then? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mannec Tech: you must be doing it wrong. all of your health science searches should show porn. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: I wish, Veritheia. Bachelor of Health Science in Professional Development and Advanced Patient Care. Currently attempting to find scholarly articles on the role and education of cardiovascular technicians. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Rather, scope of practice. Heh. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mannec Tech: hmm. im sure there must be like, a heart surgeon message board where they all hang out, complain about work, and exchange porn. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Failurette Noegel Tech: I need a long degree title like that. Sounds fancy! T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mannec Tech: mostly i avoid cardiologists, tho. even online. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Mannec, you're annoying. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods at Failurette Noegel. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mannec Tech: i tried to be useful once, but folks hated that too. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: Failurette Noegel consoles Mannec. It is obvious that Failurette Noegel cares. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mannec Tech: but seriously - hospital employee message boards are more likely to be productive as a starting point. google is better for published studies, but ... sounds like you dont need those. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Except I need peer reviewed scholarly journal articles from the school's online library. :( T3/r7/2020-05-03.txt.gz:{chan ch=tech}Veritheia Tech: try a library T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mannec Tech: ... lots of studies on surgical techniques, not so many on scope of practice, i would think. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mannec Tech: pfft, libraries all closed. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: And the online library just about is as helpful as a border wall blocking the giant Asian hornets. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mannec Tech: im moderately convinced that putting a wall up around washington state would be a real benefit to us all :/ T3/r7/2020-05-03.txt.gz:{chan ch=tech}Veritheia Tech: oh yeah, what did they do? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: What dod who or what do? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: or did. wtf, I can't even type, and I need to type an essay. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mannec Tech: they imported murder-hornets. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: there goes my grade on spelling. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Seriously, though, the US is being invaded by giant Asian hornets. These suckers are 2.5 inches long and kill 50 people a year. It's the second thing to come out of Asia in 2020 trying to kill us all. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mannec Tech: on the other hand, they _do_ sort of lend support to the pro-machinegun stance... T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: ooh, it's a bit longer than my daughter's degree, which is a Bachelor of Science in Animal Behavior, Ecology, and Conservation...they just called them ABEC majors T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: Crowley: instead of regular google, are you trying scholar.google.com? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: You must have said something interesting, Mannec just perked up. T3/r7/2020-05-03.txt.gz:{chan ch=tech}Tech: also, while library buildings are closed, many library systems will still have reference librarians on staff (maybe not today being Sunday, but during the pandemic) T3/r7/2020-05-03.txt.gz:{chan ch=tech}Mr. Crowley Tech: Abelinc: I am using scholar.google.com. Always do, when I research, even if I'm supposed to be grabbing the articles from the school's online library. T3/r7/2020-05-03.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: is abelinc here? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Huko Tech: can i cancel a refresh T3/r7/2020-05-03.txt.gz:{chan ch=tech}Huko Tech: on durel T3/r7/2020-05-03.txt.gz:{chan ch=tech}Veritheia Tech: anyone know how to exclude certain items (not containers) from being organized automatically by DINV? T3/r7/2020-05-03.txt.gz:{chan ch=tech}Redryn Tech: any suggestions on a good router/extender combo? with all this quarantining my router is suffering from too many devices connected at once :p T3/r7/2020-05-04.txt.gz:{chan ch=tech}Veritheia Tech: Does the dinv organize function always cycle through every single item? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Sheriff Shindo Tech: in MushClient can you colorise the text you send to a miniwindow with WindowText ? besides making it all one colour with the colour field? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Redryn Tech: march 2019? 49,975 T3/r7/2020-05-04.txt.gz:{chan ch=tech}Tech: Mr. Crowley peers intently at Redryn. T3/r7/2020-05-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: That... was random. T3/r7/2020-05-04.txt.gz:{chan ch=tech}Redryn Tech: mis T3/r7/2020-05-04.txt.gz:{chan ch=tech}Redryn Tech: i saw that number was 50% previously lol T3/r7/2020-05-04.txt.gz:{chan ch=tech}Redryn Tech: ugh mis T3/r7/2020-05-04.txt.gz:{chan ch=tech}Tech: Failurette Noegel glares at Redryn for a moment before BANNING him from the mud! T3/r7/2020-05-04.txt.gz:{chan ch=tech}BabyShark Kya Tech: Does anyone know why the dinv portal use command would be putting a hold item on instead of a dual wielded weapon? As in, it's removing a dualed weapon, using the portal, and putting in a held item instead. Even after a dinv refresh. T3/r7/2020-05-04.txt.gz:{chan ch=tech}Libel Liber Tech: I think that depends on you current priority settings. what would "dinv set wear " do? dual wield or hold item? T3/r7/2020-05-04.txt.gz:{chan ch=tech}BabyShark Kya Tech: I'm asking for a friend, let me have them try that. You're probably right though, that makes sense. T3/r7/2020-05-04.txt.gz:{chan ch=tech}BabyShark Kya Tech: Thank you. T3/r7/2020-05-04.txt.gz:{chan ch=tech}Libel Liber Tech: you're welcome T3/r7/2020-05-04.txt.gz:{chan ch=tech}Huko Tech: Anyone got a sweet consider plugin that lets ya hotkey with 1 etc, that doesnt crash? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Princess Alison Tech: What does this mean? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Mannec Tech: could probably just set the key macro yourself... T3/r7/2020-05-04.txt.gz:{chan ch=tech}Princess Alison Tech: Yeah, sounds like you're just talking about setting an alias T3/r7/2020-05-04.txt.gz:{chan ch=tech}Huko Tech: theres a super duper consider plugin that exists, but it crashes a lot, i was wondering if anyones got an updated one T3/r7/2020-05-04.txt.gz:{chan ch=tech}Princess Alison Tech: Can you explain what exactly you want this plugin to do? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Huko Tech: super duper old T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: trying to force traffic to a certain range of IPs over a VPN, but command prompt doesn't like my wildcard. T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: doing route -p add X.Y.*.* 0.0.0.0 IF (VPN) and it gets kicked out. doing a fully specified IP has been working in the past. what am I messing up? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: If you're setting a route, you probably have to express it in a CIDR form... T3/r7/2020-05-04.txt.gz:{chan ch=tech}Cytan Tech: try x.y.*.12/24 or whatever range you want. T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: doesn't like x.y.*.12/24 T3/r7/2020-05-04.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Random globby wildcards are almost certainly not going to mean anything... you'll have to express it as a subnet. T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: I'm not smart enough to know what this means T3/r7/2020-05-04.txt.gz:{chan ch=tech}Thunderous Norton Tech: you'll definately need a subnet mask on that T3/r7/2020-05-04.txt.gz:{chan ch=tech}Scars Tech: i'm a little confused here, what's the goal again? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: previously I had been doing: "route -p add w.x.y.z 0.0.0.0 IF (VPN)" and it had been working, but I suspect it may be trying to use things other than that specific IP address, and letting Y and Z change would fix my problem T3/r7/2020-05-04.txt.gz:{chan ch=tech}Cytan Tech: the example i gave is what erikson is referring to as well (CIDR). what we're saying is you need to define a static X.Y.Z, and your subnet range is from/to. so for example, if you were going to create a proxy to foward all traffic from 192.168.1.1/255 -> 0.0.0.0, that would prevent anyone on your network from seeing you (and probably your router so don't) T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: I need traffic intended for a specific range of IP addresses to go through my VPN T3/r7/2020-05-04.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: You need IPv8 for a /255 subnet :p T3/r7/2020-05-04.txt.gz:{chan ch=tech}Thunderous Norton Tech: geek. T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: ok so what do I type in command prompt T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: pls halp T3/r7/2020-05-04.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: In routing terms, "ranges" can't be arbitrary; they have to be defined as subnets. T3/r7/2020-05-04.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: If you _really_ can blow the last 2 octets around freely, you can express that as a /16. T3/r7/2020-05-04.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Seems like a bit of an odd case though, unless you're just shotgunning it. T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: I really don't know what this means, I just want my network to see X.Y.*.* and put it through the VPN T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: I'm shotgunning it T3/r7/2020-05-04.txt.gz:{chan ch=tech}Thunderous Norton Tech: ok... so he wants a.b.x.x so subnet would be 255.255.0.0 T3/r7/2020-05-04.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: So that's by x.y.0.0/16 T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: so typing in this: "route -p add x.y.0.0 /16 255.255.0.0 IF (VPN)" will route any IP address with the third and fourth numbers changed through my VPN? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Wouldn't be a space before the /. And it'd depending on the syntax your route(8) took; it may require it in netmask form (255.255.0.0), after a / or a space, or maybe it requires another arg for the prefix length. T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: well the syntax worked but my thing that wasn't working still isn't working T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: looks like it's not working for my purpose T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: I don't know how to explain what I need. lets say the IP I was using before was 100.200.1.2. "route -p add 100.200.1.2 0.0.0.0 IF (VPN)" would route all traffic intended for 100.200.1.2 through the VPN. but, I would also like 100.200.1.3 to go through the VPN. and 100.200.50.250 to go through the VPN. T3/r7/2020-05-04.txt.gz:{chan ch=tech}Scars Tech: so you're telling devices with a certain IP to go through your VPN? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Scars Tech: wouldn't that screw up the security of the VPN if it worked? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: I want my laptop to route traffic for 100.200.*.* through the VPN T3/r7/2020-05-04.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Right, you wans 100.200.0.0/16. But how you express that depends on your route(8)'s syntax, and I don't know what that is. T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: this is a work thing, not a security thing T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: I need 100.200.*.* to see my work's IP, not my IP T3/r7/2020-05-04.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: telling a machine to route through a host isnt enough to make it work... that host has to have routing enabled T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: telling it to route through 100.200.1.2 did work T3/r7/2020-05-04.txt.gz:{chan ch=tech}Antifa Raded Tech: "route -p add 100.200.1.2 0.0.0.0 IF (VPN)" worked perfectly for my purpose T3/r7/2020-05-04.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: and your previous command wasnt route add <0> interface shouldnt have worked T3/r7/2020-05-04.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: because the command is (in kinda english) route add (to this place) (and subnetmask) use this (interface in your case, but usually its gw local ip address) T3/r7/2020-05-04.txt.gz:{chan ch=tech}Oenu Tech: was wondering how to configure? am using aardwolf mushclient? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Veritheia Tech: file -> world properties T3/r7/2020-05-04.txt.gz:{chan ch=tech}Veritheia Tech: there should also be shortcuts up above. a with arrow goes to alias, barcode looking thing with arrow for triggers, etc T3/r7/2020-05-04.txt.gz:{chan ch=tech}Oenu Tech: am a vi player T3/r7/2020-05-04.txt.gz:{chan ch=tech}Oenu Tech: am a vi player T3/r7/2020-05-04.txt.gz:{chan ch=tech}Oenu Tech: got it T3/r7/2020-05-04.txt.gz:{chan ch=tech}Veritheia Tech: Sorry, it's hard for me to help you there but I can tell you the settings are all stored in the /world folder under aardwolf.mcl which you can edit with a text editor T3/r7/2020-05-04.txt.gz:{chan ch=tech}Scars Tech: in zmud/cmud i coudl type #10 quaff potion and it would send quaff potion 10 times T3/r7/2020-05-04.txt.gz:{chan ch=tech}Scars Tech: is there a similar shorthand for mush? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: Scars, I wrote my own loop alias for it. T3/r7/2020-05-04.txt.gz:{chan ch=tech}Tormat Tech: anyone into building computers know abiout compatibility between gpu and chipset want to explain if i am looking at the gpu and mobo chipset or something else? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Veritheia Tech: chipset and cpu T3/r7/2020-05-04.txt.gz:{chan ch=tech}Tormat Tech: isnt that covered in socket? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Tormat Tech: so gpu isnt involved? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Veritheia Tech: correct. make sure your cpu matches your mobo's chipset and socket both T3/r7/2020-05-04.txt.gz:{chan ch=tech}Veritheia Tech: (they generally should) T3/r7/2020-05-04.txt.gz:{chan ch=tech}Veritheia Tech: as in, if it matches one, it typically should match the other. but always check T3/r7/2020-05-04.txt.gz:{chan ch=tech}Tormat Tech: so :https://www.newegg.com/p/N82E16813144216?Item=N82E16813144216 and https://www.newegg.com/core-i5-9th-gen-intel-core-i5-9600k/p/N82E16819117959?Item=N82E16819117959 T3/r7/2020-05-04.txt.gz:{chan ch=tech}Veritheia Tech: yes T3/r7/2020-05-04.txt.gz:{chan ch=tech}Veritheia Tech: though intel chips aren't very good these days and they just announced their new lineup T3/r7/2020-05-04.txt.gz:{chan ch=tech}Negader Tech: in that case, i think you're looking for LGA1151 mobo T3/r7/2020-05-04.txt.gz:{chan ch=tech}Veritheia Tech: that one is LGA1151 Z390 GAMING PLUS LGA 1151 (300 Series) Intel Z390 T3/r7/2020-05-04.txt.gz:{chan ch=tech}Tormat Tech: i have stayed out of hardware as much as i can, nver got used to the amd naming. T3/r7/2020-05-04.txt.gz:{chan ch=tech}Veritheia Tech: https://www.anandtech.com/show/15758/intels-10th-gen-comet-lake-desktop T3/r7/2020-05-04.txt.gz:{chan ch=tech}Tormat Tech: yeah i know gen10 is out, that why i was buying 9th... cheaper. T3/r7/2020-05-04.txt.gz:{chan ch=tech}Tormat Tech: noone has the 10th gen yet T3/r7/2020-05-04.txt.gz:{chan ch=tech}Tormat Tech: whats comp in amd? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Redryn Tech: ryzen 3000s? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Zepfu Tech: hmm. i moved to a new pc and copied only my worlds folder. looks like a lot of my settings didnt make it over. any suggestions on what else should be moved? T3/r7/2020-05-04.txt.gz:{chan ch=tech}Suluap Tech: i think you need to copy the aardwolf.db file T3/r7/2020-05-04.txt.gz:{chan ch=tech}Suluap Tech: im not completely sure though T3/r7/2020-05-04.txt.gz:{chan ch=tech}KnightLord Throxx Tech: you can save alais/trigger/gariables in Senate files T3/r7/2020-05-04.txt.gz:{chan ch=tech}KnightLord Throxx Tech: seperate T3/r7/2020-05-04.txt.gz:{chan ch=tech}Zepfu Tech: hmm is the aardwolf db file where the mapper detail is stored? looks like most of the data i had is gone T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: Is there a way to make it so stuff that mobs say don't appear on my communication log? I want to keep it clear so I can see the stuff said by actual players T3/r7/2020-05-05.txt.gz:{chan ch=tech}Guinness Tech: just right click the comm log and you'll find it in the list of options T3/r7/2020-05-05.txt.gz:{chan ch=tech}Guinness Tech: echo in main window settings T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: Thanks Guinness - was afk, didn't notice your response T3/r7/2020-05-05.txt.gz:{chan ch=tech}Robbo Tech: She's AFK now too, so I'll pass it on :P T3/r7/2020-05-05.txt.gz:{chan ch=tech}Tech: Princess Alison thanks Robbo heartily. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Robbo Tech: Message delivered T3/r7/2020-05-05.txt.gz:{chan ch=tech}A Can of Pringle Tech: is there a way to set up mushclient to autosave world details on an interval? like every hour or so T3/r7/2020-05-05.txt.gz:{chan ch=tech}Shaelynne Tech: pretty sure that already happens T3/r7/2020-05-05.txt.gz:{chan ch=tech}A Can of Pringle Tech: nope T3/r7/2020-05-05.txt.gz:{chan ch=tech}Mr. Crowley Tech: Nick Gammon made an AutoSave plugin. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Richard Fuel Tech: it does some database backup T3/r7/2020-05-05.txt.gz:{chan ch=tech}Mr. Crowley Tech: I'll send a link for the plugin. Give me a few. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: Does that plugin save mapper details too? I hate it when my MUSH crashes or I do a restart or whatever, and then all the rooms I explored vanish T3/r7/2020-05-05.txt.gz:{chan ch=tech}Richard Fuel Tech: there is "save world" button T3/r7/2020-05-05.txt.gz:{chan ch=tech}Richard Fuel Tech: i think this problem goes away the more you've played. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: I do click that regularly, yeah T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: Was just wondering if the autosave did it for you. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Richard Fuel Tech: the crucial thing is to keep the current mush backup in a safe place T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: And yeah, once you've mapped out everywhere it doesn't matter any more - I'm not quite there yet though :) T3/r7/2020-05-05.txt.gz:{chan ch=tech}Haike Tech: I need some help with DINV. currently whenever i remort, i have to "remove all", and remort. later on when im at level 1 remorted, i have to manually store items back in the bags. is there a way to store items to their correct containers using DINV? T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: dinv organize T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: dinv help organize explains it T3/r7/2020-05-05.txt.gz:{chan ch=tech}Richard Fuel Tech: becase.. this has happened to me twice - in some freaky accidental crash, it can flush the db file. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: oooof T3/r7/2020-05-05.txt.gz:{chan ch=tech}Richard Fuel Tech: but that takes some stars to align. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Negader Tech: you know there is a backup of your aardwolf db file in your mushclilent \ db-backups T3/r7/2020-05-05.txt.gz:{chan ch=tech}Haike Tech: according to dinv help organise, pt4, if i type "dinv organise" it should store everything back in containers, but when i tried typing that, it returns the DINV command list like it's a invalid option? T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: try organize with a z, not an s T3/r7/2020-05-05.txt.gz:{chan ch=tech}Haike Tech: DINV Organized 0 items matching query "" T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: Have you defined your containers? T3/r7/2020-05-05.txt.gz:{chan ch=tech}Haike Tech: no i havent, i need to use keywords assign to each container? T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: Type dinv organize display and tell me what it looks like T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: It should look something like this: /|\Veil of Realms/|\ (1844367150): type portal ~key aardwolf T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: So for example, this shows that my Veil of Realms is configured to store all portals except aardwolf portals T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: That way, dinv "knows" where to put each item T3/r7/2020-05-05.txt.gz:{chan ch=tech}Haike Tech: ah i dont want that, currently my bags are organised by my enchanted level sets. i dont want to change anything or store only weapons or only armor T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: If you read dinv help organize, it shows you the process of setting these container definitions, as well as gives you a sample that you can copy T3/r7/2020-05-05.txt.gz:{chan ch=tech}Haike Tech: i just want it to put my stuff away in its already stored data base T3/r7/2020-05-05.txt.gz:{chan ch=tech}Mr. Crowley Tech: That's what 'dinv put' is for. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: That's okay (although note that if you're managing equipment sets with dinv set wear, you don't need to sort items by sets) T3/r7/2020-05-05.txt.gz:{chan ch=tech}Durel Tech: Hi Haike. Dinv remembers the last container each item was seen in. You can "dinv store all" to put all of your stuff back into their last known container T3/r7/2020-05-05.txt.gz:{chan ch=tech}Mr. Crowley Tech: Or store, yeah. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Haike Tech: nice! dinv store all? lemme test T3/r7/2020-05-05.txt.gz:{chan ch=tech}Durel Tech: Yeah, that's a handy one. That's what I do right before I remort. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: I usually use dinv organize all to make sure it all goes where it's supposed to T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: But it all shakes out the same in the end T3/r7/2020-05-05.txt.gz:{chan ch=tech}Haike Tech: nice! this is exactly what i wanted T3/r7/2020-05-05.txt.gz:{chan ch=tech}Durel Tech: Yep. If you have moved stuff around so that things may have been in the wrong container, then "dinv organize ..." would be better. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Haike Tech: thanks durel T3/r7/2020-05-05.txt.gz:{chan ch=tech}Durel Tech: Basically: "dinv organize" puts things into containers based on what you say should be in a particular container, "dinv store ..." puts things back into their last known container, and "dinv put ..." lets you put specific things into a specific container T3/r7/2020-05-05.txt.gz:{chan ch=tech}Durel Tech: So there are three modes depending on what you want T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: I used to keep sets in their own bags too for easier manipulation manually, but once I got dinv, I could just dump everything into a big bag and let dinv sort it all out T3/r7/2020-05-05.txt.gz:{chan ch=tech}Haike Tech: yeah i have my own way of storing stuff, i just want to put things away when i remort T3/r7/2020-05-05.txt.gz:{chan ch=tech}Haike Tech: this works just fine T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: Makes sense, Haike :) T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: Congrats on the remort! T3/r7/2020-05-05.txt.gz:{chan ch=tech}Rever Tech: what is the command to mark the start of an area? T3/r7/2020-05-05.txt.gz:{chan ch=tech}Rever Tech: in mapper T3/r7/2020-05-05.txt.gz:{chan ch=tech}Omphalon Tech: xset mark T3/r7/2020-05-05.txt.gz:{chan ch=tech}Libel Liber Tech: there's no such thing for mapper. for mapper extender, what omphalon said T3/r7/2020-05-05.txt.gz:{chan ch=tech}Legendary Gruagach Tech: is there any public musch damage meters out there T3/r7/2020-05-05.txt.gz:{chan ch=tech}Legendary Gruagach Tech: i wanna see the pewpew T3/r7/2020-05-05.txt.gz:{chan ch=tech}Shotgun Tech: have you seen 'dtrack'? T3/r7/2020-05-05.txt.gz:{chan ch=tech}Legendary Gruagach Tech: ya but i'm looking for something a bit more, just curious might not be anything public T3/r7/2020-05-05.txt.gz:{chan ch=tech}Veritheia Tech: Where can I find dtrack? T3/r7/2020-05-05.txt.gz:{chan ch=tech}Shotgun Tech: just type it :) T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: dtrack stands for diss track T3/r7/2020-05-05.txt.gz:{chan ch=tech}Shotgun Tech: damage tracker T3/r7/2020-05-05.txt.gz:{chan ch=tech}Veritheia Tech: Ah cool. Thanks that'll work. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Shotgun Tech: there is one that gives a report after each mob killed. not sure of the name tho T3/r7/2020-05-05.txt.gz:{chan ch=tech}Princess Alison Tech: Think that is a plugin T3/r7/2020-05-05.txt.gz:{chan ch=tech}Shotgun Tech: yup T3/r7/2020-05-05.txt.gz:{chan ch=tech}Shotgun Tech: might be Bast, but im not 100% sure T3/r7/2020-05-05.txt.gz:{chan ch=tech}Veritheia Tech: Does anyone have a way to pull GMCP data and figure out what classes/remorts you have? If so, I would love an example T3/r7/2020-05-05.txt.gz:{chan ch=tech}Areia Tech: require gmcphelper. Then do, e.g., local classes = gmcp("char.base.classes") T3/r7/2020-05-05.txt.gz:{chan ch=tech}Strazor Tech: http://www.aardwolf.com/wiki/index.php/Clients/GMCP lists it out for you. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Veritheia Tech: right that will return, for example, 102 right? T3/r7/2020-05-05.txt.gz:{chan ch=tech}Veritheia Tech: I need to convert that to.. I don't remember but for example Psi = true, WAR = false, etc T3/r7/2020-05-05.txt.gz:{chan ch=tech}Veritheia Tech: I guess it's enough for me to know if there's a function that will search that string if another string exists, e.g. if classes contains 1 then psi = true, etc. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Veritheia Tech: but maybe my google/reading was bad but I couldn't find a lua function that would do that T3/r7/2020-05-05.txt.gz:{chan ch=tech}Areia Tech: Yeah. I use string.find. string.find(classes, '0') would return something other than nil if you have mage. 0 is mage, 4 is ranger. Can't say I know offhand which numbers correlate to which classes other than those, though. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Veritheia Tech: excellent! Thanks a lot! T3/r7/2020-05-05.txt.gz:{chan ch=tech}Tech: Areia goes to Veritheia: "No Problem!" T3/r7/2020-05-05.txt.gz:{chan ch=tech}Areia Tech: char.base.classes gives them in the order you remorted. So if you did that on yourself, you could get the values. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Veritheia Tech: yeah that's not the issue, I just needed string.find :D T3/r7/2020-05-05.txt.gz:{chan ch=tech}Tech: Areia rapidly nods twice, in complete agreement. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Veritheia Tech: I'm slightly on the smarter side of "completely useless" so I'll be fine from here.. Hopefully :D T3/r7/2020-05-05.txt.gz:{chan ch=tech}Veritheia Tech: I mean that literally.. I'm mostly useless :P T3/r7/2020-05-05.txt.gz:{chan ch=tech}Areia Tech: That makes two of us, then. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Tormat Tech: i had a site that was giving windows 10 keys for like $30 but i lost it, anyone have a decent site for keys? T3/r7/2020-05-05.txt.gz:{chan ch=tech}Eroe Tech: I updated my dinv priority for psi and played with numbers, specifically I changed up the dualwield property so that it would dual this weapon and it still refuses and holds the candle. what am I doing wrong? T3/r7/2020-05-05.txt.gz:{chan ch=tech}Eroe Tech: I set dualwield from 2.0 (.5 higher than max stat) to 10.0 thinking it would just take priority over everything. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Suluap Tech: turn hold off T3/r7/2020-05-05.txt.gz:{chan ch=tech}Suluap Tech: you can turn the hold spot off so it will dualwield T3/r7/2020-05-05.txt.gz:{chan ch=tech}Eroe Tech: oh. how? T3/r7/2020-05-05.txt.gz:{chan ch=tech}Eroe Tech: I didn't see hold as a field T3/r7/2020-05-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i think there is an example in the help T3/r7/2020-05-05.txt.gz:{chan ch=tech}Suluap Tech: if you look at the full priorty list...it is towards the bottom...i think you toggle 1 or 0 T3/r7/2020-05-05.txt.gz:{chan ch=tech}Durel Tech: To see all possible fields you can edit, do "dinv priority edit full [priority]" and *everything* will be there by default. normally it hids stuff with a value of 0. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Eroe Tech: oh yeah. I see it, sorry. I just didn't go down far enough T3/r7/2020-05-05.txt.gz:{chan ch=tech}Durel Tech: no worries, it's not exactly a simple or intuitive plugin :P T3/r7/2020-05-05.txt.gz:{chan ch=tech}Suluap Tech: yeah...it wasnt obvious to me the first time either...but that should help you T3/r7/2020-05-05.txt.gz:{chan ch=tech}Tech: KnightLord Throxx stares evily at Durel, toothpick at ready! T3/r7/2020-05-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i thougth that woudl nod sagely, my bad T3/r7/2020-05-05.txt.gz:{chan ch=tech}Cytan Tech: sage is gross anyway. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Eroe Tech: do I need to do something to set my current priority? or does dinv set wear ... do that T3/r7/2020-05-05.txt.gz:{chan ch=tech}Huko Tech: durel has preset priorities T3/r7/2020-05-05.txt.gz:{chan ch=tech}Mr. Crowley Tech: Useless information, Huko. T3/r7/2020-05-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: dinv help set T3/r7/2020-05-05.txt.gz:{chan ch=tech}Eroe Tech: yeah... that wasn't my question though. I know the priorities exist, I wasn't sure if using dinv set wear ... set that priority used. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Durel Tech: No, you would need to specify a priority each time T3/r7/2020-05-05.txt.gz:{chan ch=tech}Suluap Tech: read the help file...you specify the priority you want to use when using the wear set option T3/r7/2020-05-05.txt.gz:{chan ch=tech}Suluap Tech: i set an alias...dinvs myThief...so it does the dinv wear set T3/r7/2020-05-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: you can use set, or, if you wanna equip buy weapon damage type, you cans do what i do: dinv weapon Blacksmith bash T3/r7/2020-05-05.txt.gz:{chan ch=tech}Suluap Tech: sorry i meant set wear T3/r7/2020-05-05.txt.gz:{chan ch=tech}Suluap Tech: nods...i have another alias set up for my weapon switches...it is helpful T3/r7/2020-05-05.txt.gz:{chan ch=tech}Eroe Tech: yeah okay. I was just trying to figure out when you swap from portal to something how it knew which set to use. got it figured out, thanks. T3/r7/2020-05-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i made an non-div alias to just swap to changing weapons, for bash immune mobs. was easier than trying to force dinv to use changing T3/r7/2020-05-05.txt.gz:{chan ch=tech}Tech: Eroe nods. T3/r7/2020-05-05.txt.gz:{chan ch=tech}Suluap Tech: use the portal option in dinv to use portal...then it will switch back to what it had been holding...if you dont have portal slot T3/r7/2020-05-06.txt.gz:{chan ch=tech}Seductress Reina Tech: just upgrade my lappie ram today! T3/r7/2020-05-06.txt.gz:{chan ch=tech}Eroe Tech: anyone remember the dinv portal delete/usage command? I broke mine and need to reset. T3/r7/2020-05-06.txt.gz:{chan ch=tech}Eroe Tech: I don't see it though looking at the list. T3/r7/2020-05-06.txt.gz:{chan ch=tech}Libel Liber Tech: what do you mean by "delete"? T3/r7/2020-05-06.txt.gz:{chan ch=tech}Libel Liber Tech: dinv refresh, to make it refresh your inventory T3/r7/2020-05-06.txt.gz:{chan ch=tech}Eroe Tech: just delete it from my list of usable portals. T3/r7/2020-05-06.txt.gz:{chan ch=tech}Libel Liber Tech: that's in the mapper, not dinv T3/r7/2020-05-06.txt.gz:{chan ch=tech}Mr. Crowley Tech: That's mapper, not DINV. T3/r7/2020-05-06.txt.gz:{chan ch=tech}Libel Liber Tech: mapper portals T3/r7/2020-05-06.txt.gz:{chan ch=tech}Scars Tech: what's this dinv you speak of? T3/r7/2020-05-06.txt.gz:{chan ch=tech}Eroe Tech: hey, no wonder I couldn't find it. thanks. I will obtain more coffee before asking any more stupid questions :p T3/r7/2020-05-06.txt.gz:{chan ch=tech}Mr. Crowley Tech: mapper help portals T3/r7/2020-05-06.txt.gz:{chan ch=tech}Eroe Tech: thanks! T3/r7/2020-05-06.txt.gz:{chan ch=tech}Libel Liber Tech: Scars: an invetory plugin T3/r7/2020-05-06.txt.gz:{chan ch=tech}Libel Liber Tech: finger durel T3/r7/2020-05-06.txt.gz:{chan ch=tech}Mr. Crowley Tech: Durel's Inventory Managment System. :p T3/r7/2020-05-06.txt.gz:{chan ch=tech}Princess Alison Tech: Type mapper portals to get a list of your mapper portals, then mapper delete portal #x (where that is the index number of the portal you want to delete on mapper portals) T3/r7/2020-05-06.txt.gz:{chan ch=tech}Princess Alison Tech: eg. I type mapper portals and locate the offending portal as #26 on the list, so I type mapper delete portal #26 T3/r7/2020-05-06.txt.gz:{chan ch=tech}Princess Alison Tech: Dinv is my favorite plugin! It's really powerful and intelligent T3/r7/2020-05-06.txt.gz:{chan ch=tech}Eroe Tech: yeah, learning how to use it better was a really good move. T3/r7/2020-05-06.txt.gz:{chan ch=tech}Torkin Tech: what have I done to my excel settings where when i use the arrow keys it moves the screen but doesn't move what cell im on T3/r7/2020-05-06.txt.gz:{chan ch=tech}Kers Tech: scroll lock T3/r7/2020-05-06.txt.gz:{chan ch=tech}Torkin Tech: kers for the win - thank you T3/r7/2020-05-06.txt.gz:{chan ch=tech}Llylianna Tech: hi, I had a question that I think should go in here? T3/r7/2020-05-06.txt.gz:{chan ch=tech}Areia Tech: This'll be the channel for all things tech. What's the question? T3/r7/2020-05-06.txt.gz:{chan ch=tech}Eroe Tech: only one way to find out! T3/r7/2020-05-06.txt.gz:{chan ch=tech}Llylianna Tech: Yeah, when I go to login to aardwolf, I get a message that noone exists with my username would I like to start a new character so I say N and try again T3/r7/2020-05-06.txt.gz:{chan ch=tech}Llylianna Tech: I was wondering if someone said Y, would that end up deleting my character? T3/r7/2020-05-06.txt.gz:{chan ch=tech}Eroe Tech: no. T3/r7/2020-05-06.txt.gz:{chan ch=tech}Eroe Tech: how long ago did you play? T3/r7/2020-05-06.txt.gz:{chan ch=tech}Llylianna Tech: I am new T3/r7/2020-05-06.txt.gz:{chan ch=tech}Areia Tech: You probably just mistyped. That message doesn't appear when you enter a name that already exists. T3/r7/2020-05-06.txt.gz:{chan ch=tech}Llylianna Tech: I thought that too, but copy pasting it once gives me the Y/N message, then saying N and copy pasting again T3/r7/2020-05-06.txt.gz:{chan ch=tech}Llylianna Tech: gives the password prompt T3/r7/2020-05-06.txt.gz:{chan ch=tech}Areia Tech: I just logged out and back in again and didn't see that message. Not sure why you would... T3/r7/2020-05-06.txt.gz:{chan ch=tech}Llylianna Tech: Hence why I brought my question here T3/r7/2020-05-06.txt.gz:{chan ch=tech}Llylianna Tech: it's not new either... that's been happening since I made my character T3/r7/2020-05-06.txt.gz:{chan ch=tech}Eroe Tech: might be worth dropping a note to imm on boards. T3/r7/2020-05-06.txt.gz:{chan ch=tech}Llylianna Tech: Okay, I'll see to it I do that T3/r7/2020-05-06.txt.gz:{chan ch=tech}Llylianna Tech: Thankyou T3/r7/2020-05-06.txt.gz:{chan ch=tech}Llylianna Tech: how do I address a note just to imms? T3/r7/2020-05-06.txt.gz:{chan ch=tech}Eroe Tech: board personal, note write, then just use imm as the to T3/r7/2020-05-06.txt.gz:{chan ch=tech}Llylianna Tech: thankyou for al your help, I'll stop spamming the channel now ^-^ T3/r7/2020-05-07.txt.gz:{chan ch=tech}Huko Tech: How do you change the target of your S&D, can you do it manually? T3/r7/2020-05-07.txt.gz:{chan ch=tech}A Can of Pringle Tech: yeah if you type qw "keyword" it'll look up the new mob T3/r7/2020-05-07.txt.gz:{chan ch=tech}Huko Tech: thank you! T3/r7/2020-05-07.txt.gz:{chan ch=tech}Princess Alison Tech: Is there a way to change the font color of a channel? The immtalk font is hard to read on my screen T3/r7/2020-05-07.txt.gz:{chan ch=tech}Trachx Tech: use colorset T3/r7/2020-05-07.txt.gz:{chan ch=tech}Princess Alison Tech: thanks T3/r7/2020-05-07.txt.gz:{chan ch=tech}A Fancy Cupcake Tech: if mapper has exits from a room that no longer exist, how to you get mapper to update? mapper help exits isn't helpful. T3/r7/2020-05-07.txt.gz:{chan ch=tech}Areia Tech: Go to the room, type 'mapper purgeroom', walk out, and then walk in again. T3/r7/2020-05-07.txt.gz:{chan ch=tech}A Fancy Cupcake Tech: thanks T3/r7/2020-05-07.txt.gz:{chan ch=tech}A Fancy Cupcake Tech: that worked. T3/r7/2020-05-07.txt.gz:{chan ch=tech}Tech: you can also right-click the room and look at/modify its exits T3/r7/2020-05-07.txt.gz:{chan ch=tech}A Fancy Cupcake Tech: that IS helpful, thank you T3/r7/2020-05-07.txt.gz:{chan ch=tech}1337 {-_-} RetroGamer Tech: Hi, is there any reason a 2004ish CRT monitor won't work on a 2019 GPU? T3/r7/2020-05-07.txt.gz:{chan ch=tech}Eroe Tech: only issue would be connectors but you can get adapters. T3/r7/2020-05-07.txt.gz:{chan ch=tech}1337 {-_-} RetroGamer Tech: Awesome! ty :) T3/r7/2020-05-07.txt.gz:{chan ch=tech}1337 {-_-} RetroGamer Tech: Yup, it got a vga adapter, Then I need to get a dvi adapter I guess. T3/r7/2020-05-07.txt.gz:{chan ch=tech}1337 {-_-} RetroGamer Tech: Screen have vga* T3/r7/2020-05-07.txt.gz:{chan ch=tech}1337 {-_-} RetroGamer Tech: Gonna buy a LCD, but got a spare CRT laying around, may aswel hook it up and play aard on it :P T3/r7/2020-05-07.txt.gz:{chan ch=tech}Huko Tech: Anywhere to download Bejewled without origin or steam T3/r7/2020-05-07.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yes. Your phone. T3/r7/2020-05-07.txt.gz:{chan ch=tech}Huko Tech: on pc, momma wants it T3/r7/2020-05-07.txt.gz:{chan ch=tech}Huko Tech: she ordered some 30$ cd from 15 years ago and was thinking it migh tnot run and thats a bit much' T3/r7/2020-05-07.txt.gz:{chan ch=tech}Mr. Crowley Tech: Any suggestions on where to illegally download stuff is not permitted on tech channel. T3/r7/2020-05-07.txt.gz:{chan ch=tech}Huko Tech: why do you jump to conclusions T3/r7/2020-05-07.txt.gz:{chan ch=tech}Huko Tech: sorry lemme get real specific, any drm free way to download a legit copy of bejeweled on PC T3/r7/2020-05-07.txt.gz:{chan ch=tech}Mr. Crowley Tech: Who said I was jumping to conclusions? Why do you assume I was talking to you? T3/r7/2020-05-07.txt.gz:{chan ch=tech}Turie Tech: Huko: I think you can find it in collections at Wal-Mart. T3/r7/2020-05-07.txt.gz:{chan ch=tech}Turie Tech: Is this for PC or Mac? T3/r7/2020-05-07.txt.gz:{chan ch=tech}Huko Tech: pc T3/r7/2020-05-07.txt.gz:{chan ch=tech}Huko Tech: I bought a code from target cause it didnt mention any steam or origin, but it was origin :X T3/r7/2020-05-07.txt.gz:{chan ch=tech}Turie Tech: https://zone.msn.com/en/bejeweled/ for online. T3/r7/2020-05-07.txt.gz:{chan ch=tech}Mr. Crowley Tech: Considering the makers of the game, I doubt you can get it anywhere DRM free without some illegal stuff. T3/r7/2020-05-07.txt.gz:{chan ch=tech}Huko Tech: yeah i mthinking the same, EA is lame, i was surprised to even see it on steam T3/r7/2020-05-07.txt.gz:{chan ch=tech}Mr. Crowley Tech: I still want to know why you assumed I was talking to you. :P T3/r7/2020-05-07.txt.gz:{chan ch=tech}Tech: Mr. Crowley thinks [Outlaw] Mendaloth's social is all about him! They're wrong! T3/r7/2020-05-07.txt.gz:{chan ch=tech}Mr. Crowley Tech: You're so vain, you probably think this message is about you! T3/r7/2020-05-07.txt.gz:{chan ch=tech}P3stilence Nasus Tech: Now that you put it that way. I do T3/r7/2020-05-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: any tech wizards know why my computer might be hanging: some sort of power management? T3/r7/2020-05-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: cpu usage nowhere near max T3/r7/2020-05-07.txt.gz:{chan ch=tech}KnightLord Throxx Tech: mine hangs when automatic backups to spare drive happens T3/r7/2020-05-07.txt.gz:{chan ch=tech}Negader Tech: win10? does it start? T3/r7/2020-05-07.txt.gz:{chan ch=tech}Negader Tech: when does it hang? T3/r7/2020-05-07.txt.gz:{chan ch=tech}Negader Tech: not that i'm a tech wiz T3/r7/2020-05-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: randomly, seemingly T3/r7/2020-05-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: probs a problem with this computer in general: it's had issues since its release and has bluescreened straight from the factory heh T3/r7/2020-05-07.txt.gz:{chan ch=tech}=Uzumaki= Naruto Tech: it randomly turns off? T3/r7/2020-05-07.txt.gz:{chan ch=tech}Negader Tech: still have warranty? T3/r7/2020-05-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: nah, hanging as in major lag for the entire computer (like freezing but not perma frozen) T3/r7/2020-05-07.txt.gz:{chan ch=tech}=Uzumaki= Naruto Tech: and the ram usage? the computer gets hot? T3/r7/2020-05-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: ive got 32 gb ram and im using like 1% of it lol T3/r7/2020-05-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: comp has thermal issues from factory but even with throttling it shouldnt be hanging this badly i'd think: thought there might be a simple answer but its probably the effed up bios T3/r7/2020-05-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: this laptop has dpc latency issues from factory T3/r7/2020-05-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: maybe its just getting worse T3/r7/2020-05-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: shouldnt be hanging my whole comp id think T3/r7/2020-05-08.txt.gz:{chan ch=tech}Twas Brillig Tech: does aardwolf support mccp3? T3/r7/2020-05-08.txt.gz:{chan ch=tech}Twas Brillig Tech: like compression from client to mud server T3/r7/2020-05-08.txt.gz:{chan ch=tech}Deuter Tech: type mccp T3/r7/2020-05-08.txt.gz:{chan ch=tech}Redryn Tech: it uses mccp, not sure there's different versions T3/r7/2020-05-08.txt.gz:{chan ch=tech}Jedhi Tech: mccp is just a zlib compression triggered by telnet negotiation T3/r7/2020-05-08.txt.gz:{chan ch=tech}Twas Brillig Tech: i guess the tintin writers added something called mccp3 to allow compressed data to be sent from the user to the mud server T3/r7/2020-05-08.txt.gz:{chan ch=tech}Twas Brillig Tech: but reading more about this i think it is very new and aardwolf probably doesnt use this. i think it would be a cool feature though T3/r7/2020-05-08.txt.gz:{chan ch=tech}Jedhi Tech: user does not send too much :) T3/r7/2020-05-08.txt.gz:{chan ch=tech}Twas Brillig Tech: true. i mean only for the purpose of not having packets of plain text out there T3/r7/2020-05-08.txt.gz:{chan ch=tech}Jedhi Tech: the truth is out there! T3/r7/2020-05-08.txt.gz:{chan ch=tech}Twas Brillig Tech: lol and your login password too T3/r7/2020-05-08.txt.gz:{chan ch=tech}Jedhi Tech: nod, time to start using ssh T3/r7/2020-05-08.txt.gz:{chan ch=tech}Jedhi Tech: which should be easy fix... does it have similar negotiation service like telnet? probably does T3/r7/2020-05-08.txt.gz:{chan ch=tech}Sheriff Shindo Tech: anyone able to catch enough packets will soon work out it is just zipped and unzip it anyway T3/r7/2020-05-08.txt.gz:{chan ch=tech}Jedhi Tech: yeah, and both creds are most likely in the same stream chunk too! T3/r7/2020-05-08.txt.gz:{chan ch=tech}Jedhi Tech: so who will start catching and who will be the first victim? T3/r7/2020-05-08.txt.gz:{chan ch=tech}Sheriff Shindo Tech: now using an ssh key to login would be a big leap forward T3/r7/2020-05-08.txt.gz:{chan ch=tech}Jedhi Tech: only one small problem: no mud client (afaik) supports ssh :D T3/r7/2020-05-08.txt.gz:{chan ch=tech}Talbor Tech: anyone know why I'm seeing this everytime prompt refreshes now "Syntax: toprank [period] [amount] periods: daily, monthly, weekly, yearly. amount : between 1 and 50." and "DINV Skipped getting "pagesize": timeout DINV Failed to detect # of lines in the page size: timeout"? T3/r7/2020-05-08.txt.gz:{chan ch=tech}Talbor Tech: tried deleting dinv & reinstalling fresh but still same thing happening T3/r7/2020-05-08.txt.gz:{chan ch=tech}Talbor Tech: I deleted my mush and went back to a backup from last month and I'm still seeing "Syntax: toprank [period] [amount] periods: daily, Monthly, weekly, yearly. amount : between 1 and 50." when prompt updates. I tried resetting promt to but didn't do anything. It's something on the muds end though and not my client T3/r7/2020-05-08.txt.gz:{chan ch=tech}Talbor Tech: any idea how to reset or fix it? T3/r7/2020-05-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: You might consider turning on echocommands to see what is being sent. T3/r7/2020-05-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: Maybe even local echo. T3/r7/2020-05-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: But it sounds like at the same time that DINV is trying to get pazesize, you're sending a command that breaks it. T3/r7/2020-05-08.txt.gz:{chan ch=tech}Talbor Tech: thanks i'll try that T3/r7/2020-05-08.txt.gz:{chan ch=tech}Talbor Tech: yeah I'm seing pagesize error too T3/r7/2020-05-08.txt.gz:{chan ch=tech}Talbor Tech: i inputted an alias earlier so maybe that's what did it. Know how I can delete that? T3/r7/2020-05-08.txt.gz:{chan ch=tech}Redryn Tech: turn on echocommands and see what's causing that to pop up T3/r7/2020-05-08.txt.gz:{chan ch=tech}Talbor Tech: I think I got it fixed, hope so at least. I deleted the alias I put in earlier and so far it's looking ok. Thanks for all the help :) T3/r7/2020-05-08.txt.gz:{chan ch=tech}Princess Alison Tech: What does Trigger function "anex_mobdeath_xp1" not found or had a previous error.? T3/r7/2020-05-08.txt.gz:{chan ch=tech}Princess Alison Tech: Sorry, that got garbled T3/r7/2020-05-08.txt.gz:{chan ch=tech}Princess Alison Tech: What does "Trigger function "anex_mobdeath_xp1" not found or had a previous error." mean? T3/r7/2020-05-08.txt.gz:{chan ch=tech}Trachx Tech: that is was not found or had a previous error and got deactivated T3/r7/2020-05-08.txt.gz:{chan ch=tech}Princess Alison Tech: How can I identify which is the one that has an error? T3/r7/2020-05-08.txt.gz:{chan ch=tech}Trachx Tech: I think you coud text search for "anex_mobdeath" to find what plugin contains it T3/r7/2020-05-08.txt.gz:{chan ch=tech}Princess Alison Tech: Oh, you can text search? T3/r7/2020-05-08.txt.gz:{chan ch=tech}Princess Alison Tech: How do I do that? T3/r7/2020-05-08.txt.gz:{chan ch=tech}Trachx Tech: plugins are just simple text files T3/r7/2020-05-08.txt.gz:{chan ch=tech}Princess Alison Tech: Ah, so just check through my plugins T3/r7/2020-05-08.txt.gz:{chan ch=tech}Borthain Tech: text search the contents of your plugins folder T3/r7/2020-05-08.txt.gz:{chan ch=tech}Princess Alison Tech: Thanks - found the offending plugin, reinstalled it, and everything seems to be in order now T3/r7/2020-05-08.txt.gz:{chan ch=tech}Eroe Tech: how hard is it to communicate with the mapper plugin? like is there an example of how that's done from within another plugin? T3/r7/2020-05-08.txt.gz:{chan ch=tech}Borthain Tech: could likely look at S&D I bet T3/r7/2020-05-08.txt.gz:{chan ch=tech}Eroe Tech: oh nods. what a concept. thanks. T3/r7/2020-05-08.txt.gz:{chan ch=tech}Eroe Tech: wasn't thinking about that :p T3/r7/2020-05-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: [Melvin]: At 171 kpm, Friday 08 May, 2020 at 13:31 MUDtime (1h 04m from now) T3/r7/2020-05-08.txt.gz:{chan ch=tech}Tech: Mr. Crowley's shifty eyes dart back and forth. T3/r7/2020-05-08.txt.gz:{chan ch=tech}Slips Tech: did anyone else get connected? T3/r7/2020-05-08.txt.gz:{chan ch=tech}Raoh Tech: yeah I got dcd T3/r7/2020-05-08.txt.gz:{chan ch=tech}Slips Tech: must have crashed T3/r7/2020-05-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: No, the MUD did not crash. T3/r7/2020-05-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: Not everyone got disconnected. T3/r7/2020-05-08.txt.gz:{chan ch=tech}Luc Tech: I didn't get disconnected or anything T3/r7/2020-05-08.txt.gz:{chan ch=tech}Huko Tech: same T3/r7/2020-05-08.txt.gz:{chan ch=tech}Huko Tech: thought they finally done caught me botting T3/r7/2020-05-08.txt.gz:{chan ch=tech}Huko Tech: but im still on the loose T3/r7/2020-05-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: Oh so funny, Huko! T3/r7/2020-05-08.txt.gz:{chan ch=tech}Tech: CuddlyCat Fenix has pulled Huko over and is performing a botcheck! T3/r7/2020-05-08.txt.gz:{chan ch=tech}Huko Tech: ah shiet T3/r7/2020-05-08.txt.gz:{chan ch=tech}Slips Tech: add an e to the end of that T3/r7/2020-05-08.txt.gz:{chan ch=tech}Huko Tech: I get bot checked almost hourly by people killing me T3/r7/2020-05-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: No one cares, really. T3/r7/2020-05-08.txt.gz:{chan ch=tech}Huko Tech: you respond everytime i say something, so i consider you my #1 fan T3/r7/2020-05-08.txt.gz:{chan ch=tech}Huko Tech: and I love you for that, thanks friend T3/r7/2020-05-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: You assume I'm referring to you. T3/r7/2020-05-08.txt.gz:{chan ch=tech}Huko Tech: why does my firefox run like shit in the background T3/r7/2020-05-08.txt.gz:{chan ch=tech}Princess Alison Tech: That's a very general question and nobody will be able to answer it without knowing your system T3/r7/2020-05-08.txt.gz:{chan ch=tech}Princess Alison Tech: Maybe you just have a slow computer. Maybe you're mining bitcoin on the side. :P T3/r7/2020-05-08.txt.gz:{chan ch=tech}Huko Tech: is there a background setting for firefox fps T3/r7/2020-05-08.txt.gz:{chan ch=tech}Eroe Tech: the problem is firefox. it's mostly always shit. T3/r7/2020-05-08.txt.gz:{chan ch=tech}Eroe Tech: these days internet explorer seems to run faster. T3/r7/2020-05-08.txt.gz:{chan ch=tech}Huko Tech: my pc is dope but i think it might be when i added 4 monitors T3/r7/2020-05-08.txt.gz:{chan ch=tech}Logrom Tech: Lol, that's quite an insult saying that IE is faster. I guess now that you mention it, though.. T3/r7/2020-05-08.txt.gz:{chan ch=tech}Eroe Tech: they were trying to copy chrome's multiprocess architecture and after that all kinds of stuff slowed down. that's when benchmarks generally show a hit as well. T3/r7/2020-05-08.txt.gz:{chan ch=tech}Logrom Tech: Interesting T3/r7/2020-05-08.txt.gz:{chan ch=tech}Huko Tech: just annoying, if i have a game i can set background fps, i get nomral fps in background but on twitch/firefox i dont get the fps T3/r7/2020-05-08.txt.gz:{chan ch=tech}Eroe Tech: try chrome T3/r7/2020-05-08.txt.gz:{chan ch=tech}Princess Alison Tech: I want to make an alias without it mess with custom exits. For example, there's a custom exit "knock" in the Sanguine Tavern, but that messes with my alias "knock" to cast the Knock spell. T3/r7/2020-05-08.txt.gz:{chan ch=tech}Princess Alison Tech: Is there a way to cleanly do this? T3/r7/2020-05-08.txt.gz:{chan ch=tech}Your Daddy DjVoltron Tech: I'd make yer spell alias knoc instead of knock T3/r7/2020-05-08.txt.gz:{chan ch=tech}Your Daddy DjVoltron Tech: shorter to type and gives differential T3/r7/2020-05-08.txt.gz:{chan ch=tech}Your Daddy DjVoltron Tech: But that's me,and I'm kinda retarded, so I leave it up to your good offices to decide. T3/r7/2020-05-08.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Make an alias 'nosrslyiwanna' that sends its arg as a command :p T3/r7/2020-05-08.txt.gz:{chan ch=tech}Boghadair Grimvald Tech: I have an alias that I redefine when I find custom exits T3/r7/2020-05-08.txt.gz:{chan ch=tech}Cytan Tech: you can have both, but one is checked as "Execute" whichs means run as script, the other is "Send to World" which means ... well, send to the world (not execute a script). T3/r7/2020-05-08.txt.gz:{chan ch=tech}Boghadair Grimvald Tech: mis T3/r7/2020-05-08.txt.gz:{chan ch=tech}Princess Alison Tech: I really appreciate the wide range of innovative solutions presented here :P T3/r7/2020-05-08.txt.gz:{chan ch=tech}Princess Alison Tech: from "just lop off the k", to really technical solutions involving triggers and redefined aliases T3/r7/2020-05-08.txt.gz:{chan ch=tech}Princess Alison Tech: It really shows off how everyone has their own playing style and way of handling things - I think that's cool and creative T3/r7/2020-05-08.txt.gz:{chan ch=tech}Your Daddy DjVoltron Tech: but mine was the bestest right? T3/r7/2020-05-08.txt.gz:{chan ch=tech}Boghadair Grimvald Tech: you were first! T3/r7/2020-05-08.txt.gz:{chan ch=tech}Your Daddy DjVoltron Tech: That's nothing new T3/r7/2020-05-08.txt.gz:{chan ch=tech}Cytan Tech: love ya dj, but... well. DjVoltron Tech: But that's me,and I'm kinda retarded T3/r7/2020-05-08.txt.gz:{chan ch=tech}Your Daddy DjVoltron Tech: I AM THO T3/r7/2020-05-08.txt.gz:{chan ch=tech}Cytan Tech: thats etched in my head now :) forever! T3/r7/2020-05-08.txt.gz:{chan ch=tech}Your Daddy DjVoltron Tech: Loves it. T3/r7/2020-05-08.txt.gz:{chan ch=tech}Who is Kelaire Tech: Don't sell yourself short DJV! T3/r7/2020-05-08.txt.gz:{chan ch=tech}Your Daddy DjVoltron Tech: nothing you didn't know if you been payin attention the last decade plus no? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Lundfu Tech: Anyone able to recommend a free MP4 trimmer? Nothing fancy, just need to keep the first 30 of a 3 hour video T3/r7/2020-05-09.txt.gz:{chan ch=tech}Torkin Tech: what is the excel shortcut to insert the $ to lock the cell reference...f4? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Kers Tech: f4 T3/r7/2020-05-09.txt.gz:{chan ch=tech}Scars Tech: yeah, f4 T3/r7/2020-05-09.txt.gz:{chan ch=tech}Torkin Tech: thx T3/r7/2020-05-09.txt.gz:{chan ch=tech}Torkin Tech: can you use that inside a formula? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Torkin Tech: like as you type T3/r7/2020-05-09.txt.gz:{chan ch=tech}Kers Tech: Yes T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: Use R1C1 :D T3/r7/2020-05-09.txt.gz:{chan ch=tech}Scars Tech: yeah, so =SUM($A1:A1) and then drag to the right will grow to =SUM($A1:B1) and so on T3/r7/2020-05-09.txt.gz:{chan ch=tech}Scars Tech: do not be a monster and use r1c1 T3/r7/2020-05-09.txt.gz:{chan ch=tech}Torkin Tech: <---used to not need a mouse, now is old T3/r7/2020-05-09.txt.gz:{chan ch=tech}Scars Tech: 80% of my work is done with excel T3/r7/2020-05-09.txt.gz:{chan ch=tech}Torkin Tech: yeah i went from like 80 pct to 10 pct and ive lost all skills over time T3/r7/2020-05-09.txt.gz:{chan ch=tech}Tech: Scars rapidly nods twice, in complete agreement. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Scars Tech: certainly a perishable skill T3/r7/2020-05-09.txt.gz:{chan ch=tech}Scars Tech: i went a period where i didn't hardly use it, and getting back into was... a thing T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: it's like riding a bike T3/r7/2020-05-09.txt.gz:{chan ch=tech}Scars Tech: that's the exact opposite concept of a perishable skill T3/r7/2020-05-09.txt.gz:{chan ch=tech}Torkin Tech: it also doesnt help that in between my long hiatus msft changed a buncha the hotkeys T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: I'm using a trigger to gage some text. Any way I can gag the blank line that comes after it as well? Some sort of regex I'm sure T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: gag* T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Why are you using triggers instead of the built in #gag command that Fiendish worked so hard on? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: is there one? :D T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Has been one for years. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: The gag function for scripting/plugins? Or is there an easy way to set up random single line gags? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Have you typed "#gag" by itself yet? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: I must be missing a plugin then T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Or "#gag help" T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: that just returns a generic no command error T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: What version of AardMUSH are you using?? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Has to be OLD for you to not have it. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: r2068 :P T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Odd. It should be installed, but hold on. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: naw i got it T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: the plugin wasn't installed T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: thanks T3/r7/2020-05-09.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: There's also #sub, if you hadn't known about that. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: yep, got it. thanks. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Quite welcome! T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Oh, and in regards to your original question, if that doesn't take it, there's another plugin, Omit_blank_lines, that you might look into. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: oh boy omitblanklines works a little TOO well lol T3/r7/2020-05-09.txt.gz:{chan ch=tech}Tech: Mr. Crowley chuckles politely. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: gag works well but still the multiple blank lines because I'm gagging lines from multiple commands at once. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Oh, yuck. Yeah, that's something that I've not ever really been able to overcome. Hmmm. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: yeah now my original question makes more sense eh :D T3/r7/2020-05-09.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: Hmm, gag doesn't seem to like colors very much T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Oh? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: How do you mean? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: Trying to gag a line but it doesn't seem to work - I'm guessing due to colors because the others worked fine T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: What line are you trying to gag? I don't recall having that issue. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: clan secret :P T3/r7/2020-05-09.txt.gz:{chan ch=tech}Tech: Algaru goes ooOOooOOoo at Veritheia. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Well, then I can't help. :( T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Unless you give a simulation of the line. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: Crowley, you have any gags on lines with colors in them? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: nevermind, it works on partial lines so v0v T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: any reason dinv report wouldn't show enchants? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Durel Tech: did you refresh the item after enchanting it? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mannec Tech: the covaids has gone digital? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Durel Tech: also, if you gave the item to someone else to enchant it then you would need to forget the item when you get it back and then refresh T3/r7/2020-05-09.txt.gz:{chan ch=tech}Durel Tech: In other words, if you enchant it, dinv can see that and a refresh will pick up the enchant. If someone else enchants it where you don't see it, do "dinv forget [query]" to tell dinv to ignore what it had before for the item and then a refresh will get the new values T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: oh. cool. thanks. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: will tell you how that goes after my refresh all T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: A bunch of random stuff I got enchanted so easier to just fully rebuild. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: can I change what is used to id things? like I have lore which would show res. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: for dinv T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: so instead of identify dinv would fallback to lore T3/r7/2020-05-09.txt.gz:{chan ch=tech}Durel Tech: No, dinv just uses the identify command. It doesn't let you swap that for lore or the identify spell. T3/r7/2020-05-09.txt.gz:{chan ch=tech}A Can of Pringle Tech: you can always buy the identify wish T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Though you could alias identify as lore. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Tech: Mr. Crowley's shifty eyes dart back and forth. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Tech: Durel goes ooOOooOOoo at Mr. Crowley. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Durel Tech: that might work, I didn't think of that T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: yeah I wasn't sure if that would break things. I was trying to write a cleaner report trigger so it was easier to use with a screen reader, figured I'd just piggyback on dinv and CallPlugin then pull from there. I'll try the alias, would depend on how dinv captures the data. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Lykaon Tech: i can't seem to find how to unlock my Mushclient windows so that i can resize them T3/r7/2020-05-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: aard layout help T3/r7/2020-05-09.txt.gz:{chan ch=tech}Lykaon Tech: many thanks T3/r7/2020-05-09.txt.gz:{chan ch=tech}Zhalut Tech: what do yall think of this PC build? https://pcpartpicker.com/list/6ZhkPn T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: why are you buying a 12-core processor? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: if you don't plan on using all 12 cores, you'll get better performance with less cores for single-threaded applications. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Zhalut Tech: idk about 12-core. just read a review that suggested it. would use this for gaming and I hope to output to the TV 50% of the time T3/r7/2020-05-09.txt.gz:{chan ch=tech}Torched Welding Tech: only thing might be a downside is there isn't much stuff that is optimized for 12-core yet, so you may have random compatability issues T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: more cores = better, there is one exception - when you use single threaded app - then higher clock = better T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: switch to Linux or Windows, those systems use multiple cores for a really long time T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: sure. so unless you're doing a lot of parallel work it's kind of a waste. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Zhalut Tech: this would be windows. i use a macbook for mud T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: they -enable- you to use multiple cores. your OS isn't going to need 12 cores. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: if you use qnx or some wind river then sure, multi cores are not needed T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: otherwise just type "ps awux" or turn on task manager T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: if you see more than one process - you will benefit from multiple cores T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: not really. the OS will balance threads across multiple cores. the problem is that AMD processors generally have less cache. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Zhalut Tech: how many cores should i get? 8? like this? https://pcpartpicker.com/product/qryV3C/amd-ryzen-7-3800x-39-ghz-8-core-processor-100-100000025box T3/r7/2020-05-09.txt.gz:{chan ch=tech}Zhalut Tech: what is a good site to guide my choices? i have been using tomshardware T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: https://www.cpubenchmark.net/ T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: perfect CPU should be 1st in single thread and multi thread T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: if you have 8 core vs 12 core with same single thread performance - then you want 12 core T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: you do not. unless you are going to do something that uses all 12 cores, you have less cache, therefore unless all of those cores are fully loaded you lose. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Zhalut Tech: looks like intel is above amd on those single thread benchmarks T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: just because you have multiple processes running does not mean that balancing them across 12 cores is going to matter. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: but that is common cache - shared among all cores T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: and you can always turn off your cores if you do not need them T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: which is the problem. the more cores, the less cache you have between them and the more cache hits you get as a result. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: cache misses* T3/r7/2020-05-09.txt.gz:{chan ch=tech}Zhalut Tech: even if u turn off the cores, the cache size stays the same, no? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: yeah. but that means more cache per cores that are left on. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: besides do you remember Duron? 64k cache and it was more effective than higher cache CPUs T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: can you prove that that's the case with this CPU? pointing at a random example of where less cache was more effective is kind of misleading unless you can say that that is the case with this specific CPU. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: ah, so you have proofs that 12 core is overall slower than 8 cores T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: then I agree with you - if tests support that - get 8 core cpu T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: Please read ^. I said two things: 1) that they will have less cache per core thus leading to more cache misses (which is a pretty basic conclusion if you understand how cache eviction works), and 2) that throwing more cores at something just because you can doesn't mean it will be faster. Most things are multithreaded, the OS will balance it's workload across multiple cores. Unless you're going to fully max all cores, you save money with fewer. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Zhalut Tech: why do these companies produce so many different versions of their CPUs? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Shotgun Tech: tldr T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: so it depends T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: there are tasks cache intensive - and with such tasks more cores = slower T3/r7/2020-05-09.txt.gz:{chan ch=tech}Tech: Not an Imm Erikson boggles at the concept. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: because different CPUs are for different things. If you're doing a lot of work that is multithreaded or you have hundreds of processes running or VMS, it makes sense to have more cores. If you're just running a desktop, you don't need all of that. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: (a), the 12-core Ryzen chips have more cache than the 8-core, and actually have _more_ L3 per core, and (2) total cache sizing is one of about 647 parameters of a chip that affect anything related to the performance, and aren't near the top. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: however those are probably some corner cases - and average PC user never will encounter them T3/r7/2020-05-09.txt.gz:{chan ch=tech}Zhalut Tech: i am reading throught the single thread benchmarks and this intel i9-9900 is crushing it but there are so many different versions of it with different suffix T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: yes, you do get more cache as your core count goes up. but again, what is the point on a desktop. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: just to give the OS more cores to slice across? Why spend the extra? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Also, (iii), the higher core count AMD chips _also_ ship with higher clocks, so they'd be faster even on single thread loads. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Raoh Tech: more and more games are multithreaded these days T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: main question is: Zhalut will you use only MS Word / OpenOffice and Excel ? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: a lot of games are offloading that work to videocards though. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: if you're gaming you would get more for your money with fewer cores and a higher end video card. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: cracking hashes also will be faster with higher end video card T3/r7/2020-05-09.txt.gz:{chan ch=tech}Zhalut Tech: do not plan to use any microsoft word/excel. i already have an evga 2080rtx ti ftw3 T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: I've been trying to figure out what the intended workload for this system was for the whole conversation and haven't gotten anywhere, but... it would help to know that. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Zhalut Tech: my xbox died and gonna replace it with a PC. that's why i may use the TV as an output for 50% of time T3/r7/2020-05-09.txt.gz:{chan ch=tech}Trachx Tech: besides, check this: ADATA XPG SX6000 throttling T3/r7/2020-05-09.txt.gz:{chan ch=tech}Zhalut Tech: it is going to be strictly for gaming. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: personal recommendation would be fewer cores, better video card for games. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Zhalut Tech: my video card is solid :) T3/r7/2020-05-09.txt.gz:{chan ch=tech}Zhalut Tech: how about this build, i tuned-down the processor. https://pcpartpicker.com/list/Qjs8wh T3/r7/2020-05-09.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: how can I tell dinv to equip "my best fire weapon" available?? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Take a look at dinv help weapon T3/r7/2020-05-09.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: thanks! T3/r7/2020-05-09.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: my ctrl r no longer seems to repeat commands - anyone know what i should rebind it to or where the option is? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Tech: Mr. Crowley sits down and thinks deeply. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: if you go to macros, is ctrl+r doing something? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Macros doesn't show Ctrl+R. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: huh. mine does for some reason. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: what's yours bound to? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Best I have is Ctrl+P recalls previous command. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: nothing. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Best I have is Ctrl+P recalls previous command. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Oh, it does work, haha. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Princess Alison Tech: ctrl + p doesn't do anything for me. ctrl + r repeats my previous command T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: You have to enable it in Keyboard preferences for Ctrl+P. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: where's keyboard preferences? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Eroe Tech: game->configuration->commands->keyboard pref T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Under Configure -> Commands. But it doesn't show Ctrl+R. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: ah that.. yeah, hrm. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: I legit cannot find anywhere that Ctrl+R does anything. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Veritheia Tech: alright.. well I restarted mushclient and that seemed to clear it up so crisis averted? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Sure! T3/r7/2020-05-09.txt.gz:{chan ch=tech}Tech: Mr. Crowley smirks. T3/r7/2020-05-09.txt.gz:{chan ch=tech}Tech: Eroe viciously bares his teeth! T3/r7/2020-05-09.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: is it possible to have dinv switch weapons without using the priority set? T3/r7/2020-05-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Read dinv help weapon. :P T3/r7/2020-05-09.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: been reading it... i just want to change the waepon, not the priority set T3/r7/2020-05-09.txt.gz:{chan ch=tech}Durel Tech: If you just want weapons to swap and none of your other eq, you can also just make a priority where you disable all locations other than your weapons T3/r7/2020-05-09.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: thanks Durel T3/r7/2020-05-09.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: trying to figure out how to do that now... T3/r7/2020-05-09.txt.gz:{chan ch=tech}Durel Tech: If you do the "full" edit mode that shows all priority fields, you can see which ones to set to "1" to disable locations (it's at the very bottom). For example: dinv priority edit psi-melee full T3/r7/2020-05-09.txt.gz:{chan ch=tech}Durel Tech: By default, dinv only shows locations that have non-default values so to show all possible fields, just add "full" to the end of the command T3/r7/2020-05-10.txt.gz:{chan ch=tech}Zhalut Tech: what do u guys think of this PC gaming setup? Think it will look ok using a 50" tv monitor? https://pcpartpicker.com/list/RzhKgJ T3/r7/2020-05-10.txt.gz:{chan ch=tech}Veritheia Tech: Okay, how do I make . stop gossiping. T3/r7/2020-05-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: alias . to do something else. T3/r7/2020-05-10.txt.gz:{chan ch=tech}Eroe Tech: game->config->aliases. add, in alias do .*, in send do ct %1 or whatever chan you want it to go to T3/r7/2020-05-10.txt.gz:{chan ch=tech}Veritheia Tech: ah yeah.. T3/r7/2020-05-10.txt.gz:{chan ch=tech}Eroe Tech: easier than alias because that lets you do .*yawn and you don't have to space it. T3/r7/2020-05-10.txt.gz:{chan ch=tech}Sheriff Shindo Tech: umm where do i find plugins for mudlet, like how to get the mapper working... T3/r7/2020-05-10.txt.gz:{chan ch=tech}Veritheia Tech: did blowtorch get broken? T3/r7/2020-05-10.txt.gz:{chan ch=tech}Sheriff Shindo Tech: no but my laptops hard drive fragged itself and i'm trying mudlet while i sort out a new one T3/r7/2020-05-10.txt.gz:{chan ch=tech}Veritheia Tech: are you kidding? that's awful :( T3/r7/2020-05-10.txt.gz:{chan ch=tech}Sheriff Shindo Tech: it's been dying for a while, so i'm not surprised and everything important is backed up T3/r7/2020-05-10.txt.gz:{chan ch=tech}Sheriff Shindo Tech: fortunately peppermint will run off a 16GB usb stick T3/r7/2020-05-10.txt.gz:{chan ch=tech}Veritheia Tech: oh well that's much better to hear... T3/r7/2020-05-10.txt.gz:{chan ch=tech}Veritheia Tech: I asked because someone earlier said that Android's keyboard update broke blowtorch T3/r7/2020-05-10.txt.gz:{chan ch=tech}Sheriff Shindo Tech: think of this as motivational time to get blowtorch improved T3/r7/2020-05-10.txt.gz:{chan ch=tech}1998 OR2 Anaristos Tech: I added a SSD to my phone and I getting ready to script blowtorch :) T3/r7/2020-05-10.txt.gz:{chan ch=tech}1998 OR2 Anaristos Tech: 1 TB T3/r7/2020-05-10.txt.gz:{chan ch=tech}Sheriff Shindo Tech: that is awesome news Anaristos T3/r7/2020-05-10.txt.gz:{chan ch=tech}Sheriff Shindo Tech: most of the hard work is working out how the regex is different T3/r7/2020-05-10.txt.gz:{chan ch=tech}Zcrim Tech: now we just need blowtorch on IoS T3/r7/2020-05-10.txt.gz:{chan ch=tech}1998 OR2 Anaristos Tech: well fitst I have to figure out what can be done with blowtorch T3/r7/2020-05-10.txt.gz:{chan ch=tech}Sheriff Shindo Tech: everything ... T3/r7/2020-05-10.txt.gz:{chan ch=tech}Veritheia Tech: different regex? but regex should be independent of those programs and consistent across them T3/r7/2020-05-10.txt.gz:{chan ch=tech}Eroe Tech: they're not always. depends on the libraries used. there are often subtle differences. T3/r7/2020-05-10.txt.gz:{chan ch=tech}Sheriff Shindo Tech: granted the built in trigger/alias system is limited but in plugins the sky is the limit T3/r7/2020-05-10.txt.gz:{chan ch=tech}1998 OR2 Anaristos Tech: db wise I meant T3/r7/2020-05-10.txt.gz:{chan ch=tech}Sheriff Shindo Tech: oh, yeah, well i know sqlite works T3/r7/2020-05-10.txt.gz:{chan ch=tech}1998 OR2 Anaristos Tech: true enough T3/r7/2020-05-10.txt.gz:{chan ch=tech}1998 OR2 Anaristos Tech: I am set then. sql I te and I varev old friends T3/r7/2020-05-10.txt.gz:{chan ch=tech}1998 OR2 Anaristos Tech: thevlast update to oreo did break blowtorch T3/r7/2020-05-10.txt.gz:{chan ch=tech}Sheriff Shindo Tech: if sqlite didn't work i would have never been able to port the mushclient mapper to blowtorch, all that is still missing is a decent wait command T3/r7/2020-05-10.txt.gz:{chan ch=tech}1998 OR2 Anaristos Tech: Shindo, you and I must talk soon :) T3/r7/2020-05-10.txt.gz:{chan ch=tech}1998 OR2 Anaristos Tech: the keyboard has problems with inser and copy/paste T3/r7/2020-05-10.txt.gz:{chan ch=tech}1998 OR2 Anaristos Tech: insert* T3/r7/2020-05-10.txt.gz:{chan ch=tech}1998 OR2 Anaristos Tech: no way to produce delays? T3/r7/2020-05-10.txt.gz:{chan ch=tech}1998 OR2 Anaristos Tech: a countdown trigger would work :) T3/r7/2020-05-10.txt.gz:{chan ch=tech}Sheriff Shindo Tech: for the wait command it would but you need to be able to generate one on the fly and in the blowtorch methods of doing things, that isn't easy T3/r7/2020-05-10.txt.gz:{chan ch=tech}Sheriff Shindo Tech: either that or i didn't understand half of what nocilis implemented but finding the manual before you even try reading it is a nightmare T3/r7/2020-05-10.txt.gz:{chan ch=tech}Sheriff Shindo Tech: how do i stop the comm window from logging to file? T3/r7/2020-05-10.txt.gz:{chan ch=tech}Sheriff Shindo Tech: in Mushcleint... T3/r7/2020-05-10.txt.gz:{chan ch=tech}Rever Tech: in mush client how do you separate commands for an alias? isnt it semi colon? T3/r7/2020-05-10.txt.gz:{chan ch=tech}Who is Kelaire Tech: two semi-colons T3/r7/2020-05-10.txt.gz:{chan ch=tech}Confounded CeriQ Tech: Or just newline T3/r7/2020-05-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: Depends. If you're doing mudside aliases, then it's two semi-colons, or you start the line with one semi-colon (e.g. ;alias ls laugh;smile for the latter, or alias ls laugh;;smile for the former) T3/r7/2020-05-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: If it's MUSHClient aliases, you can do new lines for each command, or if you're doing Execute in script, use one semi-colon. T3/r7/2020-05-10.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: I'd really like to expand the Info Bar T3/r7/2020-05-10.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: it appears to be a fixed width, any ideas how it can be expanded? T3/r7/2020-05-10.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: which info bar T3/r7/2020-05-10.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: MUSHclient > View > Info Bar T3/r7/2020-05-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: I don't think you can expand the width, but I think you can expand the depth with newlines. T3/r7/2020-05-10.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: you can write custom messages to it T3/r7/2020-05-10.txt.gz:{chan ch=tech}Veritheia Tech: Any way I can see the raw GMCP output/return when I manually execute a Send_GMCP_Packet? T3/r7/2020-05-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: gmcpdebug 1 will show it. T3/r7/2020-05-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: So turn that on prior to sending the packet. T3/r7/2020-05-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: then gmcpdebug 0 to turn it off. T3/r7/2020-05-10.txt.gz:{chan ch=tech}Veritheia Tech: thanks T3/r7/2020-05-10.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2020-05-10.txt.gz:{chan ch=tech}Veritheia Tech: someone with the showmap plugin figure out why radiance woods causes an error tia. I can't figure it out :/ T3/r7/2020-05-10.txt.gz:{chan ch=tech}Trachx Tech: what error? T3/r7/2020-05-10.txt.gz:{chan ch=tech}Cytan Tech: getting a normal dvd to play in win10 is horrible any tips? T3/r7/2020-05-10.txt.gz:{chan ch=tech}Veritheia Tech: download the media package if you don't have it? T3/r7/2020-05-10.txt.gz:{chan ch=tech}Techno Tech: get VLC T3/r7/2020-05-10.txt.gz:{chan ch=tech}Cytan Tech: windows media center package? i've tried that, vlc, and some random store app. im close to using handbrake and ripping just to watch it. T3/r7/2020-05-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: VLC is definitely my go-to, never had issues. T3/r7/2020-05-10.txt.gz:{chan ch=tech}Cytan Tech: let me try vlc again - could be codecs as veri mentioned. thanks - sorry, been like 20+ y ears since i used a dvd but my niece has no internet, want her to watch a movie :P T3/r7/2020-05-10.txt.gz:{chan ch=tech}Cytan Tech: i think its the store version missing proprietary codecs. im kinda new to windows T3/r7/2020-05-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: I go directly to the site, because screw the store. T3/r7/2020-05-10.txt.gz:{chan ch=tech}Cytan Tech: actually, i should have come here. ugh. going to introduce new topic which is why i even bring up win10. lvm + luks T3/r7/2020-05-10.txt.gz:{chan ch=tech}Cytan Tech: i wanted to create a partition table. /home, /, /boot, and a few others. but, want luks encryption. using parted or gparted, or any other tool for te life of me i could not figure out how to create a LUKS encrypted drive w/ LVM to manage the volumes. i literally spent 2 weeks trying and reseraching, probably a good 30+ rebuilds on one system. T3/r7/2020-05-10.txt.gz:{chan ch=tech}Cytan Tech: i know i could use virtual box but im ... i am a fan of path of most resistance i guess. T3/r7/2020-05-10.txt.gz:{chan ch=tech}Scars Tech: using mapper, how do i get it to delay a few seconsd before moving so a mobprog can go T3/r7/2020-05-10.txt.gz:{chan ch=tech}Gorsk Tech: wait(3) T3/r7/2020-05-10.txt.gz:{chan ch=tech}Scars Tech: like, mapper cexit say umari;wait (3) will wait for 3 seconds before picking up again? T3/r7/2020-05-10.txt.gz:{chan ch=tech}Princess Alison Tech: Don't think there's a space between the wait and the bracket T3/r7/2020-05-10.txt.gz:{chan ch=tech}Tech: Gorsk nods. T3/r7/2020-05-10.txt.gz:{chan ch=tech}Princess Alison Tech: but yes, that's basically it T3/r7/2020-05-10.txt.gz:{chan ch=tech}Gorsk Tech: no space T3/r7/2020-05-10.txt.gz:{chan ch=tech}Princess Alison Tech: you can use it for KSC giant toss, kobaloi elevator, or whatever T3/r7/2020-05-10.txt.gz:{chan ch=tech}Shotgun Tech: mapper cexit_wait