T3/r7/2020-12-01.txt.gz:{chan ch=tech}Zhalut Tech: how to convert text colour from styles to xterm colour? like 34815 is x208 T3/r7/2020-12-01.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: color 256? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Mousie Tech: hey so what's the mapper command for the great city of knossos - so i don't have to keep buying silver and steak to enter the castle? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sheriff Shindo Tech: you need to setup a custom exit that does all that T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Sorry, you'll always have to buy the stuff. There is no mapper command for it. However, you can create the cexit for it. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sheriff Shindo Tech: see mapper help for a list of all the commands T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: hi, I'm still having trouble with mushclient for some reason. can I please have some help T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: what's the problem? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: I downloaded the package I'm just not good at using mushclient so I don't know what to do after I open it T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: what are you trying to do that you can't? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: I don't think it's that I can't do it I think it's just that I don't know the right way to do it T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: I don't know how to use the client so I don't know how to open the package T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: if you double click on mushclient.exe does it open? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: oh I guess you said you opened it T3/r7/2020-12-01.txt.gz:{chan ch=tech}Brobeo Tech: it should open right into the game. aard help will inform you on many of the features included. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Braun Tech: The more specific the question/description of the problem the easier it is to help. Here is a general answer to your problem. https://github.com/fiendish/aardwolfclientpackage/wiki T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: is there a good way to put all of your nosave items into a container, besides quit check + hundreds of put commands? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Do you use DINV? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: no, what does dinv do? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: I mean specifically about this T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: So many things. It's an inventory manager. With it you could type dinv put flag nosave. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Fingur Durel for it. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: does that run a command per nosave item? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: That would put all your nosave-flagged items into T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: by running a command per nosave item? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: when I opened it it just said multiple document interface manager or something like that and that was it T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: I mean... yes. There's no get all.nosave or anything like that in the mud :P T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: ok, that's what I wanted to know :) T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: like, you can almost batch it by making sure everything is keep except the quit check items, then "drop all", but that puts them on the ground rather than a container (and would probably make some disappear) T3/r7/2020-12-01.txt.gz:{chan ch=tech}Triixxee Tech: how do you drag snd window if it gets stuck up at the top of screen and there is no way to get to title bar to drag it back down? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Sure. DINV doesn't care about that. You can do things on all items with a certain flag, or without a certain flag, or with x stats or weight or really any field that shows in identify. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Ogreskull Tech: aardreset T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: it just takes a long time to do it item-by-item, was trying to think creatively about how to do it in an O(1) fashion T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Download DINV and look at his code :P T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: rather than O(n) T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: to clarify: I already have code that does this T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: it's just slower than I'd like T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: You're not going to get faster than doing it item by item, because the MUD doesn't support that. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: yep, that's what I was trying to find out T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: thanks for the help! T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Well, not when it comes to flags anyway. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: can do all.keyword obviously, but that doesn't help with nosave items. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: hm, I guess I could probably speed it up by looking for all. that hit batches of the items I'm interested in T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: I assume dinv doesn't do that? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Brobeo Tech: a decent first pass is dinv put bag type key || flag isKey || flag nosave but that will grab some extra stuff too T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If you're looking for nosave items, you can easily do that with DINV. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: I think I got it I think I was opening up the wrong app I didn't even look in the folder T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: dinv search flag nosave T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: He's looking for a faster way, Crowley :P T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: I guess. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: I am T3/r7/2020-12-01.txt.gz:{chan ch=tech}Tech: Areia nods. T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: dinv get flag nosave :P T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Or use dinv organize. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: I think I can save a lot of time by getting everything from my keyring and putting the saveable items back into it, then doing put all.key T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can specify organize to only look for nosave flags and then you can run it to put it into a bag of your choice. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: it seems to save >100 commands on my current inventory T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Sath: I helped someone set up a quit check alias the other day to do just that. T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Or trigger. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: is there a way to use invdata on your keyring? T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Why would you need that? Quit check shows all the info you need. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: quit check doesn't show saveable keys T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Nor does it need to. T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If the item does not show up on quit check, then you don't lose that item. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: I'd like a list of items in my keyring that are saveable so that when I use keyring get all, I can put the saveable items back into it, and leave the nosave items in my inventory T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: I gather he's trying to get/put all nosave items in less than linear time, so doing something item by item isn't an option. Why I'm not sure, but. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: it takes like 30 seconds currently to put all of my nosave items into a container T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: I'd like it to take less T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: is that weird? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: It's weird that it takes that long in the first place, yeah. DINV is faster. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Unless you have a million nosave items I suppose. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: I have 222 T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: ... T3/r7/2020-12-01.txt.gz:{chan ch=tech}Braun Tech: is there an easy way to dump all the duplicates T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: I have a script for that, personally T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: just uses invdata and looks for duplicate names T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: (and no keep flag) T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Except there are keys with the same names in different areas. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: i got it ! thanks everyone T3/r7/2020-12-01.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley shrugs helplessly. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: it's true, I do lose some keys that way T3/r7/2020-12-01.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: there are keys with same name in same area... scarred lands for instance T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: yeah T3/r7/2020-12-01.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: if you are that paranoid about time just alias the whole darn thing T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Sath, I can understand a little more now why you're having that problem. Though now I'm wondering why you have that many nosave items that you always need to carry :P T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: they're just all the keys I pickup and use while doing campaigns T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: do people not normally save those keys? T3/r7/2020-12-01.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: some people like their keys T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Alias probably wouldn't work. If he has that many items, sending that many commands at once would DC him. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: it's true that I need to do it in batches to avoid DCing T3/r7/2020-12-01.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: oh, right T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: I mean, I do save all my keys, too, but I don't pick them *all* up every time I log in. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: why not? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Well, for one, because I can't carry that many items :P T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: ah T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: And for two, it's unenecessary. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: unnecessary* T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: I'm not really bottlenecked on inventory space right now T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: and it speeds up my cps considerably not to have to reacquire keys T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: When I get into a new area range, I just put away the keys I don't need anymore, and grab the keys I'll need for the next few levels. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: I see. I don't have anywhere to permanently stash keys, so I only drop them when I log out T3/r7/2020-12-01.txt.gz:{chan ch=tech}Veritheia Tech: i just bought a bunch of pockets wishes and keep all my keys on me T3/r7/2020-12-01.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: keyring was a great idea but what people needed was a way to organize keys not a "special" bag for them T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: ah, that's fair. Doing what I do without a manor could get somewhat annoying. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: anyway, I think I can get the info I need by running invdata, keyring get all, invdata, quit check, and putting back all the new invdata entries that aren't nosave, then doing put all.key T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: then one final quit check to put away the remaining nosave items by id T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Sath: https://pastebin.com/j2ksQN1K --> triggers. https://pastebin.com/JGVCP9XL --> alias. You can modify it how you want, but it'll be the fastest way, seriously. In the 'drop bag' part of the alias, you can just do 'keyring put all' T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: that's what I'm doing currently, and it's very slow T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's the fastest way you're going to be able to do it, then. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: I just said a faster way :P T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: utilizing put all.key saves well over a hundred commands T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: it just takes a little setup to make sure that won't hit any saveable items T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Except you put all saveable keys, too. T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But hey, whatever floats your boat, I guess. T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The way you stated it, it seems much slower, and many more commands. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: invdata;keyring get all;invdata;quit check can be used to find all saveable keyring items, then I can put those back individually T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: I only have 18 saveable keys T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: so that's 21 commands T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: and I save like 150 commands by using put all.key T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: quitc - removes all non-saveable keys and puts all saveable back. That's one command. ;) T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Ah, I see, you're counting the triggers, too. Heh. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: that takes 30 seconds to execute :P T3/r7/2020-12-01.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley smirks. T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Though it would be nice if you could do: get all.nosave based on flag type. Heh. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: that's for sure T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: I know you don't have space problems, but I'd consider getting a manor anyway if you plan to do this longterm. I essentially just have a table of my keys that I can search by area/level range, and can get/put them quite easily that way. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: But admittedly having a private rooms helps not losing them :P T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: yeah, that makes sense T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Also what Doc said. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Mis T3/r7/2020-12-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But not what she said? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Tech: Areia looks around and whistles innocently. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Oh weight 1 yeah. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: ... T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sath Tech: ok, I finished the code. It takes about 5 seconds rather than 25 seconds to stuff my nosave items into a container :D T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: i cav't find the vi help files on the webpage T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Assuming you're looking for Mushclient help? If so, it comes with a soundpack that should make things a lot easier to follow. Type 'spmute' to turn it on. 'Sphelp' for the helpfile. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: i can't find the vi help files on the webpage T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Also check out 'vi help'. That's another kinda helpful plugin that saves incoming text so you can review it. T3/r7/2020-12-01.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: help vi, has a decent index to go from. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: how do i turn off the map T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Toggle off automap and maprun. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: how do i do that T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Type 'automap' and 'maprun'. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: So that it says they're turned off. T3/r7/2020-12-01.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: btw if you prefer web browser version for those vi helpfiles, check http://www.aardwolf.com/wiki/index.php/Main/VI T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Might also want to look into Help Damage and help Spamreduce for some options to cut down on spam. T3/r7/2020-12-01.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: btw those 2 commands are covered in that wiki page i mentioned :P T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: is there pacage for vipmud T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Not one already made... and vipmud is awful :P T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Did you get the no-visuals version of Aardmush? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: it is made for the blind T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: I know. I've tried it. It sucks. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: VIPMUD, that is. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Also you have to pay for it. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: But I digress. If you're trying Mushclient, you want specifically the no-visuals version. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: true T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: but i don't know how to use mushclient T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: What are you trying to do specifically? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: get to the output bar T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: There's an input bar. Focus is on that by default, when you open Mush. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: If you ctrl+tab, you should navigate to a notepad window that has all the output from the mud that you can arrow through. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Ctrl+tab again, and you should be back in the input bar ready to enter commands. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: i got the no visual version T3/r7/2020-12-01.txt.gz:{chan ch=tech}Veritheia Tech: that's what Areia is talking about T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: So that ctrl+tab should work. Were you able to move to those different areas? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: yep T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Nice :) T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Anything else giving you trouble? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: my sounds are not working though T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Did you type 'spmute'? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: If so, what did it say? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: That's S-P-M-U-T-E, in case spelling it out is easier. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: thanks spelling it out worked T3/r7/2020-12-01.txt.gz:{chan ch=tech}Tech: Areia smiles happily. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: To get to the helpfile for that plugin, type S-P-H-E-L-P. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: All of the commands for the soundpack start with SP. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: cool can you spell out the commands to turn off the map? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: A-U-T-O-M-A-P, M-A-P-R-U-N. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Like auto + map and map + run. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: do i have to turn on the sound all the time? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Nope. Just the once. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Similarly, any settings you change (e.g., volume, sound file names) are saved. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: is there music too? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Something like that you'd need to add yourself. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: The soundpack's more meant to alert you to specific events really. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: cool how do i learn the sounds? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: like what they mean T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: If you type 'spset', you'll get a list of all the events. each one has a brief description. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: The name of the event is what you use to change settings related to that event. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: e.g., to set the volume for the tech channel to half, you'd type 'spset tech volume 50'. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: how do i do the spam thing? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: You type the same thing over and over a hundred times. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: I'm kidding. Don't do that. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: What spam thing? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Oh, spamreduce? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: lol yeah T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Check out Help Spamreduce. It tells you all the options and how to use it. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Sharlet Tech: thanks T3/r7/2020-12-01.txt.gz:{chan ch=tech}Areia Tech: Any time. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: on chrome im trying to do a video call, it set my default microphone to a VAC cable, and wont let me change it (the dropdown is greyed out and cant click it) any suggestions on how i might fix? T3/r7/2020-12-01.txt.gz:{chan ch=tech}404 Eroe Tech: why not just use the vac cable and point your mic at it? T3/r7/2020-12-01.txt.gz:{chan ch=tech}404 Eroe Tech: it's a shitty fix but as a temp solution it's workable. T3/r7/2020-12-01.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: is your mic set to default in windows settings? T3/r7/2020-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: yeah my mic is set default ... because i gotta find my vac stuff lol T3/r7/2020-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: i just mapped it to line 1 as a quick fix i guess T3/r7/2020-12-01.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: oh Chrome browser, not a Chromebook. Because I was about to just say dont buy a chromebook in the first place :) T3/r7/2020-12-01.txt.gz:{chan ch=tech}404 Eroe Tech: yeah that was what I was recommending. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: i know you did, thats why i did it lol T3/r7/2020-12-01.txt.gz:{chan ch=tech}404 Eroe Tech: sometimes my mics do that and I just create a route from mic->line1 and I'm good to go. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Tech: 404 Eroe nods. T3/r7/2020-12-01.txt.gz:{chan ch=tech}404 Eroe Tech: I'm not sure if it's a vac bug but there's nothing better out there. T3/r7/2020-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: another website i used, used the correct input, now it used line 1 i was like what the actual glitchyness T3/r7/2020-12-01.txt.gz:{chan ch=tech}Tech: 404 Eroe flails his arms about wildly. T3/r7/2020-12-01.txt.gz:{chan ch=tech}404 Eroe Tech: hey join my world and add 3 soundcards to the mix. it's great fun, I promise. T3/r7/2020-12-01.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: "no money down, no credit card necessary" :) T3/r7/2020-12-01.txt.gz:{chan ch=tech}Rhavage Tech: Yikes! Using mush, I maximized screen but now there's nothing to click to reduce size. How can I minimize? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: for wifi, can multiple devices connecting to the same router cumulatively max out the router theoretical max speed? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: e.g. say a triband router is advertised as having a speed of 5400 mbps, but any device that connects to it is never going to get that connection speed (say 500mbps maybe). But if you have 10 devices connecting to it, can they all hit 500mbps? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Veritheia Tech: speed to what? internet or intranet? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Braun Tech: I'm sure if you had enough people and not enough bandwidth you could max out anything... T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: same thing right? i'm just wondering whether it's worthwhile getting a faster 1gbps line if your wifi connection is going to be at best 500mbps T3/r7/2020-12-02.txt.gz:{chan ch=tech}Veritheia Tech: internet or intranet? definitely not the same thing T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: but if i have 2 devices connected, can they simultaneously both hit 500mbps (i.e. capping out the 1gbps line) T3/r7/2020-12-02.txt.gz:{chan ch=tech}Ogreskull Tech: yes T3/r7/2020-12-02.txt.gz:{chan ch=tech}Veritheia Tech: i guarantee unless you have a ridiculously old router that your router can handle any internet line you get T3/r7/2020-12-02.txt.gz:{chan ch=tech}Ogreskull Tech: i have gigabit internet, 2400 mbps router for wifi T3/r7/2020-12-02.txt.gz:{chan ch=tech}Ogreskull Tech: no, wifi isn't like that T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: i just don't know if the actual speed of 500mbps from a router is actually using up the entire advertised router speed of 5400 mbps or whatever, not sure how it works technically T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: but i take it the answer is no it's not, the router can handle multiple 500 mbps connections T3/r7/2020-12-02.txt.gz:{chan ch=tech}Ogreskull Tech: yes, correct, multiple connections T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: cool, thanks T3/r7/2020-12-02.txt.gz:{chan ch=tech}Ogreskull Tech: do read the fine print because some routers split their bandwidth over 2.4g and 5g T3/r7/2020-12-02.txt.gz:{chan ch=tech}Ogreskull Tech: the router i have is appareantly "1733 Mbps in 5 gigahertz" which is still a buttload of bandwidth for watching videos on youtube on my phone T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: and some companies use fine print to tell you how much data you will actually get T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: Redryn nods. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: just dont want to pay the ISP for a faster line if that speed is never usable lol T3/r7/2020-12-02.txt.gz:{chan ch=tech}Rexifelis Tech: quite a few companies have a good download speed but halve or even quarter your upload speed (that can also strangle how fast your commands get out to the game you are playing...) T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: i would love some fiber ... but the place i live does not have that option ... but the neighbors on both sides of me do T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: if the router is dual band, should you be connecting to both wifi connections at the same time? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Shadowgazer Tech: isnt one wifi meant for distance and the other for strngth/intensity? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Rexifelis Tech: you can only connect to one at a time T3/r7/2020-12-02.txt.gz:{chan ch=tech}Shadowgazer Tech: yea, thats why i thought T3/r7/2020-12-02.txt.gz:{chan ch=tech}Shadowgazer Tech: if you look it up on google it will tell you which you should use depending upon your needs/wants T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: so wifi cards that are advertised as dual or triband still just use 1 connection, but it'll automatically use whatever extra bands i assume T3/r7/2020-12-02.txt.gz:{chan ch=tech}Shadowgazer Tech: its a frequency thing T3/r7/2020-12-02.txt.gz:{chan ch=tech}Rexifelis Tech: or you get something like having two mice on one computer and two people trying to do different jobs... T3/r7/2020-12-02.txt.gz:{chan ch=tech}Rexifelis Tech: yes, the highest bandwith wifi also has the shortest range T3/r7/2020-12-02.txt.gz:{chan ch=tech}Rexifelis Tech: but... if you are close to the router ethernet is ALWAYS the best option T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: i just ran a 100ft cat 6 to my room because reasons T3/r7/2020-12-02.txt.gz:{chan ch=tech}Shadowgazer Tech: old faithful:P T3/r7/2020-12-02.txt.gz:{chan ch=tech}Shadowgazer Tech: has ethernet technology advanced? how efficient is is in comparison to the best wireless connection? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: even old ethernet tech is better than wireless :p T3/r7/2020-12-02.txt.gz:{chan ch=tech}404 Eroe Tech: uh. ethernet has always been faster than wireless. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Veritheia Tech: trust copper T3/r7/2020-12-02.txt.gz:{chan ch=tech}Rexifelis Tech: unless physically cut, ethernet almost always works T3/r7/2020-12-02.txt.gz:{chan ch=tech}404 Eroe Tech: good for porn and IUDs! T3/r7/2020-12-02.txt.gz:{chan ch=tech}Rexifelis Tech: goat pron T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: there's cat 6 now but i don't think there's any point to it unless you're transferring files on your intranet T3/r7/2020-12-02.txt.gz:{chan ch=tech}Shadowgazer Tech: believe in the metal:) sounds solid T3/r7/2020-12-02.txt.gz:{chan ch=tech}Shadowgazer Tech: of course Eroe took it there T3/r7/2020-12-02.txt.gz:{chan ch=tech}404 Eroe Tech: so much shade from someone I don't know! T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: 404 Eroe sobs in misery. T3/r7/2020-12-02.txt.gz:{chan ch=tech}404 Eroe Tech: well, cat6 only works if your ports are fast enough. otherwise it's just wasteful. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Rexifelis Tech: no, but seriously, cat 5e or 6 both have better sheilding from outside crosstalk and interference T3/r7/2020-12-02.txt.gz:{chan ch=tech}404 Eroe Tech: even wifi speeds which are fairly decent have a ton of interfearance and spike a lot more than ethernet traffic will. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Rexifelis Tech: if your area is relativly noisy (radio towers nearby) close to the interstate (cb radios in trucks) or near old fire towers (quite a few of them still sport microwave antennas) T3/r7/2020-12-02.txt.gz:{chan ch=tech}404 Eroe Tech: eh, I live in a pretty dense urban area, none of that from what I know of, but there are at least 60 wifi networks in range. That's a lot of noise, even on the 5g band. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Rexifelis Tech: cat5e and 6 can resist intereference from those sources much better T3/r7/2020-12-02.txt.gz:{chan ch=tech}Rexifelis Tech: and nobody can snoop your network if you use ethernet exclusively and turn off the wifi T3/r7/2020-12-02.txt.gz:{chan ch=tech}404 Eroe Tech: if you're using WPA2 people aren't getting much from your network anyway, and someone really determined could just hook into your trunk. T3/r7/2020-12-02.txt.gz:{chan ch=tech}404 Eroe Tech: In terms of reasons for ethernet vs wifi that's kind of low :p T3/r7/2020-12-02.txt.gz:{chan ch=tech}Rexifelis Tech: well, you are right... T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: mute T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: oops T3/r7/2020-12-02.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Wired will almost always be better than wireless. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Ogreskull Tech: i use ethernet for my gaming computer and tv and nas and stuff like that, and wifi for mobile devices and a workstation in my office T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: (I guess this is the proper channel) How do I modify what the numpad command assignments are? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: (I guess this is the proper channel) How do I modify what the numpad command assignments are in CMUD T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hmm, I gotta remember. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And yes, it's the correct channel. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: its just in the world settings no? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: oh cmud T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: i have it open hold on T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: i think there is a command to redefine them ... been awhile i dont remember much about it T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Heh, I thought I had it downloaded, but it mysteriously keeps getting uninstalled. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: #KEY, I think it was. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: #KEY Numpad1 {Do something}, I think. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: ahh, its under the english keypad package! T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: that would affect all sessions though iirc T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: I'll take a look! Thank you! :D T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: yeah, when in settings there is a box in the topright that says pacakage: just change that to english keypad and you can edit the defaults there, you can also remove the package and setup your own macros T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: ahh excellent T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: I found it. Thank you so much!! :D T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I was right. It IS #KEY Numpad1 {Do commands} T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So you can do: #KEY Ctrl+F1 {smile}, etc. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: sometimes i miss cmud ... but i dont because i dont miss my stuff becoming corrupted all the time T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Useful Hadar. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: Corrupted?! T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: what do you mean?! T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: MUSH has become more superior, though. The only true thing I hate is not being able to edit stuff and still type in the command line. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: cmud had an issue of corrupting packages T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Settings would sometimes get corrupted in CMUD. CMUD also is no longer in development, so you'll never see another upgrade. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's why so many people are MUSH users now. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: I see T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: considering most if not all cmud scripters also moved to mush T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I used to be a heavy scripter on CMUD. Had many packages and scripts. I converted them over to MUSH, though. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: cmud is easier for basic stuff, after that it just loses to mush imo T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: Dang T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: and the way he wormed out of upgrades was shady, but thats not for this channel T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Redryn. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: I only used CMUD because that's what I used when I was a kid. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: I didn't even know about MUSH when I came back. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: time to switch :p T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: Would it be worth it to switch? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: just download the aard mush package T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Very much so. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: Got a link to where I can grab a copy? T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Finger fiendish. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: He maintains the official AardMUSH installer. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: the only thing i really liked with cmud over mush was the mapper is just a bit more powerful on cmud imho (but mush has potiential to get there) T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: Ahhh... and I spent so much time setting up CMUD! :( T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: Oh well... T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: i'd think mush mapper is already on par, no? T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yeah, the mapper, you could force a custom exit in a particular direction so you could just type that direction rather than the custom exit. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: cmud could handle mazes easier(see the whole maze on the same layer to see which room you are at) made certain mazes trivial without extra scripts T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: For the most part it is, Redryn. Just a few features that CMUD had that won't be available here. The mapper here is far more powerful, otherwise. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: you could probably implement those features i'd imagine T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: as Crowley said, the custom exits was my favorite thing T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: sounds like a 1 hour patch job :p T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Eh, I think it was brought up to Fiendish before, but I forget what he said about it. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: i have been thinking about it, but i have also been lazy and need to actually work on stuff like hadar.ninja and get the plugins working to update hadar.ninja T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Probably more than just a 1 hour patch job. :P T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: it would require the database to be redone or something like that T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: eh T3/r7/2020-12-02.txt.gz:{chan ch=tech}Redryn Tech: i'd just set up aliases for n/s/e/w/u/d, and check a table for room id. IF it matches, then u just use whatever custom command T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: but for like 99% of things, the standard mush map is fine, eventually ill probably get into editing the way the mapper works, but thats down the line once i take care of hadar.ninja T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, yeah, you can do that. But in CMUD, you could actually SEE the room. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Not so much in MUSH. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: I mean, CMUD is working great for me right now tbh T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Neclord: It will, for a while. Then eventually, your settings will get corrupted. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: Neclord ( T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I got into the habit of making backups of backups just in case. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: Now I want to dig into the code. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: Don't do this to me. I code too much at work already. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: thats why i loved having the map on 1 layer, could see rooms that went up or down, custom color them so you know things in advance and you could see it right away if you forgot T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Good luck getting it from Zugg. He will never release the code for it, even though he hasn't actively worked on it for a decade. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: even if he does, there is a bunch of third party stuff he uses that he does not have the code for either T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Useful Hadar. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: Hrmm... T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Used Delphi for the language. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I think that was one of the reasons he stopped working on it - the technology couldn't support it anymore. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: I guess it's probably better to switch now, before I become even more entrenched and get super pissed when things go awry. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You'll be pleased with MUSH. There's already a lot set up in MUSH that people had in CMUD. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Mapper, group plugin, comm logs... T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Stats window, gauges... T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And so many others create plugins for MUSH, too. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hadar and myself are just two of them. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: i think there is just a few of my scripts i never moved from cmud because i did not need to, like my "language" scripts T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: i should re-do my binary and piglatin scripts T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley smirks. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I think I brought over everything from my old scripts. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: i moved them to lua before i left cmud so it would not be that much conversion T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Useful Hadar. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: Gwynyfar burns sage to rid tech of that Crawley odor T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's exactly what I did the final year of using CMUD. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Pestallel Tech: I'm sorry, what is that you're doing with your channel text colour there? T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Rude! It's CrOwley, not CrAwley! :p T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's a gradient alias I wrote. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Gwynyfar Tech: creepy crawley lol T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: i was re-writting one of the games i wrote in zscript into lua and never finished it, it was basically rock paper sissors, use to play it with boot members T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley pats Gwynyfar on her head. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Gwynyfar Tech: heh T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I started with Deal or No Deal conversion myself. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Converted that over, then started everything else. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: https://imgur.com/a/lnbf4vb T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: Well. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: This has everything I was trying to accomplish with CMUD LOL T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I don't see an image load up. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I guess that means you were trying to accomplish NOTHING. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: https://imgur.com/sqNrVor T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: that one? T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: There we go. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: lol we were talking about corruption and when i started up cmud, i had some :P T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: if i was not having fun working on trackers i would convert old stuff (maybe in the future most of it was un-needed and just fun to do/learn) T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I need to update my themed quest tracker, to be honest. It was a port of GdAnGuS's quest tracker, and I enjoyed porting it over. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: i need to finish mine T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: Last Q (0h 0m 11s) Total Qps: 58 / Breakdown: 19 base, 2 mccp, 6 tier, 2 opk, X2 / Bonus: 2816 Gold T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: [Quest] Last Mob: [a Molyneuxan citizen] in [Loredo Avenue] in [Rebellion of the Nix] Time: [0m 37s] Base Rewards: [22qp, 4863gold] Bonuses: [No bonuses] T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley smirks. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: q stats -> https://i.vgy.me/8BR8CP.png T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: i never put that function in mine, i just made it tracks quests and cps and forgot about it lol, did not even finish gquests T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: but it does have hadarmagic :P T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: cps and whatnot was something I wanted to add to it, too. Just never got around to it. Plus, there's a bug when it times out I need to fix. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Pestallel Tech: uhm... are those available somewhere as a plugin? T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Under my github. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: same with mine :P T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: My most popular plugins, though, are the Aard clock and SnD. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: my stuff is not popular :P T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: but hadarmagic :P T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hadar steals my code. ;) T3/r7/2020-12-02.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: not as popular but i hear people talk about it all the time, hadar T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Nah, Hadar's good people. He has some good plugins. :) T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: my main thing is that you can make custom messages without having to edit any code T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And popularity is a joke anyway. People use what they want to use. Don't use mine? Awesome. Use something you like. Use mine? Awesome. I can give support when needed. :) T3/r7/2020-12-02.txt.gz:{chan ch=tech}Pestallel Tech: oh nice ... plugin managers make the world go 'round :D T3/r7/2020-12-02.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: but you give support even not on yours, cause you rock crowley T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley beams with pride. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: same, i think someone was surprised that i actually support my own code because some of the plugin writters just poofed, i dont "play" as much but i still make sure to check aard daily incase something i wrote broke and people are complaining T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I just enjoy helping people, especially when it helps them learn and grow, too. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Pestallel Tech: I'll check everything out. Thank you both, Crowley and Hadar ... looking forward to playing around with things :) T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Useful Hadar. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: Okay, that was a really good move. Thank you friends. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: on that note ... now that the exp tracker got love, i need to go back to working on my plugin manager plugin, and my gold tracker needs love T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Some of those things were made in early years of learning to code plugins for MUSH. Much more advanced now. Helped Hadar with a situation yesterday with his plugins, in fact. And others. We help each other, those who care to, anyway. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly at Useful Hadar. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley beams a smile at Neclord. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Pestallel Tech: This is just a question, Crowley, but is there a reason you chose not to make a manager? Or you do have one and I'm not seeing it? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Neclord Tech: How do I emote on a public channel? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Pestallel Tech: leading asterisk T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Neclord: socials use * (tech *smile) or you can do tech :dances like a maniac!. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: Pestallel beams a smile at Neclord. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: Neclord throws back his head and cackles with insane glee! T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: Neclord firmly believes that 'sedit' is only used by maniacs and crackheads. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: Crowley, i did not like the way pwars ppm worked, so im writting my own that does sha checking rather then basing it off zip files, it can just grab the raw files, so you can make a custom github file to track scripts that are not even mine (if it works like i hope once im done) T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Pestallel: Well, mainly because I didn't have enough to really warrant one. But most of my code contains its own update command. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Pestallel Tech: Oh cool, gotcha! T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Useful Hadar. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Greybeard Tech: how do i send a raw action in mushclient script? say i want to bypass gauntlet T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: Send() T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What do you mean? In script, Send("whatever") sends it raw, and Execute sends aliases and whatnot. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: SendSpecial() T3/r7/2020-12-02.txt.gz:{chan ch=tech}Greybeard Tech: so it would be send("bypass gauntlet")? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Greybeard Tech: everything has to be in ""? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: if you are not calling an alias, or a variable then yes T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: i mean just variable T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But it has to be Send, not send. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Maybe I'll make a plugin manager at some point, who knows? :p T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: or I'll just teal Hadar's and share links with him. :p T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: sounds right! ima even give it hadarmagic T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: buhaha T3/r7/2020-12-02.txt.gz:{chan ch=tech}Greybeard Tech: and everything in the quotes act like i'm typing in command line right? so i can do multiple actions separated by ;? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: what i dont like is i cant use my hadarprint() function with Hyperlink() so i have to figure out a different way to format T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I laugh, because so many people have asked my permission to use my update code lately. I'm all for anyone using the update code. It's not like it's hidden to where no one can access it. It's just knowing how it works that matters. :P T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If you're doing multiple commands, you'd have to use Execute. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: someone was looking at my plugin manager alpha code, and was like how does it even work lol T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But that won't send it raw, so if you had an alias called 'bypass', it will execute the alias. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You'll have to use multiple Send functions. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: are they in an alias what you want to bypass? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: because you can loop through it T3/r7/2020-12-02.txt.gz:{chan ch=tech}Greybeard Tech: yeah just want to bypass clear and bypass different areas on level up so i'll just do multiple sends T3/r7/2020-12-02.txt.gz:{chan ch=tech}Kasur Tech: is there a way to shorten text that is collected in a variable. for example, my disarm trigger uses "sends your * flying" then sends get %2 but the bard weapons for example the uranias circle of stars doesnt like it if you type get uranias circle of stars. So I was wondering if there was a way to get it to send get urania instead T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Could do a script and sub string it. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Useful Hadar Tech: could also use tags to grab the id of the item when disarmed T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That, too. And that is more efficient, honestly. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hadar: Funny thing is, I set up customizable strings in my themed tracker years ago. :p T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So, I was already doing hadarmagic long before you did. Interesting. *shifty* T3/r7/2020-12-02.txt.gz:{chan ch=tech}ZzZzZz Tech: Crowley, when i wanna load Aardwolf_Clock ot doesnt work. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Are you downloading the file, or right-clicking -> Save as? T3/r7/2020-12-02.txt.gz:{chan ch=tech}ZzZzZz Tech: I saved and placed the one xml in Pluin folder, when i wanna load the file in plugins menu I get Line 69: Attribute name 'data-pjax-transient' not followed by '=' (Cannot load) T3/r7/2020-12-02.txt.gz:{chan ch=tech}Durel Tech: that's not an xml file, that's what github gives you when you right-click, select download T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Save as does not work with Github. Go back to the Aard_Clock folder, look for the green Code button, click it, and download zip. Then extract the plugin. T3/r7/2020-12-02.txt.gz:{chan ch=tech}ZzZzZz Tech: Ty T3/r7/2020-12-02.txt.gz:{chan ch=tech}Durel Tech: github saves the *download web page) as the xml file when you use "save as" for some bizarre reason T3/r7/2020-12-02.txt.gz:{chan ch=tech}ZzZzZz Tech: Nice I got it working, is there commands for the clock? T3/r7/2020-12-02.txt.gz:{chan ch=tech}ZzZzZz Tech: I guess its just plug it in and view lol, no editing required. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Pretty much, though you can type 'aardclock help' to see what commands there really are. T3/r7/2020-12-02.txt.gz:{chan ch=tech}ZzZzZz Tech: OK, what is themed tracker about? T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's a quest tracker that is highly customizable. T3/r7/2020-12-02.txt.gz:{chan ch=tech}ZzZzZz Tech: Lastly, commands for that one? T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Can create custom report strings, or custom color schemes. This is the output of q stats: https://i.vgy.me/jxPyUf.png T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: q help T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I should update "Arcidayne" to now read Crowley... since I haven't been Arcidayne for a few years now. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: ZzZzZz bows deeply. T3/r7/2020-12-02.txt.gz:{chan ch=tech}ZzZzZz Tech: Nods. I wanted to save that xml last time for the clock with Github, but it not wanna work. T3/r7/2020-12-02.txt.gz:{chan ch=tech}ZzZzZz Tech: Its fine now when downloaded full zip fodler. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley smiles happily. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: ZzZzZz smiles happily. T3/r7/2020-12-02.txt.gz:{chan ch=tech}ZzZzZz Tech: Just marvellous, full of detail and pretty q tracker, was looking for ages to get something like that. T3/r7/2020-12-02.txt.gz:{chan ch=tech}One-Winged Macbeth Tech: anyone has any idea why sometimes my output line from mud is in blue? Blue as in not @B or @b but the script Note("this shade of blue") T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley beams a smile at ZzZzZz. T3/r7/2020-12-02.txt.gz:{chan ch=tech}One-Winged Macbeth Tech: initially i thought was colorbleeding but no.. concluded it is not T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: There is a slight bug, but no one ever seems to time out. I need to fix that, though, and maybe give it a bit of an update. :P T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: ZzZzZz nods. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Tip of the day: If you want some cool backgrounds for MUSHclient or your desktop, go to http://cleanpng.com. They all have transparent backgrounds, so they are suitable for plenty of occasions. Just make sure you actually DOWNLOAD them and not save image. Found out that removes the alpha layer. T3/r7/2020-12-02.txt.gz:{chan ch=tech}ZzZzZz Tech: Crowley I like the quest reporters Grape AND Peach theme lol. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley beams with pride. T3/r7/2020-12-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can create your own themes, too. ;) T3/r7/2020-12-02.txt.gz:{chan ch=tech}Tech: ZzZzZz whistles appreciatively. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Antifa Raded Tech: helpdesk ticket, someone random laptop issue, follows up with, "Also when I turned the Wifi hotspot on earlier it had a message on there from Domino's Pizza." T3/r7/2020-12-02.txt.gz:{chan ch=tech}Antifa Raded Tech: do verizon jetpacks display ads now T3/r7/2020-12-02.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: verizon sells jetpacks? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Sharlet Tech: if i add another package to mushclient how would i flip between the two T3/r7/2020-12-02.txt.gz:{chan ch=tech}Mannec Tech: its a shame this is a nocurse channel - i have an answer for that :p T3/r7/2020-12-02.txt.gz:{chan ch=tech}Sharlet Tech: if i add another package to mushclient how would i flip between the two? T3/r7/2020-12-02.txt.gz:{chan ch=tech}Brobeo Tech: control - O is open world, I'm not sure what exactly you mean by package in this context. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Brobeo Tech: If it's just a plugin shift + ctrl + p then select add. T3/r7/2020-12-02.txt.gz:{chan ch=tech}Sharlet Tech: thanks T3/r7/2020-12-03.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Oh T3/r7/2020-12-03.txt.gz:{chan ch=tech}Neclord Tech: Oh, really? T3/r7/2020-12-03.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Oh oh T3/r7/2020-12-03.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: It's magic T3/r7/2020-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: has anyone had a script persist? like someone uninstalled my script and is still getting an error message from it, its not in the plugin list either T3/r7/2020-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: had them restart mush and still getting the error also T3/r7/2020-12-03.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Are you sure it's coming from a plugin and not triggers you had MUSH-side? T3/r7/2020-12-03.txt.gz:{chan ch=tech}Omphalon Tech: I had a problem where I made some changes to your xp script and wanted to go back to your defaults and uninstalled and reinstalled a fresh .xml but the old settings remained T3/r7/2020-12-03.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Have them disable triggers from the GUI, and see if the error still exists. T3/r7/2020-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: see its my exp script, but they are getting an error message T3/r7/2020-12-03.txt.gz:{chan ch=tech}Omphalon Tech: what error message? T3/r7/2020-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: that expGained had a previous error T3/r7/2020-12-03.txt.gz:{chan ch=tech}Omphalon Tech: I had an error message if I did not have hxp session start done T3/r7/2020-12-03.txt.gz:{chan ch=tech}Mousie Tech: Trigger function "expGained" not found or had a previous error. T3/r7/2020-12-03.txt.gz:{chan ch=tech}Omphalon Tech: but a reload of the plugin plus hxp session start cleared that up T3/r7/2020-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: oh yeah, me putting in new variables and not forcing them to reload that was your issue :P T3/r7/2020-12-03.txt.gz:{chan ch=tech}Mousie Tech: crawley disabling triggers helped T3/r7/2020-12-03.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: wtf is up with everyone calling me Crawley lately?! :p T3/r7/2020-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: lol i just always forget your E so im like fing crowly ... wait E T3/r7/2020-12-03.txt.gz:{chan ch=tech}Tech: Pestallel shrugs helplessly. T3/r7/2020-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: so Mousie seems to have my script stuff in his gui ... how did that even happen T3/r7/2020-12-03.txt.gz:{chan ch=tech}Mousie Tech: it's mousie - stuff's bound to break xoxo. T3/r7/2020-12-03.txt.gz:{chan ch=tech}Mousie Tech: yeah the 2 aliases were added somehow - no idea - ^had help$ and ^hxp ?(.*)? T3/r7/2020-12-03.txt.gz:{chan ch=tech}Mousie Tech: we got all the hadar things figured out just had some extra trigers/alises that needed removed - ty crawley T3/r7/2020-12-03.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You're welcome, Maisie. T3/r7/2020-12-03.txt.gz:{chan ch=tech}Omphalon Tech: lol crowley T3/r7/2020-12-04.txt.gz:{chan ch=tech}Yhtaa Tech: Hadar, what is ExcludeConsider plugin? T3/r7/2020-12-04.txt.gz:{chan ch=tech}Useful Hadar Tech: it excludes mobs when you condier and sends them to a message, someone asked for it from my flist for inferni think T3/r7/2020-12-04.txt.gz:{chan ch=tech}Yhtaa Tech: ok, ty:)) T3/r7/2020-12-04.txt.gz:{chan ch=tech}404 Eroe Tech: I'm trying to keep track of which gear I use through a mort. Is there a way I can designate dinv to put everything it removes in a specific bag so I can see what's left? T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can use organize for it based on level. T3/r7/2020-12-04.txt.gz:{chan ch=tech}404 Eroe Tech: yeah. I have multiple pieces of the same level in some instances though. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley sits down and thinks deeply. T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Theoretically, you can change the order of your bags. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Areia Tech: dinv put worn? T3/r7/2020-12-04.txt.gz:{chan ch=tech}404 Eroe Tech: so I kinda just wanted to say like, put everything in 2.bag and then whatever is left in first bag will be leftover gear I didn't wear. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Areia Tech: Ah T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I don't know if changing the order of the bags will help, though. T3/r7/2020-12-04.txt.gz:{chan ch=tech}404 Eroe Tech: I don't think so, pretty certain dinv puts things in by id. T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But it has relative location of #.bag. Hmm. T3/r7/2020-12-04.txt.gz:{chan ch=tech}404 Eroe Tech: maybe I can just hack it to always use 2.bag T3/r7/2020-12-04.txt.gz:{chan ch=tech}Durel Tech: the "dinv store" mode puts things back into the last container an item was in. If you are tweaking things, it would probably be easiest just to have the store mode put it in a hardcoded container T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Here's another thought. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Tech: 404 Eroe declares the academy a waste of time, then asks how the hell do you play this mud anyway?! T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Create a snapshot each time you change eq (yes, you'll create a lot of them. T3/r7/2020-12-04.txt.gz:{chan ch=tech}404 Eroe Tech: uh. that was supposed to be a nod, am clearly newb. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Tech: 404 Eroe nods at (Aleister) Crowley. T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: ). Then at the end of the mort, pull everything out of a bag, then wear each snapshot. Put all into a separate bag, remove all, put all into 2.bag, or whatever. T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It'll be a bit of work, though. T3/r7/2020-12-04.txt.gz:{chan ch=tech}404 Eroe Tech: oh nods. that's actually not a terrible thought. T3/r7/2020-12-04.txt.gz:{chan ch=tech}404 Eroe Tech: yeah but I don't mind. thanks! T3/r7/2020-12-04.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2020-12-04.txt.gz:{chan ch=tech}404 Eroe Tech: I prefer it to hacking dinv. T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And just repeat the process until you've worn the last snapshot. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Tech: 404 Eroe nods. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Durel Tech: that's actually what I do on redos. I created a snapshot for every 10 levels and when I request a cp, I autowear the closest snapshot to my level. T3/r7/2020-12-04.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: i created a snapshot for each 10 levels. takes a bit of work and you have to update the snapshot with every change but it works pretty ok T3/r7/2020-12-04.txt.gz:{chan ch=tech}404 Eroe Tech: why a snapshot when dinv priorities could just wear the latest? T3/r7/2020-12-04.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: i just like it i guess T3/r7/2020-12-04.txt.gz:{chan ch=tech}Durel Tech: snapshots are a bit faster since you don't need to find the right gear T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If only there were a way to pull results from 'analyze' and store based off that. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Tech: 404 Eroe nods. T3/r7/2020-12-04.txt.gz:{chan ch=tech}404 Eroe Tech: makes sense. T3/r7/2020-12-04.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: though i wish their was a replace all item in snapshot, updating all of them with my new pin every tier is annoying T3/r7/2020-12-04.txt.gz:{chan ch=tech}Durel Tech: so if I can save a few seconds I will :P I do use the "set wear" mode to find the right thing for snapshots though T3/r7/2020-12-04.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Hrm why use a snapshot over what priority/analyze do? Just curious. I've never setup a snapshot well never needed to. T3/r7/2020-12-04.txt.gz:{chan ch=tech}404 Eroe Tech: he just said. snapshots are faster than a priority because it just loads without having to find pieces. T3/r7/2020-12-04.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Do you really save time having to setup individual snapshots and having to edit/change them tho? =p I change eq way too often. T3/r7/2020-12-04.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: i use the minimum on dinv, just snapshot. its the only functionality i wanted out of it. i have refresh set to off always cause it was annoying me T3/r7/2020-12-04.txt.gz:{chan ch=tech}Durel Tech: I used dynamic sets when I was leveling but on redos I really don't change my eq much (ever :P) so snapshots are a slightly better fit for me now T3/r7/2020-12-04.txt.gz:{chan ch=tech}A Calm Stormwind Tech: i can see that for t9 or when you're eq is mostly complete. hopefully I'll be there one day.... lol T3/r7/2020-12-04.txt.gz:{chan ch=tech}Reaktor Tech: Any current sharptracker.xml? T3/r7/2020-12-04.txt.gz:{chan ch=tech}Reaktor Tech: like: https://raw.githubusercontent.com/zzyzzyzzx/Hadar/master/ZZZZ(Not%20Hadar's%20Fixes)/Sharptracker_v3.6h.xml T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That is as current as you're going to get. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Reaktor Tech: How about https://github.com/abutbul/Aardwolf-Mushclient-Scripts/blob/master/davidsharp.xml T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hadar has been working on his exp tracker. Find his notes on tech board. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Reaktor Tech: ktnx T3/r7/2020-12-04.txt.gz:{chan ch=tech}Useful Hadar Tech: i guess i could update sharptracker again T3/r7/2020-12-04.txt.gz:{chan ch=tech}Tech: Reaktor grovels in the dirt before Useful Hadar. T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Why do that when you've got exp tracker, which is the same thing? T3/r7/2020-12-04.txt.gz:{chan ch=tech}Tech: Useful Hadar shrugs helplessly. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Reaktor Tech: I was just curious before I started doing things. T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Make the exp tracker even better than sharp. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Useful Hadar Tech: it already does a lot :P T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Precisely. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Useful Hadar Tech: on a side note ... time to work on the gold tracker T3/r7/2020-12-04.txt.gz:{chan ch=tech}Tech: *Yay!* Go The Lord Jesus Christ!!! Reaktor cheers it on. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Tech: *Yay!* Go Useful Hadar!!! Braun cheers him on. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Useful Hadar Tech: so i wanted to create a dev branch for my plugins, is there a way to seperate the branches directories on my computer? ATM they both use the same one T3/r7/2020-12-04.txt.gz:{chan ch=tech}A Calm Stormwind Tech: is there a way to force this to seconds instead of minutes? SetTimerOption("millionTimer", "minute", tostring(newTime)) I tried "second" but that didn't seem to work for what I was trying. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Reaktor Tech: seconds? T3/r7/2020-12-04.txt.gz:{chan ch=tech}A Calm Stormwind Tech: I tried second and seconds it and it still seems to fire every minute. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: it should be "second" T3/r7/2020-12-04.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Yeah I tried that hrm, something else must be overwriting it. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Useful Hadar Tech: for anyone who was having an error with my exp plugin saying a variable was nil or missing or something, i just pushed a fix T3/r7/2020-12-04.txt.gz:{chan ch=tech}Useful Hadar Tech: hrmmm T3/r7/2020-12-04.txt.gz:{chan ch=tech}Useful Hadar Tech: if i wanted to add some time together, i can do starttime = os.time() ... after awhile stoptime = os.time() ... totaltime = stoptime - starttime ... which would give me the difference, i can then do totaltime*1000 to get the seconds it was right? T3/r7/2020-12-04.txt.gz:{chan ch=tech}Durel Tech: os.time() returns the time in seconds, not milliseconds so I don't think you should *1000 T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I have a 'timediff' function. :p T3/r7/2020-12-04.txt.gz:{chan ch=tech}Useful Hadar Tech: so do i, but i was going to keep track of time over multiple periods T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What do you mean over multiple periods? T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, you mean hourly, minute, daily, whatever? T3/r7/2020-12-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The same timediff function can work for it all. Just when it updates, change the endtime, and go from there. Don't need to do anything extra fancy. T3/r7/2020-12-04.txt.gz:{chan ch=tech}Useful Hadar Tech: im adding in total time in combat to my exp tracker so each time you are in combat, i want to track that and store it after into another table, i could just use timediff and add together everything but i think i would get weird moments like minutes > 60 so i would need to check for that T3/r7/2020-12-04.txt.gz:{chan ch=tech}DirtyBubble Tech: whats a good client to use for android? T3/r7/2020-12-04.txt.gz:{chan ch=tech}ShadowDragon Tech: blowtorch T3/r7/2020-12-04.txt.gz:{chan ch=tech}Selitos Tech: i only know blowtorch T3/r7/2020-12-04.txt.gz:{chan ch=tech}KnightLord Throxx Tech: blowtorch. sign up for the beta, its the latest update T3/r7/2020-12-04.txt.gz:{chan ch=tech}Kalsch Tech: is there a command to restore the group monitor plugin from fiendish if it dissapeared? T3/r7/2020-12-04.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: aard help T3/r7/2020-12-04.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: it has some layout funtions T3/r7/2020-12-05.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: is there a reason why lately when i do cps/gqs my mapper shows no rooms even though i have the area 100% explored? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: only in certain areas though T3/r7/2020-12-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: no mapper cexit to bring you to that room T3/r7/2020-12-05.txt.gz:{chan ch=tech}Durel Tech: did you purge the area when an update was made for the area without exploring it again? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Tinypotato Tech: usually its because the room name changed T3/r7/2020-12-05.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: thats not the case cause when i use mapper area and mapper goto it works T3/r7/2020-12-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: which area? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Tinypotato Tech: another possibility is that your SnD doesn't have the area added yet because its not included in the default list of areas yet T3/r7/2020-12-05.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: most recently Tilule, but there are like 4 or 5 other areas it does it in as well T3/r7/2020-12-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: u need to xset mark the start pointb there T3/r7/2020-12-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: tilule is tather new T3/r7/2020-12-05.txt.gz:{chan ch=tech}Evine Tech: I had to go in the xml and manually add titule then recompile lol T3/r7/2020-12-05.txt.gz:{chan ch=tech}Brobeo Tech: your area index might be broken. try xset area index T3/r7/2020-12-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: also places with mazes at front, like tir, cvs T3/r7/2020-12-05.txt.gz:{chan ch=tech}Evine Tech: ah, does xset area index modify the xml file? Maybe I just have an old version that didn't have the titule keyword T3/r7/2020-12-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: xset area index is all I had to do to fix it, way back T3/r7/2020-12-05.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: i tried typing xset area index and it says Sorry Vinatia, I don't understand you T3/r7/2020-12-05.txt.gz:{chan ch=tech}Evine Tech: I T3/r7/2020-12-05.txt.gz:{chan ch=tech}Evine Tech: I'll look into the aliases to see what it does lol T3/r7/2020-12-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: which version of snd, and have yee updated it? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: I am using mobber T3/r7/2020-12-05.txt.gz:{chan ch=tech}Tinypotato Tech: try mobber addzone 50 80 T3/r7/2020-12-05.txt.gz:{chan ch=tech}Tinypotato Tech: may need to do mobber developer first T3/r7/2020-12-05.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: (Mobber) This area already exists in the mobber database. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Tinypotato Tech: mobber update rooms, does that say that rooms were copied over to the DB? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: that was while i had developer on T3/r7/2020-12-05.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: (Mobber) 108 room(s) imported from Aardwolf.db T3/r7/2020-12-05.txt.gz:{chan ch=tech}Tinypotato Tech: now try cp check again T3/r7/2020-12-05.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: perhaps thats it? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: i will have to wait til next cp mob in the area cause i used mapper area to find the mob :p T3/r7/2020-12-05.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: awesome next cp had a room in tilule and it worked... thank you so much :D <3 T3/r7/2020-12-05.txt.gz:{chan ch=tech}Evine Tech: ah ha! so in S&D xset mark does change the xml file and addes an entry for the start room of an area, so instead of doing it manually, just go to an area that shows up in area 1 300 keyword as no start room set, and type xset mark, and you should be good to go lol T3/r7/2020-12-05.txt.gz:{chan ch=tech}Negader Tech: is there a quick way to undo the split screen for new mushclient? T3/r7/2020-12-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Ctrl+End T3/r7/2020-12-05.txt.gz:{chan ch=tech}Negader Tech: sigh. have to get up and get to my keyboard, my ipad doesnt have end key T3/r7/2020-12-05.txt.gz:{chan ch=tech}Shotgun Tech: try ctrl+spacebar? T3/r7/2020-12-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, that's another one, one I didn't know about. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Negader Tech: ctrl + spacebar worked. thank you. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Shotgun Tech: awesome :) T3/r7/2020-12-05.txt.gz:{chan ch=tech}ZzZzZz Tech: Crowley, are you here? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: I started looking at the mapper code to make it draw up/down connections, and it turns out THATS ALREADY A FEATURE AND I CANT READ HELP FILES PROPERLY :-/ T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: anyway, PSA: mapper updown makes the mapper draw up and down connections T3/r7/2020-12-05.txt.gz:{chan ch=tech}Selitos Tech: what would we use that for? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: seeing room that are connected upward and downward T3/r7/2020-12-05.txt.gz:{chan ch=tech}Selitos Tech: doesn't the mapper draw them when we exlore up and down? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sheriff Shindo Tech: to see that rooms had exits up or down from them, the / from the corner of the square indicates those T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: yes, this actually draws the rooms that are in those directs, and any rooms branching off of them T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: it wasn't on for me by default T3/r7/2020-12-05.txt.gz:{chan ch=tech}Selitos Tech: yeah i beleive mine does that on its own T3/r7/2020-12-05.txt.gz:{chan ch=tech}Selitos Tech: why i asked, wondered if i was missing something T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: idunno, maybe mine got somehow misconfigured? weird that it wasn't enabled when I loaded the mushclient package T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: I've been playing the last couple months being unable to see anything but the current level of rooms :P T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sheriff Shindo Tech: it isn't on by default, it does however draw the connections by default T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: oh T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: well, I find it VERY useful to be able to see the rooms and their offshoots too T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sheriff Shindo Tech: maybe we should ask fiendish to change the default to on T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: I don't really get why the default would be off. Maybe performance or something? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Selitos Tech: oh i just turned them on too, didn't know it did that T3/r7/2020-12-05.txt.gz:{chan ch=tech}Selitos Tech: so i did leanr something T3/r7/2020-12-05.txt.gz:{chan ch=tech}Tech: Sath :) T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sheriff Shindo Tech: perfomance, back when you used to have to walk to school barefoot in the snow uphill T3/r7/2020-12-05.txt.gz:{chan ch=tech}Selitos Tech: funny thing i think i like it beter this way T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: there are some vertical areas where the mapper is essentialy useless T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: the visual map I mean T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: without this option T3/r7/2020-12-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: it's not because of performance T3/r7/2020-12-05.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley peers around himself intently. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: no? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: I mean that makes sense :P T3/r7/2020-12-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: it's because I felt that it was visually nicer to show the current layer T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: ah, ok T3/r7/2020-12-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I don't think there's any performance difference T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: yeah, shouldn't really be T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: I'd argue for swapping the default or making the option more visible (by including it in the context menu), but I certainly respect whatever decisions you make T3/r7/2020-12-05.txt.gz:{chan ch=tech}Tech: IAC DO Fiendish shrugs helplessly. T3/r7/2020-12-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: one day I'll rewrite the whole thing T3/r7/2020-12-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: introduce lots of fun new bugs for people to hate T3/r7/2020-12-05.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: anyone recommend a good font for aardmush? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Durel Tech: consolas T3/r7/2020-12-05.txt.gz:{chan ch=tech}Vandit Tech: wingdings T3/r7/2020-12-05.txt.gz:{chan ch=tech}ZzZzZz Tech: Courier New T3/r7/2020-12-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Don't be redic with Wingdings. T3/r7/2020-12-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I'd suggest a fixed width font, like Comic Code: https://www.myfonts.com/fonts/tabular-type-foundry/comic-code/ T3/r7/2020-12-05.txt.gz:{chan ch=tech}Kalsch Tech: if you aren't using consolas then you might as well freeze char T3/r7/2020-12-05.txt.gz:{chan ch=tech}Tech: Durel crosses his arms and nods slowly and sagely to Kalsch. T3/r7/2020-12-05.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: the communication log has a different font, how do u change that one in aardmush T3/r7/2020-12-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Oh this ain't bad. T3/r7/2020-12-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: right-click on it T3/r7/2020-12-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Trying it now. I tried other fonts, that I didn't love because the special chars like {} [] T3/r7/2020-12-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I use JetBrains Mono for text and Courier New in my ascii map because jetbrains mono doesn't support box drawing characters T3/r7/2020-12-05.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: cool T3/r7/2020-12-05.txt.gz:{chan ch=tech}Beat It 2x Anaristos Tech: Miriam Fixed is good, so is Dina. They must be downloaded. T3/r7/2020-12-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Dina is included T3/r7/2020-12-05.txt.gz:{chan ch=tech}Beat It 2x Anaristos Tech: ah good T3/r7/2020-12-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: but setting your output font to Dina without installing it at the system level will fail when you start up mushclient T3/r7/2020-12-05.txt.gz:{chan ch=tech}Beat It 2x Anaristos Tech: I like the way Dina draws the extended ascii maps :) T3/r7/2020-12-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: so if you use Dina for the main output font, make sure to actually install the font to the system T3/r7/2020-12-05.txt.gz:{chan ch=tech}Beat It 2x Anaristos Tech: right T3/r7/2020-12-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: MUSHclient and Lua questions answered here T3/r7/2020-12-05.txt.gz:{chan ch=tech}Useful Hadar Tech: if i wanted to lua the lua could i lua to the lua? T3/r7/2020-12-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: no T3/r7/2020-12-05.txt.gz:{chan ch=tech}Useful Hadar Tech: dang ok T3/r7/2020-12-05.txt.gz:{chan ch=tech}Useful Hadar Tech: new idea ... useless plugin activate T3/r7/2020-12-05.txt.gz:{chan ch=tech}Useful Hadar Tech: actually somehow 1 person managed to get some of my script components put into their mush (like the GUI areas) but so far only heard it happening to 1 person, what might cause that? T3/r7/2020-12-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: huh? T3/r7/2020-12-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Translated: Someone installed one of Hadar's plugins. Somehow, some of the aliases from the plugin managed to get created clientside rather than stay in the plugin. T3/r7/2020-12-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: maybe they tried to "import" the plugin T3/r7/2020-12-05.txt.gz:{chan ch=tech}Useful Hadar Tech: hrmm maybe T3/r7/2020-12-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You know what, I bet that's precisely what they did, because this same person's friend had an issue with one of my plugins, and THEY imported it, too. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Useful Hadar Tech: that sounds about right buhaha T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: I'm thinking about playing around with the mapper, trying to make pathfinding more efficient. For example, forcing the entire db into the room cache so that the pathfinding algo doesn't need to make a bunch of giant sql queries. Has anyone already played around with anything like that? T3/r7/2020-12-05.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Could you make use the fastest route possible? Hate that it uses a portal to run back to the area when my room is less than 10 or rooms away. lol T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: sounds like the sort of thing that would cause a small pause on startup - which is, of course, the worst possible thing. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: stormwind, have you tried mapper walkto? T3/r7/2020-12-05.txt.gz:{chan ch=tech}A Calm Stormwind Tech: yes, but I don't want to remember when to use walkto vs when not to. =\ T3/r7/2020-12-05.txt.gz:{chan ch=tech}A Calm Stormwind Tech: most of the time it does use the fastest route, guess i could use it when in the area, but still need to setp different aliases for that. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: it takes *gasp* 700ms to load my entire 31014 room database into memory :P T3/r7/2020-12-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Pfft, 31014? Weak. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: sorry :( T3/r7/2020-12-05.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: and now I can just remove all sql calls right? :P T3/r7/2020-12-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I wouldn't... T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: waiting is torment given form, and 700ms is an eternity. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: yeah... T3/r7/2020-12-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But do what you feel you must. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: if you have the databse in memory anyway, why not run your sql queries thru it? bound to be faster than it was on disk. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: I don't mean a ramdb, I mean loaded into the Lua rooms table T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: which, for certain operations, is bound to be WAY faster than a db query T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: that would make sql queries more difficult. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: yeah, I obviously can't just remove all sql queries T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: so now you have to do all the fact-finding yourself. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: yep T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: might be worth invetigating the ram-db idea :p T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: the issue is more about getting data into and out of the db, building giant query strings is really slow, and table lookups are really fast T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: hmm. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: ahhh, but you see - 'slow' in ram might be so much faster than 'fast' on disk that it wouldnt matter. empirical testing to the rescue? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: I'm sure the db software is loading everything into RAM under the hood, I don't think anything is really happening from disk during runtime T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: empirial. testing. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: of course, even if the db itself isnt loading into ram, theres a fair chance the os is doing it behind the behind the scenes.... harder to test that. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: unless you want to try coding, or finding, a db that does all its work un-cached. technically possible, but not easy to do. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Areia Tech: Is it really slow enough to warrant bothering to start with, though? Can't say I've ever noticed mapper getting hung up or anything. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: yeah, I'm doing dozens of findpath calls in some cases, it can take a couple seconds T3/r7/2020-12-05.txt.gz:{chan ch=tech}Tech: Mannec crosses his arms and nods slowly and sagely to Areia. T3/r7/2020-12-05.txt.gz:{chan ch=tech}[Battle] Scars Tech: tragic T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: i reiterate: T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: waiting is torment given form, and 700ms is an eternity. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Areia Tech: What're all those calls for? If you don't mind sharing. I'm just curious now :D T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: things like finding the nearest mob in the area that'll be a good exp kill T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: im tempted to suggest a strictly recursive breadth-first approach ... but only because the last time i tried that on a field of any worthwhile size, it imploded :p T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: how do you do breadth first with recursion? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Areia Tech: Huh, interesting. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: that is, in fact, a very good question. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: poorly, in my experience. recursion is naturally a better fit for depth-first. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: yeah, I think I'll be doing a new nonrecursive breadth-first implementation inside the mapper plugin T3/r7/2020-12-05.txt.gz:{chan ch=tech}Tech: Mannec crosses his arms and nods slowly and sagely. T3/r7/2020-12-05.txt.gz:{chan ch=tech}A Calm Stormwind Tech: wait are you talking about bringing the entire mapper dp into memory? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: yeah T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: put some thought into a "both ends towards the middle" approach. T3/r7/2020-12-05.txt.gz:{chan ch=tech}A Calm Stormwind Tech: yikes. not sure how well that would work. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: why's that? T3/r7/2020-12-05.txt.gz:{chan ch=tech}A Calm Stormwind Tech: 33k rooms each room having additional information to it. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: have you ever tried solving a maze from the end towards the beginning? it is often much easier. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: I wrote the code to do it and my MUSH.exe is taking less than 1GB of RAM T3/r7/2020-12-05.txt.gz:{chan ch=tech}Tech: Mannec snickers softly. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Tech: CheeZy Bot HiSaZuL sells ==BOT STRONG== bracelets, to raise gold and awareness of botters' rights. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: its a trick i learned from ants. ive seen it applied to several flavors of graph-theory questions, like network transmission rates, street and highway optimization, that sort of thing. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: both ends makes sense, you can truncate a lot of nonviable paths quickly, but it also takes more code/time to implement, so we'll see :P T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: especially since the current room cache format only includes one-way directional references T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: the general idea is, start pathfinding from some number of more or less randomly chosen starting points, and the paths will tend to intersect fairly quickly. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: the result isnt guaranteed to be optimal, but it is usually pretty close, and generally pretty quick to find. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: and now i feel a rather strong desire to design an area with pathological connections... T3/r7/2020-12-05.txt.gz:{chan ch=tech}Areia Tech: Weird, I don't see you on rank 15 anywhere. I guess you got your DB from someone? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: nope, I think it's because I haven't fully explored the continents T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: but the db comes with those T3/r7/2020-12-05.txt.gz:{chan ch=tech}Areia Tech: Ah, gotcha. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Useful Hadar Tech: anyone have any experience with davinci resolve? when i import my video its seeming to cut it off before the end T3/r7/2020-12-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Is it odd that a monitor these days is "HD" and just 1920 x 1080 VGA? I feel like monitors I bought 10 years ago had better resolution... T3/r7/2020-12-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Is there somthing about tech these days that makes the resolution matter less? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Beat It 2x Anaristos Tech: 1920 x 1080 is the defintion of HD and it is not VGA but XGA T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: monitors have been getting bigger instead of finer. T3/r7/2020-12-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Yeah I get HD resolution, I just think that's TV resolution....but monitors have always been higher in my memory! T3/r7/2020-12-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Granted been a while since I have been in the market... T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: tv was, for many years, the bottom of the resolution game - but often larger in viewable area. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: No, HD is 1280x720. 1920x1080 is _FULL_ HD, As opposed to 3840x2160 which is _ULTRA_ HD. I'm still waiting to see what SuperMegaKickassHD is. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: that difference has been growing less recently, with the advent of 4k tv and bigger monitors, and of course the signalling is basically the same now too... T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: im waiting for 16k smartphone T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: so i can watch utube cat videos in SERIOUS boy resolution :P T3/r7/2020-12-05.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Feline regurgitation in 1080p lacks so much of the nuance of the experience. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: meh. anything over about 1k you cant even see. its the supermegahyperpro sounds thats the next big thing. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: 4k mp12, baby. T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: quit trying to apply logic to hardware manufacturers T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: they need MONEY T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: and you should give it to them, you arent some kind of cave man are you?! T3/r7/2020-12-05.txt.gz:{chan ch=tech}Beat It 2x Anaristos Tech: there are some who say that 8K is a waste that the human eye barely handles 4K T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: nah, they can just shift their business model to govt. subsidies. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: 4k is mostly wasted. resolution basically topped out at 1k, all the bigger numbers do is let you make the screen bigger. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: 1k would be, like, 1024x768. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: ayup. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: That's not "topped out", that's "living hell". T3/r7/2020-12-05.txt.gz:{chan ch=tech}Beat It 2x Anaristos Tech: the size of most videos T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: if you like being able to see the tv all the way out in your peripheral vision, super high res lets you do that... T3/r7/2020-12-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Hmmm I wonder if wife woudl veto a 49 inch monitor.... T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: the angular viewable size of the pixels matters, but its so sensitive to distance that raw pixel count means less than it used to. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: https://en.wikipedia.org/wiki/Optimum_HDTV_viewing_distance T3/r7/2020-12-05.txt.gz:{chan ch=tech}Mannec Tech: has a pretty decent introduction to the interplay between resolution, screen size, and viewing distance. T3/r7/2020-12-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Thanks will take a look T3/r7/2020-12-05.txt.gz:{chan ch=tech}Useful Hadar Tech: [ExpTracker] Installed:4,Dec. 4 2020 at 12:42:35 Totals[Kills:0, Exp:0, Avg:nan] BreakDown[Kill Exp:0, Bonus Exp:0, Rare Exp:0] T3/r7/2020-12-05.txt.gz:{chan ch=tech}Useful Hadar Tech: small preview of my next update haha T3/r7/2020-12-05.txt.gz:{chan ch=tech}A Calm Stormwind Tech: next update as in 2-5 minutes??? ;) T3/r7/2020-12-05.txt.gz:{chan ch=tech}Useful Hadar Tech: probably :P T3/r7/2020-12-05.txt.gz:{chan ch=tech}Useful Hadar Tech: pushing it right now T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: good evening techies, so i updated my computer today and now when i try to use my hotkeys its not firing any macros, Anyone know why? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: for example, i have shift+f12 macro'd, but it just tries to turn on/off airplane mode, instead of doing my mush macro T3/r7/2020-12-05.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: dont mind me, just coming to. My answer is "because technology" lol :) T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: so, my numpad macros work, but none of my f1-f12 T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: do you have any keyboard keys that turn function keys on/off? T3/r7/2020-12-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: there is a setting to enable f1, f6 as well T3/r7/2020-12-05.txt.gz:{chan ch=tech}Omphalon Tech: what is the setting to turn F1 on? T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: general options T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: file - global preferences - general T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sath Tech: ok, I finished my pathfinding algorithm using cached rooms rather than database queries, it seems to be about 40x as fast T3/r7/2020-12-05.txt.gz:{chan ch=tech}Omphalon Tech: nice! thanks :) T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: there is a setting to disable alt key opening menu and f1-f6 T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: but those settings wouldnt turn off after update so idk T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: where is that spicy fiendish when you need him >_> T3/r7/2020-12-05.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: yall better than *snicker Google :) T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: because google has gotten too big for its shoes and gotten lazy T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: anyway :P T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: yeah, i dont see anything in settings, or a button that turns off my function keys, T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: this is lame T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: do you have something on all f keys? f12 f4 etc? shift alt ctr what ever T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: not everything, but like, shift+f12 is buy 20 potion, keep potions, put potions bag, T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: but after update its only doing that actual function of the keys T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: not the client macros T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: they are still in your macros list tho, right? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: yes T3/r7/2020-12-05.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: do the f keys work normally, alt-f4 for example T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: no plans to test that one currently, thanks though T3/r7/2020-12-05.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: it was the only one i could think of. could pop up a browser and close it T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: i dont remember default aardmush settings but im pretty sure both alt+ft-f6 are anabled by default T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: and those 2 options affect specific f keys not all of them T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: i suppose i should try the first option and restart everything and see what happens. lol T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: nope, restart did nothing, T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: its probably some windows crap then that disables or changes funtion key settings T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: reason why i still use win7 on a potato... T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: are on on laptop? T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: Yes. I use a laptop T3/r7/2020-12-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i cant find anything in setting that would help... T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: windows + S then check mobility center T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: What am I checking in the mobility center? T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: check if there is a fn/function row setting of any kind T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: its a swap setting for what they do, goes between volume etc to normal use T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: So, theres nothing in there, but they do seemed to be locked into what the buttons have on them. Volume button etc. T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: even if i hold down my FN key before pressing them they still do volume up down, etc T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: it varies from manufacturer to manufacturer but there is some way to change their function either a designated Fn key on keyboard or a setting T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: here it talks about some bios setting as well - https://www.reddit.com/r/Windows10/comments/ciis59/shortcuts_on_function_keys_not_working/ T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: i rarely use laptops so im not too familiar with where what is for them T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: Yeah. No idea. I'll post a note on tech tomorrow when I have more brain power i suppose. :) T3/r7/2020-12-05.txt.gz:{chan ch=tech}Sir Emrys Tech: thanks for trying :) T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: id google your laptop manufacturer + change function key T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: different manufacturers put that switch in different places T3/r7/2020-12-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: anyway gl :P T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: what up suckers T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rosalee Tech: how do you disable split screen scrollback in the aardwolf client? T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: it's a plugin T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: you can remove the plugin T3/r7/2020-12-06.txt.gz:{chan ch=tech}Sath Tech: which plugin is it? I accidentally disabled mine a while back and couldn't figure out how to get it back T3/r7/2020-12-06.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: splitscreen_scrollback is the name T3/r7/2020-12-06.txt.gz:{chan ch=tech}Negader Tech: aard_splitscreen_scrollback T3/r7/2020-12-06.txt.gz:{chan ch=tech}Sath Tech: cool, thanks! T3/r7/2020-12-06.txt.gz:{chan ch=tech}Braun Tech: Out of curiosity. How does one "Enable" that plugin in the first place? T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: depends T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: first, type 'checkversion' T3/r7/2020-12-06.txt.gz:{chan ch=tech}Braun Tech: r2017 T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: probably good enough? T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: you can go to File->Plugins and then click Add T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: one day I'll probably make it better than that T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: did I just hear "plugin manager"? T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: who can say T3/r7/2020-12-06.txt.gz:{chan ch=tech}Princess Alison Tech: I use two plugin managers (pwar's and ruhamah's), and both are very convenient T3/r7/2020-12-06.txt.gz:{chan ch=tech}Princess Alison Tech: It's just very nice to be able to toggle plugins in the command line without having to open a new miniwindow T3/r7/2020-12-06.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: cool story. some don't like managers with forced bloat plugins tho... T3/r7/2020-12-06.txt.gz:{chan ch=tech}Useful Hadar Tech: lol plugin managers T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: You tickle Useful Hadar. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: there's one! T3/r7/2020-12-06.txt.gz:{chan ch=tech}Omphalon Tech: lol T3/r7/2020-12-06.txt.gz:{chan ch=tech}Useful Hadar Tech: hey hey, the next version of my plugin manager will be even better, im just struggling to get a few features working T3/r7/2020-12-06.txt.gz:{chan ch=tech}Useful Hadar Tech: including a way to add a url of a plugin you want to check and removing plugins you dont want to see ... at least that is the hope but im stuck working on my gold tracker right now T3/r7/2020-12-06.txt.gz:{chan ch=tech}Princess Alison Tech: What's wrong with mob dbs, Fiendish? T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: IAC DO Fiendish sighs. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Omphalon Tech: guessing that taking automation out is preferable? T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Calm Stormwind Tech: People would still build databases. Every range is going to have a high chance of selecting a specific set of mobs in that given area depending on the range. T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: that's a weird assumption T3/r7/2020-12-06.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: it does so now :P T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Calm Stormwind Tech: How is it a weird assumption? It does that right now? Every time in in a range and I select a cp for a given level I can guess with high accuracy the mob and the area. T3/r7/2020-12-06.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: more mob x copies the higher the chance. T3/r7/2020-12-06.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: aardingdon is a good example... you could end up with almost entire cp in that one area T3/r7/2020-12-06.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: anyway people here had speedwalk aliases long before runto was a thing, had databases and its not changing as long as there is benefit to having it. T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Calm Stormwind Tech: yeah S&D just leveled the playing field for those not tech savvy enough to make their own aliases and triggers. S&D was happening long before S&D. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Razor Tech: the old mapper (maybe still does?) started blank and added rooms as you discover them. A mob database doing the same thing doesn't seem unreasonable but if people are starting out with stuff prepopulated, what is the point at all? What are they getting out of playing? T3/r7/2020-12-06.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: mapper still works that way, doesn it? T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Calm Stormwind Tech: I don't think S&D should be pre populated and it's doing a disservice giving that to any type of new player. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Razor Tech: S&D created a generation of players who dont really know the MUD who can't function without it. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: it comes prepopulated with lowbie areas, but yeah T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: except for continent rooms and a few early areas, yes T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Can of Pringle Tech: agreed T3/r7/2020-12-06.txt.gz:{chan ch=tech}Razor Tech: there are ways to combat S&D if the will was strong enough, it isn't, we even added a helpfile for it. T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Calm Stormwind Tech: I think S&D should be 100% blank, you build it yourself with areas/mobs/rooms etc. T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Can of Pringle Tech: putting in the work to build your mapper and mob database is well worth it T3/r7/2020-12-06.txt.gz:{chan ch=tech}Shadowgazer Tech: dont use the tech though if you cant handle it, right? T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Calm Stormwind Tech: I agree mine was completely blank. T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I'm not sure that building a database is work T3/r7/2020-12-06.txt.gz:{chan ch=tech}Shadowgazer Tech: im still leanring SnD but i appreciate so muhc regularly T3/r7/2020-12-06.txt.gz:{chan ch=tech}Razor Tech: i dunno, I'm old school, I used to sit wiht a piece of graph paper and MAP out MUD areas when I played. Even new Aardwolf areas when I used to check them myself on test port. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Shadowgazer Tech: ive had it for less than half a year, and i am so grateful to have it and that is legal T3/r7/2020-12-06.txt.gz:{chan ch=tech}Useful Hadar Tech: i remember when there was not even a built in map T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Can of Pringle Tech: fair enough fiendish, that's just built passively T3/r7/2020-12-06.txt.gz:{chan ch=tech}Razor Tech: playing your own mud kind of sucks at times, but so does playing someone elses. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: Razor whines pathetically about everything. T3/r7/2020-12-06.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: lets be real mobber or however that mobdb plugin is called has been around for a LONG time... this snd inbeded mob db isnt breaking any new grounds lol T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: I still have some Excel files from older areas, which is where I made my "paper" maps T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Can of Pringle Tech: I've literally only ever played one mud T3/r7/2020-12-06.txt.gz:{chan ch=tech}Shadowgazer Tech: which one? T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: Razor peers around himself intently. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Shadowgazer Tech: i was trying to be cute, mis:P T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Calm Stormwind Tech: I've only played 2 muds. Pk mud and this one. lol T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Can of Pringle Tech: except for that one time I logged onto the original ROM and noticed "huh for being the basis for so many, you'd think there'd be more players on" and then literally everyone there was just mocking Aardwolf the whole time lol T3/r7/2020-12-06.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: all 10 people? T3/r7/2020-12-06.txt.gz:{chan ch=tech}Shadowgazer Tech: there isnt anywhere better than this one currently . its the truth T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: CheeZy Bot HiSaZuL falls down laughing. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: A Can of Pringle nods at CheeZy Bot HiSaZuL. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Shadowgazer Tech: the support, etc on her eis also insane. and cant be found elsewhere T3/r7/2020-12-06.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: i played before aard on a part russian i think? it was still all english anyway mud, that was heavy into clans and how that part works. but like most muds if there isnt an endless... grind? it gets stale eventually T3/r7/2020-12-06.txt.gz:{chan ch=tech}Razor Tech: "better" is very subjective, if roleplaying is important to you, Aardwolf sucks. T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Can of Pringle Tech: I mean, if roleyplaying is important to you, I think a good D&D discord group is going to outcompete any RP-focused MUD T3/r7/2020-12-06.txt.gz:{chan ch=tech}Razor Tech: if the kind of PK that gets your blood pressure up because there is a real loss / consequence of dying is important to you, ditto. T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I roleplay being devloper. I just don't say "forsooth" or have sex with humanoid rabbits T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: forsooth? lol T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: CheeZy Bot HiSaZuL hides his face in his palm after seeing what IAC DO Fiendish did. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: Rexifelis remembers playing on several 'talkers' with rooms before going on to muds T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: I was on a lot of talkers, and ran a couple talkers and a couple MUDs, but that was all before Aard was around T3/r7/2020-12-06.txt.gz:{chan ch=tech}Sath Tech: I pretty much learned how to code by writing a mud from scratch in high school :P T3/r7/2020-12-06.txt.gz:{chan ch=tech}Sath Tech: it wasn't pretty code, but it sure was plentiful! T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: nice! T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Calm Stormwind Tech: i learned how to code while driving a semi truck because i dind't like being on the road for 28 days at a time. T3/r7/2020-12-06.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: thats right, beat em with quantity lol T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: damn, it looks like resort still exists T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: my first foray online was 1996 at the local community college T3/r7/2020-12-06.txt.gz:{chan ch=tech}Razor Tech: writing a MUD is easy, running one ... T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: in 96, I had an ISDN line to my house :-) T3/r7/2020-12-06.txt.gz:{chan ch=tech}Razor Tech: of course you did, even then I'm sure there were plenty of people needed correcting. T3/r7/2020-12-06.txt.gz:{chan ch=tech}HoHoHooker Noegel Tech: 128kbps ftw T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: You cackle gleefully. T3/r7/2020-12-06.txt.gz:{chan ch=tech}HoHoHooker Noegel Tech: we got one on Randolph air force base when I was a kid. My family of 6 could all mud at once with no lag! T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Can of Pringle Tech: I remember when you'd get lag here T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: I used a regular modem connected to the ISDN to avoid ISDN data charges, and had a shell script to switch over to true digital when I wanted more speed T3/r7/2020-12-06.txt.gz:{chan ch=tech}HoHoHooker Noegel Tech: hax! T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: got dialup internet in 98, got dsl on my street in 2004 and two years ago we got fiber. 100megabit T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: i knew if i kept digging i would find the address: T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: The Asylum shore3.intercom.net 204.183.208.13 port 4242 T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: its gone though T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: Rexifelis moans and complains about all the good stuff lost online. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: I was on asylum, resort, burbs, foothills, surfers, airplane?, batsomething, and the others I'd have to find old notes for...I had also set up accounts on my alpha for some talker codebase maintainers to help them with 64-bit and non-i386 development T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: really? cool... i loved that, telnet was on every computer at the college and they all had internet access. so even during class i would have it open in some form or fashion T3/r7/2020-12-06.txt.gz:{chan ch=tech}Princess Alison Tech: Re: convo from earlier - pwar's mob db is not prepopulated T3/r7/2020-12-06.txt.gz:{chan ch=tech}Princess Alison Tech: you have to populate the database by going into the room and typing consider T3/r7/2020-12-06.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: you still have telnet in windows T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: yep, but this occured in 1997 and i worked as a computer lab monitor T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: did you have one of those fun degaussing buttons? T3/r7/2020-12-06.txt.gz:{chan ch=tech}Sath Tech: oh man I had a 23" CRT with the most ridiculously satisfying degausss T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: first computer I bought myself, bought a Mac Quadra 840 AV, and a Radius Intellicolor 20i monitor, with 5 BNC connectors T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: I still have a 20" CRT monitor connected to my alphastation in the hallway outside my bedroom, although I haven't turned it on in a few years T3/r7/2020-12-06.txt.gz:{chan ch=tech}Sath Tech: I have a CRT TV on my desk here that I use for console gaming :) T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: they have degauss options, but iirc it's a menu option T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: gets all wiggly for a couple seconds T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: we had a 21" black and white second monitor in 1993 attached to a quadra 950. It ran off a nubus card the size of a large dog T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: those 950s were beasts...12 ram slots iirc T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: and big enough to take the kids to school in T3/r7/2020-12-06.txt.gz:{chan ch=tech}Shadowgazer Tech: fiendish ...ur older than dirt! T3/r7/2020-12-06.txt.gz:{chan ch=tech}Shadowgazer Tech: i repscet both of you though T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: I put an ethernet card into my Mac SE ;-) T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: that's what I started MUDding from T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I had ethernet in an LC 575 T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: best computer ever made T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: ooh, the boxy all-in-ones T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: yeah T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: integrated CD rom T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: they didn't sell many of those outside education T3/r7/2020-12-06.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: i started mudding on a 9600 kbps lol :) T3/r7/2020-12-06.txt.gz:{chan ch=tech}Gilduran Tech: 2400 baud T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: many of them were cross branded with "Performa" T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: I was computer tech at an elementary school 96-2000, we had LC575, LC580, and in 98 we started replacing them with iMacs T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: so there were Performa X and LC X T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: yeah, that's when Apple had deals with the stores to have slightly different model numbers in different stores, so they didn't directly comete T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: my mom was an authorized reseller for a while T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: so you could only get the "x hdd y ram" at Sears, and "a hdd and b ram" at Circuit City, etc. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: yep T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: we got the SE for relatively cheap, as my dad's company were considered developers. They bought the original Macs, took them out of the cases, and used the guts with PLCs to be the brains of the industrial punch press machines they made T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: i remember those quadras T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: i remember those quadras... running one of those, you did not have to heat your office during wintertime T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: IAC DO Fiendish sits down and thinks deeply. T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I don't even think it had a fan T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: so my dad would bring home the Mac Plus on weekends in those carry bags that look like softside lunch boxes T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: could be wrong T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: on the other end of the "no fan" spectrum, next to the Alpha is a Quicksilver G4 with the fan that sounds like a 747 taking off when you power it on (Apple's first foray into variable-speed fans iirc) T3/r7/2020-12-06.txt.gz:{chan ch=tech}ZzZzZz Tech: Hi, I am using Crowleys Quest tracker, there is no reason it should reset stats right? Because I like it allot and will be sad if it does reset all rollover for some reason. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: of course... it was a long time ago, could have it confused with the pentium ii with a creative banshee video card T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: ooh, mentioning pentium reminds me of the Centris that was sold with the Intel card to be a dual-OS system T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: i took a box fan, made a neck-down tunnel to force all of the box fan's output into the case of the pc T3/r7/2020-12-06.txt.gz:{chan ch=tech}ZzZzZz Tech: I am refering to this one. [Quest] Last Mob: [a snowshoe rabbit] in [West Face of the Mountain] in [Storm Mountain] Time: [0m 16s] Base Rewards: [22qp, 2662gold] Bonuses: [No bonuses] T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: 650 I think T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I think we had an intel add-on card at one point in a powermac 6100... T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: what am I thinking of... T3/r7/2020-12-06.txt.gz:{chan ch=tech}HoHoHooker Noegel Tech: someone smack the nostalgic fools and answer zzzzzs question T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: OrangePC? T3/r7/2020-12-06.txt.gz:{chan ch=tech}Gilduran Tech: 386 20Mhz 4MB RAM. Those were the days! T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: no, orangePC was third party. Apple actually had the card, looks like it was C610 T3/r7/2020-12-06.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: wasnt that a lot of ram for a 386? :) T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: my 386 only had 2 mb ram. but it ran wolfenstein 3d good enough T3/r7/2020-12-06.txt.gz:{chan ch=tech}Gilduran Tech: I upgraded. Tool something like 8 sticks to get 4MB T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: I have a Hyundai Neuron 425SLC laptop, 486 with 2MB RAM and 117MB hard drive T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: Biker, you still have that old monster? T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: yep T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: the hyundai was very small, 16-shade grayscale screen T3/r7/2020-12-06.txt.gz:{chan ch=tech}Gilduran Tech: I wish I still had my first PC T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: the Mac SE even still works. For a while I had it on a shelf in the kitchen to use hypercard stacks for recipes T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: my first pc cost $1,600. now its not even worth using as a doorstop. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Gilduran Tech: lol T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: 1600 is so cheap T3/r7/2020-12-06.txt.gz:{chan ch=tech}Gilduran Tech: I could fit all the storage on my first couple of computers on one USB now a days T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: at the time i did not understand what the big yellow sticker on the back said. "reconditioned" it said. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: well, you can also get a TB USB nowadays ;-) T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: god, the 950 was $7000 in 1992 for the base model, forget about after maxing RAM and storage T3/r7/2020-12-06.txt.gz:{chan ch=tech}Gilduran Tech: Ouch! T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: heh, anyone need a copy of Metrowerks CodeWarrior CDs? T3/r7/2020-12-06.txt.gz:{chan ch=tech}HoHoHooker Noegel Tech: but it's future proof D: T3/r7/2020-12-06.txt.gz:{chan ch=tech}Gilduran Tech: Anyone else have a Coleco(sp) Adam? T3/r7/2020-12-06.txt.gz:{chan ch=tech}Sheriff Shindo Tech: and now a cheap cellphone outperforms it T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I miss codewarrior :( T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: a ti calculator outperforms it... T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: and you HAD to purchase components from Apple, right? there werent any aftermarket parts, eh? T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: the casio terrorist watch probably outperforms it T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: yeah, code once many platforms was amazing T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: nah, there's always been a pretty good aftermarket for Mac stuff T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: other world computing and such T3/r7/2020-12-06.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: lol. I had ordered a brand new mini to crunch against covid with an eGPU, my future ex wife showed up thinking I would still give it to her. Said I pawned it lol :) T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: back then i mean. in highschool they had a mac iise as a CAD machine controlling a pen plotter. to upgrade it took apple components (1989). upgrading it halved the time it took to do a blueprint T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: yeah, OWC has been in that business since back then T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: hey, speaking of all this old stuff, I really should fire up one of my older machines and copy all that stuff to newer media...shame nobody ever made a decent/inexpensive SCSI-to-USB adapter T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: yep, magnetic media can hold onto information for only so long... T3/r7/2020-12-06.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: its hard to even find a laptop these days that has an internal DVD drive T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: i have one, just stopped using it a few months ago T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: heh, the Mac SE has an external Warp 9 Photon 40 40MB hard drive that still worked the last time I fired it up T3/r7/2020-12-06.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: How important is seq read write speeds on an ssd? is this PCIe gen 4 upgrade worth it?? T3/r7/2020-12-06.txt.gz:{chan ch=tech}Asfor Tech: because random reads are potential and frequent cache misses. but it's not so important as with spinning disks T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: another ancient thing I have that still works: https://imgur.com/a/ZutJfZq :-) T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: palm pilots were wonderful gadgets T3/r7/2020-12-06.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: i have one somewhere... i think T3/r7/2020-12-06.txt.gz:{chan ch=tech}Asfor Tech: cool, today it may present even a collectible value T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: i have some of the older greentone pilots, but my favorite was a tungesten t2, but it wont charge up any more T3/r7/2020-12-06.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: story of my life lol :) they were cool devices, used to play chess on the dam trolleys on my way home T3/r7/2020-12-06.txt.gz:{chan ch=tech}Rexifelis Tech: i read a LOT of ebooks on them T3/r7/2020-12-06.txt.gz:{chan ch=tech}Asfor Tech: mine first was a Windows CE iPAQ, and yeah, it was cool for reading T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: This is the Palm Pilot Professional, it just takes 2 AAA batteries, so put some in and it fired right up. I knew where the Palm was, I'll have to look around for the cradle (and see what the other end of it is, it might be a Mac DIN8 serial) T3/r7/2020-12-06.txt.gz:{chan ch=tech}Princess Alison Tech: I want to find a plugin that can track my aarch pieces. Specifically I want to know if my casino chip is one I've already turned in - I have a bunch of pamphlets but I don't have a quick way of tracking which ones are/aren't casino chip T3/r7/2020-12-06.txt.gz:{chan ch=tech}Princess Alison Tech: Any suggestions? T3/r7/2020-12-06.txt.gz:{chan ch=tech}Talbor Tech: there's one, i'll see if I have it bookmarked T3/r7/2020-12-06.txt.gz:{chan ch=tech}Princess Alison Tech: Thanks :) T3/r7/2020-12-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: https://pastebin.com/kEPWbGdv --> Alison, Endymion's Aarch tracker. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Talbor Tech: That's it. Going to bookmark it on my laptop now to, thanks T3/r7/2020-12-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, it expires in an hour. I suppose I can change it to never expire, then. T3/r7/2020-12-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: There, changed it. T3/r7/2020-12-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Now you can safely bookmark it. :P T3/r7/2020-12-06.txt.gz:{chan ch=tech}Talbor Tech: Oh didn't know it expired, thanks :) T3/r7/2020-12-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: My default is to have it expire after an hour. Sometimes I forget to change it, though. :p T3/r7/2020-12-06.txt.gz:{chan ch=tech}Antifa Raded Tech: anyone have any strong opinions on a combo modem/wifi router with a 5GHz band? T3/r7/2020-12-06.txt.gz:{chan ch=tech}Antifa Raded Tech: comcast apparently charges $15/mo for their thing T3/r7/2020-12-06.txt.gz:{chan ch=tech}Luc Tech: for some reason my status bar is in the middle of my screen, using mushclient T3/r7/2020-12-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So, drag it and move it elsewhere? T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Is there a GMCP way to setup a double trigger? I missed this aard trigger cause i was in another window =( T3/r7/2020-12-06.txt.gz:{chan ch=tech}Sheriff Shindo Tech: no BUT it also goes to discord T3/r7/2020-12-06.txt.gz:{chan ch=tech}404 Eroe Tech: turn on sounds? T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Sounds only work... if they are triggered T3/r7/2020-12-06.txt.gz:{chan ch=tech}Giddorah Tech: Add it to your prompt and trigger on that :) T3/r7/2020-12-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Stormwind: You need my Telegram plugin. T3/r7/2020-12-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, wait, but these doubles aren't usually uniform triggers. T3/r7/2020-12-06.txt.gz:{chan ch=tech}404 Eroe Tech: oh I get what you're saying. sorry T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Calm Stormwind Tech: yeah this double just happened no text from what i saw T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Calm Stormwind Tech: which is why i was wondering if it sends anything GMCP that can be triggered off of T3/r7/2020-12-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If you really want to, you can set a timer every minute to send "Double" and trigger off that. T3/r7/2020-12-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Nope. T3/r7/2020-12-06.txt.gz:{chan ch=tech}A Calm Stormwind Tech: bleh so prompt or timer. sad panda T3/r7/2020-12-06.txt.gz:{chan ch=tech}Giddorah Tech: Or prompt T3/r7/2020-12-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Giddorah, a minute late. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Giddorah Tech: Wouldn't it be 30 seconds late? T3/r7/2020-12-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: We're both men. You know we exaggerate 30 seconds. T3/r7/2020-12-06.txt.gz:{chan ch=tech}Giddorah Tech: Haha, touché :) T3/r7/2020-12-06.txt.gz:{chan ch=tech}Adele Tech: weird. my cp check command doesn't seem to be working T3/r7/2020-12-06.txt.gz:{chan ch=tech}Sath Tech: probably a plugin hiding the output T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: MUSHclient and Lua questions answered here T3/r7/2020-12-06.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: If I put Lua on my resume, am I outing myself as a dirty scripter? T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: probably T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: but it worked for me T3/r7/2020-12-06.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Yeah that was follow up T3/r7/2020-12-06.txt.gz:{chan ch=tech}Tech: do you ever want to program in brazil? T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I prefer Python T3/r7/2020-12-06.txt.gz:{chan ch=tech}Impurifan Tech: will lua help me get a date? T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: it could T3/r7/2020-12-06.txt.gz:{chan ch=tech}Areia Tech: os.date() T3/r7/2020-12-06.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I think a lot of the date functions come from Os? T3/r7/2020-12-06.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: you could make a lua script that swipes tinder automatically T3/r7/2020-12-06.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: if your calledar is set properly... sure T3/r7/2020-12-06.txt.gz:{chan ch=tech}Contigo Tech: or grindr T3/r7/2020-12-06.txt.gz:{chan ch=tech}Impurifan Tech: ....only fiendish got it. Nerds. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Antifa Raded Tech: anyone have any recommendations for a combo cable modem/wifi router? T3/r7/2020-12-07.txt.gz:{chan ch=tech}Rexifelis Tech: ive got something strange. i have a bag, with potions inside. the bag does not show up in my inventory, but i can look inside it. i cannot get anythig from inside though. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Areia Tech: Is the bag invis maybe? T3/r7/2020-12-07.txt.gz:{chan ch=tech}Rexifelis Tech: im a ninja so can see invis/hidden objects T3/r7/2020-12-07.txt.gz:{chan ch=tech}Rexifelis Tech: would logging out and back in fix? T3/r7/2020-12-07.txt.gz:{chan ch=tech}Areia Tech: Oh I bet I know T3/r7/2020-12-07.txt.gz:{chan ch=tech}Areia Tech: Are you holding it? T3/r7/2020-12-07.txt.gz:{chan ch=tech}ImmPromptu Broud Tech: you're wearing it. type eq T3/r7/2020-12-07.txt.gz:{chan ch=tech}Areia Tech: ha. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Rexifelis Tech: oh duh. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Rexifelis Tech: sorry, thanks for helping T3/r7/2020-12-07.txt.gz:{chan ch=tech}Braun Tech: I somehow cut my main mini window in half and can't resize it any bigger.... T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Which miniwindow, and why can't you resize it? T3/r7/2020-12-07.txt.gz:{chan ch=tech}Braun Tech: the main one.. the one where most all of the output takes place.. and I can shrink it just to increase it's size past a certain limit... I hit something up near game > config... not sure what. T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: can try aard layout reset T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Also, in the future, do aard layout save so you just have to restore where your windows were at before. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Pestallel Tech: oh i did the thing that Crowley said and oh i don't like that... oofah T3/r7/2020-12-07.txt.gz:{chan ch=tech}Braun Tech: O goodness! now nothing will go below that limit... T3/r7/2020-12-07.txt.gz:{chan ch=tech}Pestallel Tech: lol T3/r7/2020-12-07.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley boggles at Braun. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Areia Tech: Maybe the splitscreen thing? I'm not a visual person so I'm just guessing. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Braun Tech: under window I selected aardwolf 1... that seems to fix the problem for me... T3/r7/2020-12-07.txt.gz:{chan ch=tech}Torsin Tech: I want to create an alias that casts a spell, then outputs some text - what command would I use to just output text? Using MUSHclient T3/r7/2020-12-07.txt.gz:{chan ch=tech}Zhalut Tech: a few ways. you could use "echo" T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Note("text"), print("text"), ColourNote("white", "blue", "text")... T3/r7/2020-12-07.txt.gz:{chan ch=tech}Zhalut Tech: you could use Note() or ColourNote() T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Can use "echo", too. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Torsin Tech: Great! Thanks for the options! :) T3/r7/2020-12-07.txt.gz:{chan ch=tech}Sath Tech: you can also make an alias that outputs text locally, by using SendTo: Output T3/r7/2020-12-07.txt.gz:{chan ch=tech}Torsin Tech: Ooh, nice! T3/r7/2020-12-07.txt.gz:{chan ch=tech}Sath Tech: then in your alias that casts the spell, have it cast the spell and use that alias T3/r7/2020-12-07.txt.gz:{chan ch=tech}Sath Tech: make sure it's set to "Execute" rather than "Send" T3/r7/2020-12-07.txt.gz:{chan ch=tech}A Calm Stormwind Tech: you can also write a program that make a file and put the text into the file, then another script picks that up build an SMS message and texts you. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Sath Tech: "Send" just sends the input to the server, "Execute" runs the commands through your aliases first T3/r7/2020-12-07.txt.gz:{chan ch=tech}Torsin Tech: Stormwind - whoa! T3/r7/2020-12-07.txt.gz:{chan ch=tech}A Calm Stormwind Tech: just wanted to make sure you had all the option available. ;) T3/r7/2020-12-07.txt.gz:{chan ch=tech}Torsin Tech: Sath, that last explanation helps a lot - thanks! T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Heh, Stormwind wants to complicate things. Just trigger them for my Telegram plugin. ;) T3/r7/2020-12-07.txt.gz:{chan ch=tech}[Battle] Scars Tech: fess up. who are the 8 zmud users T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Can't, they're all botting. T3/r7/2020-12-07.txt.gz:{chan ch=tech}[Battle] Scars Tech: fine! will the 6 cmud users please stand up :P T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Can't, they're all botting. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley's shifty eyes dart back and forth. T3/r7/2020-12-07.txt.gz:{chan ch=tech}A Calm Stormwind Tech: I think Zmud is better than mush personally, but more plugins written for aard exist. =\ T3/r7/2020-12-07.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Cmud rather T3/r7/2020-12-07.txt.gz:{chan ch=tech}Iron Duck Chuft Tech: I still use zmud :P T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: CMUD is archaic and isn't supported. :p T3/r7/2020-12-07.txt.gz:{chan ch=tech}Sath Tech: I've never used zmud, but know it was all the rage back in the day. What are some good features? T3/r7/2020-12-07.txt.gz:{chan ch=tech}A Calm Stormwind Tech: I'd use Cmud in a heart beat ifit had the plugins mush has. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Iron Duck Chuft Tech: it runs on an xp virtual machine T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I wouldn't with all the corruption. T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I can't count how many corrupted packages I'd get with CMUD. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Areia Tech: ZMUD had this great feature where it'd crash periodically. I loved it. T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And how I'd lose progress on work. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Areia. T3/r7/2020-12-07.txt.gz:{chan ch=tech}[Battle] Scars Tech: rofl T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It was like playing dice... if you roll the right combo, it crashed. T3/r7/2020-12-07.txt.gz:{chan ch=tech}A Calm Stormwind Tech: it's ok a lot of plugins come with that feature too =p T3/r7/2020-12-07.txt.gz:{chan ch=tech}[Battle] Scars Tech: use fewer plug ins T3/r7/2020-12-07.txt.gz:{chan ch=tech}[Battle] Scars Tech: type more T3/r7/2020-12-07.txt.gz:{chan ch=tech}[Battle] Scars Tech: lose more gqs T3/r7/2020-12-07.txt.gz:{chan ch=tech}Braun Tech: get carple tunnel T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Except you don't lose data that you've saved, because it doesn't corrupt your info. T3/r7/2020-12-07.txt.gz:{chan ch=tech}[Battle] Scars Tech: aardclient with mapper > other clients imo T3/r7/2020-12-07.txt.gz:{chan ch=tech}DirtyBubble Tech: I liked GMUD T3/r7/2020-12-07.txt.gz:{chan ch=tech}Braun Tech: carpal* tunnel T3/r7/2020-12-07.txt.gz:{chan ch=tech}[Battle] Scars Tech: what does mudrammer (ios app) show up as on client command? T3/r7/2020-12-07.txt.gz:{chan ch=tech}Veritheia Tech: Just lol if you're not just using plain telnet, you cheaters - DjV, 2020 T3/r7/2020-12-07.txt.gz:{chan ch=tech}Braun Tech: my wrists think I'm a winner though.. and that's all that matters... T3/r7/2020-12-07.txt.gz:{chan ch=tech}DirtyBubble Tech: there seems to be some beef with automation/macros/triggers T3/r7/2020-12-07.txt.gz:{chan ch=tech}[Battle] Scars Tech: more of a chicken thing T3/r7/2020-12-07.txt.gz:{chan ch=tech}A Calm Stormwind Tech: No beef, there is just DjVoltron. T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I called him out on something akin to that before. He claimed that anyone who got to t9 in a year must be a bot. So, I did the math based on his redos. T9 back then was something like 95m exp. The total of his redos that year was well over 95m... so, was he calling himself a bot? T3/r7/2020-12-07.txt.gz:{chan ch=tech}Sath Tech: ehh, you get exp a lot faster at t9 T3/r7/2020-12-07.txt.gz:{chan ch=tech}Areia Tech: Well, there's your problem. Using logic... T3/r7/2020-12-07.txt.gz:{chan ch=tech}Veritheia Tech: To just hit T9R7? Roll a blacksmith, get some enchanted sets, go to town. I mean, you'll be the worst T9R7 ever, but you'll be there. T3/r7/2020-12-07.txt.gz:{chan ch=tech}DirtyBubble Tech: I am all for smacking botters, but this isn't really a competitive mud T3/r7/2020-12-07.txt.gz:{chan ch=tech}DirtyBubble Tech: by that I mean mandatory open pvp like some of the old school muds. There isn't really any reason for someone to get angsty for leveling up faster T3/r7/2020-12-07.txt.gz:{chan ch=tech}Areia Tech: Still using logic... T3/r7/2020-12-07.txt.gz:{chan ch=tech}Razor Tech: Proven bots are removed. There is a high bar to proving it because who wants to nuke someone then be wrong, but it has happened with plenty of high profile / high level characters. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Tech: [Battle] Scars nods. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Razor Tech: Outside of that, some people feel that we tolerate more automation than we should and rather than find a MUD with policies more to their liking would rather just bitch about it endlessly. T3/r7/2020-12-07.txt.gz:{chan ch=tech}DirtyBubble Tech: there are still quite a few out there, but none like this T3/r7/2020-12-07.txt.gz:{chan ch=tech}A Calm Stormwind Tech: people?? lets just blame DjVoltron solo on that one. =p *inno T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Nah, it's not just him, though. T3/r7/2020-12-07.txt.gz:{chan ch=tech}A Calm Stormwind Tech: really there are others like him? T3/r7/2020-12-07.txt.gz:{chan ch=tech}Veritheia Tech: There's no objective or natural rule when it comes to automating a game. So the only thing to go by are the rules of the MUD and what the MUD has collectively agreed, with Lasher's confirmation, to as the limits. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Tech: Razor didn't name anyone. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Razor Tech: S&D in particularly has been so "widely discussed" there is a helpfile for it. T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So have gqbots! T3/r7/2020-12-07.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley blinks innocently. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Veritheia Tech: Regardless of whether it's botting/automation or something else, some people will always find something to complain about. I don't think anyone is saying they have to be happy about the way things are, but they shouldn't take their personal vendetta out on the MUD and become a nuisance for everyone else. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Your Intuition Tech: can't please everyone. restrict more automation, others will complain. everyone likes and dislikes stuff and they are often conflicting. T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Fact is, the underlying complaint is, "That person is faster than I am, and I'm pretty fast, so they must be botting!" But it doesn't hold water. T3/r7/2020-12-07.txt.gz:{chan ch=tech}[Battle] Scars Tech: its like a bitch-about-it bingo card T3/r7/2020-12-07.txt.gz:{chan ch=tech}Razor Tech: I don't particularly love S&D because it discourages the original reason campaigns were added (exploration), but it's either change game mechanics to crush it and watch everyone switch to mob DBs instead, or worry about things I can influence. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Iron Duck Chuft Tech: nor did dune, that's why hetook the area out T3/r7/2020-12-07.txt.gz:{chan ch=tech}Tech: Iron Duck Chuft ducks, anticipating (Aleister) Crowley's reaction. T3/r7/2020-12-07.txt.gz:{chan ch=tech}[Battle] Scars Tech: dune is still there T3/r7/2020-12-07.txt.gz:{chan ch=tech}[Battle] Scars Tech: just by a different name T3/r7/2020-12-07.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley smirks at Iron Duck Chuft's saying. T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I still miss Chuft's special keyword you could use to send him tells... T3/r7/2020-12-07.txt.gz:{chan ch=tech}DirtyBubble Tech: I don't prescribe to the whole slippery slope argument either way. There are a lot of worse case scenarios both ways. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Veritheia Tech: I was going to comment on that but I got shut up by qreset T3/r7/2020-12-07.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Veritheia Tech: Well played T3/r7/2020-12-07.txt.gz:{chan ch=tech}DirtyBubble Tech: has there been any attempt to monetize the game (rl cash for qps, for instance)? T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: People donate for qp/tp/gold. T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: For others, that is. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Veritheia Tech: Check help donate T3/r7/2020-12-07.txt.gz:{chan ch=tech}DirtyBubble Tech: aside from donations, I mean T3/r7/2020-12-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Probably, though people keep it secret. Pretty sure a few characters have been sold here, too. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Ogreskull Tech: No, it's not like the Iron Ralms MUDs T3/r7/2020-12-07.txt.gz:{chan ch=tech}Ogreskull Tech: Sorry, I meant officially, as Crowley noted there are def trades for donations for gear on public boards T3/r7/2020-12-07.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: someone emailed me years ago to buy mine T3/r7/2020-12-07.txt.gz:{chan ch=tech}Razor Tech: well the donations *IS* "cash for qp". They're purchases, helpfile even says so. T3/r7/2020-12-07.txt.gz:{chan ch=tech}Razor Tech: so let's not pretend to be something we're not (or vice versa) T3/r7/2020-12-07.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley stops pretending to be a nice guy! T3/r7/2020-12-07.txt.gz:{chan ch=tech}[Battle] Scars Tech: woah T3/r7/2020-12-07.txt.gz:{chan ch=tech}[Battle] Scars Tech: that was pretending? T3/r7/2020-12-07.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2020-12-07.txt.gz:{chan ch=tech}A Calm Stormwind Tech: speaking of bot.. i mean scriptes. lets see how this hardcore remort goes *inno T3/r7/2020-12-07.txt.gz:{chan ch=tech}Areia Tech: Not gonna go well now I bet. :P T3/r7/2020-12-08.txt.gz:{chan ch=tech}Sath Tech: are there any resources out there for helping with aardwords? T3/r7/2020-12-08.txt.gz:{chan ch=tech}Tech: any Internet anagram tool would help with it T3/r7/2020-12-08.txt.gz:{chan ch=tech}Antifa Raded Tech: I look up one of those scrabble cheater websites T3/r7/2020-12-08.txt.gz:{chan ch=tech}Antifa Raded Tech: there's one where you can plug in like 30 letters at a time T3/r7/2020-12-08.txt.gz:{chan ch=tech}Sath Tech: hm, good idea T3/r7/2020-12-08.txt.gz:{chan ch=tech}Cavalera Tech: what is the command to lock/unlock resizing windows in mushclient please? UI is all over the place for some reason and I cannot recall the unlock command T3/r7/2020-12-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: check out aard layout help T3/r7/2020-12-08.txt.gz:{chan ch=tech}Sheriff Shindo Tech: all those options are seen with mapper help T3/r7/2020-12-08.txt.gz:{chan ch=tech}Cavalera Tech: aard layout is gonna get me there, thanks Crowley T3/r7/2020-12-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Not those options, Shindo. T3/r7/2020-12-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can find more helps under 'aard help' T3/r7/2020-12-08.txt.gz:{chan ch=tech}Sheriff Shindo Tech: yeah, i know, my brain is on holiday T3/r7/2020-12-08.txt.gz:{chan ch=tech}Pestallel Tech: Why is it that I read tech at times when you're discussing stuff I didn't know about, then I get stuck during combat trying new themes? T3/r7/2020-12-08.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers with Pestallel about their shared secret. T3/r7/2020-12-08.txt.gz:{chan ch=tech}Tech: Pestallel settles on Green Neon, and didn't die. T3/r7/2020-12-08.txt.gz:{chan ch=tech}Braun Tech: is there a guide to writing plugins? I know I could write one but it would be nice to know where to begin. T3/r7/2020-12-08.txt.gz:{chan ch=tech}A Calm Stormwind Tech: there is yes. T3/r7/2020-12-08.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Pester Fiendish. T3/r7/2020-12-08.txt.gz:{chan ch=tech}A Calm Stormwind Tech: j/k I don't know of anything besides the forums. T3/r7/2020-12-08.txt.gz:{chan ch=tech}Antifa Raded Tech: there's a lot of good documentation out there for what the different functions do and what's available T3/r7/2020-12-08.txt.gz:{chan ch=tech}Braun Tech: Poor Fiendish gets enough pestering, what the guy needs is a raise. T3/r7/2020-12-08.txt.gz:{chan ch=tech}Antifa Raded Tech: http://www.gammon.com.au/mushclient/ T3/r7/2020-12-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And Braun's not talking about the raise in his pants! T3/r7/2020-12-08.txt.gz:{chan ch=tech}Antifa Raded Tech: or here: http://www.gammon.com.au/mushclient/functions.htm T3/r7/2020-12-08.txt.gz:{chan ch=tech}Tech: Braun shakes his head. T3/r7/2020-12-08.txt.gz:{chan ch=tech}Ogreskull Tech: Like any piece of software/scripting having a clear goal/requirement list is a good place to start :) T3/r7/2020-12-08.txt.gz:{chan ch=tech}Braun Tech: I know what I want and i can write it using the in game aliases/triggers/vars but I'd like to try my hand at actually making one for open market. T3/r7/2020-12-08.txt.gz:{chan ch=tech}Braun Tech: I mean in client* T3/r7/2020-12-08.txt.gz:{chan ch=tech}Ogreskull Tech: In that case, if you compare some existing plugins and look at those tutorials, it should be pretty straightforward :) T3/r7/2020-12-08.txt.gz:{chan ch=tech}A Can of Pringle Tech: is there a miniwin plugin to show quest and campaign status and timers? like, not targets, just "you can now take a quest" "you must level to campaign" etc T3/r7/2020-12-08.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: SnD has a circle color indicator but thats it T3/r7/2020-12-08.txt.gz:{chan ch=tech}Mousie Tech: on SnD it would be really nice to see "gq prog" without having to type it!! T3/r7/2020-12-08.txt.gz:{chan ch=tech}A Can of Pringle Tech: yeah I'm still waiting on crowley adding the mob database before switching to his version T3/r7/2020-12-08.txt.gz:{chan ch=tech}Antifa Raded Tech: anyone know of a quick guide to change someone's name in Active Directory/Exchange but keep the old e-mail address going to the new e-mail address automatically? T3/r7/2020-12-08.txt.gz:{chan ch=tech}Antifa Raded Tech: got a couple random guides from google but don't want to break anything T3/r7/2020-12-08.txt.gz:{chan ch=tech}Pestallel Tech: you want to keep the old address and put in a new one? T3/r7/2020-12-08.txt.gz:{chan ch=tech}Antifa Raded Tech: yes T3/r7/2020-12-08.txt.gz:{chan ch=tech}Pestallel Tech: i think you can do that in powershell with smtpprimaryaddress or something. T3/r7/2020-12-08.txt.gz:{chan ch=tech}Antifa Raded Tech: would make life easier for the user to keep receiving e-mails from the old address T3/r7/2020-12-08.txt.gz:{chan ch=tech}Tech: Pestallel thinks ... he's not sure T3/r7/2020-12-08.txt.gz:{chan ch=tech}DirtyBubble Tech: my wife grows tired of my hammering up and enter to cast a spell multiple times. Is there a quieter way to do it? T3/r7/2020-12-08.txt.gz:{chan ch=tech}Princess Alison Tech: Yes. Use an alias. T3/r7/2020-12-08.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: A couple fireworks could knock out her hearing... T3/r7/2020-12-08.txt.gz:{chan ch=tech}Sath Tech: you can also set mushclient to leave whatever command you've just typed in the box and highlight it T3/r7/2020-12-08.txt.gz:{chan ch=tech}Sath Tech: removing one of those keypresses T3/r7/2020-12-08.txt.gz:{chan ch=tech}DirtyBubble Tech: I'll check that out T3/r7/2020-12-08.txt.gz:{chan ch=tech}<> Slips Tech: shift up control c enter T3/r7/2020-12-08.txt.gz:{chan ch=tech}Princess Alison Tech: For example, you could alias "h" to cast nerve shock thrice T3/r7/2020-12-08.txt.gz:{chan ch=tech}Princess Alison Tech: Then you can just type kill mob, then press h and let the alias do the work T3/r7/2020-12-08.txt.gz:{chan ch=tech}Princess Alison Tech: read help stacked commands for legality of doing so, what I just described is legal but moving around with stacks is not T3/r7/2020-12-08.txt.gz:{chan ch=tech}Princess Alison Tech: moving around and killing* T3/r7/2020-12-08.txt.gz:{chan ch=tech}Princess Alison Tech: Also, if you're willing to take a bit of time to write a short script, you could make your attack skill aliases detect what level you are and cast the appropriate attack, thus saving you from having to manually switch T3/r7/2020-12-08.txt.gz:{chan ch=tech}DirtyBubble Tech: thanks for the advice T3/r7/2020-12-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient questions something something T3/r7/2020-12-08.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: is there a way in mapper to change the color of the room im in? the pink is hard to see in a pk room area T3/r7/2020-12-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: not permanently. there used to be ways to customize the colors but I removed them. I don't remember why T3/r7/2020-12-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: one day I'll add them back in T3/r7/2020-12-08.txt.gz:{chan ch=tech}<> Slips Tech: color bleed? T3/r7/2020-12-08.txt.gz:{chan ch=tech}Mannec Tech: i bet you can change that color to something else in the base client. of course, then _all_ the pink would be something else... T3/r7/2020-12-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: one could always edit the plugin T3/r7/2020-12-08.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: editing it is my next plan, was just hoping i missed a command T3/r7/2020-12-08.txt.gz:{chan ch=tech}Sivak Tech: my christmas present is in the mail T3/r7/2020-12-08.txt.gz:{chan ch=tech}Sivak Tech: https://www.dell.com/en-us/shop/cty/pdp/spd/xps-8940-desktop/xd8940se07s T3/r7/2020-12-08.txt.gz:{chan ch=tech}Sivak Tech: i9 T3/r7/2020-12-08.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: we'll get right on that T3/r7/2020-12-08.txt.gz:{chan ch=tech}Brobeo Tech: Is that powerful enough to run aard? T3/r7/2020-12-08.txt.gz:{chan ch=tech}Sivak Tech: I got the gtx 2070 super T3/r7/2020-12-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Heh, to run Aard, you could run it off a Windows 3.1 computer. T3/r7/2020-12-08.txt.gz:{chan ch=tech}Sivak Tech: ya diablo 3 can be set to 3000 x 2000 T3/r7/2020-12-08.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley's shifty eyes dart back and forth. T3/r7/2020-12-08.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: imagine the fps on the screen of type T3/r7/2020-12-08.txt.gz:{chan ch=tech}Sivak Tech: 60 hrtz T3/r7/2020-12-08.txt.gz:{chan ch=tech}Sivak Tech: and it v sync T3/r7/2020-12-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: how much is 2070 super compared to a 3070 or 3080? T3/r7/2020-12-08.txt.gz:{chan ch=tech}Sivak Tech: on here it says 2070 super is add $50 T3/r7/2020-12-08.txt.gz:{chan ch=tech}Veritheia Tech: 2070 super is the same price as 3070 at nvidia so.. don't do that T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: with Dinv grepping invmon data, am I still able to write triggers to read invmon data? T3/r7/2020-12-09.txt.gz:{chan ch=tech}Areia Tech: Yeah. T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: am I able to see this data so I know what it looks like also while using dinv? T3/r7/2020-12-09.txt.gz:{chan ch=tech}Areia Tech: help Invmon shows it, or you could make a quick trigger to capture any line starting with {invmon} and just print it back out if you need to see it like that. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Areia Tech: Or temporarily disable dinv of course. T3/r7/2020-12-09.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: thats actualy a good way to echo it without fiddling with dinv itself T3/r7/2020-12-09.txt.gz:{chan ch=tech}Tech: Areia starts to sing 'Bots don't cry.....' T3/r7/2020-12-09.txt.gz:{chan ch=tech}Areia Tech: Oops mis :P T3/r7/2020-12-09.txt.gz:{chan ch=tech}Tech: CheeZy Bot HiSaZuL hunches his shoulders, wrinkles his face, and squints at Areia. T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: ahh thanks! T3/r7/2020-12-09.txt.gz:{chan ch=tech}Tech: Areia goes: "No Problem!" T3/r7/2020-12-09.txt.gz:{chan ch=tech}Robbo Tech: Investigating this morning: https://linux.oracle.com/switch/centos/ T3/r7/2020-12-09.txt.gz:{chan ch=tech}Robbo Tech: Stoopid Redhat and their CentOS changes. T3/r7/2020-12-09.txt.gz:{chan ch=tech}404 Eroe Tech: they just want your $$$. IBM is almost as bad as Oracle. T3/r7/2020-12-09.txt.gz:{chan ch=tech}404 Eroe Tech: which I wrote before clicking that link. :o T3/r7/2020-12-09.txt.gz:{chan ch=tech}Robbo Tech: I'm a little surprised at Oracle's business model on this one. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Robbo Tech: Been running CentOS where I work for several years with no support concerns, but long-term support is necessary. T3/r7/2020-12-09.txt.gz:{chan ch=tech}404 Eroe Tech: okay so my question is: how long will this be a thing until they have everyone and then they're like haha bitches thanks for switching we're now going to charge. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Robbo Tech: The whole CentOS Stream thing doesn't fit that model at all. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Robbo Tech: Well, at that point I'll do the next step (that I would rather avoid at this point) and flip over to Debian LTS. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Tech: 404 Eroe nods. T3/r7/2020-12-09.txt.gz:{chan ch=tech}404 Eroe Tech: assuming they're honest about this, it's really cool. Also you get ZFS/DTrace/etc. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Robbo Tech: It's been around a while... and really they're just rebadging RedHat's work, so it's probably easy money for them. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Tech: 404 Eroe nods. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Robbo Tech: You want support on your free distro? We gotcha covered! T3/r7/2020-12-09.txt.gz:{chan ch=tech}404 Eroe Tech: this FAQ throws so much shade at Redhat, I love it. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Robbo Tech: Yeah, that's much better than the more formal PDF FAQ I found first :P T3/r7/2020-12-09.txt.gz:{chan ch=tech}404 Eroe Tech: but they do make a good point, you can just buy your contract and let it lapse without having to have a specific distro for support and then keep paying for it. T3/r7/2020-12-09.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: oh versus Adobe making me get their whole creative suite subscription just for one piece of software? :) T3/r7/2020-12-09.txt.gz:{chan ch=tech}Tech: Robbo sobs in misery. T3/r7/2020-12-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Speaking of Adobe... I got a request to update Adobe Flash today... despite support ending for it this month... T3/r7/2020-12-09.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: No no no, Software as a service has nothing to do with generating regular, reoccuring profit for the the companies. It's just about the customers! T3/r7/2020-12-09.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I had a PHP for Flash book still on my amazon wishlist. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Robbo Tech: Man, you are old. T3/r7/2020-12-09.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I may have joined Amazon when it was just books. T3/r7/2020-12-09.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: And DVDs T3/r7/2020-12-09.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Should have bought stock then. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Robbo Tech: https://www.amazon.ca/HTML-Unleashed-2nd-Rick-Darnell/dp/0672313472 T3/r7/2020-12-09.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: yup :) i even found my old geocities page on archive or whatever that site is called. cant find it anymore of course lol T3/r7/2020-12-09.txt.gz:{chan ch=tech}404 Eroe Tech: I wonder how much of the UEK is oracle and how much of it is them just rebranding the linux kernel releases into a pretty document. T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Drats I wiped out my temp and downloads folder and apparently I had plugins installed from the downloads location.. anyway to retreive the list of missing plugins? T3/r7/2020-12-09.txt.gz:{chan ch=tech}Braun Tech: how many plugins did you have installed? When I wiped my hard drive and decided to start playing again I just went by feel. When I realized what was missing I just installed it again. T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: it was only about 4, I replaced dinv, I know I'm missing the winkle spellup one but I think it listed 2 others I don't remember. T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: nevermind found the spellup one. now to figure out what else I was missing. T3/r7/2020-12-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can open up the .mcl file to find out which plugins were initially installed. T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Trying to find that file. T3/r7/2020-12-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's the .mcl file under worlds, the one that is loaded when you start MUSH. T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: it isn't showing the missing ones, I had closed aard and reopened it hoping to get the messages again but I did not. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley comforts A Calm Stormwind. T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: I got the important ones, dinv and spellup. I'm sure the other ones will come in time. T3/r7/2020-12-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's why I always extract them to a different folder. :p T3/r7/2020-12-09.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley chuckles politely. T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Yeah, lesson learned. T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: oh maybe I didn't shift-delete and they are in the recycle bin. T3/r7/2020-12-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: ... T3/r7/2020-12-09.txt.gz:{chan ch=tech}Tech: Noel Noel Noegel sits down and thinks deeply. T3/r7/2020-12-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: YouTube is taking after Netflix now... Been playing Peppa Pig on YouTube since kids are home on quarantine since their teacher tested positive. It just asked me to confirm if we were still watching... T3/r7/2020-12-09.txt.gz:{chan ch=tech}Pestallel Tech: It's actually been doing that for a while. Their mantra is: "If you're going to play that many videos, get a premium membership." T3/r7/2020-12-09.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: makes sense, don't want to spend bandwith if no ones watching T3/r7/2020-12-09.txt.gz:{chan ch=tech}Tech: Noel Noel Noegel is agreeing with that PenguinGod Galoth person again... T3/r7/2020-12-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Never realized that, since I don't do autoplay. It's on autoplay for the kids so I can work in peace, though. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Noel Noel Noegel Tech: that feature saves millions a year, it's literally not an intrusive feature T3/r7/2020-12-09.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: i bet someone has made a auto resume extension T3/r7/2020-12-09.txt.gz:{chan ch=tech}Pestallel Tech: I noticed it after keeping some no-vocal-edm-chillstep-zone-out-while-you-work playlists going T3/r7/2020-12-09.txt.gz:{chan ch=tech}Antifa Raded Tech: I got an "are you still watching" on Hulu last week after letting a show play for like 6 hours T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Working on a skinning manager for crafter. With invdata or invitem or invdetails is there a way to tell the item is a skin other than the rot-death timer? Anyway to check keywords? Also what does animated mean? T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: {invitem}2396594606,M,a pair of leggings skinned from a cooking kobold,91,7,1,-1,1200l T3/r7/2020-12-09.txt.gz:{chan ch=tech}Sath Tech: is string.find(s, " skinned from ") not good enough? T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: I could do a match, was hoping to check keywords if possible just because matching on a string is only the best choice when its the only option. =\ T3/r7/2020-12-09.txt.gz:{chan ch=tech}Sath Tech: the only way I know of to find keywords is identify T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: any idea what animated means in invdetails? T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: {invheader}2396594606|91|Armor|100|10|legs|unique, magic, melt-drop, v3, animated, staticchecked|||17 minutes and 41 seconds|5|||20 T3/r7/2020-12-09.txt.gz:{chan ch=tech}Sath Tech: does it have to do with animate object? T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: could be, but since this is a skin was curious. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Kahraman Tech: hello T3/r7/2020-12-09.txt.gz:{chan ch=tech}Kahraman Tech: i get Line 69: Attribute name 'data-pjax-transient' not followed by '=' (Cannot load) -error with crowleys s^d plugin T3/r7/2020-12-09.txt.gz:{chan ch=tech}Kahraman Tech: any idea for solution? T3/r7/2020-12-09.txt.gz:{chan ch=tech}Braun Tech: have you tried turning it off and then back on again? (reinstall). T3/r7/2020-12-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's because you right-clicked and choose 'save as'. You need to select the green Code button and download zip and extract it. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Kahraman Tech: thanks T3/r7/2020-12-09.txt.gz:{chan ch=tech}Kahraman Tech: thanks Crowley T3/r7/2020-12-09.txt.gz:{chan ch=tech}Kahraman Tech: its a great plugin T3/r7/2020-12-09.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley smiles happily. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Kahraman Tech: off T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: How do I send a command but hide the text and response from hitting the command window? T3/r7/2020-12-09.txt.gz:{chan ch=tech}Sath Tech: SendNoEcho T3/r7/2020-12-09.txt.gz:{chan ch=tech}Sath Tech: and you'll need trigger(s) with "Omit from Output" to hide the response T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: ahh thanks I'll look up that one. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Kahraman Tech: quit T3/r7/2020-12-09.txt.gz:{chan ch=tech}Kahraman Tech: of T3/r7/2020-12-09.txt.gz:{chan ch=tech}Allgorath Tech: For my DISARMS trigger, if I type 'echo DISARMS', it doesn't work. I have to type 'echo DISARMS'. Weird. Anybody know why this is? Thanks in advance! T3/r7/2020-12-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Do you have a "*" before DISARMS? T3/r7/2020-12-09.txt.gz:{chan ch=tech}Allgorath Tech: No. My regex is 'w DISARMS'. I have the regex box checked, and the ignore case box checked. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Sath Tech: that regex shouldn't go off for the text "DISARMS", the regex requires something before DISARMS T3/r7/2020-12-09.txt.gz:{chan ch=tech}Sath Tech: the "\w " means at least one letter followed by a space, so when "echo DISARMS" just echoes "DISARMS", it won't match T3/r7/2020-12-09.txt.gz:{chan ch=tech}Allgorath Tech: Ohhhh, gotcha! Thanks! T3/r7/2020-12-09.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: Is there supposed to be a zip.lua in the lua/ folder? Trying to help someone install my plugins, but they're getting a missing module error 'zip' when trying to do "require 'zip'" in the code, but somehow it's always worked for me, and I'm not sure what's missing. T3/r7/2020-12-09.txt.gz:{chan ch=tech}Torsin Tech: I'm using Mushclient and trying to use the function doafter. The documentation shows the Lua example: DoAfter (10,"eat food") T3/r7/2020-12-09.txt.gz:{chan ch=tech}Torsin Tech: if I make an alias with that command, I send it to script, right? T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: is there a way to put a hyperlink inside a note or should I be using another method? T3/r7/2020-12-09.txt.gz:{chan ch=tech}A Calm Stormwind Tech: there was a auto practics plugin out there you typed prs and it praced important things.. I lost it anyone know where I can get it? T3/r7/2020-12-10.txt.gz:{chan ch=tech}Feihu Tech: how to do when i type dinv priority show that priority table is empty T3/r7/2020-12-10.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: i didnt get what you asked, but there is no show argument for priority. dinv help priority T3/r7/2020-12-10.txt.gz:{chan ch=tech}Feihu Tech: when i type dinv priority list,the result is that Priority table is empty T3/r7/2020-12-10.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: there should be a few default priorities T3/r7/2020-12-10.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: you could reinstall dinv and copy your inventory database over if you wanted default priorities back. T3/r7/2020-12-10.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: actually im not sure where priorities are saved, if they are saved with inventory data then that would be pointless... ehh idk T3/r7/2020-12-10.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: best bet would be to catch durel and ask T3/r7/2020-12-10.txt.gz:{chan ch=tech}Tech: CheeZy Bot HiSaZuL pokes Durel in the ribs. T3/r7/2020-12-10.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: just send him a tell he'll know best T3/r7/2020-12-10.txt.gz:{chan ch=tech}ZzZzZz Tech: I like dinv refresh all over dinf refresh, the latter is not complete/correct. T3/r7/2020-12-10.txt.gz:{chan ch=tech}Kahraman Tech: how to get rid of error 'Trigger function "xcp_index_line_end" not found or had a previous error.` T3/r7/2020-12-10.txt.gz:{chan ch=tech}Ogreskull Tech: i found reloading the plugin to be the easiest solution T3/r7/2020-12-10.txt.gz:{chan ch=tech}Kahraman Tech: yes, i have to do each time i kill a mob T3/r7/2020-12-10.txt.gz:{chan ch=tech}Greybeard Tech: restart mush? T3/r7/2020-12-10.txt.gz:{chan ch=tech}Escaped FireScape Tech: hey, so Im using tinyfugue (tf), and i have an issue with the packaged version disconnecting me when i look in bags, compiling it from source works, but then compression doesnt work, any ideas ? T3/r7/2020-12-10.txt.gz:{chan ch=tech}Mannec Tech: ive had quite a bit of success using a separate mccp utility. T3/r7/2020-12-10.txt.gz:{chan ch=tech}Escaped FireScape Tech: well tf supports mccp, im just confused why it doesnt work when compiling, thus i asked here if anyone else had that issue and perhaps a solution not involving installing external utilities T3/r7/2020-12-10.txt.gz:{chan ch=tech}Mannec Tech: alas, i have not. however, there is probably a compiler or source option to enable compression... perhaps there is a readme in there? T3/r7/2020-12-10.txt.gz:{chan ch=tech}Mannec Tech: also, the repository you got your source from might have a faq or forum. T3/r7/2020-12-10.txt.gz:{chan ch=tech}Escaped FireScape Tech: obviously i read the docs and compiler options or i wouldnt resort to ask in here T3/r7/2020-12-10.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Check the configure output to be sure it found libz. T3/r7/2020-12-10.txt.gz:{chan ch=tech}Mannec Tech: heh, that puts you in the top percentile. i usually ask on channels when the answer is just an alt-tab away :p T3/r7/2020-12-10.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: my favorite hobby is opening new browser tabs and then forgetting to read them T3/r7/2020-12-10.txt.gz:{chan ch=tech}Mannec Tech: i figure tabs >> bookmarks. T3/r7/2020-12-10.txt.gz:{chan ch=tech}Quadrapus Tech: i am also an avid fan of collecting brower tabs T3/r7/2020-12-10.txt.gz:{chan ch=tech}Mannec Tech: ahh, but how many of them do you use on a regular basis? T3/r7/2020-12-10.txt.gz:{chan ch=tech}Quadrapus Tech: probably like 4 / 50+ :P T3/r7/2020-12-10.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Vivaldi's tab management is pretty intuitive. Even my phone gives me messages "cant have more than 99 tabs open at a time, 1 was closed." i dunno which one lol :) T3/r7/2020-12-10.txt.gz:{chan ch=tech}Quadrapus Tech: actually in the market for a new windows browser, chrome is just terrible these days T3/r7/2020-12-10.txt.gz:{chan ch=tech}Quadrapus Tech: if anyone has suggestions T3/r7/2020-12-10.txt.gz:{chan ch=tech}Mannec Tech: slacker. i do the rounds on mine twice a week. not sure how many tho, since my screen is only so wide :p T3/r7/2020-12-10.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: vivaldi T3/r7/2020-12-10.txt.gz:{chan ch=tech}Quadrapus Tech: checking it out now, thanks T3/r7/2020-12-10.txt.gz:{chan ch=tech}Mannec Tech: firefox. much saner pinned-tab management. T3/r7/2020-12-10.txt.gz:{chan ch=tech}Quadrapus Tech: i just need something thats not going to make my laptop a fire hazard T3/r7/2020-12-10.txt.gz:{chan ch=tech}Mannec Tech: its called 'a desktop'. T3/r7/2020-12-10.txt.gz:{chan ch=tech}Quadrapus Tech: i travel a lot :) T3/r7/2020-12-10.txt.gz:{chan ch=tech}Mannec Tech: thats good. odds are you will be far away from your desktop when it catches fire. T3/r7/2020-12-10.txt.gz:{chan ch=tech}Quadrapus Tech: favorite power move is getting on a NY->SF flight carrying only a laptop and nothing else T3/r7/2020-12-10.txt.gz:{chan ch=tech}Tech: Quadrapus laffs at Mannec. T3/r7/2020-12-10.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I've had zero overheating issues with my Tandy 102 Portable Computer T3/r7/2020-12-10.txt.gz:{chan ch=tech}Mannec Tech: you might be surprised how much software development you can do on a ti graphing calculator. T3/r7/2020-12-10.txt.gz:{chan ch=tech}Mannec Tech: sounds like a good way to get picked up by dea, q. but yes, big power move. T3/r7/2020-12-10.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: mannec can you help me decide on a new laptop configuration? I need to travel light. T3/r7/2020-12-10.txt.gz:{chan ch=tech}Tech: Quadrapus laffs. T3/r7/2020-12-10.txt.gz:{chan ch=tech}Mannec Tech: fraid not. i hate laptops. always have. T3/r7/2020-12-10.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: you can set up Firefox to only keep the tab in view active... T3/r7/2020-12-10.txt.gz:{chan ch=tech}Mannec Tech: you can set up firefox to prevent you from navigating away from pinned tabs - its a huge time-saver at work where noone understands why they keep losing their pages... T3/r7/2020-12-10.txt.gz:{chan ch=tech}A Calm Stormwind Tech: I keep seeing this spammed in my client. Noexp is currently enabled. Threshold is set to 0 exp. Anyone had experinece with this? I am using Pwar's version. T3/r7/2020-12-10.txt.gz:{chan ch=tech}ZzZzZz Tech: Eww laptops. msc T3/r7/2020-12-10.txt.gz:{chan ch=tech}ZzZzZz Tech: Oops. Mis type T3/r7/2020-12-10.txt.gz:{chan ch=tech}Mannec Tech: nah, you had it right :p T3/r7/2020-12-10.txt.gz:{chan ch=tech}ZzZzZz Tech: Haha, I wanted to say that earlier on the laptop topic, but got distracted, and just now it was saved in Mush prompt memory while I accidently pressed it 8) T3/r7/2020-12-10.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: pwar's version of...what T3/r7/2020-12-10.txt.gz:{chan ch=tech}A Calm Stormwind Tech: S&D T3/r7/2020-12-10.txt.gz:{chan ch=tech}404 Eroe Tech: was one of the bugs that made me switch. T3/r7/2020-12-10.txt.gz:{chan ch=tech}Oddly Adarax Tech: so mapper is trying to take me through masaki clan area to get to the chessboard, but the path deadends. Anyone have any idea what the problem is? T3/r7/2020-12-10.txt.gz:{chan ch=tech}Areia Tech: masaki moved. T3/r7/2020-12-10.txt.gz:{chan ch=tech}Tech: probably an exit was changed T3/r7/2020-12-10.txt.gz:{chan ch=tech}A Calm Stormwind Tech: go to masaki's areas and forget it. T3/r7/2020-12-10.txt.gz:{chan ch=tech}Ralyn Tech: it's nu from recall now T3/r7/2020-12-10.txt.gz:{chan ch=tech}Oddly Adarax Tech: ah! Thanks T3/r7/2020-12-10.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: how are these virtual concerts pulled off live!? T3/r7/2020-12-11.txt.gz:{chan ch=tech}ShadowDragon Tech: how do i add portal to mapper again T3/r7/2020-12-11.txt.gz:{chan ch=tech}ShadowDragon Tech: do i need to be in the room it lands on T3/r7/2020-12-11.txt.gz:{chan ch=tech}High Risk Losteix Tech: "mapper portal commandstring" will tie the portal to whatever room you're standing in. T3/r7/2020-12-11.txt.gz:{chan ch=tech}ShadowDragon Tech: thx T3/r7/2020-12-11.txt.gz:{chan ch=tech}High Risk Losteix Tech: mapper fullportal will let you specify the destination room and portal level right on the command line. T3/r7/2020-12-11.txt.gz:{chan ch=tech}Vanellus Tech: If I back up the entire Aardclient folder inc the World, will that also be all the stuff known to my mapper? T3/r7/2020-12-11.txt.gz:{chan ch=tech}ZzZzZz Tech: Yeah T3/r7/2020-12-11.txt.gz:{chan ch=tech}Talbor Tech: yeah I just backup the whole mush folder T3/r7/2020-12-11.txt.gz:{chan ch=tech}Vanellus Tech: thx. Aard is literally one of the only things on my local machine and not in the cloud. T3/r7/2020-12-11.txt.gz:{chan ch=tech}Talbor Tech: the mapper is the aardworld.db file or something like that though. It's small enough I just back the whole folder up to be safew T3/r7/2020-12-11.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: i'm just playing aard off my dropbox :P T3/r7/2020-12-11.txt.gz:{chan ch=tech}ZzZzZz Tech: Its a trap. T3/r7/2020-12-11.txt.gz:{chan ch=tech}Allgorath Tech: Whenever I consider a mob, I get a message like 'A fuzzy caterpillar (+8 to +16)' instead of something like 'You had better run away from a fuzzy caterpillar.' I don't know what those numbers mean, and I don't know how to get back to the normal messages. I'm not sure what I did to make that start happening. The last thing I remember installing was Pwar's S&D. Would that be going it? T3/r7/2020-12-11.txt.gz:{chan ch=tech}Princess Alison Tech: yes T3/r7/2020-12-11.txt.gz:{chan ch=tech}Princess Alison Tech: pwar's snd changes the text consider to number based consider T3/r7/2020-12-11.txt.gz:{chan ch=tech}Percivale Tech: The number means about how many levels above/below you the mob is T3/r7/2020-12-11.txt.gz:{chan ch=tech}Princess Alison Tech: For example, type "help consider", you'll see a range of text messages and the relative mob levels. For instance "snickers nervously" means the mob is +2 to +4 levels above you. T3/r7/2020-12-11.txt.gz:{chan ch=tech}Princess Alison Tech: If you have pwar's snd installed, instead of seeing "a goblin snickers nervously", you'll see "goblin (+2-+4)" T3/r7/2020-12-11.txt.gz:{chan ch=tech}Allgorath Tech: Ah, I see. Thanks for the help guys! I'm sure I'll get used to it. It'll be the new normal! T3/r7/2020-12-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: When you MUD so much that when you try to unlock your work computer, you use Ctrl+Shift+P (Plugin access for MUSH) rather than Ctrl+Alt+Del... T3/r7/2020-12-11.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley boggles at the concept. T3/r7/2020-12-11.txt.gz:{chan ch=tech}Zhalut Tech: is there a MUSH repository with older builds of fiendish's files? T3/r7/2020-12-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Probably not. T3/r7/2020-12-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Why would you want older versions anyway? T3/r7/2020-12-11.txt.gz:{chan ch=tech}Zhalut Tech: i may overwritten one of the Lua files with a newer version, creating issues T3/r7/2020-12-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That doesn't make sense. T3/r7/2020-12-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, are you saying you took a newer version Lua file and copied it over to an older version of AardMUSH? T3/r7/2020-12-11.txt.gz:{chan ch=tech}Zhalut Tech: yeah T3/r7/2020-12-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Why not just update to the newest version, then? T3/r7/2020-12-11.txt.gz:{chan ch=tech}Torsin Tech: I have this: SetVariable ("ntcount", tonumber (GetVariable ("ntcount")) + 1) T3/r7/2020-12-11.txt.gz:{chan ch=tech}Torsin Tech: ntcount currently = 1, but it doesn't add. Any suggestions? T3/r7/2020-12-11.txt.gz:{chan ch=tech}A Calm Stormwind Tech: When you setit isn't it being set to 0? T3/r7/2020-12-11.txt.gz:{chan ch=tech}Torsin Tech: good point, I manually set it to 1, but 0 would be better T3/r7/2020-12-11.txt.gz:{chan ch=tech}A Calm Stormwind Tech: remove the +1 and run the code i bet it returns as 0. T3/r7/2020-12-11.txt.gz:{chan ch=tech}Torsin Tech: I want the code to add 1 to the current value T3/r7/2020-12-11.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: SetVariable ("levelvar", tostring(tonumber(GetVariable("leveldiff")) + %1 + 1)) is what i have for 1 that works, i think you have to have tostring in there T3/r7/2020-12-11.txt.gz:{chan ch=tech}Torsin Tech: why does the %1 have to be in there? T3/r7/2020-12-11.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: it pulls the level number from me leveling up T3/r7/2020-12-11.txt.gz:{chan ch=tech}Torsin Tech: so should: SetVariable ("ntcount", tostring(tonumber(GetVariable("ntcount")) + 1)) T3/r7/2020-12-11.txt.gz:{chan ch=tech}Torsin Tech: add 1 to the value of ntcount when triggered? T3/r7/2020-12-11.txt.gz:{chan ch=tech}Selitos Tech: your adding 1 to a string? T3/r7/2020-12-11.txt.gz:{chan ch=tech}Torsin Tech: I'm trying to add 1 to a variale every time it is triggered T3/r7/2020-12-11.txt.gz:{chan ch=tech}Sath Tech: it looks like it'll work if the variable is defined and contains a number T3/r7/2020-12-11.txt.gz:{chan ch=tech}Torsin Tech: It's not working, but I'm not sure why. The variable currently = 0. T3/r7/2020-12-11.txt.gz:{chan ch=tech}Sath Tech: does it display an error? T3/r7/2020-12-11.txt.gz:{chan ch=tech}Torsin Tech: No, no error. T3/r7/2020-12-11.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: where do you have it sending to? T3/r7/2020-12-11.txt.gz:{chan ch=tech}Torsin Tech: sending to script T3/r7/2020-12-11.txt.gz:{chan ch=tech}Sath Tech: are you sure the code is running? Add a Note("test") or something after it T3/r7/2020-12-11.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: Send ("echo test") T3/r7/2020-12-11.txt.gz:{chan ch=tech}Torsin Tech: still nothing T3/r7/2020-12-11.txt.gz:{chan ch=tech}Sath Tech: then your problem is the trigger or alias or whatever T3/r7/2020-12-11.txt.gz:{chan ch=tech}Sath Tech: isn't matching T3/r7/2020-12-11.txt.gz:{chan ch=tech}Torsin Tech: Ok, I'll double check, thanks! T3/r7/2020-12-11.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: SetVariable ("math", tostring(tonumber(GetVariable("math")) + 1)) T3/r7/2020-12-11.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: that one works T3/r7/2020-12-11.txt.gz:{chan ch=tech}Torsin Tech: I'l try that T3/r7/2020-12-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You don't need to tostring it. T3/r7/2020-12-11.txt.gz:{chan ch=tech}Sath Tech: I don't think the problem is the code, that's basically the same code T3/r7/2020-12-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Are you doing it off a trigger? T3/r7/2020-12-11.txt.gz:{chan ch=tech}Torsin Tech: working now, I didn't have the trigger right T3/r7/2020-12-11.txt.gz:{chan ch=tech}Tech: Sath :) T3/r7/2020-12-11.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly at Torsin. T3/r7/2020-12-11.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: sending to script with expand variables on T3/r7/2020-12-11.txt.gz:{chan ch=tech}Zhalut Tech: interesting that you needed expand variables. I thought the sign of using expanded variables was when people referenced them with @variablename T3/r7/2020-12-11.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: take everything i say with a grain of salt. i don't know how to code, i just work at stuff until it works T3/r7/2020-12-11.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Test of Faith isn't picked up by winkle's spellup. Anyone else experience that? T3/r7/2020-12-11.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: something wierd happening with my mapper. typing xrt stone (to go to fabled stone area) but it uses portal to tirna then goes w3nd and ends up stuck in tirna maze...not sure why its doing it or how to stop it. tried doing xset mark in stone but that's not working T3/r7/2020-12-11.txt.gz:{chan ch=tech}Mannec Tech: is it almost correct? would that portal save you some walking, if it were properly used? T3/r7/2020-12-11.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: i dont think it's almost correct T3/r7/2020-12-11.txt.gz:{chan ch=tech}Mannec Tech: welp - im out of ideas. T3/r7/2020-12-11.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: portal to tirna is just a maze where you portal into T3/r7/2020-12-11.txt.gz:{chan ch=tech}Brobeo Tech: try deleting the portal from mappers database and re adding it. Do you know how to do that? T3/r7/2020-12-11.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: yeah ok i'll delete the portal T3/r7/2020-12-11.txt.gz:{chan ch=tech}404 Eroe Tech: anyone have something that parses identify output? I know dinv does, but I'm not cool enough to step through how all of that works. T3/r7/2020-12-12.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Is there a way to compare mapper portals vs the portals in my inventory to possibly get a list of ones i have not used yet? T3/r7/2020-12-12.txt.gz:{chan ch=tech}404 Eroe Tech: don't think so, I don't think mapper tracks portal usage. T3/r7/2020-12-12.txt.gz:{chan ch=tech}Rosalee Tech: does the android aardwolf client still work? T3/r7/2020-12-12.txt.gz:{chan ch=tech}Wrecking Havvoc Tech: blowtorch ? T3/r7/2020-12-12.txt.gz:{chan ch=tech}Rosalee Tech: the aardwolf version http://www.aardwolf.com/play/android-mud.htm T3/r7/2020-12-12.txt.gz:{chan ch=tech}Rosalee Tech: someone said it stopped working in 2018 T3/r7/2020-12-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You should finger Shindo for Blowtorch-related stuff. It hasn't stopped working. T3/r7/2020-12-12.txt.gz:{chan ch=tech}Noel Noel Noegel Tech: aardwolf blowtorch client was removed from the play store but the regular client is there still T3/r7/2020-12-12.txt.gz:{chan ch=tech}Noel Noel Noegel Tech: you'll just need to do what Crowley suggested and get your plugins from shindo T3/r7/2020-12-12.txt.gz:{chan ch=tech}Rosalee Tech: blowtorch is still present in the play store and the aardwolf customized version was always and still is a standalone apk T3/r7/2020-12-12.txt.gz:{chan ch=tech}Braun Tech: any way to tell mapper that you can use "home" the same as "recall" to get to the manor instead? T3/r7/2020-12-12.txt.gz:{chan ch=tech}GraySong Gregor Tech: I guess set up a portal with command 'home' T3/r7/2020-12-12.txt.gz:{chan ch=tech}Areia Tech: go to manor, mapper portal home, set level to 1/0, mapper portalrecall T3/r7/2020-12-12.txt.gz:{chan ch=tech}Areia Tech: so if it ends up being say number 5 in the portals list, you'd do mapper portalrecall 5 T3/r7/2020-12-12.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: since I cant make or heads of what NuFHE is, I just assume its something I want to use lol :) Easier softer decision making in action! T3/r7/2020-12-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: MUSHclient and Lua questions answered here T3/r7/2020-12-12.txt.gz:{chan ch=tech}Drulvan Tech: been wanting to learn Lua, but can't get past the i dont know what the heck im doing phase (only exp i have is scriptsing with powershell) T3/r7/2020-12-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: We all start from that spot. T3/r7/2020-12-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: do you have any experience with any other programming languages? T3/r7/2020-12-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: besdies powershell T3/r7/2020-12-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: powershell is _extremely_ weird T3/r7/2020-12-12.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: I was suggested GO! language as a good starting point. yes but Im disabled, doing my best yall :) T3/r7/2020-12-12.txt.gz:{chan ch=tech}Braun Tech: The programming I do in Lua I learned from python... T3/r7/2020-12-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Python is an excellent language but hard to integrate with MUSHclient T3/r7/2020-12-12.txt.gz:{chan ch=tech}Braun Tech: Yeah, that's why I gave up and took up lua :P T3/r7/2020-12-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: the best resource I've found for learning Lua from scratch is... (plz wait while I find the links) T3/r7/2020-12-12.txt.gz:{chan ch=tech}Drulvan Tech: oh wow, sorry didn't realize i sent that T3/r7/2020-12-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Sent... what? T3/r7/2020-12-12.txt.gz:{chan ch=tech}Drulvan Tech: my question about learning lua :) T3/r7/2020-12-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: did you not want help? T3/r7/2020-12-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I can not post links if you don't want them T3/r7/2020-12-12.txt.gz:{chan ch=tech}Drulvan Tech: yea, i just got distracted and didn't relize i hit enter over here, i came back and saw you responding T3/r7/2020-12-12.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: post links pls T3/r7/2020-12-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: part 1: https://web.archive.org/web/20110304221222/http://www.phailed.me/2011/02/learn-lua-the-hard-way-1/ T3/r7/2020-12-12.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Well I dont want the hard way to learn it, I prefer simplicity :) even that URL is intimidating! lol T3/r7/2020-12-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: part 2: https://web.archive.org/web/20181111123148/http://www.phailed.me/2011/02/learn-lua-the-hard-way-tables/ T3/r7/2020-12-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: "learn X the hard way" is a meme in programming learning T3/r7/2020-12-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: part 3: https://web.archive.org/web/20190208214431/http://www.phailed.me/2012/05/problem-solving-with-lua/ T3/r7/2020-12-12.txt.gz:{chan ch=tech}Brobeo Tech: "the hard way" is just a meme in tech circles because so many resources about doing the easy way are terrible T3/r7/2020-12-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: not sure about some of the embedded images though T3/r7/2020-12-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I don't remember there being a giant butt in that last link T3/r7/2020-12-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: hold on while I dig through archive T3/r7/2020-12-12.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: learning as never been more fun! T3/r7/2020-12-12.txt.gz:{chan ch=tech}Drulvan Tech: thanks for the info! T3/r7/2020-12-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: ok....use this part 3 link instead: https://web.archive.org/web/20140829023833/http://www.phailed.me/2012/05/problem-solving-with-lua/ T3/r7/2020-12-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I guess this is a problem of dead links T3/r7/2020-12-12.txt.gz:{chan ch=tech}Mousie Tech: - what's the best plugin to see when the 3 moons are T3/r7/2020-12-13.txt.gz:{chan ch=tech}Useful Hadar Tech: why do i do this to myself ... T3/r7/2020-12-14.txt.gz:{chan ch=tech}Quadrapus Tech: Question about ctrl-f in MUSHclient... is there a way to continue searching, or can you only find the first instance of your input? T3/r7/2020-12-14.txt.gz:{chan ch=tech}Quadrapus Tech: Thanks T3/r7/2020-12-14.txt.gz:{chan ch=tech}Tinypotato Tech: ctrl-shift-f (find again)? T3/r7/2020-12-14.txt.gz:{chan ch=tech}Quadrapus Tech: thank you T3/r7/2020-12-14.txt.gz:{chan ch=tech}Mousie Tech: i'm getting a message - Goto room result (go): Can't do that now - you must be standing and ready. on SnD. Anyone else get this? I'm standing not sure why it's giving me this. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Brobeo Tech: try sitting and standing back up T3/r7/2020-12-14.txt.gz:{chan ch=tech}Mousie Tech: didn't work - also on the SnD interface gui thing - I can't click on the 1-11 campaign mobs for some reason too. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Rexifelis Tech: your client could be bugged T3/r7/2020-12-14.txt.gz:{chan ch=tech}Rexifelis Tech: exit it, close it and start it up again T3/r7/2020-12-14.txt.gz:{chan ch=tech}Mousie Tech: ahh closing my client and reopening worked ty T3/r7/2020-12-14.txt.gz:{chan ch=tech}Rexifelis Tech: yer welcome T3/r7/2020-12-14.txt.gz:{chan ch=tech}Rexifelis Tech: it is what i do, troubleshoot pc, mac, networks, printers... blah blah blah T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: MUSHclient and Lua questions answered here for a bit T3/r7/2020-12-14.txt.gz:{chan ch=tech}Useful Hadar Tech: hrmmm had something for you earlier ... but i forgot because it was too long ago now T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So strange. Something must be corrupted, because when I request a quest, I get double the text (meaning I get the entire mobsay from quester twice) in the main window. Same thing happens when a quest becomes ready, and when a target is killed, but strangely not on quest complete. So very odd. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Corran Tech: Anyone familiar with the zip.lua file? T3/r7/2020-12-14.txt.gz:{chan ch=tech}Allgorath Tech: Hey guys, I don't think 'spamreduce all' is doing anything for me (or I'm misunderstanding how it works). When I do a 'spamreduce all', I can't tell a bit of difference. I did it yesterday, and I've been playing a lot since then, and I can't tell that I've done anything. For example, a little while ago I saw a hunger/thirst message, and I thought those were supposed to go away. Any idea what I might be doing wrong? T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Type 'spamreduce' and see what the statuses are for each? T3/r7/2020-12-14.txt.gz:{chan ch=tech}Allgorath Tech: The all say status 'Yes'. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But you saw the hunger message? T3/r7/2020-12-14.txt.gz:{chan ch=tech}Allgorath Tech: Yep. Is there any way that we can do a quick test to see if the flags are working? T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Maybe it was a fluke, or maybe you thought you saw it, or maybe it was something else completely different. If you see the message again (or any of the messages that should be hidden by spamreduce), then it could be a bug. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I've never seen the hunger/thirst message with spamreduce on it, and it does make a huge difference. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Allgorath Tech: Am I supposed to see the messages when other people run a spellup on me? T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: When it's on you, yes. When it's on them, no. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Allgorath Tech: Oh, OK. Gotcha on that one. I will look for the hunger message again. Thanks for your help! T3/r7/2020-12-14.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Allgorath Tech: Well, the SHOWDESC and MOBSTATUS settings are working with spamreduce. Maybe I hadn't ran it and only thought I did. Maybe that's why I saw the hunger messages. (shrug) T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: anyone Is search & destroy ok to use? If so, just download from github & go? T3/r7/2020-12-14.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Yep it's fine to use if downloaded from a safe source. Crowley, Pwar etc. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: So check with one of them rather than from github? T3/r7/2020-12-14.txt.gz:{chan ch=tech}A Calm Stormwind Tech: finger Crowley should take you to Github, or finger Pwar. Pwar doens't really play any more and Crowley keeps his version up to date. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can read more about it under 'help snd' T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: Ok, will do. I didn't know there was a help about it. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's relatively new. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: As in 2 months ago. :p T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: Crowley, if I decide to go ahead with it use the github version or is there a more recommended version T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, the first sentence in help snd should answer that one. :p T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: Ah, I see there's a link in the help file. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Antifa Raded Tech: is there a limited, pre-order only edition with unique skins? T3/r7/2020-12-14.txt.gz:{chan ch=tech}Selitos Tech: is the github versiobn the same as the version you can get through pwars plugin manager? T3/r7/2020-12-14.txt.gz:{chan ch=tech}Tech: Torsin bows humbly before Crowley. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: No, Solitos. T3/r7/2020-12-14.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Nope they are different. Tho Pwar's has some... bugs. And they won't be fixed. Your best bet is to use Crowleys. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Selitos Tech: hrm, i'm using pwars then should i change? T3/r7/2020-12-14.txt.gz:{chan ch=tech}Selitos Tech: yes i notice it does different thingssometime...i guess those are ugs T3/r7/2020-12-14.txt.gz:{chan ch=tech}A Calm Stormwind Tech: If you use PWar's I'd wait until Crowley had the mob database working in his version. if you've never used any SnD before. pick Crowleys. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Selitos Tech: oh the mob database in crowleys doesn't wor yet, my database it relatively new i only starting using it a few weeks ago but i like the database T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: I'm a bit of a newb on installing plugins. I put snd in the plugin folder, do I have to import the .md files as well? T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: No. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: All installing a plugin requires is the .xml file. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: Ok, thanks! :) I'm going to give it a try. T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: MUSHclient questions something something T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I have this super weird problem that just started up (after I was troubleshooting another plugin). Somehow, whenever quest info pops up (excepting quest complete), I get double the output. For instance, I'll get two lines of: QUEST: You may now quest again. (or whatever the line is), and two full paragraphs of the mobsay on quest request. Makes me wonder what got corrupted. It's like OnPluginBroadcast is getting pushed through twice on the main screen. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hell, it even copies doubles the "You ask Melvin for a quest." part right before the mobsay. T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: did you turn it off and on again? T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Restarted it, etc. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Of course, it works in a fresh client with only the two plugins related to quests installed. T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: only questor stuf? T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yeah, only questor stuff. T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: have you disabled questor plugins? T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: "You ask Melvin for a quest" isn't even GMCP stuff, though, which is really what throws me off. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yeah, and if I do that, I /think/ it goes back to working properly. I also copied all the plugins over to a fresh install, though, and suddenly, it started acting up again (even though the two plugins do not create a problem) T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, I mean two plugins alone* T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: what two plugins T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: SnD, and my Themed Tracker, which I've run side-by-side for a while now with no issue. T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: and if you disable them the problem goes away T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: so which one of those makes the problem appear? it's usually only one T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If I disable *one* of them, the problem goes away. But if I install both of them on a fresh install, there is zero problem at all. T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: until there is T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Even copying the state files over, it doesn't create a problem. T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: you said the new copy started having the problem too T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yeah. It's just super weird because I could understand it if it was GMCP stuff, purely. But there are components outside GMCP that are being doubled. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: No, the new copy had no problems with both of them installed. T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: so what does "I also copied all the plugins over to a fresh install, though, and suddenly, it started acting up again" mean? T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, sorry. I should have clarified. I ran the process through twice. When it's JUST the two plugins, no problem. And I have that in a fresh install. But I created a second fresh install, installed all the other plugins, and suddenly the problem started again. T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: what do you mean "all the other plugins" T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But if I disable one plugin in the problem MUSH, the problem goes away. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The other plugins I use, like my AardClock, data trackers, modified statmon window. T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: ok T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: well, true fact, a plugin can only duplicate a line if it does something on incoming lines T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: do any plugins trigger on those lines? T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: QUEST: You may now quest again --> That's highlighted. "You ask Melvin for a quest." and the resulting mobsay paragraph is not triggered at all. T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: did you try turning on debug tracing? T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: However, the GMCP resulting from being able to quest again (and requesting a quest) are broadcast. T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Game->Trace T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: broadcast how? T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yeah, and I looked into it, removed extraneous stuff that didn't fire OnPluginBroadcast because nothing else looked out of the ordinary. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'm talking about how Aardwolf broadcasts the GMCP data on "quest ready" and "quest request". T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The only thing that isn't doubled that still is a result of quest GMCP data is the rewards at the end. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: For instance, here's the output from requesting a quest: https://i.vgy.me/jrEekQ.png --> You can't tell it from the picture, but the mobsay block is repeated again after the last line (You ask Melvin for a quest), and that last line is right above the first line, too. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Then there's this one: https://i.vgy.me/W5YH3h.png T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: but it definitely doesn't happen if one of your plugins is disabled, right? T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Correct, as far as I can remember. I have a quest coming up in 5 minutes, so I'll double check then. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Mique Tech: - 121 T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: so what's happening inside the one you can disable to fix it? T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Nothing out of the ordinary that I'm aware of. It looks for OnPluginBroadcast for the GMCP, and then outputs strings like "Quest ready!" or "Quest target killed!", etc. And no doubling up of the "you may now quest again" line with Themed_Tracker disabled. Time to switch the two and see what happens. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Ooo... looks like it's the Themed tracker after all. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Could have sworn I checked both earlier. Guess I missed it. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But it doesn't cause the same problem in the new client. *boggle* T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: (Also, before asked, no, there are no triggers client-side that would create the same situation) T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: what does it do? T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Themed Tracker? Keeps track of quests completed, grabs info from GMCP for quest info. That's really the short of it. It also allows for customization of strings for output (so you can have it say, "Hooray! You killed the mob! Here are your winnings!" if you like). T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Also allows for customizing color schemes. T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: and if you disable it the problem ends? T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Took the idea from GdAnGuS years ago and converted it to MUSH. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: can you post the plugin somewhere? T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's up on my Github. Let me get you the direct link. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: https://github.com/AardCrowley/Aardwolf-Scripts/blob/master/Themed_Tracker/Themed_Tracker.xml T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I do use the deprecated way of gathering GMCP info, though (haven't updated it in a long time). T3/r7/2020-12-14.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: dunno T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yeah, it's quite weird. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Should mention I wasn't looking for a fix in general. Just find it quite odd. Best case scenario, you had come across it before. Worst case scenario, no one has any earthly idea. T3/r7/2020-12-14.txt.gz:{chan ch=tech}A Can of Pringle Tech: is there a way to manually set a room you are not currently in as norecall/noportal? T3/r7/2020-12-14.txt.gz:{chan ch=tech}A Calm Stormwind Tech: mapper help portals T3/r7/2020-12-14.txt.gz:{chan ch=tech}A Can of Pringle Tech: there it is thanks T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: I'm using search and destroy and I'm on a quest. When I enter 'xcp' I get: 'xcp' aborted - cp is active but target list is empty. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: Am I doing something wrong? T3/r7/2020-12-14.txt.gz:{chan ch=tech}Brobeo Tech: xq for quest T3/r7/2020-12-14.txt.gz:{chan ch=tech}KnightLord Throxx Tech: xq qill reload the quest target T3/r7/2020-12-14.txt.gz:{chan ch=tech}Mousie Tech: cp is campaign T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: Ah! That helps, thanks! T3/r7/2020-12-14.txt.gz:{chan ch=tech}Drulvan Tech: speaking of S&D (btw, whomever created this, i love you.) Is there a door trick (other than passdoor?) T3/r7/2020-12-14.txt.gz:{chan ch=tech}Oddly Adarax Tech: yes, cexits. Take a look at mapper help exits T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: So, should there be a way, using S&D, to arrive at the entrance, and then have it map the way to the target? T3/r7/2020-12-14.txt.gz:{chan ch=tech}Veritheia Tech: that is done in the mapper T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: you mean using mapper find and mapper goto? T3/r7/2020-12-14.txt.gz:{chan ch=tech}High Risk Losteix Tech: mapper isn't particularly good at mazes. but it's great at doors. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Veritheia Tech: the only thing snd "does" is save you from typing things manually T3/r7/2020-12-14.txt.gz:{chan ch=tech}Drulvan Tech: so i should be able to get it to open doors that are not locked? I only have trouble in certain areas it seems T3/r7/2020-12-14.txt.gz:{chan ch=tech}Veritheia Tech: yes - use mapper help. you're looking for the cexits function T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: So, if the Index shows: No matching rooms found. Does that just mean I haven't explored the area enough for the room to be listed? T3/r7/2020-12-14.txt.gz:{chan ch=tech}Veritheia Tech: yes T3/r7/2020-12-14.txt.gz:{chan ch=tech}High Risk Losteix Tech: "mapper cexit open s;s" as the most basic example. T3/r7/2020-12-14.txt.gz:{chan ch=tech}High Risk Losteix Tech: (double that ;;) T3/r7/2020-12-14.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: mapper cexit open s;;s need double T3/r7/2020-12-14.txt.gz:{chan ch=tech}Veritheia Tech: making routes, etc. is all done by the mapper which comes with the mushclient package (not snd) T3/r7/2020-12-14.txt.gz:{chan ch=tech}Drulvan Tech: ok, think i got it... so when i come to a door that i dont auto open (such as a west door), while in that room i type cexit open w;w ? T3/r7/2020-12-14.txt.gz:{chan ch=tech}Drulvan Tech: with two T3/r7/2020-12-14.txt.gz:{chan ch=tech}High Risk Losteix Tech: "mapper cexit". two words. T3/r7/2020-12-14.txt.gz:{chan ch=tech}High Risk Losteix Tech: then wait a second for mapper to detect the destination room (it'll notify you). T3/r7/2020-12-14.txt.gz:{chan ch=tech}Veritheia Tech: read through mapper help - there are other functions that you need to know to make the most of mapper T3/r7/2020-12-14.txt.gz:{chan ch=tech}Drulvan Tech: will do, thank you! T3/r7/2020-12-14.txt.gz:{chan ch=tech}High Risk Losteix Tech: yeah, you can register pretty much any route that's navigable by a command stack, some of my cexits are pretty convoluted. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: Should the SnD window be populated with targets? Or what is the window for? T3/r7/2020-12-14.txt.gz:{chan ch=tech}Drulvan Tech: type cp check T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: Only works when on campaign or gquest? I'm just on a regular quest. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The SnD window only populates with campaign and gq targets. xq is all you need for quest info. T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: At some point, I may add a 'quest' portion of it. T3/r7/2020-12-14.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: depends on the version. some do cp and gq only, no q T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: Ok, I'm getting the hang of it, thanks for the answers! T3/r7/2020-12-14.txt.gz:{chan ch=tech}Selitos Tech: pwars has a quest line that lists at the top T3/r7/2020-12-14.txt.gz:{chan ch=tech}Drulvan Tech: mine does quest? i dont recall having to type anythign to get the mob target to show up in window, i only do that for compaigns T3/r7/2020-12-14.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: it'll do quest, just won't show in the windo T3/r7/2020-12-14.txt.gz:{chan ch=tech}Drulvan Tech: thats interesting... mine does, unless im thinking of something else. I do quest request, and it populates the target in the S&D window. I have v2.0.1 T3/r7/2020-12-14.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: there's a few different versions out there by different people T3/r7/2020-12-14.txt.gz:{chan ch=tech}Drulvan Tech: aah ok T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: should the next target load automatically into snd? T3/r7/2020-12-14.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: no, you have to xcp to get the next one T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: Ok, thanks! T3/r7/2020-12-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Doing it automatically is against the policies here anyway. T3/r7/2020-12-14.txt.gz:{chan ch=tech}Torsin Tech: Ok, that makes sense. T3/r7/2020-12-14.txt.gz:{chan ch=tech}A Calm Stormwind Tech: anyone had trouble getting bast moons plugin to work? I can't seem to get the window to show. T3/r7/2020-12-14.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: takes time T3/r7/2020-12-14.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: it needs enough time in room were you get weather upsates to open window, until it gets moon timing window wont show up. T3/r7/2020-12-14.txt.gz:{chan ch=tech}A Calm Stormwind Tech: ahhh alrighty thanks T3/r7/2020-12-15.txt.gz:{chan ch=tech}Abelinc was offline, missing Tech channel between 03:40:00 and 11:29:52 T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: I'm using snd, the gquest is over, but my xwin is still populated from the finished quest. What command clears the window? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Selitos Tech: yes you can, but you'd be crazy. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Shindo Tech: cp check will clear it T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: That didn't do it. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: There got it. Used 'gq ch' T3/r7/2020-12-15.txt.gz:{chan ch=tech}Shindo Tech: when all else fails, shoot the messenger T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: I listen to a guy do a video on how to make a targeting alias but I?m still lost alt and enter brought up a list but I couldn?t find alias T3/r7/2020-12-15.txt.gz:{chan ch=tech}Brobeo Tech: alias is under input T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: I found timers T3/r7/2020-12-15.txt.gz:{chan ch=tech}Shindo Tech: to bring up the alias section press ctrl+shift+9 i believe T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: I have no idea how to push all those buttons at once T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: You hold down Ctrl, then you hold down Shift, then you press 9. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Assuming you have two hands, you can do Ctrl+shift on one hand, and hit 9 with your other hand. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: (Assuming you have at least 3 fingers combined) T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Alternatively, you can use the Menu to navigate. You'd go to the Game menu, through Configuration, and all the way 2nd to last is Aliases. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: I have both hands and all my fingers it?s just that I?m still new to using a computer T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: Crowley nods. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: I don't like to assume that people have all their digits and hands, so I gave two ways of doing so, and hopefully explained how you press all three at the same time. :) T3/r7/2020-12-15.txt.gz:{chan ch=tech}ZzZzZz Tech: I started on Windows 95 8) T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Back in my day, you had to use both feet, 7 fingers, and your nose just to press combinations on your keyboard! T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: ZzZzZz falls to the ground and rolls around, laughing hysterically. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: I really appreciate that and the help I found aliases what do I do from there T3/r7/2020-12-15.txt.gz:{chan ch=tech}Xyzzy Tech: back in my day, you only needed 1 finger to move the beads on the abacus T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Well, it really depends on what you want to do with the aliases. T3/r7/2020-12-15.txt.gz:{chan ch=tech}ZzZzZz Tech: I cant be the only one that thinks that mouse with the rotating ball on it is so sux. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Pfft, the ball mouse that you had to clean constantly otherwise gunk got on it and made it impossible to move? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Noegel Tech: punk? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Shindo Tech: that is why they inverted them for a while and called them trackballs T3/r7/2020-12-15.txt.gz:{chan ch=tech}ZzZzZz Tech: I never owned one, but I can imagine that will happen, will be irritating. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Shindo Tech: those were nice for drafing with autocad T3/r7/2020-12-15.txt.gz:{chan ch=tech}Noegel Tech: can we speak about the cyperpunk mess T3/r7/2020-12-15.txt.gz:{chan ch=tech}Noegel Tech: sorry please continue T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: it?s a simple alias I just don?t know how to add it T3/r7/2020-12-15.txt.gz:{chan ch=tech}Brobeo Tech: If you're comfortable with the toolbar (file menu etc) you can get at it with game to configure to aliases T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: I know how to get to it yes T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Well, again, what is it you want to do, Sharlet? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: What alias are you looking to create? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: (And please don't worry about looking dumb for it; anyone who thinks that here doesn't belong here at all) T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: ZzZzZz agrees! T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: sl for slice T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Well, 'slice' isn't a command. Aliases are commands you create to send other commands. For example, if you wanted to just type 'door ' instead of typing 'c door ', you could do: alias door c door', and in the future, you'd type 'door ' T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: You can do 'tab completions' to be able to type 'sl' and press 'tab' to make it send 'slice', though. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: I know it?s not a command in this mud but in another mud that I have on my laptop it is I?m using my iPad to communicate with you guys T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: sorry for the confusion T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Oh, in that case, if you must use MUSH for the alias system, you would do it in this manner: In the alias menu that you are able to bring up, click 'Add'. In the first box (titled 'Alias'), you would type 'sl'. In the second box titled 'Send', you would type 'slice'. That's about all you need to do for a simple alias. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: how do I get to the output commands T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: That is in the 'Send' box that I mentioned. To make it easier to get to, after you click 'add', you start off in the alias box. Type 'sl', then hit tab 3 times and that will put you in the 'Send' box. After you type 'slice', hit tab once, then enter, and it should save it for you. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: mapper keeps trying to send me through a wall in Aylor, is there an updated version of mapper, or how do I fix the issue? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Garamis Tech: what's the mapper room number? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: I'm trying to go to 878 T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: It's not a mapper plugin problem. It's how you currently have an exit or lacking a cexit. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Garamis Tech: what's the room number of the room that is causing the problem with the wall T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: 32489 T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Torsin: Go to where you originally started from, and type 'mapper where 878'. Then follow that step-by-step to see if there's an error in your map somewhere. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Garamis Tech: you want to go to halls of vanir clan shop area? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Thanks, Crowley. I'll give that a try. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Drulvan Tech: is there an online version of mapper help? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Yeah, who doesn't like the Vanir? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Garamis Tech: from recall, type runto vanir, then once you arrive, type xset mark, i think that will solve the problem T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Drulvan: An online AND offline version! All in your client! Type 'mapper help' to see it! :p T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Garamis, I'll try that. Mapper does give me directions right through a wall. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Drulvan Tech: yea, just was wondering if I could view that information somewhere outside of the client. it seems rather complex and is hard to learn from the mapper help commands... something i can keep up T3/r7/2020-12-15.txt.gz:{chan ch=tech}Evine Tech: is there any plugins to improve getting to an area by checking what portals you have and automatically using a portal rather than running? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Drulvan: Copy/paste it into notepad or something. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Evine: mapper already does that once you put the portals in. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: I think I saved it I just don?t know how to get to the list of all the things that have been sent to the mud T3/r7/2020-12-15.txt.gz:{chan ch=tech}Evine Tech: got it, how do you put portals in? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Yeah, still trying to send me through a wall. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Areia Tech: Evine: DINV can help quite a lot with the actual portal commands, but yeah, mapper handles all the running. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Read up on 'mapper help portals'. But the short answer is, wear the portal, enter it, then do 'mapper portal ' T3/r7/2020-12-15.txt.gz:{chan ch=tech}Evine Tech: sweet! Thanks, that'll help immensly! T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Your best option, though, is to create an alias like 'port' that you can use to 'get bag;;wear portal;;enter' T3/r7/2020-12-15.txt.gz:{chan ch=tech}Garamis Tech: torsin did you go to the clan hall entrance and type xset mark, usually that fixes the issues T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Yeah, I xset mark at the entrance. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: That way, all you have to do is type 'port academy', for instance, to get the academy portal out, wear it, enter it, and whatever. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Garamis Tech: torsin are you typeing xrt vanir, to use the mapper to go to the area? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: I'm readin the mapper help to see how to remove an exit from the room where I get bad directions. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: It's easier to modify an alias than 100 portal commands. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Evine Tech: lol it gets hard to manage a ton of aliases... T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Nope, you only need 1 alias. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Garamis, no I'm using mapper goto T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Evine: Do you currently use DINV? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Garamis Tech: mapper goto should work, but normally people type xrt T3/r7/2020-12-15.txt.gz:{chan ch=tech}Garamis Tech: try that T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: xrt Vanir tries to go through that wall too. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Torsin: At what point in mapper where 878 did the mapper run fail? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Evine Tech: nope Crowley, what's DINV? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Evine: People like to call it the holy grail of equipment managing. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Crowley: at room 32489. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: And where are you starting from? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: how do I get to the list of output information T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Crowley: from 32511. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Areia Tech: Sharlet: ctrl+tab. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Evine Tech: Woah...yeah I'm gonna install the DINV plugin...lol T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Crowley: I think anywhere s of 32489 will give the error. Mapper shows an exit north, but there isn't one. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Torsin: Go to 32511, type 'mapper where 878' and tell me the specific directions you get from it. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Crowley: Path to 878 is: run nuese T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Crowley: oops, that's from the other room T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Crowley: run 2e6nuese T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: crowley: that is directions given from 32511 to 878 T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Okay, so it's trying to go 6 north instead of 5 north. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: mapper goto 32489, and make sure you don't have an errant 'n' exit there. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Right-click the room on the GMCP mapper, do 'delete exit -> n' T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Crowley: yes, there is an exit n T3/r7/2020-12-15.txt.gz:{chan ch=tech}Stormwind Tech: Using Dinv. For some reason it is not equipping my lvl 1 aura of sanc. It's leaving the spot empty. Any ideas? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Areia Tech: Did a refresh all? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Braun Tech: adjust the priority so the "sanctuary" effect has more points... T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Crowley: That did it, thanks a ton! T3/r7/2020-12-15.txt.gz:{chan ch=tech}Braun Tech: I gave mine 999 points T3/r7/2020-12-15.txt.gz:{chan ch=tech}Stormwind Tech: ahhh I bet that is it, I made a VERY simple paladin priority. Surprised it isn't picking up the stats on it and wearing it based on stats T3/r7/2020-12-15.txt.gz:{chan ch=tech}Stormwind Tech: that fixed it, just put sanctuary to 1 point for level 1-200. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: ctrl+tab doesn?t work T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: it doesn?t do anything T3/r7/2020-12-15.txt.gz:{chan ch=tech}Areia Tech: If it doesn't work, then I misunderstood what you meant by 'output information'. You're refering to something other than the history of what the MUD has sent? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Eroe Tech: pretty sure the output window is default on the vi version. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Eroe Tech: but it also looks an awful lot like you're on a phone keyboard, so I'm confused. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: that?s exactly what I?m referring to but it doesn?t pull it up for some reason T3/r7/2020-12-15.txt.gz:{chan ch=tech}Areia Tech: Are you using the no-visuals version of the client package? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: yes T3/r7/2020-12-15.txt.gz:{chan ch=tech}Eroe Tech: make sure that you have the aard_vi_review_buffers T3/r7/2020-12-15.txt.gz:{chan ch=tech}Eroe Tech: it's a plugin. ctrl+shift+p and look through the list for it T3/r7/2020-12-15.txt.gz:{chan ch=tech}Drulvan Tech: is there a place to view all available plugs? bs thi T3/r7/2020-12-15.txt.gz:{chan ch=tech}Stormwind Tech: like ones you have installed or ones you can install? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Eroe Tech: no. they're scattered. pwar has some, Crowley has good ones, I think hadar has a few. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Drulvan Tech: oops, i did it again, i actually found the answer, or at least somewhat (github) T3/r7/2020-12-15.txt.gz:{chan ch=tech}Eroe Tech: Not really sure about anyone else, every third person seems to have a plugins repo. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: Areia points excitedly at Durel! T3/r7/2020-12-15.txt.gz:{chan ch=tech}Eroe Tech: I knew I was missing one T3/r7/2020-12-15.txt.gz:{chan ch=tech}Areia Tech: His is good, too. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: Areia grins at Eroe. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Areia Tech: Sharlet, any luck? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: I couldn?t find that plug-in but I guess it?s because I?m on this mud on my iPad and I?m in another mud on my laptop T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: Eroe boggles at the concept. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Eroe Tech: So to resolve the confusion, you're not playing this mud with the client you're asking about, and you're asking about aardwolf plugins for another mud? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: no I?m just asking about the client in general T3/r7/2020-12-15.txt.gz:{chan ch=tech}Eroe Tech: well, the output window is generally soundpack specific. you can install other plugins, but help playing another mud is likely not going to be covered here, especially when you're also asking about things a small number of people know about. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: sorry about that T3/r7/2020-12-15.txt.gz:{chan ch=tech}Eroe Tech: if you're interested in the output window stuff, you can grab chatpack's client and pull plugins from there, or mush-z (which is a soundpack from another game) and pull those plugins out if you want. I think they're called output_window in both cases. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Areia Tech: yeah... good luck using plain Mush with a screen reader. IIRC the one time I tried it nothing would get read out. Fiendish made it awesome. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Eroe Tech: you have to go hunt for plugins to make it work. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Eroe Tech: It can/will, but you need the mush reader. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: there is a plug-in called mush reader T3/r7/2020-12-15.txt.gz:{chan ch=tech}Areia Tech: Ah, nods. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Eroe Tech: I still use the one I wrote like 10 years ago, I was worried about mush reader because the guy that initially wrote it IIRC was this nazi dude who would push white supremacy music on people and give them shitty little viruses he wrote up that would play keygen music. Running his binaries was a scary prospect for a while. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: that?s crazy T3/r7/2020-12-15.txt.gz:{chan ch=tech}Swalec Tech: never judge a book by it's cover, I say, nor a programmer by their Nazi rantings T3/r7/2020-12-15.txt.gz:{chan ch=tech}Eroe Tech: just by their distributed "viruses" T3/r7/2020-12-15.txt.gz:{chan ch=tech}Eroe Tech: I didn't even know Keygen music was a thing! T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sharlet Tech: what is it T3/r7/2020-12-15.txt.gz:{chan ch=tech}ZzZzZz Tech: My Dinv is crazy, at lvl73 it only started to equip me lvl71 set. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Rezit Tech: dumb question for anyone who is still using zmud, if i'm seeing this for colours, what have i not selected correctly? You say '[0;51;40mLeader[0;36;40m #63[0;57;40m Roume [0;51;40mLast[0;36;40m #20[0;57;40m Rezit ' T3/r7/2020-12-15.txt.gz:{chan ch=tech}DirtyBubble Tech: you may have to turn colors off. Does Zmud support the modern color palette? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Those are ansi color codes. Hmm. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Rezit Tech: yet i have my preferences set to ansi colours T3/r7/2020-12-15.txt.gz:{chan ch=tech}Rezit Tech: oh well. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Rezit Tech: not like we'll be using that nascaard script ever again. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: Crowley glares around him. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: Crowley's shifty eyes dart back and forth. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: I thought it had gotten completed from the conversion. Well, I still have the copy of it that was previously worked on, so let me see what I can do when I am able to. :p T3/r7/2020-12-15.txt.gz:{chan ch=tech}ZzZzZz Tech: Is 33 degrees celcuis conciderd "cool" for an air coooled CPU? Just curious. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Pringle Tech: yes that's very good T3/r7/2020-12-15.txt.gz:{chan ch=tech}ZzZzZz Tech: Thanks 8) T3/r7/2020-12-15.txt.gz:{chan ch=tech}ZzZzZz Tech: I forgot to say while idle. T3/r7/2020-12-15.txt.gz:{chan ch=tech}ZzZzZz Tech: Its 36-37 now while playing Fallout 3 1080P max settings lol. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Negader Tech: is it an intel cpu? T3/r7/2020-12-15.txt.gz:{chan ch=tech}ZzZzZz Tech: Yup, wuth 3 extra big case fans on stratgic spots. T3/r7/2020-12-15.txt.gz:{chan ch=tech}ZzZzZz Tech: New PC only 6 months old, custom build. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Negader Tech: i remember AMD runs hotter than intel. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: ZzZzZz nods. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Drulvan Tech: bigger question is what is your GPU temp. T3/r7/2020-12-15.txt.gz:{chan ch=tech}ZzZzZz Tech: 46 idle and 65 under load T3/r7/2020-12-15.txt.gz:{chan ch=tech}Drulvan Tech: i recently went through all this cause i accidently bought a mini-itx motherboard and figure since i had it, may as well get an itx case T3/r7/2020-12-15.txt.gz:{chan ch=tech}ZzZzZz Tech: ATX ? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Drulvan Tech: ITX T3/r7/2020-12-15.txt.gz:{chan ch=tech}Quadrapus Tech: Yeah Z, I think 33C is pretty cool T3/r7/2020-12-15.txt.gz:{chan ch=tech}Drulvan Tech: finding a cpu fan with enough TPU that is 65mm or less was a challenge T3/r7/2020-12-15.txt.gz:{chan ch=tech}Noegel Tech: itx motherboard in an atx case ftw T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: ZzZzZz gives Drulvan a nod, saying, "OK". T3/r7/2020-12-15.txt.gz:{chan ch=tech}Drulvan Tech: yea, thats where im at right now Noegel :) i thought it was much louder in the ITX case, so i put it all back in my atx, although i think it was fine. T3/r7/2020-12-15.txt.gz:{chan ch=tech}ZzZzZz Tech: Quad its now in the middle of summer, when I got the PC it was winter and it idles like 26 celcius lol. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Quadrapus Tech: haha T3/r7/2020-12-15.txt.gz:{chan ch=tech}Quadrapus Tech: has your ambient temp changed that much? T3/r7/2020-12-15.txt.gz:{chan ch=tech}ZzZzZz Tech: No air con haha. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: Quadrapus nods. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Shouldn't: Note ("GetVariable("prevdirec")") just print to screen what the variable currently is? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: No. You don't quote the GetVariable function, only the value inside it. So: Note(GetVariable("prevdirec")) T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Thanks again, Crowley! T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: Crowley nods. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: YouTube is ridiculous. Had a 13 minute ad for a 5 minute video. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Stormwind Tech: oh man we watch to much youtube in this household, I paid for the add free.. lol T3/r7/2020-12-15.txt.gz:{chan ch=tech}Phayle Tech: oof, can't imagine watching youtube with adds, ive had google play music since its inception, and the major perk is i get no youtube adds ever :) T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: We have it on for the kids. Peppa Pig all. day. long. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Phayle Tech: nice! T3/r7/2020-12-15.txt.gz:{chan ch=tech}Stormwind Tech: it's blippie here right now =\ T3/r7/2020-12-15.txt.gz:{chan ch=tech}Stormwind Tech: that guy scares the crap out of me. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: Crowley snickers softly. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: I refuse to add my premium account to the TV, so it runs on the guest account. I do NOT want my suggestions plagued with 'Peppa Pig'. And I do not want to pay for a separate ad-free account. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: But of course, the 3-year-old stepdaughter cries out, "Peppa Pig" (though it's "eppa ig!") whenever an ad comes on... T3/r7/2020-12-15.txt.gz:{chan ch=tech}Stormwind Tech: I think the family plan is a little bit more gives you 5 or 6 accounts to use. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Crowley Tech: Yeah, but there are only 2 accounts. Not worth it for that. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: To set a variable that is a number, does something more than just (SetVariable("var", "varvalue") need to be used? T3/r7/2020-12-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, SetVariable will always set it as a string. However, when you need to call it as a number, you can do: tonumber(GetVariable("varvalue")) T3/r7/2020-12-15.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: recommend a tonumber(GetVariable("varvalue")) T3/r7/2020-12-15.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: recommend a tonumber(GetVariable("varvalue") or 0) where 0 is a good ddefault value. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at [Outlaw] Mendaloth. T3/r7/2020-12-15.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Otherwise you might run into a nil error. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Thanks, I'll see if I can get that to work! T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: So, SetVariable will save the number, but to call it tonumber needs to preceed it? Is that right? T3/r7/2020-12-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Correct. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Crowley: Thanks! T3/r7/2020-12-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: SetVariable will always store it as a string, no matter the type. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: How could I create an alias in Mush to go to a certain room #? I tried sending 'mapper goto room#" to script and world, but neither worked. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Areia Tech: Send to execute. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Selitos Tech: execute T3/r7/2020-12-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: When executing an actual alias, it's Send to Execute. World sends it raw. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Thanks all! That's a new send for me. I'm learning, slowly maybe, but ... T3/r7/2020-12-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Better than not learning at all. We all started from somewhere. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Useful Hadar Tech: and some of us (me) dont ever go anywhere x.x T3/r7/2020-12-15.txt.gz:{chan ch=tech}Brobeo Tech: Execute is like typing it in, world sends it directly to the mud, script is for scripts T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: True. I feel a little dense sometimes trying to script. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Brobeo: Thanks, I'm starting to learn about all these layers of sends. T3/r7/2020-12-15.txt.gz:{chan ch=tech}A Calm Stormwind Tech: still have yet to see a send to, your mom joke. T3/r7/2020-12-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Those are the three you'll most likely ever use (World, Execute, Script). Most people use Execute. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: I think I've been sending to World a lot when I should still probably be sending to Execute more. T3/r7/2020-12-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Stormwind: I would, but your mom sends me away before you wake up. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Useful Hadar Tech: i forgot you can send it different places too much time looking at notepad++ lol T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: Torsin chortles - mom jokes... T3/r7/2020-12-15.txt.gz:{chan ch=tech}A Calm Stormwind Tech: BOOM! There it is. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Isn't it Whoomp! There it is!? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: Torsin smirks. T3/r7/2020-12-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: With Stomry's mom, it's... WHOOPIE, IT IS! T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley runs away in utter terror! T3/r7/2020-12-15.txt.gz:{chan ch=tech}A Calm Stormwind Tech: My mom is like 70 year old... lol that's on you. ;) T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: Torsin chuckles. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2020-12-15.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: so a Gmail outage for hours, I "wonder" who could possibly coordinate that (not really, I know exactly whos behind that project). Legion needs to rise up T3/r7/2020-12-15.txt.gz:{chan ch=tech}Furian Tech: is there a way to change your opener with the S&D kk button? such as from k to bs? T3/r7/2020-12-15.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: yes T3/r7/2020-12-15.txt.gz:{chan ch=tech}Furian Tech: is it an xml edit, or in game command? T3/r7/2020-12-15.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: command its xset (command) to change it T3/r7/2020-12-15.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: had to look it up T3/r7/2020-12-15.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: https://github.com/AardCrowley/Search-and-Destroy/blob/master/README.md T3/r7/2020-12-15.txt.gz:{chan ch=tech}Furian Tech: ooh think i may be on a different version than that, since xset doesn't work T3/r7/2020-12-15.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: oh, i don't know then, might need to look up if your version has a command T3/r7/2020-12-15.txt.gz:{chan ch=tech}Furian Tech: but ill try this one out, i think mine was Stardust's last verion, 3.0. thanks! T3/r7/2020-12-15.txt.gz:{chan ch=tech}Furian Tech: hmm, i have that version and xhelp works, but xset comes back with sorry, i dont understand you? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Furian Tech: nm, i got it... thanks again! T3/r7/2020-12-15.txt.gz:{chan ch=tech}Furian Tech: was xset qk bs T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: How is the sound pack plugin turned on (and off since I'm guessing it might get old)? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Areia Tech: spmute T3/r7/2020-12-15.txt.gz:{chan ch=tech}Torsin Tech: Thanks, sounds active! T3/r7/2020-12-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: sphelp for info. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tarum Tech: oh... heh I forgot to do that. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Limunious Tech: anyone have any experience with kano pc for kids? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sonri Tech: Allo! T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sonri Tech: Im trying to set Dinv up, and something is failing amply T3/r7/2020-12-15.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Not sure if he's around, but Durel is the author, you can try messaging him. He'd probably be the best bet on helping there T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sonri Tech: Ill try T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sonri Tech: am I the only one who has it unequipping wrists and ears? T3/r7/2020-12-15.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: I've never had such an issue myself with it. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Areia Tech: He did a refresh, he has detect invis up. Nothing else is going in those slots. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Areia Tech: It's weird for sure. T3/r7/2020-12-15.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Oh that is weird. Yeah, Durel is your man for that T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sonri Tech: what was the refresh command? T3/r7/2020-12-15.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: dinv refresh all T3/r7/2020-12-15.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: you could also try to rebuild the database with a dinv build confirm T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sonri Tech: you guys are awesome T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sonri Tech: now it works T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sonri Tech: I hope it doesn't break again T3/r7/2020-12-15.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: What was the key that made it work? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sonri Tech: the rebuild T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sonri Tech: there's a chance I didn't have the proper spellups on build T3/r7/2020-12-15.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Spellups won't affect teh build of the database...it just tracks the items and their stats (not yours) T3/r7/2020-12-15.txt.gz:{chan ch=tech}<> Slips Tech: anyone know blowtorch touch vibrate commands? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Areia Tech: The items were invis, though. Possible he didn't have detects up during the build which would've made dinv miss them? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sonri Tech: but detects... T3/r7/2020-12-15.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: But if you die enough, the database can get a little FUBAR if you don't do a refresh after you pick up your equipment T3/r7/2020-12-15.txt.gz:{chan ch=tech}Areia Tech: I think. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sonri Tech: Although there were many more invis items T3/r7/2020-12-15.txt.gz:{chan ch=tech}Areia Tech: Ah. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Areia Tech: Welp. T3/r7/2020-12-15.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Yes, that is true Areia, I also think.....but a refresh would have solved that too...not a full rebuild T3/r7/2020-12-15.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Just blame Durel. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: Areia rapidly nods twice, in complete agreement. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Tech: Areia snickers softly. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sonri Tech: refresh didn't help at all, rebuild rigth after did T3/r7/2020-12-15.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: At least it works...I have no clue why that would have worked properly. I do find that sometimes DINV just has a mind of its own (Durel will tell you that's the AI trying to take over) T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sonri Tech: Random trivia: I got back to MUDs because I'm studying a Unix module and I discovered "But this is the stuff from my childhood". T3/r7/2020-12-15.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: oh are we talking about Skynet emerging now? T3/r7/2020-12-15.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: DINV...Skynet....same thing T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sonri Tech: I was feeling lazy to study for any test. So I got it back. And then I had to memorize more at the academy than any test. T3/r7/2020-12-15.txt.gz:{chan ch=tech}Mannec Tech: it showed up ages ago. got disgusted with the state of things, and started playing solitaire. T3/r7/2020-12-15.txt.gz:{chan ch=tech}<> Slips Tech: are blowtorch scripts any good on shindos page? j cant get them to work T3/r7/2020-12-15.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i dont use them, but i know ppl do use them. uoi have to put up specific triggers and alais in the instructions, to get them to work. T3/r7/2020-12-15.txt.gz:{chan ch=tech}<> Slips Tech: i just have to drag and drop. and replace a folder. i just wanna know if its changed T3/r7/2020-12-15.txt.gz:{chan ch=tech}<> Slips Tech: i heard someone has a runto and s and d for blowtorch. is that true? T3/r7/2020-12-15.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: what do these people actually think theyre creating? I know Im crippled physically, but I have morals and creating something like Spot the Dog (Boston Dynamics) is something I have problems with T3/r7/2020-12-15.txt.gz:{chan ch=tech}KnightLord Throxx Tech: shido has a mapper for blowtorch, yes. T3/r7/2020-12-15.txt.gz:{chan ch=tech}<> Slips Tech: i want that T3/r7/2020-12-15.txt.gz:{chan ch=tech}<> Slips Tech: see ya soon when i pull my hair out T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sonri Tech: is it normal for dinv usage to not show all items? T3/r7/2020-12-15.txt.gz:{chan ch=tech}Ogreskull Tech: what do you mean T3/r7/2020-12-15.txt.gz:{chan ch=tech}Sonri Tech: I have items. Like a brain worn on my feet. That one does not show in dinv usage thief T3/r7/2020-12-15.txt.gz:{chan ch=tech}<> Slips Tech: think i got it T3/r7/2020-12-15.txt.gz:{chan ch=tech}<> Slips Tech: test run. please dont spam the chat like last time XD T3/r7/2020-12-15.txt.gz:{chan ch=tech}<> Slips Tech: spellup says queing apell for later but not casting T3/r7/2020-12-15.txt.gz:{chan ch=tech}<> Slips Tech: have they invented a train exp per kill tracker for nlowtorch? T3/r7/2020-12-16.txt.gz:{chan ch=tech}Summoner Yuna Tech: Does anyone know of any database/SQL editors that can easily mass-edit cexits in the Aardwolf.db file? I've tried 3 now and none of them could do that. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Ylar Tech: define "mass-edit"? T3/r7/2020-12-16.txt.gz:{chan ch=tech}Summoner Yuna Tech: So a sort of automated replacement. Like, replace all entries of "Fire" with "Ice", things like that. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Ylar Tech: If you can write the SQL statement for it, I use "DB Browser for SQLite" T3/r7/2020-12-16.txt.gz:{chan ch=tech}<> Slips Tech: my spellups script is casting skills instead of ain usage T3/r7/2020-12-16.txt.gz:{chan ch=tech}<> Slips Tech: plain* T3/r7/2020-12-16.txt.gz:{chan ch=tech}Rexifelis Tech: yea, a few times last night my spellups looked... odd T3/r7/2020-12-16.txt.gz:{chan ch=tech}<> Slips Tech: its supposed to be just awareness. mine casts it as a spwll T3/r7/2020-12-16.txt.gz:{chan ch=tech}Tech: ZzZzZz english speak good 4 u! T3/r7/2020-12-16.txt.gz:{chan ch=tech}<> Slips Tech: imma need to fix that T3/r7/2020-12-16.txt.gz:{chan ch=tech}Useful Hadar Tech: haha i need to fix that is my favorite phrase T3/r7/2020-12-16.txt.gz:{chan ch=tech}ZzZzZz Tech: I have a trigger that catch "tags spellups" and just cast them, Simple and easy. T3/r7/2020-12-16.txt.gz:{chan ch=tech}<> Slips Tech: imma just open it from file manager in the pligin folder. think i can open it as a document Nd just find the plugin skill and edit it? T3/r7/2020-12-16.txt.gz:{chan ch=tech}<> Slips Tech: i have issues who feed their kids nyquil when they are young. but whos complaining T3/r7/2020-12-16.txt.gz:{chan ch=tech}Brobeo Tech: Are there any public enchanting plugins that work? google turned up highballl buy that seems to be broken. T3/r7/2020-12-16.txt.gz:{chan ch=tech}ZzZzZz Tech: I played this game on a small screen Blackberry at first, and GQ wasnt even on my horizon of things cabaple off 8) T3/r7/2020-12-16.txt.gz:{chan ch=tech}ZzZzZz Tech: miss T3/r7/2020-12-16.txt.gz:{chan ch=tech}ZzZzZz Tech: Nods, it was a 3 inch screen with telnet, later I went to touch screen android phone then tablet, Now 24 PC, was a learinng curve lol. T3/r7/2020-12-16.txt.gz:{chan ch=tech}ZzZzZz Tech: miss dammit T3/r7/2020-12-16.txt.gz:{chan ch=tech}Phayle Tech: any way to scroll the main muschlient window when in the alias editing menu? T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Nope. T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Best way to edit an alias is really copy what you have, paste it to an external editor like VSCode or Notepad++, and edit there. Copy it, then paste back. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Phayle Tech: ah thanks, was hoping there was a workaround or something heh, not a big deal really T3/r7/2020-12-16.txt.gz:{chan ch=tech}Phayle Tech: ah yeah i was just trying to make minor adjustments to one based on a path i was running T3/r7/2020-12-16.txt.gz:{chan ch=tech}Phayle Tech: and some key info had just scrolled off the screen when i was about to use it :) T3/r7/2020-12-16.txt.gz:{chan ch=tech}DirtyBubble Tech: I have a cexit question. When I add a cexit, isn't it supposed to integrate with SND? T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: SnD uses the mapper, and whatever mapper has on hand. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Torsin Tech: I suddenly got a lot of red marks in SnD. I tried 'xset index areas' but that didn't fix anything. Any ideas? T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Do you have those particular areas mapped? T3/r7/2020-12-16.txt.gz:{chan ch=tech}Torsin Tech: Yeah, not all, but many. T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Try to reinstall it (Ctrl+Shift+P, Search_and_Destroy -> Reinstall) T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Is it a room campaign or an area campaign? T3/r7/2020-12-16.txt.gz:{chan ch=tech}Torsin Tech: No, gquest T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Try the reinstall. If it's still red, you might not have those areas mapped. If it's based off roomnames, then you might not have those rooms mapped. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Torsin Tech: How do I reload the gquest? T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: try gq info/gq check. I forgot about the bug that plagues those that I think I have a fix for. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Torsin Tech: Reinstall didn't work. I have mapped most areas though. I'm currently in an area that is red linked. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley sits down and thinks deeply. T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Send me your gq info output, please. I've got to be away for a few minutes, but will check back in a few. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Torsin Tech: How do I send it? T3/r7/2020-12-16.txt.gz:{chan ch=tech}Princess Alison Tech: I want to set a wildcard in an alias "*", that lua interprets as a number value. Is there a way to do something like toInt(%1)? T3/r7/2020-12-16.txt.gz:{chan ch=tech}Princess Alison Tech: Specifically, I want to be able to run a for loop counting down from the number given in * to 1, in increments of 1. So if I type alias 9, it'll count down from 9, if I type alias 10, it'll count down from 10, etc. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Princess Alison Tech: Figured it out :D You can in fact just use tonumber(%1) and it works fine. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Tech: Braun goes ooOOooOOoo. T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Torsin: Copy/paste it, put it in pastebin. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Torsin Tech: Crowley: https://pastebin.com/A76F42Eb T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Torsin: Those are room names, so you likely did not have those rooms mapped yet. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Torsin Tech: I know I had many of them mapped T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Then I'm not sure at this point. :\ That's the only thing I can think of otherwise. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Torsin Tech: Ok, I'll try restarting things too. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Torsin Tech: thanks for checking T3/r7/2020-12-16.txt.gz:{chan ch=tech}ZzZzZz Tech: Anyone drag please ? T3/r7/2020-12-16.txt.gz:{chan ch=tech}ZzZzZz Tech: Sorry, I was reading tech channel. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Torsin Tech: Crowley: I just started a quest and snd seems back to normal. I restarted Mush client, so maybe that did it/ T3/r7/2020-12-16.txt.gz:{chan ch=tech}Braun Tech: When in doubt... try turning it off and then back on again. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Torsin Tech: Yeah, I was in the middle of a gquest, but I should have just done it then. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Sonri Tech: how did you rebuild the DINV database? T3/r7/2020-12-16.txt.gz:{chan ch=tech}Durel Tech: see "dinv help build" for info on how to build/rebuild T3/r7/2020-12-16.txt.gz:{chan ch=tech}Durel Tech: basically just "dinv build confirm" though T3/r7/2020-12-16.txt.gz:{chan ch=tech}Durel Tech: One trick some people do if they don't have the identify wish is to build dinv at "runto identify" so you get all the item stats (resists, dam types, etc.) T3/r7/2020-12-16.txt.gz:{chan ch=tech}Selitos Tech: good idea T3/r7/2020-12-16.txt.gz:{chan ch=tech}Kegu Tech: how do you see what version of mushclient you are running? T3/r7/2020-12-16.txt.gz:{chan ch=tech}Furian Tech: help, about T3/r7/2020-12-16.txt.gz:{chan ch=tech}Kegu Tech: ah ok thanks T3/r7/2020-12-16.txt.gz:{chan ch=tech}Furian Tech: alt-h, a T3/r7/2020-12-16.txt.gz:{chan ch=tech}Furian Tech: np! T3/r7/2020-12-16.txt.gz:{chan ch=tech}Brobeo Tech: checkversion says what version of the aard mushlcient package you're using. package update check to check for updates T3/r7/2020-12-16.txt.gz:{chan ch=tech}ZzZzZz Tech: Does Daily blessing shows when its avaliable in prompt regularry? Mine is deactivated. T3/r7/2020-12-16.txt.gz:{chan ch=tech}ZzZzZz Tech: I forgot about it, and could have got my daily 3 hours ago x_X T3/r7/2020-12-16.txt.gz:{chan ch=tech}Brobeo Tech: daily prompt to reenable it T3/r7/2020-12-16.txt.gz:{chan ch=tech}ZzZzZz Tech: I typed it and got Turning daily blessing prompt notification off., so it aws ON but it doesnt show in prompt. T3/r7/2020-12-16.txt.gz:{chan ch=tech}ZzZzZz Tech: Oh well, thanks though, will make a noise trigger to play a mp3 when double is ready. T3/r7/2020-12-16.txt.gz:{chan ch=tech}A Can of Pringle Tech: looking for some regex help, I'm looking to update the nulanboar plugin I made and I want a regex to match the "where" output for mobs that are either in "Hiding, waiting for the night" or "Hiding, waiting for daylight" T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hiding, waiting for (?:daylight|the night) T3/r7/2020-12-16.txt.gz:{chan ch=tech}Princess Alison Tech: Are you gonna make it so it automatically fetches the item if you where them as hiding? That's smart and awesome. T3/r7/2020-12-16.txt.gz:{chan ch=tech}A Can of Pringle Tech: yeah, I want it to generate a clickable link when you "where" a hidden mob to summon it T3/r7/2020-12-16.txt.gz:{chan ch=tech}A Can of Pringle Tech: so for instance, "a female sharp-tailed grouse Hiding, waiting for daylight" should capture "female sharp-tailed grouse" or "an adorable deer mouse Hiding, waiting for the night" should capture "adorable deer mouse" T3/r7/2020-12-16.txt.gz:{chan ch=tech}Princess Alison Tech: Can it generate a command instead? eg. if I where a mob as hiding, I can type nulan and it automatically fetches the item for the last mob I whered as hiding? T3/r7/2020-12-16.txt.gz:{chan ch=tech}Princess Alison Tech: I play with my fingers on the keyboard, and it's a delay to have to reach for my mouse to click the link. T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So, for all the mobs, you can do: ^(a female sharp-tailed grouse|whatever|this mob too)\s+Hiding, waiting for (?:daylight|the night) T3/r7/2020-12-16.txt.gz:{chan ch=tech}Princess Alison Tech: if I could just type nulan, or even better, just automatically give the item, that would be even better than a lin. T3/r7/2020-12-16.txt.gz:{chan ch=tech}A Can of Pringle Tech: yeah the idea is it'll generate a link and then you can also type "nulan last" to pull that specific mob T3/r7/2020-12-16.txt.gz:{chan ch=tech}A Can of Pringle Tech: will the parentheses around daylight/the night capture that as a variable cause I only care about the mob name T3/r7/2020-12-16.txt.gz:{chan ch=tech}A Can of Pringle Tech: I accidentally converted all of my aliases into a plugin using the plugin wizard, how do I undo that T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Open up the plugin and copy all the aliases back. T3/r7/2020-12-16.txt.gz:{chan ch=tech}A Can of Pringle Tech: one-by-one? there's no bulk import option? T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Best way to do that is to open up a new file, start it with , then copy all the xml from , then paste that in the new one, then once you're done, finish it with T3/r7/2020-12-16.txt.gz:{chan ch=tech}A Can of Pringle Tech: I'm not understanding T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Okay, so your aliases in plugins are in xml format. It's typically T3/r7/2020-12-16.txt.gz:{chan ch=tech}A Can of Pringle Tech: okay I got it T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The only thing extra you need to do is start the file with and end the file with T3/r7/2020-12-16.txt.gz:{chan ch=tech}A Can of Pringle Tech: I just opened the plugin, copied everything from to and clicked paste in the alias manager T3/r7/2020-12-16.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2020-12-16.txt.gz:{chan ch=tech}A Can of Pringle Tech: whew T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I wasn't sure if you had specific ones for your plugin, so you'd want to take them out of the client if you do. T3/r7/2020-12-16.txt.gz:{chan ch=tech}A Can of Pringle Tech: I already had those in my plugin, but my plugin had no triggers previously so I just wanted to create a temp plugin for that trigger so I knew how to extract it and put it in the new one properly T3/r7/2020-12-16.txt.gz:{chan ch=tech}A Can of Pringle Tech: anywho, that's all fixed up, just tested and the new feature should be working, I'll upload T3/r7/2020-12-16.txt.gz:{chan ch=tech}Useful Hadar Tech: is there an aarch plugin that keeps track of what you still need? really dont feel like making one lol T3/r7/2020-12-16.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: yes T3/r7/2020-12-16.txt.gz:{chan ch=tech}Useful Hadar Tech: ok then T3/r7/2020-12-16.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: I am trying to dig up where I found it T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I have a copy, hold on. T3/r7/2020-12-16.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Author was Endymion T3/r7/2020-12-16.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Or yeah, I could post it to pastebin... T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: https://pastebin.com/kEPWbGdv T3/r7/2020-12-16.txt.gz:{chan ch=tech}Useful Hadar Tech: thanks T3/r7/2020-12-16.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Or let crowley do the hard work. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley smirks. T3/r7/2020-12-16.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: my brain isn't working today.... T3/r7/2020-12-16.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Technically, he only asked if it existed not for the plugin :-p T3/r7/2020-12-16.txt.gz:{chan ch=tech}Useful Hadar Tech: which is good enough for me not to write one, i dont plan on activly playing until next year :P T3/r7/2020-12-16.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: So my answer was technically good enough then haha T3/r7/2020-12-16.txt.gz:{chan ch=tech}Useful Hadar Tech: lol it already errored out ... T3/r7/2020-12-16.txt.gz:{chan ch=tech}Phayle Tech: where can i change the volume of sounds within mushclient? T3/r7/2020-12-16.txt.gz:{chan ch=tech}Areia Tech: If you're using the soundpack, sphelp will give you all the commands. T3/r7/2020-12-16.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: sphelp (assuming soundpack) T3/r7/2020-12-16.txt.gz:{chan ch=tech}Phayle Tech: ah no, a plugin i just installed is producing a sound that i would like to adjust the volume of T3/r7/2020-12-16.txt.gz:{chan ch=tech}Phayle Tech: oh yes it is this soundpack as it turns out hahha, thanks! T3/r7/2020-12-16.txt.gz:{chan ch=tech}Edible Paiste Tech: MushClient question. Communications window/box has disappeared and i can't figure out how to get it back. anyone have any ideas? T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Try aard layout restore T3/r7/2020-12-16.txt.gz:{chan ch=tech}GrayBeard Wario Tech: type resetaard T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It'll reset all your windows, though. T3/r7/2020-12-16.txt.gz:{chan ch=tech}GrayBeard Wario Tech: yes, but you can resize them T3/r7/2020-12-16.txt.gz:{chan ch=tech}Edible Paiste Tech: that didn't bring it back. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley sits down and thinks deeply. T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Check your plugins and ensure aard_channels is installed, then. T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Ctrl+Shif+P, look for Aarwolf_Chat_Capture_Mini... T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: er, Aardwolf_Chat_Capture_Mini... T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If it's not installed, you'll need to install it manually. T3/r7/2020-12-16.txt.gz:{chan ch=tech}Edible Paiste Tech: it was uninstalled somehow....reinstalled and worked T3/r7/2020-12-16.txt.gz:{chan ch=tech}Edible Paiste Tech: thank you T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Quite welcome. :) T3/r7/2020-12-16.txt.gz:{chan ch=tech}Negader Tech: while we're on the subject of aard layout, type aard layout and save your layout T3/r7/2020-12-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: aard layout save T3/r7/2020-12-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient questions get answered now T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: Why can certain file types when you compress it the ratio is very good like 32%, and that of movies or vids is like 99%? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Areia Tech: lol T3/r7/2020-12-17.txt.gz:{chan ch=tech}Rexifelis Tech: most video formats are already compressed T3/r7/2020-12-17.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: they could, they are just lazy T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: Ah ha. T3/r7/2020-12-17.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: they watch the movie and don't do a good job T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: ZzZzZz goes, "Hmmmm." T3/r7/2020-12-17.txt.gz:{chan ch=tech}Rexifelis Tech: compression formats are set to remove blank spaces, text documents have lots and can sometimes achieve 75% and higher compression ratios T3/r7/2020-12-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: like Rexifelis says, movie files are generally already quite compressed. If they could compress the files more without losing anything, they would have already T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: Blank spaces, I cant see that in minds eye, If I were a coder then maybe. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: ZzZzZz nods. T3/r7/2020-12-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: you can often make video files smaller by switching to newer more advanced video compression algorithms, but if you don't start from the original uncompressed source video it's called transcoding and usually loses a small amount of quality each time T3/r7/2020-12-17.txt.gz:{chan ch=tech}Rexifelis Tech: most compression formats just store video files within the 'wrapper' of the compressed file. one good thing about this is it can generate a T3/r7/2020-12-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: the suspense is killing us T3/r7/2020-12-17.txt.gz:{chan ch=tech}Rexifelis Tech: MD5 hash and you can compare that hash at a future date to make sure what is inside the .zip .7z or other formats is actually what you wanted to unzip T3/r7/2020-12-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: you're mixing terminology in a way that will confuse anyone who needs to ask the question in the first place T3/r7/2020-12-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: the video file format is itself a compression format T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: Makes sense now, was always wondering ... T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: I grew up with winzip and winrar, later in life I found 7zip, and was impressed by eats compression ability. Must be a new thing that caught me off guard. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Rexifelis Tech: apologies, i dont type quate as fast as i used to. carpal tunnel surgeries on both hands do fix the problem but also introduces changes T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: I get that tunnel slightly from some gaming. T3/r7/2020-12-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: document compression formats like zip/rar/7z are "lossless", so you get back _exactly_ the bits you put in. video compression is generally lossy, so you can't get back the exact uncompressed bits once compressed T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: I see T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sonri Tech: lossy compression for encrypted files. T3/r7/2020-12-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: with lossless compression there are limits to how much you can theoretically compress the data while remaining lossless. lossy compression sacrifices data in order to compress smaller than that limit. you can imagine that if it had been simple to compress smaller _without_ losing more data, then the lossy compression would have been less lossy T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: OK last question, UCweb browser lets you continue a downloaded file anytime the connection gets disrupted, like if the power trips, tje download should fail right? so is the download placed in a buffer ahead of time? T3/r7/2020-12-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: which is why you don't see a size change if you put a .mp4 into a .zip but would see a size change if you, say, deleted half of the frames T3/r7/2020-12-17.txt.gz:{chan ch=tech}<> Slips Tech: now take loss and replaced with costly T3/r7/2020-12-17.txt.gz:{chan ch=tech}Antifa Raded Tech: but fiendish what if I prefer the sound of this 96kbps sugar ray mp3 T3/r7/2020-12-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: man, remember sugar ray? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sath Tech: every morning. T3/r7/2020-12-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: ZzZzZz internet protocols allow you to request data starting in the middle of a file T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: Wow, not like normal Hdd file copy. T3/r7/2020-12-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: so if you know you already have downloaded some of the data, you can just request everything starting after that size T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: ZzZzZz nods. T3/r7/2020-12-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I mean, there's technically no reason a HDD file copy couldn't also enable abort/resume in the same way T3/r7/2020-12-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: it just isn't done T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: Wierd T3/r7/2020-12-17.txt.gz:{chan ch=tech}Rexifelis Tech: there's some really good download management programs that date from 56k era that allow you to resume a download and the end result is the same as a complete download T3/r7/2020-12-17.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: i remember those T3/r7/2020-12-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: when I download a file my web browser puts the retrieved bites into a temporary file that expands as it downloads, then when the download is complete the browser renames the temporary file to the final name T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: I was always pannicky when I downloaded 3+ gig games, what if the connection broke, now I know better. T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: Interresting T3/r7/2020-12-17.txt.gz:{chan ch=tech}<> Slips Tech: what does it do? cut the last folder and starts with the checkpoint so to speak? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Rexifelis Tech: that sort of segued into how bittorrent clients download different parts of the file at the same time T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: 32x CSAA looks so nice. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Summoner Yuna Tech: In MUSH, how do you call upon the value of a variable? Like, say, you make a variable called healthquaff and place the name of the HP pot you're currently using as the value. Then you want a bunch of alias to quaff that potion. How would you write the variable? T3/r7/2020-12-17.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: variablename) T3/r7/2020-12-17.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: @(variablenam) T3/r7/2020-12-17.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: without the brackets T3/r7/2020-12-17.txt.gz:{chan ch=tech}Summoner Yuna Tech: I can't get it to work. quaff variablename> just sends "quaff variablename>" to the MUD. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tinypotato Tech: did you check expand variables in the configuration for the alias? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Summoner Yuna Tech: Nope. That fixed it. Thanks! T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: Why does CP targets update automaticly in SnD window? But GQ targets wait for you to move first after killing one then it updates? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley sits down and thinks deeply. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It should automatically send gq check once the gq mob is killed. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley probably should start adding debug commands. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: whats the most recent spellup plugin? T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: It send the gq check automatically, but it only highlight the killed mob in red, it waits for you to move a room away before removing the red highlighted mob and then only it update to next target on a clean slate. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I guess I should start entering GQs to test it out, haha. T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: Yup. Its like a 1 to 2 second lag for the user, the user must manually press a move direction for it to update and clear killed mob. T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: In CPs you do nothing, it update after you killed the target to the new list quickly on the fly. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: i disabled and renabled my spellup window (it came from the bast plugins.) now its just a tiny sliver and i can maximize it... any ideas? i tried aardreset already T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: removing the pluging and re-adding worked T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: Sometimes stuff on PC just stop working, it was working for months and you didnt change settings. T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: Wierd T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: Didnt happen to me lately, in the past. Everything is already set to my likening, not even gonna uodate mush or software in near future or it will mess my stuff up. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: trying to find the most recent plugins that suit my needs at the moment... i hvae a mixture of stuff, but its a bit cluttered at the moment, so ive been playing with them. I really like the eq mod except for the ID stuff when hovering, so i had to disable that T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What... eq mod? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sonri Tech: probably dinv T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: There's only one eq plugin you should ever use, and that's DINV. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Nah, because there's no ID stuff when hovering. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: My guess is Bast's. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: it was bast... i installed that pack, but disabled most of it. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: i do have DINV, but i have to learn how to use it... i dont have any enchanted sets yet, i think its mostly for that? T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: DINV (finger Durel for the link) doesn't have windows, but it's pretty much the preferred way of managing your EQ with a plugin. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hardly. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: DINV's use is finding the best equipment in slot (BIS) based on a stat allocation that you choose. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: dinv will use your sets when you get it but until then it is still mega useful T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: i liked the bast one cause i can see what i have on all of the time... if i could disable the id hovering i would use it just for that T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: oh nice.. i def have to figure that out then T3/r7/2020-12-17.txt.gz:{chan ch=tech}Durel Tech: dinv search worn T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So if you want to max out str and dex first, you set up a priority that lists those as higher scores. DINV will then go through your eq, find out what works best to max it out, and then equips it for you. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Durel Tech: that will show you your current worn stuff, just not in a miniwin T3/r7/2020-12-17.txt.gz:{chan ch=tech}Talbor Tech: great for portals too T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Even better for portals. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: biggest hurdle to using dinv is learning all the combinations of keywords that make it so super awesome T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: dinv search worn is like a work of art T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Durel grins evilly. T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: Dinv question, I place my Aard invis ring in normal invetory, do a Dinv refresh full like I always do now and then, but Dinv keeps on placing the invis ring into my Aard bag. T3/r7/2020-12-17.txt.gz:{chan ch=tech}ZzZzZz Tech: When I do dinv set wear mage T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: Durel, can you please include aliases for the correct spelling of words like organise in your plugin? T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's not the correct spelling! *shifty* T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: lol T3/r7/2020-12-17.txt.gz:{chan ch=tech}Durel Tech: heh :p T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Durel should change it to: 'dinv organise because you can't spell organize correctly' as the alias. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Torsin Tech: Crowley: snd searches 'one minion' in horath's and doesn't locate 'one of Horath's minions' T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Torsin: That's correct. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: that is what mobsub is for T3/r7/2020-12-17.txt.gz:{chan ch=tech}Torsin Tech: Ah, thanks, didn't know that one! T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Don't have mob sub yet in it. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Have to edit the xml to include it that way. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Useful Hadar Tech: just for that ima upgrade my useless plugin with the "correct" spelling of organise T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: I was assuming you did... my bad T3/r7/2020-12-17.txt.gz:{chan ch=tech}Durel Tech: "dinv organise" will now map to "echo Would you like a cup of tea while dinv organises for you?; dinv organize" T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley cackles gleefully at Durel. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Sheriff Shindo falls to the ground and rolls around, laughing hysterically. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Durel: You are misusing the phrase. Just do: "echo Would you like a cuppa while dinv organises for you?;dinv organize" T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: haha... im looking at the readme... is that hte extend of the doucmentation? I'm not sure i get how to set my stat priority T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: oh wait, dinv priority create im guessing T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: see dinv help priority T3/r7/2020-12-17.txt.gz:{chan ch=tech}Useful Hadar Tech: hrmm, i should re-write hadarprint to work with tables because it bugs me when it errors out T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: oh wow, thats detailed help. Is this available in doc form or only with the plugin help? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: Hadar, tprint is available for you to use as a requirement T3/r7/2020-12-17.txt.gz:{chan ch=tech}Durel Tech: For dinv, the first place to start is probably the walkthrough in documentation wiki listed in my desc. Once you have the basic from the walkthrough, you could do "dinv help priority" for more examples T3/r7/2020-12-17.txt.gz:{chan ch=tech}Useful Hadar Tech: i know, but that means i have to toggle back and fourth between tprint and hadarprint :P T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: can't hadarprint see if it a table then call tprint? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Useful Hadar Tech: it could T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: then all you have to modernise is hadarprint T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: got it, thanks! T3/r7/2020-12-17.txt.gz:{chan ch=tech}Useful Hadar Tech: that is most likely what i was going to do :P T3/r7/2020-12-17.txt.gz:{chan ch=tech}Torsin Tech: Is there a way to add a cexit in Desert Prison? Will cexit take semicolons? T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Have you read (fully) mapper help exits? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: yes, use double ; in the cexit T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Torsin blushes. I could probably read a bit more... T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: for a text based game it requires a heck of a lot of reading of documentation T3/r7/2020-12-17.txt.gz:{chan ch=tech}Pestallel Tech: Don't worry Torsin ... I'm the same way T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Torsin laughs at Shindo's comment. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Torsin grins. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I mean, the NERVE, having to read things in a text based game! I only read (barely) on video games! Show me videos instead! T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Torsin chuckles nervously. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Pestallel tells (Aleister) Crowley to calm down. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Pestallel beams a smile at (Aleister) Crowley. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Torsin Tech: I'm kind of joking at myself really :) T3/r7/2020-12-17.txt.gz:{chan ch=tech}Torsin Tech: I may have been accused of a dry humor, which probably doesn't translate to text well. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Torsin smirks. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: so the DINV searches inventory for your stat priorities. Anything out there that can help me search for what items i would want to find for starting my enchanting sets? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: https://hadar.ninja is where i would start (if it's up again) T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: but if you have some spare tp then try place an advert on the forsale board T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: yea, ive been waiting to do that till i decide what i want to be when i grow up, its prolly thief or warrior tho T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: or you can try http://eq.gaardian.com/ T3/r7/2020-12-17.txt.gz:{chan ch=tech}Pestallel Tech: Nothing translates to text, really, lol T3/r7/2020-12-17.txt.gz:{chan ch=tech}Torsin Tech: Not unless you want to use a ton of punctuation and create a few ton more along the way. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: whats do full sets usually cost? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: level 1 - 1tp up to 5-6 tp for a level 201 T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: cool, ty! T3/r7/2020-12-17.txt.gz:{chan ch=tech}Useful Hadar Tech: Shindo some things might not work, but if you let me know ill fix T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: oh, i saw it was back up. for a while i couldn't even access it but that was weeks ago T3/r7/2020-12-17.txt.gz:{chan ch=tech}Useful Hadar Tech: it went down from funding issues T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: i'm sorry to hear that, I hope you didn't have to sell to many organs to fund it T3/r7/2020-12-17.txt.gz:{chan ch=tech}Useful Hadar Tech: just my soul T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: I have too many mortgages on mine T3/r7/2020-12-17.txt.gz:{chan ch=tech}Torsin Tech: When custom exits show up by typing 'exits' is that done by mapper or just that area? I've seen some custom exits in some areas, but not others. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Those are custom exits you set up... T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: some custom exits are shown that way, others are sneakier or just in room portals T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Torsin nods. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sheriff Shindo Tech: for example there is one in kobold siege camp that is hinted at in the room description T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: i have a plugin that is basically hitting enter a few times to repeat my prompt (a cisco guy must have wrote this one :P ) Does anyone know which one that may be? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: as in, repeat your last command? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: just press the up arrow key and enter T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: no, my prompt is displaying 3 times after scrolling T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: or after i look in room T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: its one of the bast plugins thats doing it, just cant figure out which one T3/r7/2020-12-17.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Try disabling them one at a time T3/r7/2020-12-17.txt.gz:{chan ch=tech}Torsin Tech: The command to change the SnD target is mobsub, correct? T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: No, for my version, there is none currently. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You have to modify the xml for it directly, but in my next version is going to have that ability. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Torsin Tech: Ok, thanks! T3/r7/2020-12-17.txt.gz:{chan ch=tech}Torsin Tech: Cool! That'll be helpful. T3/r7/2020-12-17.txt.gz:{chan ch=tech}A Can of Pringle Tech: is there an easy way to pull duplicate keys from the keyring using dinv? T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Don't believe so. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But that'd be hard to do anyway, since multiple keys could have the same keywords, but different levels. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Getting rid of duplicate keys is one of those things that looks easy on paper, but when you try to program it, you find that it's really, really hard. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Ruhamah has a plugin that does it, but it doesn't work on my client, and I don't know why. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: I've seen a couple of other scripters try to write a script for it and fail. And they were good coders too. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: So, it's really hard. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Selitos Tech: I just use keyring get for any key with (2) by it. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Yeah - I think pringle meant automated. Like I type one alias and it automatically discards all dupes. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Selitos Tech: the trick is to not add keys to your keyring if you don't need them :) T3/r7/2020-12-17.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: in search and destroy, that button "kk" i modified previously to do special commands, but i can't figure out how to go back and modify it again T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: "kk" sends "k ". So just make an alias "k *" and the body is " %1" T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: eg. "backstab %1" T3/r7/2020-12-17.txt.gz:{chan ch=tech}Pestallel Tech: Silly question, but does anyone do work with URL redirects in IIS on Windows Server 2019, IRL? T3/r7/2020-12-17.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: xhelp to list all commands if your are runnign crowleys T3/r7/2020-12-17.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: ok thx T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: what would cause "i" to NOT show inventory?! T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: an alias T3/r7/2020-12-17.txt.gz:{chan ch=tech}Trachx Tech: blindness T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: no aliases, not blind. i think a plugin broke it, added a bunch of bast plugins T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Bast's plugins are broken due to being out of date. They're written well, but they were written 10 years ago for a much older version of mushclient. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Lots of bugs with them. T3/r7/2020-12-17.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: his spellup and moonbot are about the only things that arent broken T3/r7/2020-12-17.txt.gz:{chan ch=tech}A Calm Stormwind Tech: his spellup breaks for me all the time. I can use his moonbot tho T3/r7/2020-12-17.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: also his eqdb can bsod your pc if you fence a large quantity of items T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: any spellup alternatives? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Areia Tech: Pwar's is good. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: his spellup is broken, too. T3/r7/2020-12-17.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: why not just use the aardwolf built in "spellup" command? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: pwar's version is good, yeah. T3/r7/2020-12-17.txt.gz:{chan ch=tech}A Calm Stormwind Tech: yeah I have no bugs with Pwar's works great. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Garamis - the plugin automatically recasts your spellups when they go off. T3/r7/2020-12-17.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: his spellup works just fine... T3/r7/2020-12-17.txt.gz:{chan ch=tech}Ogreskull Tech: It more or less does that, just automatic :). Talking about Pwar/WW spellup plugin. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley has a spellup plugin creation in mind so that it remains updated and actually works. Heh. T3/r7/2020-12-17.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: that sounds nice to have it do it automatic spellups when they expire but it sounds risky if you go AFK and don't turn it off you could get nuked for botting i think is illegal T3/r7/2020-12-17.txt.gz:{chan ch=tech}Areia Tech: It's not. T3/r7/2020-12-17.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Garamis Pwar's uses that to power his spellup engine. But he also recasts them on you. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: spellup plugins aren't illegal T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: The view on practicing spellup skills/spells has changed and does not constitute botting to simply practice these to 100%. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Please read 'help botting', though. T3/r7/2020-12-17.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: well if you're afk and it auto spells you up constantly and you are leveling up your skills while being away from screen T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's not illegal. T3/r7/2020-12-17.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: ok coz i remember lasher posting specifically about that a long time ago T3/r7/2020-12-17.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: must have changed T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Yeah Garamis, they changed it so it's legal now. Like I quoted from the helpfile T3/r7/2020-12-17.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: it was illegal way back when T3/r7/2020-12-17.txt.gz:{chan ch=tech}Your Intuition Tech: the leveling part is illegal. the spellup is not. T3/r7/2020-12-17.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: cool T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Except leveling up via spellup is... ridiculously slow and has no benefit. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: There's a lot of conditions attached to it - you can't be spamming the room, you can't cast 'em on anyone but yourself, etc. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: thanks all, im going to refresh my mushclient and try to only load updated plugins. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Your Intuition Tech: oh you mean leveling through the 1 xp/hour from practicing skills.. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: But you're allowed to keep yourself spelled up automatically T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's not gonna matter if you master a spell and it kicks you over to the next level. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Ogreskull Tech: I mean you have people here quoting the exact specifications, and a long history of seeing actual bots getting nuked along with plentiful comments like "yo, nobody is going nuked because their dog puked on them one time in an aggro area and they coudln't get to a safe room" T3/r7/2020-12-17.txt.gz:{chan ch=tech}Ogreskull Tech: not sure what is leading to any confusion T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Ogreskull: There's a difference. Those who get nuked because a dog puked on them while they were in an aggro zone and they couldn't get to a safe zone had triggers that kept them alive. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: I remember the first time I accidentally typed "ak" during a speedwalk, before I reached my destination. I was certain I would get nuked the next day. T3/r7/2020-12-17.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: i guess the confusion was that it used to be illegal and it is no longer illegal & i didnt know that T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Perfectly understandable Garamis. :) T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: The Pwar version is 100% safe, it won't get you nuked T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: If you use his one, you'll be in the clear. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Autocasters and autohealers are grey lines. No one cares if you use them to save keystrokes. But if you're in an aggro room, go afk, and you have an autocaster that attacks and a quaffer that heals you, you're botting. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Giddorah Tech: It toggles noexp when spelling up? :P T3/r7/2020-12-17.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: hehe T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: you don't need to toggle noexp to spellup T3/r7/2020-12-17.txt.gz:{chan ch=tech}Giddorah Tech: Oh, I thought someone said if you level up from spellups while afk that'd be considered botting? T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Seriously, what part of 'help botting' and reading it do people not understand? spellup bots are perfectly safe, provided you follow the exceptions listed under that section. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: No, Giddorah. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Giddorah Tech: Oh, I read that wrong then :) T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: There is an argument for not using spellup plugins - it lags you/stacks you. eg. if you die, all your spellups are gone, so the plugin will automatically try to recast 'em all. If you're in a GQ, that could lose you a lot of time. Some players don't like that, especially if they're hardcore and that 0.5 seconds of lag can mean the difference between death and survival. So they find other ways to keep themselves spelled up. Like making it so that they auto spellup whenever they request a campaign or quest. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Either way, as long as you follow the rules in help botting, it's legal to automate spellups (and spellups only) T3/r7/2020-12-17.txt.gz:{chan ch=tech}Braun Tech: I don't think it would be too hard to program a shut off switch to a spellup plugin for inactivity. That way we could more follow the spirit of the law. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: In short, rules are: spellups only, only on yourself, and not profiting from enchantments via bots. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Evine Tech: so it's perfectly alright to sit in an aggro room if you don't need to cast spells or quaff? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: No, sitting in an aggro room while afk is never okay. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Always afk in safe areas. Best if it's a totally safe area like recall or manor, but at the very least make sure it's in an area where there are no aggro mobs. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Evine Tech: well...how would that be defined as botting though? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Your auto-attacks T3/r7/2020-12-17.txt.gz:{chan ch=tech}Areia Tech: Read the helpfile and you'll see :P T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Your character automatically attacks mobs when it gets into a fight. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: To put things in perspective, listen to those who have been here for the longest time. Especially ones who Lasher has said, "Torture would be putting the person in a room with Crowley or Abelinc and having them go over the rules with them." T3/r7/2020-12-17.txt.gz:{chan ch=tech}Evine Tech: technically you're not doing anything, lol it's a function of the game to attack anything that attacks you T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: So, if an aggro mob whacks you, then your character is attacking it back. T3/r7/2020-12-17.txt.gz:{chan ch=tech}DirtyBubble Tech: the triggers aren't going to fire if you fall offline without quitting T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Evine - you can see it that way if you want, but the imms won't. It is 100% illegal to be afk when an aggro mob attacks you. :P T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Let's be clear. You can idle in an aggro room. You simply cannot have a means of healing up during or after combat that allows you to sit in that room all day without dying. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You also cannot have an autocaster. Meaning, that you MUST be using pure melee. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: If you idle in an aggro room and you don't have healing, and the your melee attack pops the mob, that's botting no? T3/r7/2020-12-17.txt.gz:{chan ch=tech}DirtyBubble Tech: I guess to keep people from pupping while sleeping T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Regardless, it is NOT smart to sit in an aggro room. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Madik Tech: but if you kill the mob that angroed on you, then you would benifit from that death. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Durel Tech: No, don't idle in an aggro room T3/r7/2020-12-17.txt.gz:{chan ch=tech}Giddorah Tech: So, I'm guessing it would be considered botting but... How about a trigger that activates after a certain amount of inactivity in an area? To move you home? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Ogreskull Tech: Right Crowley, wasn't saying you can use dog puking as an excuse for going afk with survival, I just was using the classic example of "going afk in aggro area". T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Being AFK in a room which contains an aggressive mob, with or without triggers to keep you alive or attack, is still gaining experience without interaction and therefore considered illegal. If you need to go AFK andwthe room loads an aggressive mob, leave the room (or better yet, the area completely). Accidents may happen, but if you're prone to suddenly going AFK, you might want to venture in safer areas. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: That's the relevant helpfile text. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Evine Tech: yeah in general whenever there's rules conversations it's always interesting to explore possibilities, because rules are never perfect lol T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Alison: The point is, "Would you die, eventually, without interaction?" and if the answer is yes because you're not spamming hammering blow or quaffing potions, you're going to be pretty much "safe". T3/r7/2020-12-17.txt.gz:{chan ch=tech}Durel Tech: It's more than that crow. I know someone who idled in an aggro room 24/7 do farm an item the aggro mob carried. That person has since been nuked, just FYI :p T3/r7/2020-12-17.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: yeah crowley, the help file is pretty clear per alison's post, doesn't matter if you die eventually or not T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: I think what Crowley means is something like: if you idle in Icefall slopes, without any triggers, you'll die really quick and then you'll be idling in the morgue. So it doesn't matter. But to be safe just avoid idling in aggro rooms in general period. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hence why I said "safe" in quotes, not that it's completely safe. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Giddorah - there's an in-game function that lets you automatically recall when you're linkdead. Use that. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: The problem with "auto-recall" triggers is that they become illegal when used during PK. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: If you just wanna move back home when you get linkdead, use autorecall T3/r7/2020-12-17.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: that's a cool command didnt know about that one T3/r7/2020-12-17.txt.gz:{chan ch=tech}Giddorah Tech: Yeah, I'm more thinking if you're leaving in a sudden T3/r7/2020-12-17.txt.gz:{chan ch=tech}Evine Tech: in general I feel like anything someone does within a game without the help of coding or plugins or triggers/aliases should be fair game...after all the game is designed that way. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Evine Tech: it would be simple to set an auto 30 min disconnect or something if developers are afraid of afk farming? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Zhalut Tech: I am with Evine. I am not an imm but if you turn off your triggers when there is a PK alert then it's hard to get punished for accidently going afk VERY infrequently T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Best thing to do is, if you're not sure, ask an imm. They'll give you the best advice. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: If it looks questionable or like a gray area thing, just ask an imm and you'll get the best answer. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Zhalut Tech: i have seen loads of afk ppl but i cannot recall any of those getting a tangible benefit, even in an aggro room T3/r7/2020-12-17.txt.gz:{chan ch=tech}Giddorah Tech: Yeah, I'll just consider it illegal :) T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: My habit is to quickly recall every time I need to step away from the computer. Sometimes I forget, but 95% of the time it means I'm in recall or manor when I have to afk. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: IT works for me. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Zhalut Tech: i have even seen players get moved by imms while the player was afk in an aggro room T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: ok, clean mushclient and "inv" works yay. What was the spellup plugn you guys metioned? T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: As a note, it's always better to play on the safe side and assume something is illegal and be wrong than assume something is legal and be wrong about that. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Furian - pwar spellup. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: finger pwar, download his plugin manager, type ppm, click install plugin for the spellup bit. T3/r7/2020-12-17.txt.gz:{chan ch=tech}A Calm Stormwind Tech: The onle issue I have had with pwar spellup is... it doesn't automatically cast Test of Faith. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: (Sorry, got a phone call). The point I was making is this, though: If you are in an aggro room, and you are idle, you're more likely to get the benefit of the doubt if 1) it's your first time 2) you arren't casting spells or skills and 3) you aren't autohealing. You might get warned, even reprimanded briefly, but it's very rarely ever going to wind up in a nuke. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Compare that to you've been warned 5 times already, you were healing, and you were autocasting spells/skills... well then you are either ignorant of the rules or just don't care. :p T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Princess Alison nods at (Aleister) Crowley. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: thanks Alison T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: i accidently turned something that is showing some debuggin, or plugin related info{invmon} how do i turn that off? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Durel Tech: type "invmon" to toggle that T3/r7/2020-12-17.txt.gz:{chan ch=tech}Durel Tech: some plugins (dinv :P) require it though so you'll need to turn it back on if you use dinv T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: oh, but it shows on my screen? the plugs require it shows in my console? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Durel Tech: the plugins that use it should gag the output from your screen so you don't see the invmon tags. I'm guessing that you don't have those plugins installed or enabled T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Yeah, dinv gags invmon for me T3/r7/2020-12-17.txt.gz:{chan ch=tech}Princess Alison Tech: Side note, dinv is a great plugin, one of my favorites. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Princess Alison grins evilly at Durel. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Durel snickers softly. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: aaah... i just started over with mushclient and im in the process of putting the plugins i want back in... so DINV enabled that, and i didn't put it back on yet. T3/r7/2020-12-17.txt.gz:{chan ch=tech}A Calm Stormwind Tech: I dunno about the guy who wrote it tho T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: A Calm Stormwind looks around and whistles innocently. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Durel goes, "Heh." T3/r7/2020-12-17.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Awww it was supposed to be funny. =p Durel is a good guy. ;) T3/r7/2020-12-17.txt.gz:{chan ch=tech}Durel Tech: Too late, my blacklist is write-only :P T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Princess Alison comforts A Calm Stormwind. T3/r7/2020-12-17.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Nooooooo we need to change that I can't be on that black list. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Gofer Tech: after installing DINV, my refrigerator makes a funny hissing sound, I dont recommend it T3/r7/2020-12-17.txt.gz:{chan ch=tech}A Calm Stormwind Tech: There are some blacklists I'd be ok being on, others I wish I were on, but that is one I refuse to be on. I'll rename dangit. =p T3/r7/2020-12-17.txt.gz:{chan ch=tech}Durel Tech: Hmm --> The name Dangit is available for use. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Gofer laughs out loud at Durel. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: A Calm Stormwind chuckles politely. T3/r7/2020-12-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The name Windstorm is available for use. T3/r7/2020-12-17.txt.gz:{chan ch=tech}[Battle] Scars Tech: The name ClearSkies is available for use. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Phayle Tech: can you pop out chat tabs into their own window in muschlient? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Phayle Tech: from the comms log T3/r7/2020-12-17.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Yeah T3/r7/2020-12-17.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Right click - Add New Tab T3/r7/2020-12-17.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: then Right clikc - TAb Capture Settings T3/r7/2020-12-17.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: That's not really their own window their own tabs...sorry if that's not quite what you wanted T3/r7/2020-12-17.txt.gz:{chan ch=tech}Phayle Tech: ah yeah i have a seperate tab i wanted to just pop into its own window ya T3/r7/2020-12-17.txt.gz:{chan ch=tech}Phayle Tech: i did read about some window creation plugin that i might try to use instead tho hmmm T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: is there a way to create an alias for weapons, so I dont have to update mapper portals as I change my offhand? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: nm, i figured it out T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: so i created an alias to dual wield my weapon, so i can use it in my mapper portals, but the alias doesnt seem to work there... it works outside of that tho. Can we use alias' in the mapper portal stacked commands? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there any way to export your mapper exploration and cexits? Something's wrong with my .db file and I need to export certain specific things and start anew. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sivak Tech: I was looking on youtube about my video card rtx 2070 super T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sivak Tech: he said its Ti realy T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sivak Tech: you can call it tampax eddition T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sivak Tech: super fps absorbant T3/r7/2020-12-17.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: i ragret gettin' rtx2070 early....now i want 3080. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sivak Tech: well I have a 10900 i9 10 core 20 thread T3/r7/2020-12-17.txt.gz:{chan ch=tech}Logrom Tech: It took me some time for my brain to parse that as a graphics card and not something about remorting and tiering and experience.. ;P T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sivak Tech: so i can upgrade video card later T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: ive been trying to get a 3080 since they released, no luck T3/r7/2020-12-17.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: I managed to snag a 3080 MSI Suprim T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sivak Tech: after yall get a 3080 I can just get a 4080 T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sivak Tech: shifty eyes dart back and forth T3/r7/2020-12-17.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: problem is if i get 3080 i'd have to change my PSU. my PC isn't that accesible... and i'd have to redo the cables in it after that....gonna be a nightmare T3/r7/2020-12-17.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: and whenever i tinker with my PC i always feel tempted to change parts.. lol T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: go T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: oops... i almost spent 6k qps on a portal slot, cause i can't figure out how to get an alias working in mapper portals! i tried both in game alias and mushclient alias, both dont seem to recognize it? T3/r7/2020-12-17.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: i have the alias set up on my mush to get portal, wear, enter, then redual and put away. i just give mapper the alias name and it runs it T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: hmm ok, i only created an alias to dual wield my dagger again, the rest i just typed in... this way i only have one alias instead of one for each portal, but i give that a shot T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: actually that wont help cause then i have to change each portal alias every time i change my dagger. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: unless im missing some trick to it T3/r7/2020-12-17.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: you may want to look into DINV for item management. It integrates with mapper for portals T3/r7/2020-12-17.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: if you have it as dual dagger in all of them and have dagger for all your duals T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: as in set alternative name with a tp? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Braun Tech: I second Kelaire's motion! T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sath Tech: you can make an alias "dual" that does "dual 2400243983" or whatever, then include "dual" in your portal alias, and make the portal alias send to "Execute" T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sath Tech: then updating your "dual" alias will update all your portal aliases T3/r7/2020-12-17.txt.gz:{chan ch=tech}Durel Tech: alternatively, if you use dinv, you can do "dinv portal use 12345" and it will use portal 12345 and re-equip what you were wearing before T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: i thought that was what i tried Sath, but i just put Dual (in my case dwn) in the mapper portal... not sure what you mean by make portal alizs send to execute T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sath Tech: bonus points for using an eqdata trigger to send your secondary weapon id to a variable that gets used in your dual alias via expanding wildcards T3/r7/2020-12-17.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: i have a unique way i dealt with it. a trigger on levels to auto change my weapons and set wdual and wmain as variables with the IDs. then use that when portal swapping T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sath Tech: in your alias, there's a field called "Send To" with a dropdown, Execute is one of the items in the dropdown T3/r7/2020-12-17.txt.gz:{chan ch=tech}Areia Tech: Bonus points for making things intentionally obscure for someone who obvious isn't going to understand what you're saying? :P T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: dinv is on my list... its all a lot to learn :P T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sath Tech: but at least he'll know that there are more options he can ask about T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sath Tech: a good first step to learning is knowing the right questions T3/r7/2020-12-17.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Seriously, DINV takes care of everything you're looking at there T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Areia nods at FrshPrncOf Kelaire. T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Braun nods at FrshPrncOf Kelaire. T3/r7/2020-12-17.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: And the author, Durel....he's always around for questions (well he's on a lot...swear he has no life) T3/r7/2020-12-17.txt.gz:{chan ch=tech}Durel Tech: I'm definitely not here! T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: sounds to me like the dinv options is the easier T3/r7/2020-12-17.txt.gz:{chan ch=tech}Areia Tech: 100%. T3/r7/2020-12-17.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: IT is. If you're trying to learn triggers and such, there are better things to take the time on....rather than reinvent the wheel T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sath Tech: though reinventing the wheel can be fun too :) T3/r7/2020-12-17.txt.gz:{chan ch=tech}Durel Tech: I actually love reinventing the wheel :P I like to know exactly what my wheel is made of and how it works :P T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sath Tech: ^ T3/r7/2020-12-17.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: And that's why DINV has become sentient....*mumbles something abuot skynet* T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: triggers require the use of regex and that always gives me a headache :P T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sath Tech: mostly they don't require regex T3/r7/2020-12-17.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Hey, somebody could make a framework for triggers that use PEG instead! T3/r7/2020-12-17.txt.gz:{chan ch=tech}Sath Tech: you can get pretty far with just wildcards T3/r7/2020-12-17.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: wow, that's wild T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: ok, so when you say "dinv portal use 12345" is 12345 my portal id? How do i associate that with the mapper portal ? T3/r7/2020-12-17.txt.gz:{chan ch=tech}Durel Tech: You can see examples in "dinv help portal" T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: aah ok, thats about as simple as it gets T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: omg... in 5 minutes, dinv fixed what i was working on the past hour. Thank!! T3/r7/2020-12-17.txt.gz:{chan ch=tech}Tech: Durel smiles happily. T3/r7/2020-12-17.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: DINV is an awesome tool. Read the help. It does A LOT T3/r7/2020-12-17.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: And make sure you bug Durel every chance you get! T3/r7/2020-12-17.txt.gz:{chan ch=tech}Furian Tech: yea, maybe its the FIRST thing i learn inside and out T3/r7/2020-12-18.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: I have a request! T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Denied! T3/r7/2020-12-18.txt.gz:{chan ch=tech}ZzZzZz Tech: LoL T3/r7/2020-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: I wanne hear it before it gets decided T3/r7/2020-12-18.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: When I walk by the aarch professor, I would like a notification or a tell, for places like the underdark where I spam walk through every room T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: spmute already handles that. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: There's a specific event for the soundpack. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Tech: Ocho Ocho Ocho goes ooOOooOOoo. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Look at 'spset' T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: First option: aarch_prof T3/r7/2020-12-18.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: well look at that T3/r7/2020-12-18.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: thanks! T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You'll get an "Hmmm..." like the Minecraft villagers. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Furian Tech: for DINV help, if i type DINV i get a list of commands. Is that all of the commands? Dinv help build, dinv help refresh, dinv help search" and so on? I'm trying copy and paste all of it to HTML files so i can read it easier while doing the examples. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Talbor Tech: Think he has a wiki on his github page than may have more info T3/r7/2020-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: have you looked at the documentation from Durrel github? T3/r7/2020-12-18.txt.gz:{chan ch=tech}Furian Tech: yea, but there are pretty colors in game T3/r7/2020-12-18.txt.gz:{chan ch=tech}Furian Tech: heh T3/r7/2020-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: pretty colours for the win T3/r7/2020-12-18.txt.gz:{chan ch=tech}Furian Tech: but i did forget about the wiki T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: Is there a way to add multiple cexits? For example, ships at Annwn. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: yes, add a cexit for each instance T3/r7/2020-12-18.txt.gz:{chan ch=tech}[Battle] Scars Tech: just add them like you did the first T3/r7/2020-12-18.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: yeah, same way you always add them... as long as it goes to a different room, no problem T3/r7/2020-12-18.txt.gz:{chan ch=tech}[Battle] Scars Tech: a room can have multiple custom exists added to mapper T3/r7/2020-12-18.txt.gz:{chan ch=tech}Tech: [Battle] Scars nods at Yes, THAT Xyzzy. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: so you go back to the dock and say your new destination T3/r7/2020-12-18.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: you can extend the time limit then put them all in together. like pay guy;;o w;;wear mask;;w T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: Yeah, I set that one up. Not sure how much it cost me to get the wait times right! T3/r7/2020-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: do the goal... no wait time required T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: I thought new cexits deleted the previous. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: Yeah, my goals todo list is getting pretty long! :) T3/r7/2020-12-18.txt.gz:{chan ch=tech}404 Eroe Tech: new cexits to a room that exists, yes T3/r7/2020-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: they don't, even if they go to the same landing room T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: Ah, that explains it. T3/r7/2020-12-18.txt.gz:{chan ch=tech}404 Eroe Tech: well, if you replace it by the same or you replace the cexit name when the cexit exists. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: How about adding notes to the xcp output in snd? I saw roomnotes, but not for the mobs. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: there is a sneaky way to do notes for mobs... umm involves one of the regex tricks fiendish has T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: Sounds above my paygrade... T3/r7/2020-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: see #sub help with the # T3/r7/2020-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: aard help has lots of stuffs "hidden" in plain sight from us T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: Whoa! #sub help shows a ton! T3/r7/2020-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: fiendish, unlike me, is really good at doing documentation T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: yeah, not my strong suit, but I'm trying to get better T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: I'm trying add notes for the SnD cp ch output. Is that what you're referring to? T3/r7/2020-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: maybe, i use it to make notes about what damtype mobs are immune or vulnerable to T3/r7/2020-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: i'm not sure about crowley's S&D but pwars', once you've seen the mob, shows that you have seen it T3/r7/2020-12-18.txt.gz:{chan ch=tech}Tech: Torsin nods T3/r7/2020-12-18.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: crowleys doesn't have mob support yet T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: I think Crowley's does that though. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: i thought crowley added that in the last round of updates T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Has not been fully added yet. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It is in the works, and will be pushed out. Just schoolwork has knocked me back a bit. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Now if I could find someone who would do all my essays for me, then I could focus solely on SnD... T3/r7/2020-12-18.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley's shifty eyes dart back and forth. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: you signed a document to say you wouldn't do that T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Stupid academic integrity. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Durel Tech: Just turn in snippets from imm and gclan Crow. Those are very scholarly channels :p T3/r7/2020-12-18.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Durel. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Considering that most of college essays are bullshit anyway... T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: Ok, I did a test. Crowleys SnD displays mapper notes for an area through use of the 'roomnote' command. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: *end PSA* T3/r7/2020-12-18.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: See what a little digging can do? T3/r7/2020-12-18.txt.gz:{chan ch=tech}Tech: Torsin smirks. T3/r7/2020-12-18.txt.gz:{chan ch=tech}ZzZzZz Tech: Did somwthing change? mapper rt jot doesnt work anymore. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It has never been 'mapper rt'... T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's either been xrt for SnD, mapper goto , or runto from recall. T3/r7/2020-12-18.txt.gz:{chan ch=tech}ZzZzZz Tech: the mapper automatic rt jot when doing CP doesnt work anymore. T3/r7/2020-12-18.txt.gz:{chan ch=tech}ZzZzZz Tech: xp T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: xcp? T3/r7/2020-12-18.txt.gz:{chan ch=tech}ZzZzZz Tech: I mean when I "xcp 1" to go to fiest cp mob in SnD, the rt fails. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: HOW does it fail? T3/r7/2020-12-18.txt.gz:{chan ch=tech}ZzZzZz Tech: Id mid run from recall is says a bunch of times, Alas, you cannot go that way. T3/r7/2020-12-18.txt.gz:{chan ch=tech}ZzZzZz Tech: It worked lat mort, I didnt change anything. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Selitos Tech: sometimes a door is already open and now its not T3/r7/2020-12-18.txt.gz:{chan ch=tech}Selitos Tech: check cexits T3/r7/2020-12-18.txt.gz:{chan ch=tech}ZzZzZz Tech: From recall I see it attempts to run 2sd2wnw3nesd, isnt that pass amazon cal? T3/r7/2020-12-18.txt.gz:{chan ch=tech}ZzZzZz Tech: clan* T3/r7/2020-12-18.txt.gz:{chan ch=tech}ZzZzZz Tech: Ahh, they changed amazon clan, no wonder. T3/r7/2020-12-18.txt.gz:{chan ch=tech}ZzZzZz Tech: How do I delete amazonclan from SnD? T3/r7/2020-12-18.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley sighs. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You do not delete anything from SnD. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Oh Fuuudge Kya Tech: Go to the room that first tries to use a bad exit, and type 'mapper purgeroom' T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: SnD is not a mapper. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: SnD does not store rooms. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: SnD does not store paths. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: All it does is execute 'mapper goto '. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Princess Alison Tech: SnD is best thought of as a plugin that provides aliases for executing mapper goto X T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Anything you need to change or delete is from the GMCP mapper. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: By going to Amazon Clan, you can read 'mapper help' to find out how to purge zones so you can rebuild them. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Braun Tech: so you don't have to memorize all the mapper room id's :P T3/r7/2020-12-18.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Braun. T3/r7/2020-12-18.txt.gz:{chan ch=tech}ZzZzZz Tech: Kye, thanks that woked. T3/r7/2020-12-18.txt.gz:{chan ch=tech}ZzZzZz Tech: Makaki also made this nonsense abit back. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Nonsense? Clans can change area exits as they see fit. T3/r7/2020-12-18.txt.gz:{chan ch=tech}ZzZzZz Tech: Its nonsense, clans get updated and regular users dont know why the runto pass thier clands layout work anymore. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Princess Alison Tech: This happened as a result of those clans renovating their clan hall. And for the record, masaki's clan exit change made their clan hall much more accessible and I shop at their clan shop all the time now because of it. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Princess Alison Tech: Claninfo to find the most up to date speedwalk. T3/r7/2020-12-18.txt.gz:{chan ch=tech}ZzZzZz Tech: Clan broadcasting on general board or something that their clans exits etc changed would be nice 8) T3/r7/2020-12-18.txt.gz:{chan ch=tech}Princess Alison Tech: Masaki did so when they changed their exits. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Antifa Raded Tech: those jerks T3/r7/2020-12-18.txt.gz:{chan ch=tech}ZzZzZz Tech: LoL T3/r7/2020-12-18.txt.gz:{chan ch=tech}Riyu Tech: hi, is anyone using the mush z soundpack? T3/r7/2020-12-18.txt.gz:{chan ch=tech}Riyu Tech: I need to know how to turn the sounds on T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: spmute T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: read 'sphelp' too. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Riyu Tech: typing sphelp 2 doesn't seam to do anything? T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, you must be VI. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Riyu Tech: I am T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Not 'sphelp 2', but 'too' as in also. Just type 'sphelp' T3/r7/2020-12-18.txt.gz:{chan ch=tech}Riyu Tech: I'm blind T3/r7/2020-12-18.txt.gz:{chan ch=tech}Riyu Tech: lol I read that, too, and thought it was a mistake T3/r7/2020-12-18.txt.gz:{chan ch=tech}Oh Fuuudge Kya Tech: Mush-Z is specifically designed for Alter Aeon, not Aardwolf. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Riyu Tech: it is but there's a mush z pack for sounds and things T3/r7/2020-12-18.txt.gz:{chan ch=tech}Oh Fuuudge Kya Tech: If you download the non-visuals Aardmush package, it includes a super basic soundpack and also a slightly modified version of Mushreader T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Riyu: The Aardwolf MUSHClient comes with its own sound pack. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I didn't realize you meant MUSH-Z. I'm not familiar with that version. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Riyu Tech: it's called mus client? T3/r7/2020-12-18.txt.gz:{chan ch=tech}Riyu Tech: that's the one i have T3/r7/2020-12-18.txt.gz:{chan ch=tech}Riyu Tech: sphelp is not working for me T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Riyu: Does anything pop up when you type: checkversion T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yeah, you don't have the Aardwolf MUSHClient version. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Oh Fuuudge Kya Tech: Mush-Z is a specific Mush setup for another mud. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Riyu Tech: You are using Aardwolf MUSHclient Package version: r2129 T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Riyu: https://fiendish.github.io/aardwolfclientpackage/ --> Go to that link and download the non-visuals. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, so you ARE using. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Riyu Tech: yep T3/r7/2020-12-18.txt.gz:{chan ch=tech}Riyu Tech: the one from github? T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: spmute --> S P M U T E --> That should enable all sounds. but sphelp should work T3/r7/2020-12-18.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Riyu. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Riyu Tech: thanks T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And just making sure, you did download the 'non-visual' and not the 'full visual', correct? T3/r7/2020-12-18.txt.gz:{chan ch=tech}Riyu Tech: correct T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Good. I don't have a lot of dealings with the non-visual side, but there are a few players who are able to help. If you type 'who blind', you might be able to get some help from those listed there. Tech is always a great place for help, too, especially when Fiendish is around. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Riyu Tech: thanks T3/r7/2020-12-18.txt.gz:{chan ch=tech}Furian Tech: is there a way to see stats with their maximum (buffs/eq/etc) T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can do the calculation. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Furian Tech: yea, i see the formulats in help max stats, was just wonder if there was something in game that did the calculations T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: No. Best you'll get is 'stats', which tells you what is allocated to each section. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Furian Tech: no plugins for it? tyring to learn dinv and see what to set my priority to T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Bear in mind it's not 200 for eq and 200 from spells, but 200 from eq + spells (or rather, not 200, but level max) T3/r7/2020-12-18.txt.gz:{chan ch=tech}Libel Liber Tech: you don't need to know the maximums to be able to set dinv. that's its purpose: to maximize your points, while taking into account the caps T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I think Frurian is talking about finding where the deficit is. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Furian Tech: but if im already max dex with eq and spellups, i don't want to set dex as my first priority, right? T3/r7/2020-12-18.txt.gz:{chan ch=tech}Libel Liber Tech: yes you do, if dex is your primary stat T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, that's the thing... you're only at max dex BECAUSE of EQ and spells. T3/r7/2020-12-18.txt.gz:{chan ch=tech}A Calm Stormwind Tech: dinv handles that auto. it won't equip a dex item if you are at max it will go to the next higher priority T3/r7/2020-12-18.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at A Calm Stormwind. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Libel Liber Tech: it will not count the extra (above max) points of dex T3/r7/2020-12-18.txt.gz:{chan ch=tech}Furian Tech: hmm.. ok, thats great, so why then would i ever set my priority to anything different thatn what it defaults to? T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It looks at your cap and your stats, and says, "Okay, so this person only needs 15 to max dex, so I'll find a group of items that adds up to 15 dex (or as close as possible) and then work on str (or whatever the secondary stat is)" T3/r7/2020-12-18.txt.gz:{chan ch=tech}Libel Liber Tech: you don't need it. but you might want to add some extra fields. for example: sanctuary, resists, shield T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's why it's very possible that wearing eq sets can change within the same level if your spells fluctuate that much. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Furian Tech: seems dinv already has premade sets, so for now im good to just use those? T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Like a lot of good programs, it comes with default settings. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Libel Liber Tech: as I said above, you might want to add "sanctuary" some points in those sets, if you have aadr aura. other than that, the defaults are quite nice T3/r7/2020-12-18.txt.gz:{chan ch=tech}Furian Tech: is there a way to make it account for tier? For example, when i do "dinv set display thief 110," it shows my 100 axe, not my 120 axe. T3/r7/2020-12-18.txt.gz:{chan ch=tech}A Calm Stormwind Tech: it takes tiers into account automatically. T3/r7/2020-12-18.txt.gz:{chan ch=tech}A Calm Stormwind Tech: If you're ever asked for a level you use your current level not your tier adjusted level for example. It does the calculation on its own. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Furian Tech: ok, ill see what it says when i hit 110 in 1 lvl, right now its showing the 100 axe. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Veritheia Tech: the "level" is effective level. so that 110 set is what you'll wear at 100 T3/r7/2020-12-18.txt.gz:{chan ch=tech}Furian Tech: aah that makes sense, thanks T3/r7/2020-12-18.txt.gz:{chan ch=tech}Furian Tech: so its telling me to wear pair of level 15 gauntlets (+1 dex, +2 DR) over some lvl 81 (+2 DR, +8 Dex, +3 magic, +5 physical)... no other hidden stats? T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: I keep getting this error for going to origins using SnD: There was 1 match which I could not find a path to within 300 rooms: T3/r7/2020-12-18.txt.gz:{chan ch=tech}Garrot Tech: Could be a maze room T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Means you don't have a custom exit set up somewhere. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Brobeo Tech: Do you have cexits set up, there are a ton in origins. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: I can use rt orignis and it works. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Or you're in a norecall/noportal room and to get to a recallable/portal room, you have to go through a maze. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: I'm at recall T3/r7/2020-12-18.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Yep the first room in origins is reachable. No other room in origins you can reach without a cexit. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yes, because 'rt' uses the information under 'speedwalks origin'. As you can see, there is a custom exit before entering the area. T3/r7/2020-12-18.txt.gz:{chan ch=tech}A Calm Stormwind Tech: You need to setup a custom exit for each portal from the first room. T3/r7/2020-12-18.txt.gz:{chan ch=tech}High Risk Losteix Tech: "speedwalk origins" to see any custom exits in the normal runto T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So you have to run to just before the area (use all the directions from recall in speedwalks origin), and stop before 'learn more', then make that custom exit. T3/r7/2020-12-18.txt.gz:{chan ch=tech}A Calm Stormwind Tech: oh odd never saw the learn more part to origins. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: Thanks! T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Bear in mind that SnD does not manipulate any information that is found in 'mapper'. It simply looks at your 'mark' table, and whatever you have marked as the 'first room', SnD sends "mapper goto ". Ergo, if you see errors that you cannot reach a room, it has nothing to do with SnD, but everything to do with how you have the mapper set up. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: That's what I thought was odd because I xset marked the end of the rt orgin as the start room, but then it wouldn't go there. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Torsin Tech: Adding the learn more made it work though, thanks! T3/r7/2020-12-18.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Mushclient questions answered now. T3/r7/2020-12-18.txt.gz:{chan ch=tech}One-Winged Macbeth Tech: any major upgrade you are working on for future releases of aard mushclient? T3/r7/2020-12-18.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: yes? T3/r7/2020-12-18.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: but I don't know what you mean by "major upgrade" T3/r7/2020-12-18.txt.gz:{chan ch=tech}One-Winged Macbeth Tech: any insights to share T3/r7/2020-12-18.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: no T3/r7/2020-12-18.txt.gz:{chan ch=tech}One-Winged Macbeth Tech: well basically just anything besides the usual bug fixes T3/r7/2020-12-18.txt.gz:{chan ch=tech}Mannec Tech: should i mention the 3d project? T3/r7/2020-12-18.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: no, the 3d project is secret T3/r7/2020-12-18.txt.gz:{chan ch=tech}Mannec Tech: ill take that as a 'no' :p T3/r7/2020-12-18.txt.gz:{chan ch=tech}One-Winged Macbeth Tech: hahaha T3/r7/2020-12-18.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: but really this is just a hobby. I don't have a grand vision for the future. I just poke at it T3/r7/2020-12-18.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I'm trying to make a plugin for having help files open in miniwindows T3/r7/2020-12-18.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mostly to find bugs in and improve the easy DIY miniwindows module T3/r7/2020-12-18.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: right now my biggest project is trying to make it easier for people to make their own plugins T3/r7/2020-12-18.txt.gz:{chan ch=tech}Mannec Tech: pretty sure thats how the mcp got started. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Mannec Tech: were prolly safe as long as noone invents a chess plugin. T3/r7/2020-12-18.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: someone did that T3/r7/2020-12-18.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: a long time ago T3/r7/2020-12-18.txt.gz:{chan ch=tech}Mannec Tech: ah. T3/r7/2020-12-18.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I forget who T3/r7/2020-12-18.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: there really should be a central registry of player plugins :( T3/r7/2020-12-18.txt.gz:{chan ch=tech}Mannec Tech: the mcp already has it. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Furian Tech: is there a setting mushclient that allows you to click and drag the map to center? I thought i was able to do that at one point, but now i cant. Mine is off center a bit, and some of the larger maps go off screen until i zoom out tiny. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Undertaker Anaristos Tech: clicking the title bar always allow one to drag a window T3/r7/2020-12-18.txt.gz:{chan ch=tech}Furian Tech: no, im talking about draging the contents inside the window to center T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Uh, I do not believe there is a way to drag the contents in the map itself around. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Princess Alison Tech: Does "look" up date the minimap, or only "map"? T3/r7/2020-12-18.txt.gz:{chan ch=tech}Autonomous Anymouse Tech: can test by blinding yourself, moving a room, cure blind then try 'look T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: it should update the gmcp map with exit information (since look returns gmcp data) and the ASCII map. T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Er, not the ascii map T3/r7/2020-12-18.txt.gz:{chan ch=tech}Autonomous Anymouse Tech: if you mean ascii map T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Sorry, that's done by 'map' alone. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Princess Alison Tech: Yeah the ASCII map. With the exclamation marks showing mobs, etc. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Princess Alison Tech: was wondering if that updates if I type look T3/r7/2020-12-18.txt.gz:{chan ch=tech}Princess Alison Tech: thanks all T3/r7/2020-12-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yeah, only done by map alone. T3/r7/2020-12-18.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Tayter Tech: So I have an alias "portal *" and the first line is "get %1 ortal_bag". I have a variable named "portal_bag" with the id of my portal bag. I keep getting the message "You do not see a ortal_bag here." What am I doing wrong? T3/r7/2020-12-19.txt.gz:{chan ch=tech}Libel Liber Tech: maybe it is named portal_bag? :D T3/r7/2020-12-19.txt.gz:{chan ch=tech}Tayter Tech: It is, for some reason it didn't go through to the channel... T3/r7/2020-12-19.txt.gz:{chan ch=tech}Tayter Tech: the and the p were missing. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Tayter Tech: of the at symbol and the p were missing. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Tinypotato Tech: did you check the "expand variables" option in the alias? T3/r7/2020-12-19.txt.gz:{chan ch=tech}Tayter Tech: I will. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Tayter Tech: That solved it. Thanks! T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: having some trouble figuring out DINV for my PSI.. I switched from thief to PSI and its selecting dex eq over int eq. I ran a refresh and ran dinv priority create psi. What am i missing? T3/r7/2020-12-19.txt.gz:{chan ch=tech}Princess Alison Tech: dinv set wear psi T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: yea, i did that after the priority create T3/r7/2020-12-19.txt.gz:{chan ch=tech}Areia Tech: Maybe that's all you have? T3/r7/2020-12-19.txt.gz:{chan ch=tech}Braun Tech: dinv analyze T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: i used eqsearch and bought everything on list T3/r7/2020-12-19.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Mage sure priority is created, then make sure analyze is created, then make sure any alias you used to wear eq is using dinv set wear T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: ran dinv priority create psi T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: and dinv analyze create psi. Thought i did that, but will try again. T3/r7/2020-12-19.txt.gz:{chan ch=tech}A Calm Stormwind Tech: to check you can dinv analyze display psi T3/r7/2020-12-19.txt.gz:{chan ch=tech}A Calm Stormwind Tech: tho to be faster I would dinv analyze create psi 10 T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: yep it has "An Ear Trumpet" first over "eye of Horus"... ear trumput is a dex item T3/r7/2020-12-19.txt.gz:{chan ch=tech}A Calm Stormwind Tech: dinv priority edit psi --> make sure it's setup the way you expect it to be. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Libel Liber Tech: are you sure the priority is correctly set? the T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: it is, 1.5 for int, 1.0 for dex T3/r7/2020-12-19.txt.gz:{chan ch=tech}Braun Tech: what does the "10" do? for dinv analyze create psi 10? T3/r7/2020-12-19.txt.gz:{chan ch=tech}A Calm Stormwind Tech: it runs it every 10 levels instead of every level. speeds it up drastically. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: just 10 levels i think, its fast for me regardless so i don tneed it T3/r7/2020-12-19.txt.gz:{chan ch=tech}A Calm Stormwind Tech: unless you're changing eq every level it's only a benefit. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Areia Tech: Also, depending on your available eq and the priority's values, not *every* item is going to be the item with the highest int. If your int is already maxed out from other items, for example, it would pick other things for a particular slot if able. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: i was thinking that, so i wore the int item manually and my int went up, so im not maxed i dont htink T3/r7/2020-12-19.txt.gz:{chan ch=tech}A Calm Stormwind Tech: that's a good point but him being level 133 is highly unlikely he has max int. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Libel Liber Tech: I simply "dinv set wear " (pre-mastery) or "dinv weapon " (after mastery). never had any issues with it, regardless of classchanges/tiers T3/r7/2020-12-19.txt.gz:{chan ch=tech}A Calm Stormwind Tech: post the stats of both items? T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: im not sure how T3/r7/2020-12-19.txt.gz:{chan ch=tech}A Calm Stormwind Tech: dinv report tech item T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: An Ear Trumpet [L131 ear] : DR6 Dex9 Res13 MN30 MV-60 T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: the Eye of Horus Earring [L131 ear] : DR8 Int8 Res12 T3/r7/2020-12-19.txt.gz:{chan ch=tech}A Calm Stormwind Tech: can't be DR then either... that is very odd. do you have points into resistances? T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: nope T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: even tried a rebuild T3/r7/2020-12-19.txt.gz:{chan ch=tech}Libel Liber Tech: are you sure you're not overmax in int? what does "stats" say (after spellup) T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: 317 T3/r7/2020-12-19.txt.gz:{chan ch=tech}Libel Liber Tech: no, I mean "totals" and the line below it T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: yea, 317 total int T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: if i remove the trumpet and equip the horus, it goes to 325 T3/r7/2020-12-19.txt.gz:{chan ch=tech}A Calm Stormwind Tech: type dinv analyze display psi ear T3/r7/2020-12-19.txt.gz:{chan ch=tech}A Calm Stormwind Tech: go over that list to see when it uses/doesn't use those items. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: it uses the trumpet over the horus every level it has listed T3/r7/2020-12-19.txt.gz:{chan ch=tech}A Calm Stormwind Tech: hrm Might want to ping Durel then I've exhausted everything I can think of =( T3/r7/2020-12-19.txt.gz:{chan ch=tech}Areia Tech: Increase the value of int and/or decrease that of dex? Or add a high-ish to high value for maxint. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: k, ill try that T3/r7/2020-12-19.txt.gz:{chan ch=tech}Libel Liber Tech: how much int do yhave (trained)? T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: 190 T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: im still learning all that stuff..i may have over pumped it. str-75, 190-int, 134-wis, 75-dex, 75-con, 85-luck are natural stats T3/r7/2020-12-19.txt.gz:{chan ch=tech}Libel Liber Tech: the max for you is 190+133+5(?) T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: if so, that would put me very close to that T3/r7/2020-12-19.txt.gz:{chan ch=tech}Ogreskull Tech: Dinv takes max/overmax/caps into account as well T3/r7/2020-12-19.txt.gz:{chan ch=tech}Libel Liber Tech: wear that item and tell me the 2 values from "stats" (for the int column). total and the one below it T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: 325/325 T3/r7/2020-12-19.txt.gz:{chan ch=tech}Libel Liber Tech: and without it 323? T3/r7/2020-12-19.txt.gz:{chan ch=tech}Libel Liber Tech: so, dinv does the right thing: 8 dex is a hell lot better than 2 int :) T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: ok, so with no earrings on, i have 317/317 T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: 333/333 with both Horus earrings on T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: 317/317 with both trumpet earrings on T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: my max is 333 T3/r7/2020-12-19.txt.gz:{chan ch=tech}Libel Liber Tech: I don't get it. that would mean 144 int from spellup/eq, at lvl. 133 T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: if i take all the dex stuff off, and wear all the int, it says 333/384, so i guess DINV is thinking dex is better even though im not quite at max int T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: if thats what im suppose to be, who am i to argue! T3/r7/2020-12-19.txt.gz:{chan ch=tech}Ogreskull Tech: you can look at the priority weights, most of the default priorities do weight for dex T3/r7/2020-12-19.txt.gz:{chan ch=tech}Libel Liber Tech: oh, sorry, you're ppsi, you get +10 extra int, after the mage remort, not +5. maybe dinv doesn't account for that? though I doubt it T3/r7/2020-12-19.txt.gz:{chan ch=tech}Ogreskull Tech: because dex helps with your melee dmg and incoming dmg reduction, balhblah. you can adjust priorities. just basing my general trust in dinv in 1000s of levels. dinv 100% does account for pclass bonuses i ngeneral. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: yep... i'll roll with this and see how it goes. I have a lot to learn on the PSI... only played warrior and thief so far T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: thanks a bunch for the help! T3/r7/2020-12-19.txt.gz:{chan ch=tech}A Calm Stormwind Tech: Wait if you wear the int item do you gain the -full- int benefit if you're close to max it's likely only going to account for the point of int that take you to max. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Furian Tech: both Horus earrings are +8 int, that gives me 16, which is exactly 333 (my max) T3/r7/2020-12-19.txt.gz:{chan ch=tech}Braun Tech: So... I'm pretty sure the answer is no, but is there a way to purge a room of cexits without 1.) being in the room 2.) using the nifty right click option on the map? something like mapper delete cexits T3/r7/2020-12-19.txt.gz:{chan ch=tech}Negader Tech: purge area? T3/r7/2020-12-19.txt.gz:{chan ch=tech}Braun Tech: Hehe, I guess that would work.. just not looking forward to remapping the area :P T3/r7/2020-12-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You could open up the database and perform an SQL query to delete the cexits. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Braun Tech: I think remapping the area is much easier than learning sql >.>... though I need to learn sql one day. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Areia Tech: If you're going to remap the area,why not just go to the room and mapper delete cexits? T3/r7/2020-12-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The sql query isn't too had, really. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Areia. T3/r7/2020-12-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: 'mapper cexits here' -- go to the first room, delete, then go from there. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Braun Tech: tried that.. i'm thinking it might be some goal room. Whatever the room is I can't seem to find a way to it. It's in darklight. 19676 T3/r7/2020-12-19.txt.gz:{chan ch=tech}Princess Alison Tech: it is a goal room T3/r7/2020-12-19.txt.gz:{chan ch=tech}Tech: Areia nods at Princess Alison. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Princess Alison Tech: so it doesn't matter if there's a cexit there T3/r7/2020-12-19.txt.gz:{chan ch=tech}Princess Alison Tech: you will never reach it in normal play again :) T3/r7/2020-12-19.txt.gz:{chan ch=tech}Braun Tech: It's going to mess with me >.> T3/r7/2020-12-19.txt.gz:{chan ch=tech}Braun Tech: gonna purge that place! T3/r7/2020-12-19.txt.gz:{chan ch=tech}Princess Alison Tech: if it bothers you, purge and remap. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Princess Alison Tech: darklight is not a huge area so it should be fairly easy. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Tech: Braun nods at Princess Alison. T3/r7/2020-12-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Make sure you reset explored in that area, too, so that you know you've mapped all the rooms. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Princess Alison Tech: goal rooms are noexplore right? T3/r7/2020-12-19.txt.gz:{chan ch=tech}Ogreskull Tech: Not always T3/r7/2020-12-19.txt.gz:{chan ch=tech}Areia Tech: Not all of them. T3/r7/2020-12-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Sometimes. Not always. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Princess Alison Tech: in theory, you could lock yourself out of 100% explore forever? T3/r7/2020-12-19.txt.gz:{chan ch=tech}Ogreskull Tech: nod T3/r7/2020-12-19.txt.gz:{chan ch=tech}Tech: Areia nods. T3/r7/2020-12-19.txt.gz:{chan ch=tech}Princess Alison Tech: hm, I would argue that should be fixed T3/r7/2020-12-19.txt.gz:{chan ch=tech}Princess Alison Tech: the only time I've reset explored was in yurgach for the goal task, so I'm not too worried about it msyelf T3/r7/2020-12-19.txt.gz:{chan ch=tech}Ogreskull Tech: Nod, Minos too! T3/r7/2020-12-19.txt.gz:{chan ch=tech}Princess Alison Tech: I didn't have to reset explored for minos luckily T3/r7/2020-12-19.txt.gz:{chan ch=tech}Princess Alison Tech: I just did it once and it was fine T3/r7/2020-12-19.txt.gz:{chan ch=tech}Useful Hadar Tech: anyone play around with any of my plugins and the set command? wanted to get some feedback on ease of use T3/r7/2020-12-20.txt.gz:{chan ch=tech}Braun Tech: so I added "recall" and "home" to my portals list and set them to "mapper portalrecall" but if you go to for example "Trapped in Quicksand (34793)" and run mapper goto 32418 (aylor recall room), recalling doesn't seem to be an option mapper gives the "I could not find a path to within 300 rooms"... T3/r7/2020-12-20.txt.gz:{chan ch=tech}High Risk Losteix Tech: sounds like a no-recall room with no standard exits T3/r7/2020-12-20.txt.gz:{chan ch=tech}High Risk Losteix Tech: so probably need either a cexit or a portal. T3/r7/2020-12-20.txt.gz:{chan ch=tech}Braun Tech: It's a recall room. You can do "recall" and get back to aylor or clan recall (depending). It's a no portal room. T3/r7/2020-12-20.txt.gz:{chan ch=tech}Braun Tech: I just don't think mapper sees it as such... I get the feeling that it sees my "mapper portal recall" and "mapper portalrecall " as still a portal... T3/r7/2020-12-20.txt.gz:{chan ch=tech}High Risk Losteix Tech: you can check with mapper portals. if it's a "recall" portal it should be red. T3/r7/2020-12-20.txt.gz:{chan ch=tech}Braun Tech: Yep. It is. T3/r7/2020-12-20.txt.gz:{chan ch=tech}High Risk Losteix Tech: also check that the room isn't accidentally flagged as norecall? T3/r7/2020-12-20.txt.gz:{chan ch=tech}Braun Tech: It should be fine. It's only flagged noportal by mapper. T3/r7/2020-12-20.txt.gz:{chan ch=tech}High Risk Losteix Tech: do you have your bouncerecall set? T3/r7/2020-12-20.txt.gz:{chan ch=tech}Braun Tech: BOUNCERECALL: Not currently set. T3/r7/2020-12-20.txt.gz:{chan ch=tech}High Risk Losteix Tech: set it. T3/r7/2020-12-20.txt.gz:{chan ch=tech}Braun Tech: You're my hero! It worked! Thank you so much! T3/r7/2020-12-20.txt.gz:{chan ch=tech}Garrot Tech: Using pwars SnD and wanting to backup the mobdatabase. Any idea which file I need to copy? T3/r7/2020-12-20.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: MUSHclient questions answered now T3/r7/2020-12-20.txt.gz:{chan ch=tech}Greybeard Tech: is there a shortcut to open keypads configuration window? T3/r7/2020-12-20.txt.gz:{chan ch=tech}Furian Tech: trying to create a simple plugin (lots to learn.) Is there any docs or guides on how to inject LUA code into XML for plugins? I know there is a "script" area, but following your DIY windows guide, I couldn't get a simple plugin working. T3/r7/2020-12-20.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Shift+Control+1 T3/r7/2020-12-20.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Greybeard ^, but also if you go to the Game menu, under Configure you should see all the shortcuts listed on the right side of the dropdown next to the configuration screen name T3/r7/2020-12-20.txt.gz:{chan ch=tech}Tech: you can find shortcuts by looking at the menu option itself...the right-side of it tells you what the shortcut is T3/r7/2020-12-20.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: what abelinc said T3/r7/2020-12-20.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Furian: Ah, umm...that's an excellent question. I don't know if I have a good guide for plugins from scratch. One sec. T3/r7/2020-12-20.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I can tell you where to look for examples though until I find something or put something together... T3/r7/2020-12-20.txt.gz:{chan ch=tech}Tech: but for the Lua code, yeah you just put it into the big bottom section, and you call the functions from within whatever you need to T3/r7/2020-12-20.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: haha "the big bottom section" may be insufficient T3/r7/2020-12-20.txt.gz:{chan ch=tech}Useful Hadar Tech: i have a template file i made one time (just exported one of everything from the wizard) and now i just update it for what i need T3/r7/2020-12-20.txt.gz:{chan ch=tech}Furian Tech: that would be great... once i can figure out the bare basics, i think my learning will go a little faster T3/r7/2020-12-20.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: alright everyone, let me at least point to examples first T3/r7/2020-12-20.txt.gz:{chan ch=tech}Tech: for all the plugins I've made, I started by copying an existing plugin file which was roughly the same "style" of what I was looking to do, and opened the copy in my text editor T3/r7/2020-12-20.txt.gz:{chan ch=tech}Tech: that gives all the essential elements, including windowing, aliases, triggers, and GMCP initialization T3/r7/2020-12-20.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Furian: first, there are two ways to inject script code into the plugin. 1) the block in the xml for the alias/trigger/timer itself, 2) the section that contains a bunch of code. this is where plugin callback functions have to go like OnPluginInstall OnPluginClose etc T3/r7/2020-12-20.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: and the `script="reset_aard"` in my alias says "call the reset_aard function found in my script section" T3/r7/2020-12-20.txt.gz:{chan ch=tech}Furian Tech: cool, thank you for the examples. I'll copy this down (and everyone elses suggestions.) T3/r7/2020-12-20.txt.gz:{chan ch=tech}Negader Tech: i think this is a simple question. i have an alias ^hello\s([a-zA-Z]{1,12})$ and i want to capture what's in [a-zA-Z]{1,12} as an input. what/where do i need to add to do this please? i think a question mark and or something else is needed somewhere, but i don't know exactly where. T3/r7/2020-12-20.txt.gz:{chan ch=tech}404 Eroe Tech: put it in parens so it counts it as a group. T3/r7/2020-12-20.txt.gz:{chan ch=tech}Tech: there's 2 main ways that you can do what you want, furian. One is fast and pretty easy, and the other is much more flexible but needs more setup...for fast/easy, you could copy a script file like my Aard Room Objects Miniwin, and just change "roomobjs" to "score".... T3/r7/2020-12-20.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: also in my example of #2, the CDATA part is pretty important (I'll explain why in a sec) and CDATA and