T3/r7/2021-08-01.txt.gz:{chan ch=tech}Count Zensch Tech: any idea why alias muh: mapper unmapped here, does not work? T3/r7/2021-08-01.txt.gz:{chan ch=tech}Triixxee Tech: is the alais an aard alais, or a MUSH alais? T3/r7/2021-08-01.txt.gz:{chan ch=tech}Karathos Tech: if your alias is a mud alias, it won't work T3/r7/2021-08-01.txt.gz:{chan ch=tech}Count Zensch Tech: i've tried both, the same, do i need to add something like send? T3/r7/2021-08-01.txt.gz:{chan ch=tech}Karathos Tech: you'll need to create a mushclient side alias with it set to Execute to work T3/r7/2021-08-01.txt.gz:{chan ch=tech}Triixxee Tech: send to script, or execute T3/r7/2021-08-01.txt.gz:{chan ch=tech}Zuqlan Tech: alias command saves alias in the server and only server side command available to it. mapper is mush command. it wont work if u save there. u need a client side alias forthat T3/r7/2021-08-01.txt.gz:{chan ch=tech}Count Zensch Tech: thanks T3/r7/2021-08-01.txt.gz:{chan ch=tech}Talbor Tech: Anybody know of another plugin like Zafrusteria's cexit to buttons? T3/r7/2021-08-01.txt.gz:{chan ch=tech}Talbor Tech: Looking for something les buggy T3/r7/2021-08-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: So, in MUSH, I want to create an alias that will allow me to set variables. like "Setvar * *" wherein using the command "Setvar Testing Whee" would set the variable "Testing" to "Whee". However, it's not working. SetVariable ("%1", "2%") causes the alias to set the named variable to "2%", not the 2nd wildcard. T3/r7/2021-08-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: is that a typo? T3/r7/2021-08-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: should be %2 T3/r7/2021-08-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: 2% is just a milk type T3/r7/2021-08-01.txt.gz:{chan ch=tech}Zuqlan Tech: milk? T3/r7/2021-08-01.txt.gz:{chan ch=tech}Zuqlan Tech: u mean alcohol right? T3/r7/2021-08-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: dunno what you're drinking but 2% alcohol would be pretty ew T3/r7/2021-08-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: Whoops, you're right. Typo'd. Silly. T3/r7/2021-08-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: winning! T3/r7/2021-08-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: let us know if it's working as expected now T3/r7/2021-08-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: the collective Tech Mind must know all the things T3/r7/2021-08-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: Strangely, it's not working now. T3/r7/2021-08-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: what's it doing? T3/r7/2021-08-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: not firing at all? T3/r7/2021-08-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: Nothing at all T3/r7/2021-08-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: Wait, apparently it's just because I'd set it to regex. That apparently makes it not working. Unticked it and it works now. T3/r7/2021-08-01.txt.gz:{chan ch=tech}Zuqlan Tech: remove the double quote T3/r7/2021-08-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: there isn't a message when you set a variable T3/r7/2021-08-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: yeah, if you're using * you don't want that T3/r7/2021-08-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: a * is a cheat for non-regex that is equivalent to like (.*)? I think T3/r7/2021-08-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: or maybe just (.*) T3/r7/2021-08-01.txt.gz:{chan ch=tech}Zuqlan Tech: my problems are different, if i dont check regex, my alias/triggers dont want to work T3/r7/2021-08-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: sometimes I'll start with an alias like: clap * and then click the convert to regex button T3/r7/2021-08-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: that way I don't have to use my brain too much T3/r7/2021-08-01.txt.gz:{chan ch=tech}Pump the Fuel Tech: is it possible with mush to put it in veggie-mode, so it'd only keep the char online and nothing else? T3/r7/2021-08-01.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: NO! T3/r7/2021-08-01.txt.gz:{chan ch=tech}Talbor Tech: yeah T3/r7/2021-08-01.txt.gz:{chan ch=tech}Talbor Tech: if you have spellup plugin that'll usually work or you can make a trigger on "your eyes glaze over" (I think) and just "look" for the command T3/r7/2021-08-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You don't even need to send "look". Can literally send a blank line. T3/r7/2021-08-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: or, if you want, can send spellup. :p T3/r7/2021-08-01.txt.gz:{chan ch=tech}Pump the Fuel Tech: the point was. i have a puny cpu. mush can sometimes interfere with other active stuff. even if its just incoming text. T3/r7/2021-08-01.txt.gz:{chan ch=tech}Triixxee Tech: i see that sometimes, certain games i can have mush in background, and others the combo sets my cooling fans running at max T3/r7/2021-08-01.txt.gz:{chan ch=tech}Thanos Tech: Any advice on how to turn a company logo (currently .jpg file) into either .csv or .txt ? Trying to upload them onto a website I'm working on and those are the types of files required T3/r7/2021-08-01.txt.gz:{chan ch=tech}Naricain Tech: look into base 64 T3/r7/2021-08-01.txt.gz:{chan ch=tech}Mannec Tech: im almost certain that what you are trying to do isnt what you think it is. T3/r7/2021-08-01.txt.gz:{chan ch=tech}Negader Tech: can .zip file it then upload? T3/r7/2021-08-01.txt.gz:{chan ch=tech}Mannec Tech: do you want it to end up as a downloadable link on the page? or to display it as an image on the page? T3/r7/2021-08-01.txt.gz:{chan ch=tech}Thanos Tech: display as an image on the page T3/r7/2021-08-01.txt.gz:{chan ch=tech}Mannec Tech: but your uploader wont let you give it a jpg? T3/r7/2021-08-01.txt.gz:{chan ch=tech}Selitos Tech: yeah .csv and .txt are not image files T3/r7/2021-08-01.txt.gz:{chan ch=tech}Thanos Tech: there is a "sponsor" section of the webpage and the only place I can find to upload a file is .csv or .txt T3/r7/2021-08-01.txt.gz:{chan ch=tech}Mannec Tech: those arent intended to be images, unless you are into ascii-art. T3/r7/2021-08-01.txt.gz:{chan ch=tech}Karathos Tech: probably not the right place to upload an image asset then :/ T3/r7/2021-08-01.txt.gz:{chan ch=tech}Mannec Tech: you could try just changing the file extension... T3/r7/2021-08-01.txt.gz:{chan ch=tech}Tech: Thanos snickers with Mannec about their shared secret. T3/r7/2021-08-01.txt.gz:{chan ch=tech}Thanos Tech: I will poke around a bit more thanks for the help T3/r7/2021-08-01.txt.gz:{chan ch=tech}Mannec Tech: best of luck. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: got a projector. it has physical pixels - 720p no more. but it allowes 1080p also. it kinda fakes it. so. here is the strange thing T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: when running and comparing a game 720p vs 1080p, 1080 looks so much better. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: but the projectod still has only 720 T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: why? T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: sharpness is better T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: in summary the image looks crisp clear around the edges of objects T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: there are other things, the bigger image gets downscaled, so pixels have more accurate info T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: like the common antialiasing thing perhaps T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: antialias is like downscaling T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: i forgot the terminology, but in some 3d games u can render in 2k res then display in 1080p for example. this makes everything look much nicer. samething with ur projector T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: so the devices. the monitors and projectors have the downscaling built in and it works the same as soft AA T3/r7/2021-08-02.txt.gz:{chan ch=tech}Norran Tech: I know there's some sort of render scaling -- I've usually seen it used to render at lower res and scale it up for lower-end systems. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: 2011 is not retro yet T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: mis T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: I guess the question is, what's the source video T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: when u r making a smaller picture from bigger one, u can make much more accurate decision about what a pixel color should be. means u have more info. but if ur doing otherwise u have less info. and if doign no scaling u have just enough info to do it. T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: I know even some 4k games use clips rendered at something like 16k and downscale the processed image T3/r7/2021-08-02.txt.gz:{chan ch=tech}Norran Tech: Red Eclipse just calls the setting 'render scale', and it only goes up to 100%. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: that sounds mighty insane T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Or rather both AMD and Nvidia are using deep learning anti-aliasing systems and higher res source scenes to create crisp detail... T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: that techinc is insane, but they using it to fraud :p T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: dont get fooled by pretty gfx, live version wont be as pretty T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: raw 16k. thats a lot of data T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: yet. it still is only 2021. in 2050, everyone has 16k phones T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Well deep learning is essentially letting the gfx card know when to use still, higher resolution images and when the detail should be lowered to kep the live aspect of objects in scene T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: eh, i doubt it. 16k res will depend on the gpu tech T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: kep...keep* T3/r7/2021-08-02.txt.gz:{chan ch=tech}Morill Tech: not everyone. i already think 4k is stupid T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: to process 16k res, the computation power and consequently the electric power needed to do so is very high for handheld T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: healthy eyes reso would be 32k. 32", 1m away T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: u will need magnifying glass for that T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Well considering the power of a modern top end gpu and the ram capacity a cpu allows(Think the average cpu supports over 100gigs of Ram), there's little limiting the performance on desktop... T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Think it's part of why SSD's were created...certain areas, people managed to hit the speed limit on standard Serial ATA HDDs T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: i dont doubt 16k on desktop, u can shoehorn 16k right now. but mobile as he claims, will be tough, imagine 16k on mobiles tiny screen. will u even see anything on top of massive power requirement? T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Well they'll crack it...if you consider the size and power of a modern smartphones cpu vs what its pc counterpart was in the day T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: well, i think my perspective is a bit off. u will see, u just have to have the software support T3/r7/2021-08-02.txt.gz:{chan ch=tech}Parian Melfiss Tech: so, the gpu fan in my laptop is driving me nuts making constant rattling racket... i'm guessing all I can do is replace? T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: hm, probably, i dont want to predict anything in hardware world, its very unpredictable, look at ryzen cpus T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: At the pace of things, I'd personally expect that people will see a 32 core cpu in a mobile in the next, 5 years or so...unless i missed one existing already T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: i'd like them to make monitors that would look natural to the eye. more like e-ink but with every color. T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: I mean, as is, this year or next, seems to herald the launch of 128 core CPUs...Or atleast rumours there of T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Though I do wonder if that's going to be threadripper sized or more standardized... T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: they should start working on the instruction sets. 128 cpus with crappy instructions are not that impressive. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Tech: MidKnight Gladacus nods. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: nothing wrong with the 6800/68000 instruction set. hint. hint. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: ye but you can do all math with 2 commands. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: 3 T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: add sub and cmp T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: that will be the downfall of computing. who wants to be efficient when you just can add more cores? all math in 2 seconds could be done in 750 msec. T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Once read that Intel just carries over the old instructions and adds some new for the next gen... essentially somewhere on the modern CPU, is compatibility with good ol' pentium cpus T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: if you know how to program the 8080 you know how to program the 986 T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: same crappy instruction set for the last 30 years T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: i heard thats the reason the apples's flew by T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: apple had intel hands down with the 68000, but they sold out and now they run i86s T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Wonder if it's same AMD side of things T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: but i shut up. i hace 0 knowlege here :) T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: I mean they got a ton of tech drops done this year T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: AMD is just a licensee that does the hardware better so now is no longer a licensee :) T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: I have an AMD chipset T3/r7/2021-08-02.txt.gz:{chan ch=tech}Geslor Tech: mine goes burr T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: ryzen T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: 16 cpus in 8 cores. T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: I'm debating swapping to AMD...seems to be winning on both gpu and cpu end T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: I would T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: at least seriously consider it T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: i would love a ryzen, but my current i7-5820k doing just fine, still kicking performance wise T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: only faultwith this one is power consumption T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: my keyboard fell apart after 5.5 years so I had to get a new laptop :) T3/r7/2021-08-02.txt.gz:{chan ch=tech}Geslor Tech: thats my issue atm T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: if you can repair them early is worth it, when they start to go there is no stopping them T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Though wonder what the intel niche will become as both AMD and Nvidia got some interesting things going on T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: make sure you never stand the laptop vertically T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Granted AMD tech runs on Nvidia for what ever reason, so not an exact niche outside of the sense that the tech is trademarked T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: in spite of my dislike for INTEL, their architecture as far a hardware paging and tasking is on the money. Microsoft should read their hardware manual some day :) T3/r7/2021-08-02.txt.gz:{chan ch=tech}Pump the Fuel Tech: amd should go for 2 superfast cores + other mundane ones. or else they will always be out of considerationd for some people T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: why do you hate intel? T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: the heat limit is being approached I am not sure any company can beat that. T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Currently intel is down rating with each generation released since like 9 T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Where as AMD is slowly ramping up by making scalable CPU components to make production easier and thus allow themselves freedom to spec up without headaches like intel is hitting T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: INTEL's 8080/8085 architecture is/was crappy. IBM chose them because IBM mistakely thought if they put out a low grade product, the personal computer craze would wane. So that gave INTEL a financial boost that they never used to improve their hardware architecture. If you know how to program an 8080, you can program the current 986. They are almost indentical architecturally and have the same shortcomings. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Cheekier Than Tech: push pop push push T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: mind you, the basis for the 8080 is OK as a first product. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: it sucks after 10 generations T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Though I do wonder if AMD will ever work on the CPU memory...AMD being a meme for essentially being as fast as your ram T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: im not going to comment on their cpu architecture stuff. its way above my head to understand whats good orbad T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: CPU private memory (registers) is supposed to be faster than RAM. Why else bother? T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Think AMD was more about almost clean lack there of for quite a while T3/r7/2021-08-02.txt.gz:{chan ch=tech}Geslor Tech: which is the best type to get value wise? T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: AMD should break away an design an entirely new architecture. It if they do it right and withstand the slow switch they will put INTEL in the ground. T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Think on average, amd had like 1/4-1/8th the memory of a intel CPU T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: you mean for caching? T3/r7/2021-08-02.txt.gz:{chan ch=tech}Tech: MidKnight Gladacus nods. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: I have 32GB T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: I don't really know if that is a lot or a little T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: but they can stash a big chuck of a program in there T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: whatever ram u have is perfect unless stated otherwise by some of ur program T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Also, fairly certain I've seen some talk that AMD is pushing architecture or atleast support for it when it releases, what the architecture is for, i never bothered to listen T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: cache is a only efficient in loops T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: u will learn to mange ur memroy in time or learn to waste them if u have 64 like me. currently sitting at 39gb usage T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: one of IBM last machines was able to capture a 64-byte instruction string and decode it then run it in a loop as a single instruction T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: But with their own deep learning SSAO like algorithm and new graphics drivers that go back to the original Nvidia titan cards, well AMD is up to something with all that tech back to back T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: well, it will be 5 years before I am back in the market to buy a laptop. I hope they do it by then. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: hopefully amd has some goal, bcs in the AI world its nvidia everywhere T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: even i wont pick amd over nvidia T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: people by INTEl by habit, but to beat them you really have to shine. T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Hopefully the silicon and such supply will be back to nornal so the parts can stop inflating so badly on price T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: yeah, my laptop price went up without much improvement to right home about. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: for one thing, I no longer have a webcam. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: some habit, some vendor lockdown. for example, the office laptops, do u even care what processor they come with? as long it gets the job done its fine T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: that is why companies get away with mediocrity, their target market doesn't want to educate itself. T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Though not sure if the deep learning of AMD is compatible with Nvidia's and vice versa...Should be amusing to see how game devs treat that T3/r7/2021-08-02.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: if all those office users started complaining computer hardware would be awesome T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: if they use opencl, then it would work, and i think they dont have anything other than opencl T3/r7/2021-08-02.txt.gz:{chan ch=tech}Tech: Warsnail Anaristos waves happily. T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Can imagine that capturing various scenes for two different rendering/processing algorithms and still allowing compatibility if you don't have either, will be a dev nightmare T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: it will be more work, but its no nightmere, they have been publishing games on ps, xbox, pc with so varying tech stack. dont worry its their occupational hazard. they well prepared T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: as long as they crunch :p, it will be done T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: And then in the software side...Wonder when Win11 is releasing, now that it's actually acknowledged T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: itsalready out i heard, beta version i mean T3/r7/2021-08-02.txt.gz:{chan ch=tech}Tech: MidKnight Gladacus nods. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: if u dont care about losing stuff in ur pc, just install T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Well their hand got forced, hard to deny something exists if hackers already stole a dev build...think the beta release is more like damage control T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Though do wonder what hacking tools are out there that people can get confidential information out of companies like Microsoft...a early beta version of a OS isn't a minor feat to find T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: computer security is complicated very and the amount of hacking tools out there are virtually unlimited T3/r7/2021-08-02.txt.gz:{chan ch=tech}Tech: MidKnight Gladacus nods. T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Do wonder why things of that notion are even on pcs with live network access... couldn't they achieve most testing with a local network though... T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Especially if people are prone to trying to hack T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: there are thousands of people that work on windows, i heard over 20 thousand people somewhere T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Also true... T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: so managing stuff is tough T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Betting localisation is a large part...ton of features to be accessable in tons of languages T3/r7/2021-08-02.txt.gz:{chan ch=tech}SleaXy Xyzzy Tech: the why is pretty easy to answer... suppose you've got a system that needs access to certain data. Now suppose you want that data to be as up-to-date as possible. You NEED to be connected to the network, or at least connected to a host that's connected to the network... maybe 2 or 3 levels removed at worst (think Wall St. for example). Hackers can get to pretty much anything on the network directly... but that's of limited use. You need to get through that and behind it. That's tougher, but if you can get to the first, you can now work on the second level... at that point it's not terribly difficult to contrive a method of getting through the first automatically. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: AHHHHHHHH!!! MY EYES!!!! T3/r7/2021-08-02.txt.gz:{chan ch=tech}SleaXy Xyzzy Tech: it comes down to... you need the information, and nowadays you need it LIVE or as close to live as you can get T3/r7/2021-08-02.txt.gz:{chan ch=tech}SleaXy Xyzzy Tech: the blue/green of tech hurts your eyes? You need to make sure you stay away from gclan! T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Will say with such a topic...I do always wonder in hacker movies, if it's a exaggeration or a understatement to what they can achieve and normally i feel its the latter... that hackers have more control than their movie counterparts act out T3/r7/2021-08-02.txt.gz:{chan ch=tech}SleaXy Xyzzy Tech: the funny thing about hackers is, they often don't need to be as clever as the movies make them out to be... Sysadmins, security admins, and operations staffs in general are pretty lazy... T3/r7/2021-08-02.txt.gz:{chan ch=tech}Tech: MidKnight Gladacus nods. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Anssett Tech: not to mention organizations are notorious for not wanting to pay for the security we ask for :) T3/r7/2021-08-02.txt.gz:{chan ch=tech}SleaXy Xyzzy Tech: that too... budget, laziness, and default passwords... T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: https://www.youtube.com/watch?v=HluANRwPyNo T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Doubting hackers ever face active defenses IE human input T3/r7/2021-08-02.txt.gz:{chan ch=tech}SleaXy Xyzzy Tech: I work for a major financial institution who shall remain nameless... Our security folks do more to stop people working FOR the company than they do to stop people outside the company :-p T3/r7/2021-08-02.txt.gz:{chan ch=tech}Tech: MidKnight Gladacus laughs out loud. T3/r7/2021-08-02.txt.gz:{chan ch=tech}SleaXy Xyzzy Tech: for external security, we rely on the vendors of the equipment we use... T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: I guess in a minor way it works too T3/r7/2021-08-02.txt.gz:{chan ch=tech}SleaXy Xyzzy Tech: then if something goes wrong, we have someone to blame... T3/r7/2021-08-02.txt.gz:{chan ch=tech}Anssett Tech: the glory of outsourcing >.< T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: In the end... I'm betting even bio security locks are hackable (fingerprint scanners) T3/r7/2021-08-02.txt.gz:{chan ch=tech}SleaXy Xyzzy Tech: always remember that somewhere in the chain, there is a piece of work or equipment that was contrived by a "lowest bidder contractor" T3/r7/2021-08-02.txt.gz:{chan ch=tech}Anssett Tech: you can always build a better mousetrap, but that just means you get better mice T3/r7/2021-08-02.txt.gz:{chan ch=tech}Tech: MidKnight Gladacus nods at Anssett. T3/r7/2021-08-02.txt.gz:{chan ch=tech}Zuqlan Tech: everything is hackable, u have to choose for urself exactly how much security u wantt to put in place. if u spend 2mil to secure a 2mil asset, its like basically u lost the 2mil asset to thieves. so u have tto measure and analyze T3/r7/2021-08-02.txt.gz:{chan ch=tech}SleaXy Xyzzy Tech: for examples... witness the recent security nightmare caused by... umm.. I forget company... sonicwall maybe? T3/r7/2021-08-02.txt.gz:{chan ch=tech}SleaXy Xyzzy Tech: basically equipment used by like 75% of Fortune 500 companies that had an inherent security flaw for years... T3/r7/2021-08-02.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: whose to say the lowesst bidder contractor didn't deliberately undercut the others to land the contract and thus BE the security hole...just saw something about italy's vaccine scheduler being held as ransomware T3/r7/2021-08-02.txt.gz:{chan ch=tech}SleaXy Xyzzy Tech: or google the most up-to-date info on jailbreaking iphones... always done with some minor (or major) security flaw in the OS T3/r7/2021-08-02.txt.gz:{chan ch=tech}SleaXy Xyzzy Tech: and don't forget... all that high-security equipment is likely made in a country controlled by China T3/r7/2021-08-02.txt.gz:{chan ch=tech}SleaXy Xyzzy Tech: or at least a country with heavy dependency on the Chinese economy T3/r7/2021-08-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Well atleast in the end, hacking has no hunour amongst thieves rules...the virus has no way of knowing whst it's infecting T3/r7/2021-08-03.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You know, one thing I never got... Why is "Unread" an open envelope, but "read" is a closed envelope in email applications? If my envelope is closed when I pick up the mail, it has not been read yet, and won't be until I open it... *boggle* T3/r7/2021-08-03.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: What mail application are you using? T3/r7/2021-08-03.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: It's an unopened envelope when unread for me.... T3/r7/2021-08-03.txt.gz:{chan ch=tech}Can't De Cide Tech: least you get the mark as unread option i get archive trash and mark as spam. T3/r7/2021-08-03.txt.gz:{chan ch=tech}Choo~ Chou Tech: how do i delete the mapper rooms in an area? T3/r7/2021-08-03.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: mapper delete zone (?) T3/r7/2021-08-03.txt.gz:{chan ch=tech}Zhalut Tech: mapper help search purge T3/r7/2021-08-03.txt.gz:{chan ch=tech}ShadowHorse Tech: mapper purgezone T3/r7/2021-08-03.txt.gz:{chan ch=tech}Choo~ Chou Tech: thanks! T3/r7/2021-08-03.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: yass! T3/r7/2021-08-03.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: those guys are smart T3/r7/2021-08-03.txt.gz:{chan ch=tech}Onisasuke Tech: how would I use s&d on mushclient T3/r7/2021-08-03.txt.gz:{chan ch=tech}Grimmur Tech: finger crowley for link, download it, unzip it in plugin folder, add to plugin list T3/r7/2021-08-03.txt.gz:{chan ch=tech}Pump the Fuel Tech: someone should script a miniwin that captures only links on channels T3/r7/2021-08-03.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Crowley, where ya at? that sounds like a job for you T3/r7/2021-08-03.txt.gz:{chan ch=tech}Insatiable Beelz Tech: oh Mr. Crowley, did u think u were pure? T3/r7/2021-08-04.txt.gz:{chan ch=tech}Macbeth Tech: is there a way to interrupt the wait(x) from cexit? like once. so i dont really want to change the cexti altogether. T3/r7/2021-08-04.txt.gz:{chan ch=tech}Zuqlan Tech: just manually do the exit, since its a one off thing T3/r7/2021-08-04.txt.gz:{chan ch=tech}Zuqlan Tech: hassle free T3/r7/2021-08-04.txt.gz:{chan ch=tech}Onisasuke Tech: how do i use snd it doesnt seem to be able to find the rooms my mobs are in T3/r7/2021-08-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Have you mapped the rooms previously? T3/r7/2021-08-04.txt.gz:{chan ch=tech}Onisasuke Tech: its my first time playing mush ive played blowtorch T3/r7/2021-08-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That would be why it cannot find the mobs. SnD works with the mapper database. If you do not have rooms mapped, it will not be able to find the rooms your mobs are in. Your best bet is to go through each area and explore it fully. It also helps so you know what lies ahead and what zones are best for exp, etc. T3/r7/2021-08-04.txt.gz:{chan ch=tech}Onisasuke Tech: ty T3/r7/2021-08-04.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-08-05.txt.gz:{chan ch=tech}<> Slips Tech: anyone know where to get a RTC 3080 graphics card for cheap> T3/r7/2021-08-05.txt.gz:{chan ch=tech}<> Slips Tech: i wanna build a high end computer T3/r7/2021-08-05.txt.gz:{chan ch=tech}Veritheia Tech: Cheap? Forget about it T3/r7/2021-08-05.txt.gz:{chan ch=tech}<> Slips Tech: i know right cheapest i found is like 1200 T3/r7/2021-08-05.txt.gz:{chan ch=tech}<> Slips Tech: but im looking here because i can get it cheaper across seas T3/r7/2021-08-05.txt.gz:{chan ch=tech}Vondo Tech: wait 6-12 months for prices to cool down and try again? lol T3/r7/2021-08-05.txt.gz:{chan ch=tech}<> Slips Tech: lol T3/r7/2021-08-05.txt.gz:{chan ch=tech}<> Slips Tech: i want to build one that will play xbox and ps games T3/r7/2021-08-05.txt.gz:{chan ch=tech}Veritheia Tech: It's literally cheaper to buy an xbox and ps5 T3/r7/2021-08-05.txt.gz:{chan ch=tech}<> Slips Tech: lol but still i coudln't play aard or sell it for alot T3/r7/2021-08-05.txt.gz:{chan ch=tech}<> Slips Tech: play aard on an xbox T3/r7/2021-08-05.txt.gz:{chan ch=tech}<> Slips Tech: kidding me lol T3/r7/2021-08-05.txt.gz:{chan ch=tech}<> Slips Tech: so anyone from russia or middle esst? whats the prices there? same? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Zuqlan Tech: as u said, if u buy both ps and xbox, it still wont be more than ur gfx that u found T3/r7/2021-08-05.txt.gz:{chan ch=tech}<> Slips Tech: worth a shot. i heard some one got it for 300 but their going fast T3/r7/2021-08-05.txt.gz:{chan ch=tech}Zuqlan Tech: just buy the consoles T3/r7/2021-08-05.txt.gz:{chan ch=tech}<> Slips Tech: zuqlan lol. i wanna impress people with know how T3/r7/2021-08-05.txt.gz:{chan ch=tech}<> Slips Tech: i know someone that got the whole kit and kaboodle for 1k. imma ask them after T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: Anyone know if these extra tags I am seeing are from MUSHClient or from the mud? I'm seeing stuff like {/helpbody} on basically every line. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: Anyone have experience with advanced alias creation? Can I setup an alias to automatically know what item I unequip when I hold a portal item so it can be re-equiped as part of the alias? T3/r7/2021-08-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Sure, but you'll need a trigger and a variable to track the wear status. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Talbor Tech: it's possible T3/r7/2021-08-05.txt.gz:{chan ch=tech}Talbor Tech: you can use dinv to do that too T3/r7/2021-08-05.txt.gz:{chan ch=tech}Braun Tech: T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: I'm not really familiar with dinv or with triggers and variables yet. Is there a resource I should use for this? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: I've been gone for almost 4 years so I'm trying to relearn everything :( T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: would anyone be willing to help me get started with setting this up? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Braun Tech: dinv has a great help file. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: ok I trolled myself. I type in dinv and I get a social T3/r7/2021-08-05.txt.gz:{chan ch=tech}Braun Tech: finger durel T3/r7/2021-08-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I don't wanna. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: Don't wanna what? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Tech: Braun looks like he wants you to pull his finger. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Tech: Loremaster Rime is asking for help with dinv again. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Braun Tech: Ask away! What do you need to know about dinv? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: You can do "dinv help" to see the usage. You can also look at the link to the docs wiki found in 'showdesc durel' to see a walkthrough on how to set it up and use the most common modes :) T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: I have the plugin loaded and I'm reading the help files now. T3/r7/2021-08-05.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: the dinv help files are rediculously helpful and complete T3/r7/2021-08-05.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: You can also ask Durel 10000000 questions T3/r7/2021-08-05.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: He loves answering questions, just don't break it T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: I've outsourced dinv support to Kelaire so feel free to spam away at him :P T3/r7/2021-08-05.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: I though you brought that back in house due to "lousy support" T3/r7/2021-08-05.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: What if our problem is more psychological? we just like hoarding funny items? Is there a support program available? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: Well, I'll limit it to like 74,233 questions. T3/r7/2021-08-05.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Crowley is our support specialist for Psych issues. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Talbor Tech: his wiki on his gethub page has some good help & examples T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: This seems extra complicated just to be able to link portal items to alias commands, lol. T3/r7/2021-08-05.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: DINV does a whole lot more than JUST that lol T3/r7/2021-08-05.txt.gz:{chan ch=tech}Braun Tech: yes, but is it worth it? I think so! T3/r7/2021-08-05.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: If all you're trying to do is link portal items, it's really only 2 things you need T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: I'm pretty impressionable. Someone said "Get this cool plugin" so I did. T3/r7/2021-08-05.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: First is an alias (just to make life easier) T3/r7/2021-08-05.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: I have an alias called MyPortal * T3/r7/2021-08-05.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: that is dinv portal use %1 T3/r7/2021-08-05.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: then I just use mapper portal myPortal ###### (where #### is the item ID) T3/r7/2021-08-05.txt.gz:{chan ch=tech}Sleazy Pringle Tech: oh quick q, why is there a delay on dinv use portal, are there hidden actions going on before it pulls the portal from the bag? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Sleazy Pringle Tech: i notice there's no delay if i'm already holding the portal, like if I'm going to takeda's warcamp it just goes T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: There is a short delay on putting your original portal back on so that people who *ahem* sit at portal landing rooms spamming attacks are less likely to catch you since the speedwalk will move you out of the portal room before putting the portal back on T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: Oh, there shouldn't be any added delay in using/entering a portal T3/r7/2021-08-05.txt.gz:{chan ch=tech}Sleazy Pringle Tech: no, I mean there's a small delay before executing the initial command T3/r7/2021-08-05.txt.gz:{chan ch=tech}Sleazy Pringle Tech: like if I macro the command to pull a portal out from the bag, hold it, use it, put it back, vs dinv portal use, there's a noticeable lag on the latter before executing T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: So there are a few commands dinv runs in that case: echo, remove existing item, get portal from bag, hold portal, enter T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: dinv is a bit paranoid that you will do something in the middle of an operation so it sends an echo, queues up other commands to the mud, waits for the echo to be reported (then dinv knows nothing is pending on the mud side), then it will do the operation T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: Ok, If i'm picking up what the help files are putting down, I want to alias the dinv portal use command? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Sleazy Pringle Tech: aha, that's what the delay is then T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: It's probably not really necessary in hindsight and it does add a little lag to do it that way T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: But it's handy if someone stacks a bunch of stuff. Dinv doesn't know what's happening in that case and it may time out or do the wrong thing if the stacked commands move stuff around and dinv won't know where they are T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: Ok, I did a dinv build, and I want to use the "dinv portal use", how do I see the information on what portals I have via dinv? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: Yes Rime. For what you want, you would do "dinv portal use [something]". You could also make an alias for that as Kelaire suggested T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: To see a list of your portals, you could do "dinv search type portal" T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: ahh ok cool T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: You can also do things like "dinv search worn" which is handy T3/r7/2021-08-05.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: This wiki is so detailed, even I can figure it out now :) T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: If you do "dinv help" it will list all of the dinv modes. You can then do "dinv help [mode]" to see helpfiles for each of them T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: Dinv says some of my items are unidentified. Did I do something wrong with the build? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: You can do "dinv refresh" or just to be safe "dinv refresh all" T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: If you pick an item up, dinv needs to be refreshed to use it. It's really fast and it doesn't need to re-identify the item if dinv has seen it before T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: Think of a case where you drop a bag containing gear. If you later pick it up, dinv would need to peek in the container to see if the items have changed since it wasn't in your inventory. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: I did that but I'm still seeing non identified items on search? "N/A (+) Stiff Breeze (+) Item has not yet been identified" T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: Just to eliminate the most common issue, please do "dinv refresh all" now T3/r7/2021-08-05.txt.gz:{chan ch=tech}Count Zensch Tech: can you recommend some guides for writing triggers and aliases for mush? I have problem finding info how to do even simple multi-line inputs for aliases/triggers T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: If that doesn't resolve it, then you might have the item in a container that is closed (dinv won't open containers). It might also be in a bag owned by someone else (maybe a spouse?) T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: as I said, I just did the refresh :) T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: The item is worn T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: Is it invisible? If so, you would need to have detects up T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: Ahh, I think it is. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: In that case put detects up and refresh. That should take care of it :) T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: That worked. Thanks! T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: Cool :) Let me know if you have any other questions, I'm happy to help! T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: I'm sure I will. Still trying to get the portals to work correctly. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: See "dinv help portal" for some examples of how to do that. Hopefully that will get you started :) T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: I did read that, just having trouble using the command. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: The easiest way is to determine the portal's unique ID and then use it with something like: "dinv portal use 123456" where the number is the portal's ID. If you want to have the mapper automatically tell dinv to use a portal, you could go to the portal's landing room and then do "mapper portal dinv portal use 123456". That tells the mapper that if you want to go to that room to call "dinv portal use ..." T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: It's also probably a good idea to just make an alias that does "dinv portal use %1" and then have the mapper call that alias. But you can do it directly. either should be fine T3/r7/2021-08-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: One of the best ways to handle portals is with an alias, and you can incorporate Durel's portal use commands with it. For example, I have an alias called: "port *", and it sends: if tonumber("%1") then Execute("dinv portal use %1") else Execute("dinv portal use key %1") end. What this does is allow me to type 'port 12345' and it'll use the ID number, or 'port academy' and it'll use the portal name. It also is beneficial when setting up portals for mapper use, because you can just 'port 12345' for the portal command. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: Ok, so the portals I have listed in dinv have a "Leads to" area. Do I still have to use mapper to use the destination for those? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Evine Tech: lol right now i don't use dinv for portals, just set a normal alias name get portal# bag hold...etc..lol i'm noob T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: You can tell dinv to use a portal without telling the mapper about it. But you probably want to add those portals to the mapper as well so it can use them when running to a room T3/r7/2021-08-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yes. When you use mapper goto, the mapper does not care what other plugins have what information. It only cares what information it has, so if you do not load the portals in mapper, then it won't know they exist. T3/r7/2021-08-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You don't /have/ to load the portals, as a side note, but you won't use them in gotos. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: Hmm, when I try to use the mapper command to link the Amulet of aarwolf to the hotel, I get a popup asking for the level of the portal? T3/r7/2021-08-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: yes, you simply enter the level of the portal as found in ID. T3/r7/2021-08-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: most people have a level 1 amulet of aardwolf. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: That's normal. You can tell the mapper not to use the portal until you reach a certain level. That's handy so you don't run through a high level area when you are a low-level char T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: and the best way to find the ID of a portal is with identify or lore? T3/r7/2021-08-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Or have objlevels turned on and look in your inventory. T3/r7/2021-08-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: or whatever the command is. T3/r7/2021-08-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: noobjlevels will toggle displaying the level in inventory or not. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: You can also do "dinv search objid type portal" to have dinv report the object IDs for each result T3/r7/2021-08-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: For some assistance, on the aardwolf wiki, there is a page that documents the landing locations for the portals so you can use the mapper fullportal command instead of having to go to each one. T3/r7/2021-08-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: http://wiki.aardwolf.com/index.php/Main/Portals T3/r7/2021-08-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Probably needs to be updated, though, since there are more portals now. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: Still having a bit of an issue. I linked the Amulet to its destination location using mapper with no issue, but I still can't seem to get dinv to use the portal correctly. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: What command are you giving to dinv? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: dinv portal use amulet T3/r7/2021-08-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What error is it giving you when you use that command? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: You would need "dinv portal use name amulet" but even that might not do what you want if you have more than one portal named amulet T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: I think I got it. I needed to use dinv portal use key amulet. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: That would work too. As long as your dinv query only matches one item in your inventory you can do it that way T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: I see. So I need to know the id of each of my portals? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Durel Tech: It's probably safest to just use the ID since that is unique to your item T3/r7/2021-08-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That would be the best way to add portals to your mapper, using the ID of it. For general use, though, you should be good with the key name, as long as you use something unique or full keywords. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: I guess I just can't get my head around making a general alias for all portals. I understand the concept but I guess I'm missing the knowledge of how to correctly script it in Mush? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: I can make a single alias for each portal without a problem tho. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Sleazy Pringle Tech: the main benefit of dinv for portals is that you can keep the best portal equipped for stats and dinv will dynamically know which one you're currently holding so it can return it to the right spot after you've used the portal you want T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: Right, and that works fine. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: now I'm working on getting it so I can alias my portals so I don't have to know each portal ID. T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: but also know the Amulet of Aardwolf from the Amulet of the planes T3/r7/2021-08-05.txt.gz:{chan ch=tech}Sleazy Pringle Tech: lol, I just use mapper and SND T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: Ok, I think I've got the hang of dinv. Is there also a good plugin for spellup recasts and casts on others? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Count Zensch Tech: winklegold spellup? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: Can Mushclient be setup to use the arrow keys to navigate the map? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Sath Tech: the keypad is configured that way by default if numlock is on T3/r7/2021-08-05.txt.gz:{chan ch=tech}Loremaster Rime Tech: I have a trunkated keyboard, no numpad T3/r7/2021-08-05.txt.gz:{chan ch=tech}Sath Tech: you could probably do it with accelerators T3/r7/2021-08-05.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: so is java still considered a potential security risk these days or did they ever work that out? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Decimator Tech: I think most browsers made it to where you have to explicitly allow java execution, so its less of a risk T3/r7/2021-08-05.txt.gz:{chan ch=tech}Sivak Tech: its include all kinds of code that can be security risk... you can include c c++ and the headers of them T3/r7/2021-08-05.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: I'm on linux, there's a program I (may) need that runs on the JRE i guess. trying to decide if its worth it T3/r7/2021-08-05.txt.gz:{chan ch=tech}Sivak Tech: so like the windows framework for hardware window all that T3/r7/2021-08-05.txt.gz:{chan ch=tech}Sivak Tech: actualy the chips for most things have vulnerablitiy in the front side T3/r7/2021-08-05.txt.gz:{chan ch=tech}Sivak Tech: the feds had a phone and they just grey key link it an iphone T3/r7/2021-08-05.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Is it just me...or is the aard seekers map site down? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Naricain Tech: looks like they're mirrored, not linked, on boot https://aardwolfboot.com/maps/ T3/r7/2021-08-05.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Aye, I know they are mirrored there, more making sure it's not just me that sees it down T3/r7/2021-08-05.txt.gz:{chan ch=tech}Zuqlan Tech: hello people, it might be late, but let me give my solution anyway, after i remove my portal and put it away in my bag, i just do wear all, and game equips my last held automatically T3/r7/2021-08-05.txt.gz:{chan ch=tech}Naricain Tech: ahh yeah down for me as well T3/r7/2021-08-05.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Hmm, wonder who in seekers owns that... T3/r7/2021-08-05.txt.gz:{chan ch=tech}Count Zensch Tech: is there some easy way to create multi-line triggers? T3/r7/2021-08-05.txt.gz:{chan ch=tech}[Battle] Scars Tech: a trigger that enables the next trigger? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Sath Tech: mush does have built-in multi-line triggers, but I've never used them T3/r7/2021-08-05.txt.gz:{chan ch=tech}Count Zensch Tech: a trigger that is... trigged by multi-lines T3/r7/2021-08-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: ohh. would be much easier to regex the line you want T3/r7/2021-08-05.txt.gz:{chan ch=tech}Count Zensch Tech: I've found that you need to use regex but it is pain in the... T3/r7/2021-08-05.txt.gz:{chan ch=tech}Naricain Tech: you can make multiline triggers, but there are tradeoffs. Like you can't omit the lines T3/r7/2021-08-05.txt.gz:{chan ch=tech}Naricain Tech: depending on what you want, yeah, a trigger that enables other triggers is probably better. Like if you were triggering on scan, your first trigger that's always enabled would look for {scan}, then that enables triggers that look for individual mob lines and the {/scan} line, and the {/scan} trigger shuts them all off again T3/r7/2021-08-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: like for my quest data triggers, i just use, 3 triggers instead of multiple line trigger T3/r7/2021-08-05.txt.gz:{chan ch=tech}Count Zensch Tech: i want a simple trigger to wear ring in kultiras, but only to be evaluated in the first room T3/r7/2021-08-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: so i get [DINV] Kill:a youth in Along a Small Trail at Prosper's Island!! T3/r7/2021-08-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: use the room name, or somethign in the description that is unique T3/r7/2021-08-05.txt.gz:{chan ch=tech}Count Zensch Tech: what I've tried is something like ^Syrus Road/nA well /z T3/r7/2021-08-05.txt.gz:{chan ch=tech}Sath Tech: you can also use cexits that put on the ring T3/r7/2021-08-05.txt.gz:{chan ch=tech}Naricain Tech: yeah, or if you want to get a touch fancier, make a simple plugin with no triggers at all that just listens for the "room.info" gmcp event and matches on the appropriate room id T3/r7/2021-08-05.txt.gz:{chan ch=tech}Naricain Tech: probably a little safer. Consider if you're running you might not see room description, for example T3/r7/2021-08-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: yeah, i used to use a cexit to give gold in unearhtly bonds T3/r7/2021-08-05.txt.gz:{chan ch=tech}Count Zensch Tech: thanks, last option seems to be what I'm looking for :) T3/r7/2021-08-05.txt.gz:{chan ch=tech}Zuqlan Tech: u dont need to write a plugin, u can call- local ret, datastring = CallPlugin("3e7dedbe37e44942dd46d264", "gmcpdata_as_string", "room.info") in the trigger to get room info T3/r7/2021-08-05.txt.gz:{chan ch=tech}Zuqlan Tech: there is example in gcmp handler plugin T3/r7/2021-08-05.txt.gz:{chan ch=tech}Sath Tech: gmcphelper makes it a lot simpler T3/r7/2021-08-05.txt.gz:{chan ch=tech}Naricain Tech: still need to trigger it somehow. Is there a nice way to listen for gmcp events without making a plugin? T3/r7/2021-08-05.txt.gz:{chan ch=tech}Veritheia Tech: Just make a cexit T3/r7/2021-08-05.txt.gz:{chan ch=tech}Zuqlan Tech: the room name is shown in output after u enter a room or while in run, u can match the room name, with color green on black T3/r7/2021-08-05.txt.gz:{chan ch=tech}Zuqlan Tech: but cexit might be simplest T3/r7/2021-08-05.txt.gz:{chan ch=tech}Veritheia Tech: Anyone familiar with Power BI? T3/r7/2021-08-06.txt.gz:{chan ch=tech}Macbeth Tech: is there a way to stop a speedwalk midway and halt? mapper qns T3/r7/2021-08-06.txt.gz:{chan ch=tech}Sheriff Shindo Tech: no, but if there it was only a single list of rt commands, ie rt 6n5s23enswen, then the mudside will abort it T3/r7/2021-08-06.txt.gz:{chan ch=tech}Sheriff Shindo Tech: the problem is that by the time it needs to "abort" it has already been sent T3/r7/2021-08-06.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: why am i seeing this DINV Skipping queued safe commands: "remove 531223113 T3/r7/2021-08-06.txt.gz:{chan ch=tech}Durel Tech: There are a few reasons. First, those are low-priority notifications that you can turn off (see "dinv help notify"). My guess is that you are not in an active state (sleeping, afk, etc.) and dinv is saying that it can't do something because of that. It's not an error, just a notification. T3/r7/2021-08-06.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: xrt is failing and giving me this error - a request to start a note is pending on the mud server T3/r7/2021-08-06.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: fixed it by writing a note T3/r7/2021-08-06.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: how odd T3/r7/2021-08-06.txt.gz:{chan ch=tech}A shot of Whiskey Tech: is there an autohunt plugin? T3/r7/2021-08-06.txt.gz:{chan ch=tech}Trachx Tech: S&D has AH T3/r7/2021-08-06.txt.gz:{chan ch=tech}A shot of Whiskey Tech: yeah... but outside of it? T3/r7/2021-08-06.txt.gz:{chan ch=tech}Triixxee Tech: dont really need, a alias and trigger can do same thing T3/r7/2021-08-06.txt.gz:{chan ch=tech}Trachx Tech: or you could just copy-paste AH part from S&D T3/r7/2021-08-07.txt.gz:{chan ch=tech}Tech: Faithful Ruhamah bounces around. T3/r7/2021-08-07.txt.gz:{chan ch=tech}Agresh Tech: How can I use variables in mushclient to configure mapper portals so I dont have to keep changing what my wear item is ? T3/r7/2021-08-07.txt.gz:{chan ch=tech}Talbor Tech: I use dinv to handle portals T3/r7/2021-08-07.txt.gz:{chan ch=tech}Selitos Tech: dinv works great, it will change your wear to the portal and back to what you had T3/r7/2021-08-07.txt.gz:{chan ch=tech}Selitos Tech: all automatically T3/r7/2021-08-07.txt.gz:{chan ch=tech}Agresh Tech: so with Dinv I dont really need to mess with mapper portals? T3/r7/2021-08-07.txt.gz:{chan ch=tech}Talbor Tech: just once T3/r7/2021-08-07.txt.gz:{chan ch=tech}Naricain Tech: you'll still need to use the mapper portal command to add your portals T3/r7/2021-08-07.txt.gz:{chan ch=tech}Talbor Tech: once each portal T3/r7/2021-08-07.txt.gz:{chan ch=tech}Sath Tech: a mapper portal is a pathfinding element T3/r7/2021-08-07.txt.gz:{chan ch=tech}Sath Tech: dinv portal is a command that equips a portal and uses it T3/r7/2021-08-07.txt.gz:{chan ch=tech}Talbor Tech: but it'll take it out of container, wear, then replace previous item & put portal back in container T3/r7/2021-08-07.txt.gz:{chan ch=tech}Agresh Tech: Appreciate all the help guys. I will look into this when I get back home :D T3/r7/2021-08-07.txt.gz:{chan ch=tech}Talbor Tech: finger durel for the link T3/r7/2021-08-07.txt.gz:{chan ch=tech}Cast Abradix Tech: i seem to have trouble getting mapper to communicate with search and destroy... its constantly trying to use portals that are out of level range T3/r7/2021-08-07.txt.gz:{chan ch=tech}Cast Abradix Tech: any easy fix for that? >.> T3/r7/2021-08-07.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: you set the portal levels exactly as is, right? T3/r7/2021-08-07.txt.gz:{chan ch=tech}Talbor Tech: you can level lock the areas T3/r7/2021-08-07.txt.gz:{chan ch=tech}Sath Tech: sounds like you haven't been entering the correct levels for your portals when you add them to the mapper T3/r7/2021-08-07.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: i.e. didn't manually account for tier level T3/r7/2021-08-07.txt.gz:{chan ch=tech}Naricain Tech: snd doesn't use portals, it uses the mapper for running so that sounds like you didn't set the portal levels correctly T3/r7/2021-08-07.txt.gz:{chan ch=tech}Cast Abradix Tech: I'm sure that I did... Can try it again with one of those portals I deleted T3/r7/2021-08-07.txt.gz:{chan ch=tech}Sath Tech: does 'mapper portals' show correct levels for the portals? T3/r7/2021-08-07.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: for yours, as you set the level T3/r7/2021-08-07.txt.gz:{chan ch=tech}Cast Abradix Tech: yup. gladiators arena level 20, amazon level 39, deneria level 10 T3/r7/2021-08-07.txt.gz:{chan ch=tech}Cast Abradix Tech: since im t6... that matches T3/r7/2021-08-07.txt.gz:{chan ch=tech}Negader Tech: gladiator portal is level 80. mapper accounts for your tier. so you need to set leve of gladiator portal to 80. and others for the levels that's on the portal T3/r7/2021-08-07.txt.gz:{chan ch=tech}Agresh Tech: Why does snd have trouble finding a path to certain instances...for instance first ascent... T3/r7/2021-08-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's not an SnD thing. T3/r7/2021-08-07.txt.gz:{chan ch=tech}Agresh Tech: What is it? T3/r7/2021-08-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's because you do not have it mapped properly. T3/r7/2021-08-07.txt.gz:{chan ch=tech}Karathos Tech: you don't have the correct cexits setup probably T3/r7/2021-08-07.txt.gz:{chan ch=tech}Naricain Tech: check speedwalk ascent and see if there's a cexit along the way T3/r7/2021-08-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: SnD utilizes the mapper, so any broken links in the mapper is what causes failures to run to mobs. T3/r7/2021-08-07.txt.gz:{chan ch=tech}Agresh Tech: Makes senses I need to setup that cexit T3/r7/2021-08-07.txt.gz:{chan ch=tech}Agresh Tech: Jeeze, I can't type :p T3/r7/2021-08-07.txt.gz:{chan ch=tech}Agresh Tech: Thank you Crowley, Naricain, and Karathos! T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I don't know how anyone uses wine on catalina. performance is so bad :( T3/r7/2021-08-08.txt.gz:{chan ch=tech}Aoric Tech: playonmac is decent T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: i'm trying it right now cx20.0 just hangs and cx19.0 is jaaaanky T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: what wine engine do you use? T3/r7/2021-08-08.txt.gz:{chan ch=tech}Aoric Tech: the default one? it says 4.12.1 T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: whaaaat? T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: in catalina? T3/r7/2021-08-08.txt.gz:{chan ch=tech}Aoric Tech: oohh, catalina... I am on big sur T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: it works in big sur? T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: huh T3/r7/2021-08-08.txt.gz:{chan ch=tech}Aoric Tech: yeah, that's what I'm using right now T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I guess I'll try that T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: 4.12.1 seems a bit old but maybe... T3/r7/2021-08-08.txt.gz:{chan ch=tech}Macbeth Tech: welcome back Fiendish! T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: still slow for me :( T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: it takes like a full second for anything I type to show up in the input bar :((( T3/r7/2021-08-08.txt.gz:{chan ch=tech}Tech: IAC DO Fiendish beams a smile at Macbeth. T3/r7/2021-08-08.txt.gz:{chan ch=tech}Naricain Tech: bruuuutal T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: crossover 21 isn't any better T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: ffff :( T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: unfortunately it's definitely some interaction with a plugin but I don't know which T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: and trace isn't showing anything T3/r7/2021-08-08.txt.gz:{chan ch=tech}Aoric Tech: default mushclient from the aard page is what I've used first T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: with any updates? T3/r7/2021-08-08.txt.gz:{chan ch=tech}Aoric Tech: then slowly integrated all known plugins from previous versions T3/r7/2021-08-08.txt.gz:{chan ch=tech}Aoric Tech: yes T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: type 'checkversion' T3/r7/2021-08-08.txt.gz:{chan ch=tech}Aoric Tech: r2017 T3/r7/2021-08-08.txt.gz:{chan ch=tech}ImmPromptu Broud Tech: - T3/r7/2021-08-08.txt.gz:{chan ch=tech}KnightLord Throxx Tech: You are using Aardwolf MUSHclient Package version: r2149 T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: hmm T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: well damn. I just created a new world and loaded all the plugins into it and it's a lot better. It's not super good, but it's better. wtf T3/r7/2021-08-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I have no idea what that means T3/r7/2021-08-08.txt.gz:{chan ch=tech}Aoric Tech: glad you've made it work :) and glad to have you back! T3/r7/2021-08-08.txt.gz:{chan ch=tech}Aoric Tech: thanks for all the work you've done to the mushclient T3/r7/2021-08-08.txt.gz:{chan ch=tech}Malark Tech: how do you add an item to dinv search? T3/r7/2021-08-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: DINV adds items to search after they've been added to the DINV obj database, so you'd have to do dinv refresh for new items. T3/r7/2021-08-08.txt.gz:{chan ch=tech}Malark Tech: oh ty. T3/r7/2021-08-08.txt.gz:{chan ch=tech}Talbor Tech: Think if you get someone else to enchant items, you'll need to remove it from database first then dinv refresh it again to store the new enchants T3/r7/2021-08-08.txt.gz:{chan ch=tech}Malark Tech: i am using dinv set wear mage and it does not use best items i have. any idea why? is it because compare set is different? T3/r7/2021-08-08.txt.gz:{chan ch=tech}Talbor Tech: Unless you've changed the weights of stats, I'm not sure, other than maybe you've got enchanted gear it doesn't have the added stats stored yet T3/r7/2021-08-08.txt.gz:{chan ch=tech}Malark Tech: i'll try refresh maybe. ty. T3/r7/2021-08-08.txt.gz:{chan ch=tech}Talbor Tech: I'm not great with Dinv, so it could be something else. If you had another enchanter, like Dexx, enchant some of your gear, it won't store those new stats unless you remove it from the database first T3/r7/2021-08-08.txt.gz:{chan ch=tech}Talbor Tech: dinv help forget will tell you how to remove pieces if you think that's the case T3/r7/2021-08-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: DINV is not designed to use the "best items you have", but rather designed to apply stats based on your priorities. For example, say you have all str on a complete levelset, and str is one of your top priorities. DINV will look at your eq, say, "Okay, this combination brings out max str, so now we look for the next stat and try to max that out with other equipment." If your next stat happens to be con, and it's found in a previous levelset, it'll use that until con is maxed out, and so on. T3/r7/2021-08-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: In short, it wears equipment that helps max out your priorities, regardless of level. T3/r7/2021-08-08.txt.gz:{chan ch=tech}Talbor Tech: you can tweak those settings to give more/less weight to stats/dr/hr, but I've never tried it. T3/r7/2021-08-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's one of the best things you can do, Talbor! :P T3/r7/2021-08-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can also instruct DINV to not remove items that you want to always wear, such as portals. T3/r7/2021-08-08.txt.gz:{chan ch=tech}Talbor Tech: Yeah, I really need to spend time and learn how to use it better. Defaults works pretty good for leveling, but at SH I use a few different items than it suggests. T3/r7/2021-08-08.txt.gz:{chan ch=tech}Talbor Tech: nice, that's good then even if I don't have any of those yet lol T3/r7/2021-08-08.txt.gz:{chan ch=tech}Talbor Tech: miss T3/r7/2021-08-08.txt.gz:{chan ch=tech}Psycho! Dillon Tech: so windows security on windows 11...I click on 'Open Windows Security' button and it asks me what application to use. Is it because im using a 3rd party antivirus or..? T3/r7/2021-08-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Not sure. T3/r7/2021-08-08.txt.gz:{chan ch=tech}Psycho! Dillon Tech: and my pc keeps on crying that it doesnt support windows 11, but it runs smoother than windows 11 :P T3/r7/2021-08-08.txt.gz:{chan ch=tech}Psycho! Dillon Tech: and I do have tpm 2.0 T3/r7/2021-08-08.txt.gz:{chan ch=tech}Psycho! Dillon Tech: smoother than windows 10* T3/r7/2021-08-08.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Maybe Microsoft hasn't actually set the mininum requirements yet T3/r7/2021-08-08.txt.gz:{chan ch=tech}Psycho! Dillon Tech: yeah i saw they removed thet pc health check thing T3/r7/2021-08-08.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: I know when it leaked, it cried that a I7 10th gen with 32gb ram and a 3080ti wasn't good enough, lol T3/r7/2021-08-08.txt.gz:{chan ch=tech}Algaru Tech: lol, i'm still running a 2500k T3/r7/2021-08-08.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: I3 3170k...does it's job T3/r7/2021-08-08.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: not a 4Ghz+ monster but 3.6 is doable T3/r7/2021-08-08.txt.gz:{chan ch=tech}Algaru Tech: 2500k at 3.3 ghz, 8 gb ram, R9 200 series video card - don't do much on this other than play aard, haha... seems fine so far T3/r7/2021-08-08.txt.gz:{chan ch=tech}Algaru Tech: i have been wanting to build something new but too lazy and cheap T3/r7/2021-08-08.txt.gz:{chan ch=tech}Psycho! Dillon Tech: i use A6-9225 R4 graphics thing T3/r7/2021-08-08.txt.gz:{chan ch=tech}Robbo Tech: This GTX 1070 plays Aard and some NES/SNES stuff pretty well. T3/r7/2021-08-08.txt.gz:{chan ch=tech}Psycho! Dillon Tech: ProcessorAMD A6-9225 RADEON R4, 5 COMPUTE CORES 2C+3G 2.60 GHz Installed RAM8,00 GB (6,89 GB usable) T3/r7/2021-08-08.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Meh, I'm only on 4gigs ram, insult to injury is my 710GT is only 1 Gig... T3/r7/2021-08-08.txt.gz:{chan ch=tech}Agresh Tech: why does dinv need to be rebuilt everytime i die? T3/r7/2021-08-08.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Since you technically drop all of your items, it needs to recatalog them T3/r7/2021-08-08.txt.gz:{chan ch=tech}Agresh Tech: fair enough :) was hoping there was something more to it :p T3/r7/2021-08-08.txt.gz:{chan ch=tech}Karathos Tech: you mean refresh right? T3/r7/2021-08-08.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Ay yea, what karathos said, need to just refresh, not do a complete rebuild T3/r7/2021-08-08.txt.gz:{chan ch=tech}Agresh Tech: Thanks! T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: I cannot find it in the help files. Can I make an alias like alias pb put $* in bag ? so I just type pb potion etc? $* does not work. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Naricain Tech: yep! Your alias would look like `pb *` and then execute `put %1 bag` T3/r7/2021-08-09.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: aardwolf alias or client alias? T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: mud alias T3/r7/2021-08-09.txt.gz:{chan ch=tech}Naricain Tech: oooooh T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: or does the mud not have a special character flag? T3/r7/2021-08-09.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: then no - mud alias doesn't allow for variables, i don't think T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: ok thanks, I tried a few common ones from other muds and none seemed to work. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: but most mud clients should support this pretty easily - which are you using? T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: using the one from the web site but I believe it is LUA code which I do not like. Loved the simple Zmud days :) T3/r7/2021-08-09.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: naricain's suggestion should work if you do it in aard mushclient T3/r7/2021-08-09.txt.gz:{chan ch=tech}Grimmur Tech: exactly T3/r7/2021-08-09.txt.gz:{chan ch=tech}Zuqlan Tech: u dont need to use lua to create this alias if using mushclient T3/r7/2021-08-09.txt.gz:{chan ch=tech}Naricain Tech: well you don't have to use lua for aliases. They can just be simple aliases that send a command to the mud with a variable or two swapped in T3/r7/2021-08-09.txt.gz:{chan ch=tech}Naricain Tech: you can go as simple or as fancy as you like T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: I guess its more that I know all the variable options from Z/Cmud and the clients that use LUA have different variable flags. Thanks for the info though. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: the exact alias command + execute is given. T3/r7/2021-08-09.txt.gz:{chan ch=tech}High Risk Losteix Tech: if you want to ignore all the lua stuff and just keep it simple simple, try "#alias {pb *} {put %1 in bag}" T3/r7/2021-08-09.txt.gz:{chan ch=tech}High Risk Losteix Tech: assuming you have the same version of mushclient i do, at least. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: (which uses a built-in mushclient meta-alias which creates a new alias) T3/r7/2021-08-09.txt.gz:{chan ch=tech}Naricain Tech: oh neat, TIL T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: oo nice, that is great info T3/r7/2021-08-09.txt.gz:{chan ch=tech}High Risk Losteix Tech: all you really need to know is each consecutive * in the trigger is expanded by %1, %2, %3 etc in the commands. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: that is how Cmud would do it also, I guess just triggers use the Lua script then? Mudlet is a LUA client also and triggers where a pain because they didnt use %1 or %*. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Naricain Tech: triggers _can_ use lua script, but they can also be super simple T3/r7/2021-08-09.txt.gz:{chan ch=tech}Naricain Tech: and just execute mud commands directly T3/r7/2021-08-09.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: i feel like there's some misunderstanding here about lua T3/r7/2021-08-09.txt.gz:{chan ch=tech}High Risk Losteix Tech: lua is an option, not a requirement. you can totally add full lua scripts to aliases if you want. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: Oh nice, then I will get along with this client then :p T3/r7/2021-08-09.txt.gz:{chan ch=tech}High Risk Losteix Tech: ctrl-shift-9 to bring up the full aliases menu. there's all sorts of fancy you can mess with in there if you want, but "#alias {trigger} {commands}" will probably suffice you for the basic stuff. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: yeah Reyn, I was thinking this client was like Mudlet where everything is done using LUA when it comes to triggers, I forget about aliases though. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: You guys have been very helpful though, thank you. This is a good sign in a new mud! T3/r7/2021-08-09.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: you can type "clients" to see what folks online are using. almost everyone here uses the aard-specific mushclient =) T3/r7/2021-08-09.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: and - trust me - it's way better than the gmud/zmud/*mud days T3/r7/2021-08-09.txt.gz:{chan ch=tech}High Risk Losteix Tech: triggers can be just as simple as aliases. "#trigger {* DISARMS you and sends your * flying!} {get all;;wear all}" for a basic disarm trigger, for example. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: I was a Cmud wizard, but I wanted to use the aard mush because of the prebuilt windows. Based on what Losteix has said I can still use the same stuff. Usually the main thing missing is a #wait command. like cast buff1/#wait xseconds/cast buff2 etc T3/r7/2021-08-09.txt.gz:{chan ch=tech}Naricain Tech: ahh for that sort of thing I think you will have to dive into lua and use DoAfterSpecial. I don't know of a simple wait command outside of that T3/r7/2021-08-09.txt.gz:{chan ch=tech}Naricain Tech: yeah, confirmed no #wait. https://mushclient.com/faq#25 T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: yeah, can be done with Lua just more involved. Thanks again for all the info. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Zuqlan Tech: generally you do not want to wait in combat in this game, because it's turn based, so it doesnt matter how many seconds are in between them, what matter is the queue. but if u want to put delay in movement u can put using wait(x) T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: Im new so I do not know what all sorts of buff abilities there are but that statement was more for when you first log in, cast all buffs, senario. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Zuqlan Tech: there is a command for that, spellup, it will cast all ur buff for u T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: brilliant :) T3/r7/2021-08-09.txt.gz:{chan ch=tech}Zuqlan Tech: try help spellup T3/r7/2021-08-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: 0h 10 T3/r7/2021-08-09.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: you can pretty easily build aliases with waits, though it does involve LUA - http://mushclient.com/scripts/function.php?name=DoAfter T3/r7/2021-08-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: in mushclient wait is very easy to use, making it for other clients requires some trickery T3/r7/2021-08-09.txt.gz:{chan ch=tech}Zuqlan Tech: also check out the keypad configuration, ctrl+shift+1 T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: I assume there is not standard mob flag. like Kill monster or kill mob/npc T3/r7/2021-08-09.txt.gz:{chan ch=tech}Algaru Tech: nope T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: I do not want the Communication log to capture the text from the academy NPC's. Anyone know which capture catagory it falls under. I turned off Say and gametalk but it still captures it. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Tinypotato Tech: mobsay T3/r7/2021-08-09.txt.gz:{chan ch=tech}Naricain Tech: mobsay T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: Oh missed that one, thanks guys. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Nydali Tech: So I updated MUSH to the recent version, and now every room has {roomchars}{/roomchars} displayed. Similar issue with helpfiles. Is there a way to turn that off? T3/r7/2021-08-09.txt.gz:{chan ch=tech}Veritheia Tech: help tags T3/r7/2021-08-09.txt.gz:{chan ch=tech}Nydali Tech: Gotcha. Thanks. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Evine Tech: crowley or Naricain, quick question how come for mobs in darklight, it takes me via a very circuitious path through vidblain to the xset mark room but mapper find that same room uses my darklight portal? T3/r7/2021-08-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: There's a hidden setting for allowing Vidblain portals to work. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Evine Tech: got it T3/r7/2021-08-09.txt.gz:{chan ch=tech}Evine Tech: thanks yuna, it seems like it has to be all or nothing, rather than checking if you have the portal first.......it'll work if i ever get that sendhia portal... T3/r7/2021-08-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: Uh... Sendhia is the one area in Vidblain there is no gameload portal for. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Evine Tech: i meant getting the tp portal T3/r7/2021-08-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: I believe the command you must use is "xset viblain level xx". I'd simply set it to 1. That way, all Vidblain portals (including to Vidblain itself) should work, IIRC. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Evine Tech: got it, thanks!!! T3/r7/2021-08-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: You're welcome! T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: the font size of the "communication Log" panel can be adjusted, anyway to adjust this for the main window also? T3/r7/2021-08-09.txt.gz:{chan ch=tech}Guinness Tech: i believe it's in output under appearance if you just hit alt+enter T3/r7/2021-08-09.txt.gz:{chan ch=tech}Zuqlan Tech: the communication log window is a plugin, but the output window is part of the mush client T3/r7/2021-08-09.txt.gz:{chan ch=tech}Zuqlan Tech: i am not wrong, right? T3/r7/2021-08-09.txt.gz:{chan ch=tech}Tech: Zuqlan peers around himself intently. T3/r7/2021-08-09.txt.gz:{chan ch=tech}Guinness Tech: you are correct! T3/r7/2021-08-09.txt.gz:{chan ch=tech}Xephon Tech: That is correct, and I was able to adjust it there, thank you T3/r7/2021-08-09.txt.gz:{chan ch=tech}Trachx Tech: I disabled swap in my system, and now despite warnings vmplayer works pretty nice - if almost instantly loads / suspends VM, comparing to how it behaved before with swap T3/r7/2021-08-09.txt.gz:{chan ch=tech}Zuqlan Tech: swap is stupid T3/r7/2021-08-09.txt.gz:{chan ch=tech}Zuqlan Tech: if it goes to swap, u ded anyway T3/r7/2021-08-09.txt.gz:{chan ch=tech}Zuqlan Tech: this tech for time when stuff was less than KB T3/r7/2021-08-09.txt.gz:{chan ch=tech}Trachx Tech: in some cases T3/r7/2021-08-09.txt.gz:{chan ch=tech}Zuqlan Tech: today things are GB GB GB TB TB TB T3/r7/2021-08-09.txt.gz:{chan ch=tech}Zuqlan Tech: making swap and asking for suicide same thing T3/r7/2021-08-09.txt.gz:{chan ch=tech}Trachx Tech: right, still 1 TB in home machine is not common thing T3/r7/2021-08-09.txt.gz:{chan ch=tech}Zuqlan Tech: never in my life i recovered when my stuff went to swap and my DE froze T3/r7/2021-08-09.txt.gz:{chan ch=tech}Count Zensch Tech: how can I turn off noexp threshold info? T3/r7/2021-08-09.txt.gz:{chan ch=tech}Zuqlan Tech: any1 facing dc problem right now? T3/r7/2021-08-09.txt.gz:{chan ch=tech}Brightness Jasnah Tech: yes T3/r7/2021-08-09.txt.gz:{chan ch=tech}Macbeth Tech: everyone T3/r7/2021-08-09.txt.gz:{chan ch=tech}[Battle] Scars Tech: mud is :P T3/r7/2021-08-09.txt.gz:{chan ch=tech}Karathos Tech: yes T3/r7/2021-08-09.txt.gz:{chan ch=tech}Zuqlan Tech: are they rebooting teh server? T3/r7/2021-08-09.txt.gz:{chan ch=tech}Vondo Tech: i think mud having a sad T3/r7/2021-08-09.txt.gz:{chan ch=tech}Tech: the MUD has crashed a couple times T3/r7/2021-08-09.txt.gz:{chan ch=tech}Tech: you can type "realtime" to see the boot time of the MUD compared to the current time T3/r7/2021-08-09.txt.gz:{chan ch=tech}Zuqlan Tech: is there any way to send desktop notification from triggers? T3/r7/2021-08-10.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: probably! T3/r7/2021-08-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Zuqlan: If you check out my Telegram plugin, you can send notifications to a mobile device or through Telegram's desktop application using the instructions there. T3/r7/2021-08-10.txt.gz:{chan ch=tech}Zuqlan Tech: oh, is it in ur repo? T3/r7/2021-08-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It is. T3/r7/2021-08-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: https://github.com/AardCrowley/Telegram T3/r7/2021-08-10.txt.gz:{chan ch=tech}Zuqlan Tech: nice, i'll check it out T3/r7/2021-08-10.txt.gz:{chan ch=tech}Zuqlan Tech: thx T3/r7/2021-08-10.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-08-10.txt.gz:{chan ch=tech}Omnivek Tech: I have reconnect on disconnect set, but it doesnt automatically log me back in - is there a way to fix that? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Zuqlan Tech: set auto login too T3/r7/2021-08-10.txt.gz:{chan ch=tech}Zuqlan Tech: check auto connect just above T3/r7/2021-08-10.txt.gz:{chan ch=tech}Omnivek Tech: hmm not there on my version of MUCHclient... T3/r7/2021-08-10.txt.gz:{chan ch=tech}Omnivek Tech: above auto connect is disconnect T3/r7/2021-08-10.txt.gz:{chan ch=tech}Zuqlan Tech: yes, check auto connect and also check reconnect on disconnect below auto connect T3/r7/2021-08-10.txt.gz:{chan ch=tech}Omnivek Tech: OK both checked but it still doesn't know my username or password - wont it need that to log back in when it reconnects? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Tech: those are on the next "page" iirc T3/r7/2021-08-10.txt.gz:{chan ch=tech}Anssett Tech: you can set that on general>connecting in world configuration (alt+enter) T3/r7/2021-08-10.txt.gz:{chan ch=tech}Naricain Tech: has anyone had aard get choppy? Like when you run instead of seeing each room individually, it's like a short delay of nothing and then three rooms all at once T3/r7/2021-08-10.txt.gz:{chan ch=tech}Anssett Tech: i see something like that sometimes yeah T3/r7/2021-08-10.txt.gz:{chan ch=tech}Talbor Tech: every now & then T3/r7/2021-08-10.txt.gz:{chan ch=tech}Naricain Tech: Did you have to do anything to fix? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Anssett Tech: c patience T3/r7/2021-08-10.txt.gz:{chan ch=tech}Naricain Tech: I restarted my router and mode, and my internet speed seemss good T3/r7/2021-08-10.txt.gz:{chan ch=tech}Naricain Tech: oh no I don't have that spell T3/r7/2021-08-10.txt.gz:{chan ch=tech}Anssett Tech: i haven't seen anything fix it except waiting or entering another command T3/r7/2021-08-10.txt.gz:{chan ch=tech}Anssett Tech: i suspect something to do with all the various plugins in aardwolf build for mushclient but testing that would be more effort than i'm currently willing to put in :) T3/r7/2021-08-10.txt.gz:{chan ch=tech}Anssett Tech: especially since i can't really force it to happen T3/r7/2021-08-10.txt.gz:{chan ch=tech}Naricain Tech: I had tried disabling all plugins but no difference. Maybe I'll try a fresh install of mush T3/r7/2021-08-10.txt.gz:{chan ch=tech}Anssett Tech: try it with base mush not the aardwolf build maybe T3/r7/2021-08-10.txt.gz:{chan ch=tech}Zuqlan Tech: try it on mudlett too T3/r7/2021-08-10.txt.gz:{chan ch=tech}Anssett Tech: or just go hardcore oldschool and use telnet :P T3/r7/2021-08-10.txt.gz:{chan ch=tech}Naricain Tech: damn same problem with fresh mush and fresh aard mush T3/r7/2021-08-10.txt.gz:{chan ch=tech}Zuqlan Tech: check ping to aard server T3/r7/2021-08-10.txt.gz:{chan ch=tech}Naricain Tech: hmm my ping to aard is ~180ms which does seem high T3/r7/2021-08-10.txt.gz:{chan ch=tech}Anssett Tech: i definitely don't get that kind of lag as often as you're talking nari, so that could be something unrelated to the client and more network T3/r7/2021-08-10.txt.gz:{chan ch=tech}Zuqlan Tech: check if something big is getting downloaded in the background T3/r7/2021-08-10.txt.gz:{chan ch=tech}Naricain Tech: yeah but not just on my end. Ping to google is avg 12ms, amazon 40ms T3/r7/2021-08-10.txt.gz:{chan ch=tech}Anssett Tech: i'm averaging around 50ms T3/r7/2021-08-10.txt.gz:{chan ch=tech}Naricain Tech: and I restarted my comp. Hmmmmmmm T3/r7/2021-08-10.txt.gz:{chan ch=tech}Anssett Tech: this sounds like a comcast issue. are you on comcast? :D T3/r7/2021-08-10.txt.gz:{chan ch=tech}Naricain Tech: nope! Not even in a country that has comcast T3/r7/2021-08-10.txt.gz:{chan ch=tech}Anssett Tech: lucky T3/r7/2021-08-10.txt.gz:{chan ch=tech}Loremaster Rime Tech: I've been trying to use a spellup plugin that works by creating a second world at 0.0.0.0 to keep track of spells. It dosn't seem to be working as intended. Anyone else know a good spellup plugin? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Princess Alison Tech: pwar's spellup plugin T3/r7/2021-08-10.txt.gz:{chan ch=tech}Princess Alison Tech: finger pwar, download his plugin manager, type ppm, click "install plugin" under spellup T3/r7/2021-08-10.txt.gz:{chan ch=tech}Loremaster Rime Tech: will that handle skills too? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Princess Alison Tech: yes T3/r7/2021-08-10.txt.gz:{chan ch=tech}Loremaster Rime Tech: Ok, I'll try that one. T3/r7/2021-08-10.txt.gz:{chan ch=tech}Princess Alison Tech: clan skills as well T3/r7/2021-08-10.txt.gz:{chan ch=tech}Princess Alison Tech: Most of the obvious things you'd want to do - spell yourself up, get a list of the mobs in the room, scan for your campaign mob, etc. already have plugins associated with them T3/r7/2021-08-10.txt.gz:{chan ch=tech}Princess Alison Tech: it's usually easier to just take someone else's rather than try to make your own unless you're specifically interested in doing scripting T3/r7/2021-08-10.txt.gz:{chan ch=tech}Princess Alison Tech: if you just want the effect, ask around for plugin suggestions :) T3/r7/2021-08-10.txt.gz:{chan ch=tech}Princess Alison Tech: DINV is another one I'd recommend T3/r7/2021-08-10.txt.gz:{chan ch=tech}Loremaster Rime Tech: I use DINV already. Kinda T3/r7/2021-08-10.txt.gz:{chan ch=tech}Princess Alison Tech: Kinda? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Loremaster Rime Tech: To the best of my ability at the moment anyhow. T3/r7/2021-08-10.txt.gz:{chan ch=tech}Mannec Tech: personally, a quick alias fix dependencies and the spellup command work fairly well :p T3/r7/2021-08-10.txt.gz:{chan ch=tech}Princess Alison Tech: I think Rime wants spellups to be automatically cast T3/r7/2021-08-10.txt.gz:{chan ch=tech}Princess Alison Tech: The simplest, most efficient way to re-spellup yourself automatically without needing a plugin is to set a timer to cast "spellup" every 30 seconds or what have you. T3/r7/2021-08-10.txt.gz:{chan ch=tech}Princess Alison Tech: the script is more elegant though, and less likely to mess up T3/r7/2021-08-10.txt.gz:{chan ch=tech}Mannec Tech: elegance. pshaw. T3/r7/2021-08-10.txt.gz:{chan ch=tech}Loremaster Rime Tech: I'm trying to set it up now. T3/r7/2021-08-10.txt.gz:{chan ch=tech}Princess Alison Tech: eg. that method won't account for things like clan skills T3/r7/2021-08-10.txt.gz:{chan ch=tech}Loremaster Rime Tech: Hmm, I must have loaded this plugin incorrectly. T3/r7/2021-08-10.txt.gz:{chan ch=tech}Princess Alison Tech: what's the problem? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Loremaster Rime Tech: I downloaded the file in the bio, and the only thing that loaded correctly was aardwolf sounds. T3/r7/2021-08-10.txt.gz:{chan ch=tech}Loremaster Rime Tech: Looks like some issue with the Zip.dll file? I must have put it in the wrong folder. T3/r7/2021-08-10.txt.gz:{chan ch=tech}Loremaster Rime Tech: I think I got it. T3/r7/2021-08-10.txt.gz:{chan ch=tech}Loremaster Rime Tech: is it the enchanged WinkleGold spellup plugin I want to enable? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Loremaster Rime Tech: Enhanced even T3/r7/2021-08-10.txt.gz:{chan ch=tech}Princess Alison Tech: yeah T3/r7/2021-08-10.txt.gz:{chan ch=tech}Loremaster Rime Tech: Ok, now I just need to know how to use these plugins. Was there a document on how they work? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Cilmarill Tech: is anyone there? T3/r7/2021-08-10.txt.gz:{chan ch=tech}[Battle] Scars Tech: uep T3/r7/2021-08-10.txt.gz:{chan ch=tech}Doge Water Yajan Tech: yes, but I don't know the answer :'( try reasking here T3/r7/2021-08-10.txt.gz:{chan ch=tech}Cilmarill Tech: I have a huge window that's not scalable on the right int the musclient, just white with a grey bar in the middle. I can't even see what people are saying as the lines don't wrap T3/r7/2021-08-10.txt.gz:{chan ch=tech}[Battle] Scars Tech: screenshotm post to imgur for us to see? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Doge Water Yajan Tech: mushclient right? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Cilmarill Tech: https://imgur.com/a/EnZVg9w T3/r7/2021-08-10.txt.gz:{chan ch=tech}[Battle] Scars Tech: kinda looks like you don't have the 'world window' maximized T3/r7/2021-08-10.txt.gz:{chan ch=tech}[Battle] Scars Tech: click window and then maximize T3/r7/2021-08-10.txt.gz:{chan ch=tech}Cilmarill Tech: no doesn't seem to work. I've no idea what the other window is but it seems to override anything I do with the world window T3/r7/2021-08-10.txt.gz:{chan ch=tech}[Battle] Scars Tech: dang man T3/r7/2021-08-10.txt.gz:{chan ch=tech}[Battle] Scars Tech: idk :( T3/r7/2021-08-10.txt.gz:{chan ch=tech}Angelsamael Tech: Scars, what if she purge all document files regarding the client? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Angelsamael Tech: on the folder "documents" T3/r7/2021-08-10.txt.gz:{chan ch=tech}[Battle] Scars Tech: clean install is brutal, but could help yeah... i'd talk to fiendish at this point tbh T3/r7/2021-08-10.txt.gz:{chan ch=tech}Cilmarill Tech: well I think the other thing isn't even a window T3/r7/2021-08-10.txt.gz:{chan ch=tech}[Battle] Scars Tech: how did this even happen? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Angelsamael Tech: well, you better purge, i mean delete, since you are using windows 10, go to the folder "documents" and delete everything related to the mush client, then delete the client, reinstall T3/r7/2021-08-10.txt.gz:{chan ch=tech}Cilmarill Tech: not sure, I think maybe I accidentally had some function key down when I was typing T3/r7/2021-08-10.txt.gz:{chan ch=tech}Cilmarill Tech: that white part with the grey bar just stays the same size, seems lie there's not way to affect it T3/r7/2021-08-10.txt.gz:{chan ch=tech}Doge Water Yajan Tech: I assume you already ran mvn clean install -Xdebug T3/r7/2021-08-10.txt.gz:{chan ch=tech}Cilmarill Tech: if I rescale the client window then it just covers the world windows T3/r7/2021-08-10.txt.gz:{chan ch=tech}Cilmarill Tech: I can see your full sentences because it's over the top of the window :( T3/r7/2021-08-10.txt.gz:{chan ch=tech}Cilmarill Tech: can't T3/r7/2021-08-10.txt.gz:{chan ch=tech}Doge Water Yajan Tech: sorry stupid question, you already tried closing/min/maxxing the main aard window right? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Ruckus Tech: can't you use something in the windows drop down menu...like windows>restore? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Doge Water Yajan Tech: mush has the mud window inside of the client window so sometimes you can mess with them both T3/r7/2021-08-10.txt.gz:{chan ch=tech}[Battle] Scars Tech: close all notepad windows? T3/r7/2021-08-10.txt.gz:{chan ch=tech}[Battle] Scars Tech: option under windwo T3/r7/2021-08-10.txt.gz:{chan ch=tech}Cilmarill Tech: I have the main window maximised right now, I played around a little bit to no effect. it really doesn't look like it's a functional thing - I tried reloading, etc though, and it just stays :( T3/r7/2021-08-10.txt.gz:{chan ch=tech}Cilmarill Tech: close notepad didn't work T3/r7/2021-08-10.txt.gz:{chan ch=tech}Cilmarill Tech: ooh, got it T3/r7/2021-08-10.txt.gz:{chan ch=tech}Cilmarill Tech: turned off the infor bar T3/r7/2021-08-10.txt.gz:{chan ch=tech}Cilmarill Tech: info T3/r7/2021-08-10.txt.gz:{chan ch=tech}Cilmarill Tech: I don't think I've ever seen an info bar with less information T3/r7/2021-08-10.txt.gz:{chan ch=tech}Doge Water Yajan Tech: you got if fixed? was the info bar? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Cilmarill Tech: yeah - view, info bar T3/r7/2021-08-10.txt.gz:{chan ch=tech}Mentalos Tech: Is there a MUSHclient plugin to show a miniwindow with the room exits? (equivalent to the exits command output)? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Zuqlan Tech: the ascii map plugin already shows it T3/r7/2021-08-10.txt.gz:{chan ch=tech}Zuqlan Tech: right click on it, check show exits T3/r7/2021-08-10.txt.gz:{chan ch=tech}Mentalos Tech: Awesome, thanks! T3/r7/2021-08-10.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: in the alias creator for mush... how do i call a variable that is in the variables section? T3/r7/2021-08-10.txt.gz:{chan ch=tech}Sath Tech: check "Expand Variables" and use ar in the response text T3/r7/2021-08-10.txt.gz:{chan ch=tech}Sath Tech: @var T3/r7/2021-08-10.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: thanks T3/r7/2021-08-10.txt.gz:{chan ch=tech}Triixxee Tech: also go prefill the variable in the variable list, i found that helps T3/r7/2021-08-11.txt.gz:{chan ch=tech}Zuqlan Tech: can u change the default editor mush open stuffwith? T3/r7/2021-08-11.txt.gz:{chan ch=tech}Zuqlan Tech: for example, the script files or plugin xmls T3/r7/2021-08-11.txt.gz:{chan ch=tech}Malark Tech: anyone knows if you can use a specific bag only for dinv set wear? T3/r7/2021-08-11.txt.gz:{chan ch=tech}Princess Alison Tech: what do you mean? T3/r7/2021-08-11.txt.gz:{chan ch=tech}Durel Tech: nope, it will work with any container as long as it isn't owned by someone else and the container isn't closed T3/r7/2021-08-11.txt.gz:{chan ch=tech}Durel Tech: The most common reason dinv may not see something is that you need to refresh. Try "dinv refresh all" just to be sure :) T3/r7/2021-08-11.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: when you dinv refresh it will locate the containor name, all of my portals are in a seperate bag than my eq T3/r7/2021-08-11.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: and I have to dinv refresh everytime i die, as it "resets" T3/r7/2021-08-11.txt.gz:{chan ch=tech}Malark Tech: well it keeps replacing aard aura with aura of loyal Servitude T3/r7/2021-08-11.txt.gz:{chan ch=tech}Malark Tech: which has negative stats for me T3/r7/2021-08-11.txt.gz:{chan ch=tech}Durel Tech: you need to refresh if you drop a container and then pick it back up later since the contents may have changed. That's what happens when items leave your inventory and go on your corpse. It's probably a bit overly paranoid, but refreshes are fast T3/r7/2021-08-11.txt.gz:{chan ch=tech}Malark Tech: i'll try refreshing too. ty. T3/r7/2021-08-11.txt.gz:{chan ch=tech}Durel Tech: You can also tell dinv to autorefresh in the background but that adds a bit of overhead and I prefer to just do it manually. See "dinv help refresh" for info and examples T3/r7/2021-08-11.txt.gz:{chan ch=tech}Princess Alison Tech: I dinv refresh all whenever I die T3/r7/2021-08-11.txt.gz:{chan ch=tech}Malark Tech: ty again for the tips:) T3/r7/2021-08-11.txt.gz:{chan ch=tech}Princess Alison Tech: technically I only need to do a regular refresh, but I'm paranoid and I don't die that often anyway so it's fine :P T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: Clan *wave qyx T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: ... Technical issues apparently. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: A general question for tech. Does anyone use any plugins for Quality of life stuff like killing mobs for leveling, or aliasing your most used attack/restore spells? T3/r7/2021-08-12.txt.gz:{chan ch=tech}Veritheia Tech: Make sure you read help botting but yes, people do T3/r7/2021-08-12.txt.gz:{chan ch=tech}Anssett Tech: i manuallya lias my go-to attack spell/command, but the first question sounds very bottish rofl T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: Not planning on botting. I don't mean Automatically killing of mobs. Just the targeting of mobs. T3/r7/2021-08-12.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Nope, I still type out all my commands letter by letter. Hen peck them too T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: really? T3/r7/2021-08-12.txt.gz:{chan ch=tech}Anssett Tech: you mean like set a target to a variable, then have a "kill $variable" sort of alias? i haven't set something up specifically like that for aard but i have in the past. plugin sounds like overkill for that imo T3/r7/2021-08-12.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: No,but I just use the ingame aliases T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: Valid. I think I'm just lazy. especially if I want to Rune of Ix a mob, then cast burning hands as a combat spell, then heal aftwards. I used basic alias for a bit, but the spells change so quickly at early levels it seems more harm than good. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Cilmarill Tech: I think if you have a longish sequence of commands you'll get in trouble - just alias the command and type the names when you get there T3/r7/2021-08-12.txt.gz:{chan ch=tech}Cilmarill Tech: yeah I switch the aliases as I level up T3/r7/2021-08-12.txt.gz:{chan ch=tech}Talbor Tech: some have one that'll change the spell depending on what level you are to use the best ones. T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient questions answered here for a bit T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: if Mushclient leaves New York going west at 35 MPH and Aardwolf leaves Boston going east at 45 MPH, what is the sound of one hand clapping? T3/r7/2021-08-12.txt.gz:{chan ch=tech}Geslor Tech: flap T3/r7/2021-08-12.txt.gz:{chan ch=tech}Selitos Tech: silence? T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: probably more of a whoosh T3/r7/2021-08-12.txt.gz:{chan ch=tech}Selitos Tech: eh T3/r7/2021-08-12.txt.gz:{chan ch=tech}Geslor Tech: sounds like flap to me T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: a flappy bird? T3/r7/2021-08-12.txt.gz:{chan ch=tech}Goldendoodle Tech: how do i setup alias in the mushclient so that i can have another variable at the end? ie i want to do GAF TABLE to expand as get all from table T3/r7/2021-08-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So you want your alias to be GAF? T3/r7/2021-08-12.txt.gz:{chan ch=tech}Goldendoodle Tech: yea T3/r7/2021-08-12.txt.gz:{chan ch=tech}Anssett Tech: gaf *, then the send is get all %1 - make sure you check expand variables T3/r7/2021-08-12.txt.gz:{chan ch=tech}Goldendoodle Tech: that worked, thanks! T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: actually don't check expand variables T3/r7/2021-08-12.txt.gz:{chan ch=tech}Anssett Tech: i rarely have success if i don't, but i'm certainly open to suggestions T3/r7/2021-08-12.txt.gz:{chan ch=tech}Goldendoodle Tech: checking it worked though T3/r7/2021-08-12.txt.gz:{chan ch=tech}Trachx Tech: I have a gamepad, and I want to use it to play - so pressing key on gamepad should be equiv to pressing one of Fx or Numpad keys T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: expand variables is for using @variable syntax, and I never recommend people use that feature instead of calling GetVariable unless they're aware of the implications T3/r7/2021-08-12.txt.gz:{chan ch=tech}Anssett Tech: oh. probably need it for calling other aliases/scripts, may not be necessary if you're just sending to world T3/r7/2021-08-12.txt.gz:{chan ch=tech}Trachx Tech: and I was wondering what is easy way to do so in Wine - I mean I can use some script like python to read data from gamepad, but then I need to send it to MUSH Client, and when it is run in WINE I have no direct access to MUSH T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I would only use @variable syntax if I needed the name of the variable in the alias command itself T3/r7/2021-08-12.txt.gz:{chan ch=tech}Anssett Tech: fiendish i'd love to hear your angle on that but i have to run for the moment. been doing it that way for a decade so if i've been doing it "wrong" for that long i'd like to fix that :D is there a discussion on mushclient's website about it or something? T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: if it works for you then it's not work T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: er not wrong T3/r7/2021-08-12.txt.gz:{chan ch=tech}Trachx Tech: so I was wondering whether I should create some helper program that I will run in Wine and will get commands over TCP/IP and then it will simulate keypresses, or maybe just use MUSH built-in sockets T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: here is a more obscure question. Can plugins be made that have interactive buttons to activate commands on click? Would that be considered cheating? T3/r7/2021-08-12.txt.gz:{chan ch=tech}Trachx Tech: if you press them then there is no cheating T3/r7/2021-08-12.txt.gz:{chan ch=tech}Trachx Tech: if some AI presses them then it is cheating T3/r7/2021-08-12.txt.gz:{chan ch=tech}Geslor Tech: oh like a skynet? T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: Cool, I don't have a numpad anymore so I thought about making a movement plugin that I can click. T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Trachx: I'd need to know more about how gamepads work in wine, but I do think there are some old forum posts about using external helper programs through COM T3/r7/2021-08-12.txt.gz:{chan ch=tech}Geslor Tech: wouldnt it be funny that the ai that takes over humanity started as a pluggin for aardwolf? T3/r7/2021-08-12.txt.gz:{chan ch=tech}Trachx Tech: on Windows I just used simple Directx program, but it seems that either Wine lacks support for that or there is some problem with Directx accessing gamepad when using Wine or Directx at all T3/r7/2021-08-12.txt.gz:{chan ch=tech}Mannec Tech: its cute that you think it hasnt, g. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Geslor Tech: i am jsut a farm hand :) T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: I thought current AI tech was leaning more toward becoming a Racist American Southener? T3/r7/2021-08-12.txt.gz:{chan ch=tech}Trachx Tech: I think it would be quite hard to prove that we do not live in some kind of simulation governed by AI T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: Tell you what, if that's the case, my character sucks. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: can I get a rebuild, Lol T3/r7/2021-08-12.txt.gz:{chan ch=tech}Mannec Tech: nah, thats several generations ago. weve passed beyond that, through the sociopathic nazi phase, and i think the current generation is aiming for woke-spewing autism. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: Well some of the best people in the world are Autistic so thats not terribad. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Mannec Tech: its the woke that breaks it. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Mannec Tech: the more i learn about quantum mechanics, the more confident i become in the simulation hypothesis. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Geslor Tech: i found i just get more confused as i learn more about the quantums T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: Ok, so are Aardwolf bots allowed if they respond to the game like a person? Can my Self aware PC have a character too? T3/r7/2021-08-12.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-08-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Melvin responds to people... T3/r7/2021-08-12.txt.gz:{chan ch=tech}Trachx Tech: basically if your PC passes Turing test you can use it to play aard without supervision T3/r7/2021-08-12.txt.gz:{chan ch=tech}Mannec Tech: as long as your bot is sitting at the keyboard issuing commands, yer golden. T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Trachx: I think without specific Wine support you'd have to resort to polling whatever mechanism is reading your gamepad at ~25Hz inside OnPluginTick T3/r7/2021-08-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: 'melvin, chat Are you self aware?' T3/r7/2021-08-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Ooh, forgot he won't answer here. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: Melvin = J. Depp? T3/r7/2021-08-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You tell Crowley '[Melvin]: Crowley: I'm striving for the highest level of robot awareness.' T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: "up to" 25Hz T3/r7/2021-08-12.txt.gz:{chan ch=tech}Trachx Tech: I guess it will be then much easier to run other program in Wine "namespace" that will have access to MUSH and communicate with outer world with tcp/ip T3/r7/2021-08-12.txt.gz:{chan ch=tech}Mannec Tech: i would think the gamepad would interact with the os at the same level as the keyboard - which already works fine in mush in wine. is that not the case? T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I'm surprised actually that wine doesn't have a way to turn your gamepad button presses into keyboard keys T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: What do most people code their plugins with for aard, is it just XML or do people use Python and Lua? T3/r7/2021-08-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Rime: Melvin is my information bot. he does things like retrieves weather information, provides information on how much exp before a certain level, or how much it costs for xxx amount of potential/mastery/instinct... all kinds of goodies. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Tech: IAC DO Fiendish nods at Mannec. T3/r7/2021-08-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's Lua that most plugins are coded in. T3/r7/2021-08-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The plugin format is xml, but the code itself is usually Lua. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: Ahh T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: XML is just a container that tells mushclient "this is an alias, this is a trigger, this is the lua" T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: Feels strange, I only got exposed to LUA as a language to controll mechanical movement on robot's T3/r7/2021-08-12.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: using Lua for robotics feels very weird to me because it has terrible socket libraries T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: well...I guess that has probably improved since I last worked in robotics T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: Its what a lot of hobby robotics projects used. setuping up the movement of a 6 axis arm for example. T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: neat T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: Note to self, make sure my AI bot can speel better than myself :( T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I guess making aardwolf plugins has practical utility after all T3/r7/2021-08-12.txt.gz:{chan ch=tech}Geslor Tech: beep boop bop yes T3/r7/2021-08-12.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers with Loremaster Rime about their shared secret. T3/r7/2021-08-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I want to add more functionality to Melvin, though. T3/r7/2021-08-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: '[Melvin]: My commands are as follows: predict double, get weather for , 3moons, [get power for|prank|myrank] , get top power, mastery <#> <#>, potential <#> <#>, instinct <#> <#>, exp t#r#l# t#r#l# (start to end), horoscope , chat , insult ' T3/r7/2021-08-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: (Had a 'forecast' option, but it currently does not work, I don't think) T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: I think its funny that with blury vision like I have makes those "Not a robot" tests harder for me than a bacis CV application to do. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Geslor Tech: arww clan only on the insult player :( T3/r7/2021-08-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Geslor: That's because I will not be complicit in someone trying to use Melvin to bypass ignore. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Geslor Tech: ahh makes sense T3/r7/2021-08-12.txt.gz:{chan ch=tech}Princess Alison Tech: what do the imp commands do? T3/r7/2021-08-12.txt.gz:{chan ch=tech}Mannec Tech: obvious solution is obvious - teach melvin to insult the asking player. T3/r7/2021-08-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Mannec: It does. :D T3/r7/2021-08-12.txt.gz:{chan ch=tech}Geslor Tech: lol! T3/r7/2021-08-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Alison: tells you the amount of gold/qp/trains needed to go from x level to x level (e.g. melvin, potential 150 200 -- will show you what it costs to get 50 potential) T3/r7/2021-08-12.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: leaving now. back later T3/r7/2021-08-12.txt.gz:{chan ch=tech}Tech: Mannec crosses his arms and nods slowly and sagely. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: does Dinv consume automatically know what potions are for which levels? T3/r7/2021-08-12.txt.gz:{chan ch=tech}Kaylie Tech: once you add them it does T3/r7/2021-08-12.txt.gz:{chan ch=tech}Grimmur Tech: Yes. Adn if you want to use up left over lower level pots you consume small T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: Anyone know how to remove a skill from the Winkles spellup plugin? I keep trying to Sneak, Hide, Pass Without Trace after every fight. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Classic Vost Tech: forgetskill might work T3/r7/2021-08-12.txt.gz:{chan ch=tech}Count Zensch Tech: how can I define alias to buy many potions with dinv, it looks I can buy only one? T3/r7/2021-08-12.txt.gz:{chan ch=tech}Durel Tech: See "dinv help consume". You can set it to buy many potions at once and even have it put them away in a particular bag. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Kaylie Tech: this will buy 10 and put them in a bag dinv consume buy mana 10 bag T3/r7/2021-08-12.txt.gz:{chan ch=tech}Count Zensch Tech: what I have alias rh * T3/r7/2021-08-12.txt.gz:{chan ch=tech}Count Zensch Tech: and in alias SetVariable("npots", "%1") T3/r7/2021-08-12.txt.gz:{chan ch=tech}Count Zensch Tech: dinv consume buy heal pots 2355350097 T3/r7/2021-08-12.txt.gz:{chan ch=tech}Count Zensch Tech: but this not allows me to buy 10 pots with rh 10... it buys only 1 T3/r7/2021-08-12.txt.gz:{chan ch=tech}Durel Tech: I think you want "dinv consume buy heal [# of pots to buy] 2355350097". Your alias isn't telling dinv how many pots you want. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Count Zensch Tech: in dinv I'm using at symbol with variable that I defined earlier, at least this is what I'm trying to do T3/r7/2021-08-12.txt.gz:{chan ch=tech}Vondo Tech: yea you arent using "npots" anywhere T3/r7/2021-08-12.txt.gz:{chan ch=tech}Durel Tech: If I'm reading what you are doing correctly, you would use "GetVariable("npots")" in place of "pots" in your dinv line T3/r7/2021-08-12.txt.gz:{chan ch=tech}Kaylie Tech: rc T3/r7/2021-08-12.txt.gz:{chan ch=tech}Loremaster Rime Tech: You could alias to "XXX * *" then use Dinv consume buy %1 %2 container T3/r7/2021-08-12.txt.gz:{chan ch=tech}Count Zensch Tech: when I pasted it remove atnpots before T3/r7/2021-08-12.txt.gz:{chan ch=tech}Vondo Tech: you can use two @ to escape it T3/r7/2021-08-12.txt.gz:{chan ch=tech}Vondo Tech: but you need to do what Durel said, you gotta GetVariable() on it T3/r7/2021-08-12.txt.gz:{chan ch=tech}Count Zensch Tech: thanks! T3/r7/2021-08-12.txt.gz:{chan ch=tech}Anssett Tech: slightly late to the party but i created macros for f5 f6 f7 to dinv buy a specified quantity of a specified potion type T3/r7/2021-08-12.txt.gz:{chan ch=tech}Durel Tech: For example, I have an alias named "restockHeal *" that just does "dinv consume buy heal %1 potable" (where potable is my pot bag's name) T3/r7/2021-08-12.txt.gz:{chan ch=tech}Durel Tech: Then I can just "restockHeal 50" to buy 50 and store them away. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Tech: Anssett nods. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Count Zensch Tech: lol, thanks Durel! sometimes the simplest solutions are... the best, idk why I've used SetVariables in the first place T3/r7/2021-08-12.txt.gz:{chan ch=tech}Durel Tech: Lol, as the person who wrote dinv, I can tell you that I'm now wholeheartedly someone who prefers the simplest solutions :P Wish I'd learned that lesson before :P T3/r7/2021-08-12.txt.gz:{chan ch=tech}Count Zensch Tech: yup :P I've seen your code for dinv... probably dos has less lines T3/r7/2021-08-12.txt.gz:{chan ch=tech}Ralyn Tech: just wait for dinv 2.0 T3/r7/2021-08-12.txt.gz:{chan ch=tech}Tech: Durel snickers with Ralyn about their shared secret. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Veritheia Tech: Dinv 2 now searches the whole mud database for items that would improve your eq sets rather than just items you own T3/r7/2021-08-12.txt.gz:{chan ch=tech}Veritheia Tech: Thanks, Durel T3/r7/2021-08-12.txt.gz:{chan ch=tech}Ralyn Tech: and he re-wrote it in assembly, see if it could be longer T3/r7/2021-08-12.txt.gz:{chan ch=tech}Tech: Durel crosses his arms and nods slowly and sagely to Veritheia. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Veritheia Tech: he had to use assembly to make runtime faster T3/r7/2021-08-12.txt.gz:{chan ch=tech}Sath Tech: now with GPU acceleration! T3/r7/2021-08-12.txt.gz:{chan ch=tech}Anssett Tech: don't forget about the obligatory "this shouldn't ever happen" error checking that >definitely< did not remind me of my own code T3/r7/2021-08-12.txt.gz:{chan ch=tech}Veritheia Tech: I guess his old beowulf cluster made of ps2s just won't cut it anymore :( T3/r7/2021-08-12.txt.gz:{chan ch=tech}Naricain Tech: I was thinking of messing around with dinv locally to use echocommands and/or invdetails to get rid of some of the echoes and speed it up T3/r7/2021-08-12.txt.gz:{chan ch=tech}Anssett Tech: rofl of course you were T3/r7/2021-08-12.txt.gz:{chan ch=tech}Naricain Tech: I have no idea what I'd be getting myself into! T3/r7/2021-08-12.txt.gz:{chan ch=tech}Naricain Tech: shhh anssett it's how I procrastinate leveling T3/r7/2021-08-12.txt.gz:{chan ch=tech}Veritheia Tech: Err, are they echoes or are they colournotes? T3/r7/2021-08-12.txt.gz:{chan ch=tech}Tech: Durel reminds Naricain that dinv's official motto is "DINV: distracting min/maxers from leveling since 2017!" T3/r7/2021-08-12.txt.gz:{chan ch=tech}Tech: Naricain snickers with Durel about their shared secret. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Veritheia Tech: because if it's colournote then you'd save so little time you could run dinv functions for the rest of your life and it still wouldn't save you as much time as you'd have spent working on it T3/r7/2021-08-12.txt.gz:{chan ch=tech}Naricain Tech: I might as well fork any other loqui plugins while I'm at it T3/r7/2021-08-12.txt.gz:{chan ch=tech}Sath Tech: dinv currently has a ton of echo T3/r7/2021-08-12.txt.gz:{chan ch=tech}Anssett Tech: before he came up with that, dinv's official motto was "DINV: working a motto to distract from leveling since 2012" T3/r7/2021-08-12.txt.gz:{chan ch=tech}Naricain Tech: it uses echo before/after each identify, invdetails, etc T3/r7/2021-08-12.txt.gz:{chan ch=tech}Naricain Tech: invdata, whatever T3/r7/2021-08-12.txt.gz:{chan ch=tech}Veritheia Tech: ah for triggers T3/r7/2021-08-12.txt.gz:{chan ch=tech}Durel Tech: Yeah, I was waaaaay too paranoid with that stuff worrying that something would happen in between dinv commands. I wouldn't do it that way if I rewrote it today. T3/r7/2021-08-12.txt.gz:{chan ch=tech}Naricain Tech: yeah if you turn on echocommands and do dinv refresh you see them all T3/r7/2021-08-12.txt.gz:{chan ch=tech}Naricain Tech: that's what I like about echocommands, It comes in _right_ before the command output, and you can use it like a tag for commands that have no tag T3/r7/2021-08-12.txt.gz:{chan ch=tech}Veritheia Tech: tbh with how little you actually run those dinv commands, i'd rather it be slower and more robust rather than faster but liable to break T3/r7/2021-08-12.txt.gz:{chan ch=tech}Tech: Naricain enthusiastically high-fives Sath! T3/r7/2021-08-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: A thought struck me recently, theoretically speaking, if someone were able to create a J.A.R.V.I.S.-level (Marvel) A.I. and had it play Aardwolf 24/7, would that count as botting? It's not a human being but it's also not a script, it's an A.I. T3/r7/2021-08-12.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: until AIs are given person rights it would still be botting T3/r7/2021-08-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: -Sad Tony Stark noises- T3/r7/2021-08-13.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Okay, I just want to say that I absolutely love ShareX as a open source screenshot program as well as a screen recorder, especially with its many options for uploading. My favorite pick for screenshots is vgy.me, and my current go-to for screen recordings is Google Drive, but that may change once I play with screen recordings more. T3/r7/2021-08-13.txt.gz:{chan ch=tech}Loremaster Rime Tech: Does MUSHClient support macros for any keyboard key or just preset combinations? T3/r7/2021-08-13.txt.gz:{chan ch=tech}Veritheia Tech: yes, look up the accelerate function T3/r7/2021-08-13.txt.gz:{chan ch=tech}Veritheia Tech: or accelerator or something like that T3/r7/2021-08-13.txt.gz:{chan ch=tech}Princess Alison Tech: why do they call it accelerator? it's just binding a macro to two keys instead of one T3/r7/2021-08-13.txt.gz:{chan ch=tech}Trachx Tech: accelerator is a key that starts some action T3/r7/2021-08-13.txt.gz:{chan ch=tech}Antifa Raded Tech: how can I find out a local device name from that device's IP address? T3/r7/2021-08-13.txt.gz:{chan ch=tech}Antifa Raded Tech: I know the IP, I can ping it, get to the files, but I forgot what it's called T3/r7/2021-08-13.txt.gz:{chan ch=tech}Anssett Tech: depends on if you have dns set up or netbios or a variety of those things T3/r7/2021-08-13.txt.gz:{chan ch=tech}Trachx Tech: nslookup T3/r7/2021-08-13.txt.gz:{chan ch=tech}Trachx Tech: ping -a sometimes show netbios name T3/r7/2021-08-13.txt.gz:{chan ch=tech}Anssett Tech: nbtstat -A ip also works T3/r7/2021-08-13.txt.gz:{chan ch=tech}Trachx Tech: you could also start wireshark and use filter host then watch how it advertises T3/r7/2021-08-13.txt.gz:{chan ch=tech}Antifa Raded Tech: gave me a name that definitely relates to the server, but can't ping it with that name T3/r7/2021-08-13.txt.gz:{chan ch=tech}Tech: Antifa Raded goes, "Hmmmm." T3/r7/2021-08-13.txt.gz:{chan ch=tech}Trachx Tech: basically that name need to be known to your name server, or add it in /etc/hosts T3/r7/2021-08-13.txt.gz:{chan ch=tech}Trachx Tech: also possible that domain is incorrect - so you should use FQDN instead just hostname T3/r7/2021-08-13.txt.gz:{chan ch=tech}Trachx Tech: I mean search domain T3/r7/2021-08-14.txt.gz:{chan ch=tech}Zuqlan Tech: i am behind a NAT, so anyone playing from this network will have same ip as me. am i in danger of getting accused of multi? T3/r7/2021-08-14.txt.gz:{chan ch=tech}Princess Alison Tech: What's the lua script function for executing a command after a delay? T3/r7/2021-08-14.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: should be DoAfter T3/r7/2021-08-14.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: or doafterspecial T3/r7/2021-08-14.txt.gz:{chan ch=tech}Goldendoodle Tech: what is the mud file that contains all the customized info (alias, triggers, mapper info, etc?) is it the aardwolf.mcl? T3/r7/2021-08-14.txt.gz:{chan ch=tech}Sleazy Areia Tech: Yes. T3/r7/2021-08-14.txt.gz:{chan ch=tech}Goldendoodle Tech: thx T3/r7/2021-08-14.txt.gz:{chan ch=tech}Sleazy Areia Tech: Though the mapper's data is store in Aardwolf.DB. T3/r7/2021-08-14.txt.gz:{chan ch=tech}Goldendoodle Tech: ok so ill need both files to use my data elsewhere T3/r7/2021-08-14.txt.gz:{chan ch=tech}Loremaster Rime Tech: I saw online that there is a clan and manor creation tool. Is there also a restring tool? I didn't have any luck finding one myself. T3/r7/2021-08-15.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Will MushClient work on a Linux OS, Ubuntu 20.04? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: Why Do i have to type everything twice? For example if i type "Score" (or aything else really). It shows me my Hp/Mn/Tnl/etc and then i have to type it a 2nd time to get it to come up. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Ganji Tech: I'm having to type twice sometimes. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: are you scrolled down all the way? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: I am Aye. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Ganji Tech: Yes T3/r7/2021-08-15.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: i get lag like that sometimes. hitting a blank enter brings it up T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: Blank enter is just showing me Hp/Mn/tnl etc again. i tried it a few times T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: might be a trigger or plugin? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: something muting the output? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: I Installed this about 30 minutes ago So i Wouldn't even know where to begin with that. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Ganji Tech: It gives [202/202hp 195/195mn 545/545mv 0qt 815tnl] > as output T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: Are Vakilius and Ganji the same person? T3/r7/2021-08-15.txt.gz:{chan ch=tech}DoNotBurn Brun Tech: that's your prompt T3/r7/2021-08-15.txt.gz:{chan ch=tech}Ganji Tech: No! T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: we are not the same person. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: I see that it's the prompt. But typing any Comannd such as help (Whatever) or Score, and so on.. Just provides me with [173/173hp 166/166mn 516/516mv 0qt 800tnl] T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: Then I am forced to type the command a second time to get it to trigger. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Ganji Tech: Same here T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: were only here at the same time with the same problem because we were talking in newbie about it and were told to come here T3/r7/2021-08-15.txt.gz:{chan ch=tech}Ganji Tech: I get: [202/202hp 195/195mn 545/545mv 0qt 461tnl] > T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: were you in paging? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: What does that mean? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: for instancei f you read a long helpfile, it puts you in paging mode as there's a second page T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: so you can press enter (send a blank line) to read the next page T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: if you enter other stuff it cancels paging, T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: Oh. No. im going to assume no since the second enter does not load anything. And its doing it for everything not just long stuff. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Ganji Tech: Same here T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: what command is giving you the issue? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: what client are you using? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: paging is when the long blue strip that says Enter, T, Q, B, R, L an A comes up yes? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: yeah T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: The one on the website. MushClient T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: Is it the Aardmush version? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: If that's the one the Aardwolf website provides. then Yes. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Ganji Tech: The recommended one on the website T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: well aardmush version or default version shouldn't have odd behaviour T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: so if you type score now, you're saying you need to do it 2x? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Princess Alison Tech: two separate people having the issue is really odd though T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: I haven't used any other clients. and Yes. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Ganji Tech: It happens randomly... Not consistently T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: ganji - are you sure it's not happening when you're in paging? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: most commonly after you read a helpfile T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: Do you have a solid internet connection? Spotty Wi-fi? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: Gigabit hardwired connection. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: try set scroll 0 for some time and see if the issue re-occurs T3/r7/2021-08-15.txt.gz:{chan ch=tech}Ganji Tech: Not sure T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: if the issue went away, it has to do with paging T3/r7/2021-08-15.txt.gz:{chan ch=tech}Ganji Tech: It occured again just now... My last msg was sent after pressing enter twice T3/r7/2021-08-15.txt.gz:{chan ch=tech}Ganji Tech: I wasn't in paging T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: Looks like were just "Those" players Ganji lol T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: still, try to set scroll 0 T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: it could be a malfunctioning plugin T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: how does one set "Scroll" to 0? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: 'scroll 0' T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: just type it out "scroll 0" T3/r7/2021-08-15.txt.gz:{chan ch=tech}Doge Water Yajan Tech: one does not simply set scroll to 0 T3/r7/2021-08-15.txt.gz:{chan ch=tech}Doge Water Yajan Tech: oh, wait.. maybe they do T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: I'm pretty sure they do. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Tech: Doge Water Yajan looks at Loremaster Rime ponderingly. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: Had to ask. It means nothing to me. I've only been playing this for 30 minutes and my last MuD was near 25 years ago. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: Best Mud out there T3/r7/2021-08-15.txt.gz:{chan ch=tech}Ganji Tech: I wasn't even born 25 years ago lol T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vakilius Tech: what is the default setting for scroll so i can change it back later? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Doge Water Yajan Tech: really wanted to say something similar to the like in Wayne's World where he says "a lot of guys' girls are in there" in reference to your last mud being 25 years ago, but I got nothing T3/r7/2021-08-15.txt.gz:{chan ch=tech}Doge Water Yajan Tech: line* T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: not sure what the default is... the number is just the number of lines you'd want before paging kicks in. usually based on your screen size/font size. I use 50. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Princess Alison Tech: i dislike paging so i just set it off T3/r7/2021-08-15.txt.gz:{chan ch=tech}Princess Alison Tech: i'd rather scroll a bit rather than fiddle with the paging commands T3/r7/2021-08-15.txt.gz:{chan ch=tech}Ganji Tech: I don't want to fiddle with scroll w/out knowing the default value :( T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: uhhh T3/r7/2021-08-15.txt.gz:{chan ch=tech}Princess Alison Tech: it's mostly only a thing on the ideas board anyway T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: the default is 30 T3/r7/2021-08-15.txt.gz:{chan ch=tech}Redryn Tech: totally sure T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: i had this problem too, but for me it was bcs i was in paging mode, so first enter brought me out of the paging, 2nd one sent the command T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: i set my pagesize 0, ever since T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: i got a scroll bar in the ui afterall, no need for paging for me T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: also if u r in a laggy connection non 0 pagesize may break ur SnD plugin T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: Did you know that a Kilobyte is actualy 1000 bytes and not 1024? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vondo Tech: kibibytes are 1024 :D T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: yes, and i dont like the actual way its said T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: Exactly. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vondo Tech: it's the anime byte T3/r7/2021-08-15.txt.gz:{chan ch=tech}Vondo Tech: so chibi :D T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: Also Gibibytes T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: i'll call it kilo still, even if its 1024 T3/r7/2021-08-15.txt.gz:{chan ch=tech}Cheekier Than Tech: when I release my new trinary processor its going to mess your reprentation systems up good T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: KB, kB and KiB are all different . T3/r7/2021-08-15.txt.gz:{chan ch=tech}Doge Water Yajan Tech: isn't it ternary? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Cheekier Than Tech: trinary i invented it ok T3/r7/2021-08-15.txt.gz:{chan ch=tech}Doge Water Yajan Tech: oh, okey T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: Could be Tertiary? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Doge Water Yajan Tech: I invented a two-fisted drink that you only drink at wedding open bars T3/r7/2021-08-15.txt.gz:{chan ch=tech}Cheekier Than Tech: tertiary would be base 3 T3/r7/2021-08-15.txt.gz:{chan ch=tech}Doge Water Yajan Tech: we're probably on the same level T3/r7/2021-08-15.txt.gz:{chan ch=tech}Cheekier Than Tech: this is trinary T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: I'll stick to the less complicated Qubits T3/r7/2021-08-15.txt.gz:{chan ch=tech}Cheekier Than Tech: btw apparently its ternary T3/r7/2021-08-15.txt.gz:{chan ch=tech}Tech: Doge Water Yajan resorts to cheering for himself... how sad. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: Point goes to Tajan. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: Yajan also. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Doge Water Yajan Tech: honestly don't remember where I know that from T3/r7/2021-08-15.txt.gz:{chan ch=tech}Cheekier Than Tech: elec engineering 101 prob T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: Episode of Star Trek or something? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Doge Water Yajan Tech: yeah, something in my comp sci degree if I had to bet on it T3/r7/2021-08-15.txt.gz:{chan ch=tech}Cheekier Than Tech: well we do use octal and hex T3/r7/2021-08-15.txt.gz:{chan ch=tech}Cheekier Than Tech: trinary is incoming tho, march 2023 T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: Did you also know that with the arival of quantum computing, companies are experiementing with Optical quantum computing now? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Doge Water Yajan Tech: oh, you know what it is.. it's the term "ternary operation" for stuff like string mood = x > 5 ? "happy" : "sad" T3/r7/2021-08-15.txt.gz:{chan ch=tech}Doge Water Yajan Tech: where you supply three operators T3/r7/2021-08-15.txt.gz:{chan ch=tech}Cheekier Than Tech: some operators are didactic too T3/r7/2021-08-15.txt.gz:{chan ch=tech}Cheekier Than Tech: whoops dyadic T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: i want to make the mush icon to blink and stay blinking when someone sent me a tell T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: but this only blinks once : AddTimer("flash", 0, 0, 1, "", 2, FlashIcon() ) T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: the help says it can be set to fire periodically but not how to do it T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: https://www.gammon.com.au/scripts/function.php?name=AddTimer T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: i dont see anything like that in the function documentation, may be u have to manually configure it with loop and stuff T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Er, it does tell you how to. You just have to read it. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: pls help. T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You do not set 'at time'. T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Meaning you do not set the flag to '2' as you have it set. T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The problem is, you need to have a way to disable it, otherwise once you receive a tell, it'll continually fire. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: set to 1 also doesnt work T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: and thats exactly what i need. it should fire continually T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Fuel: You misunderstand. T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I get what you are using it for. T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What I'm saying is that I highly doubt you want it to continually fire after you've noticed it, come back to MUSH, and gone to another window again. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: i think u should remove the at time flag T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: At least, not until you got another tell. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: it should fire periodically if u remove the attime flag T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: i know how to delete the timer. i dont know how to keep the icon blinking T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Thing is, you don't even NEED a timer. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: remove the 2, just set it 1 T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: 1 doesnt work either T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The icon stays flashing/highlighted until you return to it. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: nope T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yep. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: i have eyes T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So do I. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: AddTimer("my_timer", 0, 0, 1.5, "go north", timer_flag.Enabled, ""), how about this example? T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Shall I demonstrate for you? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: the icon blinks once. then goes back to default T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Don't know why, then. It stays for me. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley shrugs helplessly. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: u are using 2 in the flag field T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Zuqlan: He does not even NEED the timer. T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's the whole thing. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: ive tried 1, 2 and 5 T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: by default its periodical? T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It stays until MUSH becomes active focus again. T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can easily test this by doing: \\\DoAfterSpecial(3, "FlashIcon()", 12) -- then after hitting enter, move your focus to another window and see that MUSH flashes and remains highlighted until you click back. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: it doesnt in my case. it blinks once. then goes back to normal color. that is why i want the timer to fire periodically. but cant T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: what os are u on? T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: https://i.vgy.me/uDlg3z.png -- that, after 30 seconds. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: ok. i change the active window. pls send me a tell T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: oh. once more T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: jeez. once more pls:) T3/r7/2021-08-15.txt.gz:{chan ch=tech}Geslor Tech: heh T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: hehe:) it works T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: \\\for i = 1,250 do Send("tell fuel This is test tell " .. i .. ". I told you it works, and now your tell buffer will be full.") T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Whoops. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley's shifty eyes dart back and forth. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: got blocked? T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Won't get blocked. :P T3/r7/2021-08-15.txt.gz:{chan ch=tech}Aoric Tech: spam alert? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Nah, that code sends 250 tells to the person, and alters it so you don't get nochanned. :p T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: thats it? u only need to change one char? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Geslor Tech: omg thats like evil genius :) T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Also, Fuel, I'll take your apology in the form of 2 tps for having to put up with nonsense so early in the morning before I've had my protein coffee. :p T3/r7/2021-08-15.txt.gz:{chan ch=tech}Aoric Tech: how so? there's no random text in there T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: well. there was no way to figure this out with sending tell to myself. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Aoric Tech: ahh, I see the 'i' T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Aoric: You don't need random text. You just need at least one different output. The 'i' increments, so it does: This is tell 1 -- This is tell 2 ... This is tell 3... etc. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Aoric Tech: it changes throughout the loop T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: i suppose the spam filter not very intelligent T3/r7/2021-08-15.txt.gz:{chan ch=tech}Tech: Aoric nods at (Aleister) Crowley. T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Fuel: So, you're admitting to having claimed it didn't work before you could even test it yourself? T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That'll be 3 tp now, then. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: see, Crowley. i tested the FlashIcon with sending tells to myself. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: that meant it did one flash. but mush win was active. there was no info that it would stay flashing when the window is inactive T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: See, Fuel, you asked us to send you tells, so that was one way you can test it. Another way is: \\\DoAfter(5, "tell Fuel I am testing tells."). A third way is setting a timer! T3/r7/2021-08-15.txt.gz:{chan ch=tech}Zuqlan Tech: thats the default notification behaviour, i think thats why it got skipped in the doc T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Plus, you know, you could have just set it to trigger off Info or something for the time being just to test it. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley still waits for his 3 tp. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: but i had no clue that would even work T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So, you decided to argue with the guy who writes plugins for MUSH, has worked extensively with plenty of MUSH functions, has been known to help a lot of people on tech... all because you couldn't readily test it yourself? That'll be 4 tp, then. :p T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: i didnt argue. i asked for help[ T3/r7/2021-08-15.txt.gz:{chan ch=tech}Iron Duck Chuft Tech: how about 5? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Durel Tech: Crow, just get your coffee already :P T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, Fuel, I told you how to solve it, you said "It doesn't work." T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: ok.please dont help me ever again T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: thats much easier for both of us T3/r7/2021-08-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley falls to the ground and rolls around, laughing hysterically. T3/r7/2021-08-15.txt.gz:{chan ch=tech}Iron Duck Chuft Tech: the drama! the suspense! T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The horror! 2021's best movie yet! T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: no drama. this is what i mean. i know him well. its fine. T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Alas, I knew him! T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: "i know him well", yet argues with me about something I tested and knew worked. Got it. Must be a pain in the ass at work, too. :P T3/r7/2021-08-15.txt.gz:{chan ch=tech}Pump the Fuel Tech: i told you its fine. lets skip eachother next time and it keeps being fine T3/r7/2021-08-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Pfft. As if I could pass over helping someone regardless of whatever. :P T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: anyone know of an online tool to help with item restringing? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Negader Tech: there is a youtube video on it T3/r7/2021-08-15.txt.gz:{chan ch=tech}Negader Tech: the link to the video is in help restring T3/r7/2021-08-15.txt.gz:{chan ch=tech}Kerith Tech: for some reason my tracker channel not outputting to my com log window, any ideas how to fix? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Tinypotato Tech: have you confirmed that you have the right version of the plugin enabled/installed? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Kerith Tech: umm idk? it was working but then quit, should i like resintall it or something? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Tinypotato Tech: does tracker help do anything? or just output help to the tracker channel T3/r7/2021-08-15.txt.gz:{chan ch=tech}Kerith Tech: its just a fake channel to prevent spam in mud channels T3/r7/2021-08-15.txt.gz:{chan ch=tech}Tinypotato Tech: yes, I'm asking if tracker help shows the tracker's help for you, to determine if the plugin is still enabled T3/r7/2021-08-15.txt.gz:{chan ch=tech}Kerith Tech: hmmf no just echos on the channel, think i'll reinstall it T3/r7/2021-08-15.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Sounds like a place for a simple plugin manager, plugin... T3/r7/2021-08-15.txt.gz:{chan ch=tech}Tinypotato Tech: yeah that means the plugin isn't active T3/r7/2021-08-15.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Though doesn't reinstall keep it's state? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Kerith Tech: reinstalling worked, wierd it was removed from my plugs folder too had to redl T3/r7/2021-08-15.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient questions something something T3/r7/2021-08-15.txt.gz:{chan ch=tech}Kerith Tech: Feind, my db backups seem to b e working again i didnt change naything idk why that one off :( T3/r7/2021-08-15.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: working again sounds like a good thing T3/r7/2021-08-15.txt.gz:{chan ch=tech}Tech: Kerith agrees! T3/r7/2021-08-15.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: did you reboot? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Kerith Tech: i did T3/r7/2021-08-15.txt.gz:{chan ch=tech}Kerith Tech: maybe left it open too long? T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: Did you excede the tinyint count for the pk on your db entries? T3/r7/2021-08-15.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: no, but windows file lock management is a dark art. and sometimes opening the portal to the nether realm allows demons to escape into our world T3/r7/2021-08-15.txt.gz:{chan ch=tech}Tech: Kerith laffs. T3/r7/2021-08-15.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I'm going to try testing a few changes that may help in the future T3/r7/2021-08-15.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: _may_, though what I'm doing first will be noisy and have a low probability of success T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: Fiendish, do you teach or work as a programmer? Or is this a hobby? T3/r7/2021-08-15.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I work as one and also mentor junior developers T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: I actually started trying to learn more Python for when I get back into the IT field myself. T3/r7/2021-08-15.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: python is a great language to learn T3/r7/2021-08-15.txt.gz:{chan ch=tech}Kerith Tech: select from users where clue > 0, results returned 0? :) T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: part of the reason I rejoined Aardwolf was to see if I could use it as practice for things. T3/r7/2021-08-15.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: So all of the above? T3/r7/2021-08-15.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I don't use Python for Aardwolf because getting the python engine to work right with the windows scripting host is not straightforward whereas the Lua interpreter can just be included with MUSHclient itself T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: What else is lua used for outside of Aardwolf? I've only seen it in hobby projects and Minecraft. T3/r7/2021-08-15.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I don't want players to have to figure out how to get Python installed and then how to get MUSHclient to actually talk to it T3/r7/2021-08-15.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: in the real world? not much T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: Hmm, so theres no advantage to learning it other than Mudding? T3/r7/2021-08-15.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Seems to be common as a scripting language in games... Though mostly C languages are used T3/r7/2021-08-15.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: lua and python are fundamentally in the same category of programming languges, so learning one will help in the other T3/r7/2021-08-15.txt.gz:{chan ch=tech}Loremaster Rime Tech: Non-compiled scripting language? T3/r7/2021-08-15.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: imperative language T3/r7/2021-08-16.txt.gz:{chan ch=tech}ShadowDragon Tech: am i aloud to make a alias to attack my cp mob with a certain spell T3/r7/2021-08-16.txt.gz:{chan ch=tech}ShadowDragon Tech: on entry of the room i type the alias and it cast the spell to my targeted cp mob T3/r7/2021-08-16.txt.gz:{chan ch=tech}Sheriff Shindo Tech: yes you can do that as long as you initiate the alias and don't trigger it T3/r7/2021-08-16.txt.gz:{chan ch=tech}ShadowDragon Tech: can u help me write it T3/r7/2021-08-16.txt.gz:{chan ch=tech}Sheriff Shindo Tech: which client? T3/r7/2021-08-16.txt.gz:{chan ch=tech}ShadowDragon Tech: mush client when i do XCP 1 2 3 etc.. when i walk in the room i want my spell targeted to the cp mob T3/r7/2021-08-16.txt.gz:{chan ch=tech}Sheriff Shindo Tech: i'm not sure about crowley's S&D but if you read the help file that possibly already exists T3/r7/2021-08-16.txt.gz:{chan ch=tech}ShadowDragon Tech: it doesnt T3/r7/2021-08-16.txt.gz:{chan ch=tech}Zuqlan Tech: if u are using SnD plugin u can use, xset kk cast "shocking grasp", etc. etc. T3/r7/2021-08-16.txt.gz:{chan ch=tech}ShadowDragon Tech: OH MAN SORRY U CAN CAN U T3/r7/2021-08-16.txt.gz:{chan ch=tech}Zuqlan Tech: so now if u do kk, it will cast that T3/r7/2021-08-16.txt.gz:{chan ch=tech}Zuqlan Tech: also if u bind the kk alias to a key, u can just mash that key T3/r7/2021-08-16.txt.gz:{chan ch=tech}ShadowDragon Tech: thanks guys worked for me T3/r7/2021-08-16.txt.gz:{chan ch=tech}Sheriff Shindo Tech: you're welcome T3/r7/2021-08-16.txt.gz:{chan ch=tech}Trachx Tech: I really love how vmplayer works after disabling swap and limiting mem to firefox via cgroups T3/r7/2021-08-16.txt.gz:{chan ch=tech}Trachx Tech: instant start and instant suspend comparing to what it was before T3/r7/2021-08-16.txt.gz:{chan ch=tech}Goldendoodle Tech: how do i customize the first room in the speedwalk in S&D? T3/r7/2021-08-16.txt.gz:{chan ch=tech}Talbor Tech: xset mark? T3/r7/2021-08-16.txt.gz:{chan ch=tech}Goldendoodle Tech: thats it, thanks T3/r7/2021-08-16.txt.gz:{chan ch=tech}Talbor Tech: np T3/r7/2021-08-16.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: what's a good registrar for some of the less common tlds? Im using Ionos for most of mine T3/r7/2021-08-16.txt.gz:{chan ch=tech}Zagyg Tech: non aard question : taking interest in learning coding and ive come across c++ and python - can anyone explain the difference? T3/r7/2021-08-16.txt.gz:{chan ch=tech}Braun Tech: I recommend python for anyone learning coding. It's easy. C++ is faster if you are into programming games. T3/r7/2021-08-16.txt.gz:{chan ch=tech}Zagyg Tech: i guess my question is - what is a main use of python and a real use of c++ T3/r7/2021-08-16.txt.gz:{chan ch=tech}Naricain Tech: python will almost certainly be a lot easier to pick up as a first language T3/r7/2021-08-16.txt.gz:{chan ch=tech}Zagyg Tech: i am certainly enjoying the simplicity of python for sure T3/r7/2021-08-16.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Python is used when you need something slow and want to obsess over whitespace. C++ is used when you need to overcomplicate the crap outta things and make the compile really slow. T3/r7/2021-08-16.txt.gz:{chan ch=tech}Braun Tech: I use python for literally everything else... c++ is commonly used for creating come brew video games. T3/r7/2021-08-16.txt.gz:{chan ch=tech}Karathos Tech: c# unity is pretty common these days too for games T3/r7/2021-08-16.txt.gz:{chan ch=tech}Zagyg Tech: this may sound dumb or whatever but what language is used for say this mud T3/r7/2021-08-16.txt.gz:{chan ch=tech}Karathos Tech: javascript/typescript if you want to mess around with front-end development T3/r7/2021-08-16.txt.gz:{chan ch=tech}Karathos Tech: lua then T3/r7/2021-08-16.txt.gz:{chan ch=tech}Karathos Tech: for mushclient plugins T3/r7/2021-08-16.txt.gz:{chan ch=tech}Zagyg Tech: is lua not either of the two? T3/r7/2021-08-16.txt.gz:{chan ch=tech}Angelsamael Tech: https://www.lua.org/start.html#learning T3/r7/2021-08-16.txt.gz:{chan ch=tech}Braun Tech: you can use python scripts in the mud too... Not sure about C++.. but I just learned some basic lua and use lua in mushclient. T3/r7/2021-08-16.txt.gz:{chan ch=tech}Zagyg Tech: just wanted to casually learn coding as a nice hobby on down time - it sounds like python is the clear winner then T3/r7/2021-08-16.txt.gz:{chan ch=tech}Sath Tech: there are some things you can't do in MUSHclient if you don't use Lua T3/r7/2021-08-16.txt.gz:{chan ch=tech}Life is Meaningless Tech: you start by looking for a job you want to have and then learning the language that the job requires T3/r7/2021-08-16.txt.gz:{chan ch=tech}Karathos Tech: if you goal is to create/tweak mushclient plugins, I recommend lua, since that is what most of them are written in T3/r7/2021-08-16.txt.gz:{chan ch=tech}Karathos Tech: tbh, haven't seen any python plugins yet >_>; T3/r7/2021-08-16.txt.gz:{chan ch=tech}Morill Tech: Honestly, there's not that much of a difference between languages. if you learn one you pretty much learn them all if you can understand the concepts well T3/r7/2021-08-16.txt.gz:{chan ch=tech}Zagyg Tech: i play on phone so no need to learn plugins heh T3/r7/2021-08-16.txt.gz:{chan ch=tech}Braun Tech: Exactly. But honestly... learning python opened a lot of doors for learning just about anything else I needed. Once I had python down I feel like I could read and understand most of what is going on in just about any basic code. T3/r7/2021-08-16.txt.gz:{chan ch=tech}Zagyg Tech: ok so python is the gateway drug - got it T3/r7/2021-08-16.txt.gz:{chan ch=tech}Sath Tech: agreed that python is a good first language unless you're also interested in learning how computer hardware works T3/r7/2021-08-16.txt.gz:{chan ch=tech}Sath Tech: or you're interested in software engineering as a profession T3/r7/2021-08-16.txt.gz:{chan ch=tech}Zagyg Tech: nah - just a hobby T3/r7/2021-08-16.txt.gz:{chan ch=tech}Zagyg Tech: something i always admired but nvr understood. ok thx all T3/r7/2021-08-16.txt.gz:{chan ch=tech}Mannec Tech: really that applies with most languages - its the first one thats hardest. T3/r7/2021-08-16.txt.gz:{chan ch=tech}Karathos Tech: except languages like this :p ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++. T3/r7/2021-08-16.txt.gz:{chan ch=tech}Mannec Tech: oh no - im sure if you learned something like that first, then the next one would be easier. personally, im more of a fan of malbolge... T3/r7/2021-08-16.txt.gz:{chan ch=tech}Karathos Tech: hehe, this is a good one too https://en.wikipedia.org/wiki/LOLCODE T3/r7/2021-08-16.txt.gz:{chan ch=tech}Mannec Tech: no. just .. no. yer better off rotting your brain with something like perl. T3/r7/2021-08-16.txt.gz:{chan ch=tech}Karathos Tech: isn't perl the target of that one joke? I had a problem, decided to solve it with perl, now I have two problems. T3/r7/2021-08-16.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Wow, this makes my head explode :-( https://en.wikipedia.org/wiki/Esoteric_programming_language lol T3/r7/2021-08-16.txt.gz:{chan ch=tech}Mannec Tech: i wouldnt doubt it. i lost a couple of classmates to perl. no kidding, they started having trouble with other languages, including english. T3/r7/2021-08-16.txt.gz:{chan ch=tech}Tech: Mannec crosses his arms and nods slowly and sagely to SNEAKER Mushambo. T3/r7/2021-08-16.txt.gz:{chan ch=tech}Cercyon Tech: hey all. totally new and just installed mushclient on top of wine, then tried to install the aardwolf client package for mushclient. Although it supposedly installed, I don't see any changes to mushclient. Anyone know what I'm missing? T3/r7/2021-08-16.txt.gz:{chan ch=tech}Naricain Tech: You'll have to add the plugins T3/r7/2021-08-16.txt.gz:{chan ch=tech}Naricain Tech: I think the normal way to do it is to just install the aard client, not install vanilla mush and then aard packages on top T3/r7/2021-08-16.txt.gz:{chan ch=tech}Cercyon Tech: ah I see T3/r7/2021-08-16.txt.gz:{chan ch=tech}Cercyon Tech: I appreciate the help T3/r7/2021-08-17.txt.gz:{chan ch=tech}Antifa Raded Tech: I did the Crowley SnD update and now funny things are happening T3/r7/2021-08-17.txt.gz:{chan ch=tech}Tech: Doge Water Yajan comforts Antifa Raded. T3/r7/2021-08-17.txt.gz:{chan ch=tech}Doge Water Yajan Tech: need me to remote in? T3/r7/2021-08-17.txt.gz:{chan ch=tech}Antifa Raded Tech: I have an alias that just executes "xcp 1", when I use it, it goes to the area, fires off a gq i (maybe gq c?), says I'm not on a GQ, then reloads the campaign T3/r7/2021-08-17.txt.gz:{chan ch=tech}Doge Water Yajan Tech: sorry I don't use the SnDs T3/r7/2021-08-17.txt.gz:{chan ch=tech}Antifa Raded Tech: another alias that does: mapper goto (my manor);gulp. it goes to my manor, gulps, fires off a gq i/gq c, says I'm not on a GQ, then reloads my campaign T3/r7/2021-08-17.txt.gz:{chan ch=tech}Antifa Raded Tech: can you just tell crowley and narican I'm never on a gq T3/r7/2021-08-17.txt.gz:{chan ch=tech}Doge Water Yajan Tech: yeah, I think I can handle that T3/r7/2021-08-17.txt.gz:{chan ch=tech}Antifa Raded Tech: checked the changelog, " * Toggle whether `gg` and `qq` can be used as aliases for gq check with `xset gqalias`." T3/r7/2021-08-17.txt.gz:{chan ch=tech}Antifa Raded Tech: gg and qq are my aliases. T3/r7/2021-08-17.txt.gz:{chan ch=tech}Antifa Raded Tech: thanks for fixing it yajan T3/r7/2021-08-17.txt.gz:{chan ch=tech}Doge Water Yajan Tech: your betcha! T3/r7/2021-08-17.txt.gz:{chan ch=tech}Doge Water Yajan Tech: you* T3/r7/2021-08-17.txt.gz:{chan ch=tech}Doge Water Yajan Tech: we should have a thing like Microsoft teams that forwards emails to people that are smart on Aard to tell them that we're trying to reach them T3/r7/2021-08-17.txt.gz:{chan ch=tech}Antifa Raded Tech: what if I'm not smart enough to initiate it T3/r7/2021-08-17.txt.gz:{chan ch=tech}Doge Water Yajan Tech: yeah, I figured someone smart would come around later, read that, and do it for us T3/r7/2021-08-17.txt.gz:{chan ch=tech}Tech: Antifa Raded crosses his arms and nods slowly and sagely. T3/r7/2021-08-17.txt.gz:{chan ch=tech}Loremaster Rime Tech: Is there still a command to use dimmer colors for Aardwolf? T3/r7/2021-08-17.txt.gz:{chan ch=tech}Fauni Tech: Just out of pure curiosity, is Aardwolf a multi-threaded mud? T3/r7/2021-08-17.txt.gz:{chan ch=tech}Loremaster Rime Tech: Anyone here work with Accelerators in MUSHClient? T3/r7/2021-08-17.txt.gz:{chan ch=tech}Goldendoodle Tech: is there a wait function on managing custom exits on the mapper? T3/r7/2021-08-17.txt.gz:{chan ch=tech}Talbor Tech: Try mapper help. I know you can, but forgot the comand T3/r7/2021-08-17.txt.gz:{chan ch=tech}Karathos Tech: wait(n) T3/r7/2021-08-17.txt.gz:{chan ch=tech}Goldendoodle Tech: thanks T3/r7/2021-08-17.txt.gz:{chan ch=tech}Talbor Tech: rt druid T3/r7/2021-08-17.txt.gz:{chan ch=tech}Talbor Tech: mis T3/r7/2021-08-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Ugh. Need to download 779 images from Flickr (wedding album, our photographer hosts it there). Flickr, though, has a limit of 500 photos to download. So, now I need to find a way to download all 779 automatically, or be forced to set up a macro to download each one independently. *sigh* T3/r7/2021-08-17.txt.gz:{chan ch=tech}Vondo Tech: crowley - check out getbulkr? T3/r7/2021-08-17.txt.gz:{chan ch=tech}Vondo Tech: might try to sandbox it anyway, dunno if it's any good T3/r7/2021-08-17.txt.gz:{chan ch=tech}Karathos Tech: i don't use flickr, but if there is an easy way to do so, could possibly split the album into 2 albums, and download them separately? T3/r7/2021-08-17.txt.gz:{chan ch=tech}Mannec Tech: seems to me this probably isnt the first time something like that has happened, nor is it likely to be the last - best solution is not to cause the problem. have photog build downloadable albums :) T3/r7/2021-08-17.txt.gz:{chan ch=tech}Mannec Tech: can you sort the album? download 500, then reverse-sort and do it again? T3/r7/2021-08-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Sorry, wife called me away to do things. :p T3/r7/2021-08-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Karathos: I'd have to ask the photographer to split it into two albums. Vondo, I'll look into that. T3/r7/2021-08-17.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Mannec: Doesn't work that way, unfortunately. T3/r7/2021-08-17.txt.gz:{chan ch=tech}Mentalos Tech: Is there a "light mode" color config for MUSHClient? T3/r7/2021-08-17.txt.gz:{chan ch=tech}Vondo Tech: click the "i hate my eyes" button in config T3/r7/2021-08-17.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: that sounds actively horrible. but you shoudl be able to change your background color T3/r7/2021-08-17.txt.gz:{chan ch=tech}Zuqlan Tech: there is an invert button, can click that and see what happens T3/r7/2021-08-18.txt.gz:{chan ch=tech}Talamon Tech: is there a good mud client that works via command line other than telnet? T3/r7/2021-08-18.txt.gz:{chan ch=tech}Naricain Tech: I've heard of people using VI but I have no more information than that T3/r7/2021-08-18.txt.gz:{chan ch=tech}Talamon Tech: thanks, I'll look into it T3/r7/2021-08-18.txt.gz:{chan ch=tech}Talamon Tech: why does backspace not work in telnet T3/r7/2021-08-18.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: The short answer is usually "your telnet client and/or terminal are garbage". T3/r7/2021-08-18.txt.gz:{chan ch=tech}Talamon Tech: fair, I'm using telnet in bash remoted in via putty T3/r7/2021-08-18.txt.gz:{chan ch=tech}Naricain Tech: that seems... convoluted to play a mud T3/r7/2021-08-18.txt.gz:{chan ch=tech}Talamon Tech: it's actually kind of fun in a retro way. Gives yo the idea of what it must have been like to run DOS T3/r7/2021-08-18.txt.gz:{chan ch=tech}Talamon Tech: rather, run a mud on a DOS machine T3/r7/2021-08-18.txt.gz:{chan ch=tech}Talamon Tech: I used DOS for a long tine T3/r7/2021-08-18.txt.gz:{chan ch=tech}Your Intuition Tech: There's a non-visual version of mushclient for aardwolf, have you tried it? available in https://www.aardwolf.com/play/downloadmc.htm there's a url that reads aardwolf non-visual installer in that page T3/r7/2021-08-18.txt.gz:{chan ch=tech}Vondo Tech: non-visual lol T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: whats non visual? T3/r7/2021-08-18.txt.gz:{chan ch=tech}Veritheia Tech: It's designed to work with screen readers for blind players. T3/r7/2021-08-18.txt.gz:{chan ch=tech}Veritheia Tech: Of whom there are quite a few in Aard T3/r7/2021-08-18.txt.gz:{chan ch=tech}Your Intuition Tech: i assume it's mushclient without the miniwindows such as the comm window and the ascii map mini window, the mapper not having the gmcp mapper mini window.. T3/r7/2021-08-18.txt.gz:{chan ch=tech}Veritheia Tech: There are other things included but yes, those are some of the changes T3/r7/2021-08-18.txt.gz:{chan ch=tech}Talamon Tech: I'll check it out, I didn't think it would work for my needs but sounds like it may T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: why do u want a barebones client? T3/r7/2021-08-18.txt.gz:{chan ch=tech}Veritheia Tech: There's no need to install the non-visual distribution. You can simply install the base mushclient without Aard plugins if you really want T3/r7/2021-08-18.txt.gz:{chan ch=tech}Talamon Tech: any good mush clients for linux? T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: u mean aard client. well mush is still the best, run with wine T3/r7/2021-08-18.txt.gz:{chan ch=tech}Talamon Tech: I haven't taken the wine plunge yet but I keep hearing it's easier than it seems ast first glance T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: use lutris, https://lutris.net/, easiest solution T3/r7/2021-08-18.txt.gz:{chan ch=tech}Talamon Tech: I'll check it out thanks T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: can someone give me the regex that matches the following two lines?i suck at regex. T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: Global Quest: Global quest # 9184 has been declared for levels 53 to 64 - 200 or fewer wins only. T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: Global Quest: Global quest # 9184 has been declared for levels 53 to 64. T3/r7/2021-08-18.txt.gz:{chan ch=tech}Karathos Tech: are you trying to trigger a sound for them or something? T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: yes, crowleys telegram notification T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: i need the gq number, lower lvl and upper lvl as wildcard variable T3/r7/2021-08-18.txt.gz:{chan ch=tech}Karathos Tech: hmm, not sure what that is, but if you have the aardclient, you have a plugin for sounds that covers that T3/r7/2021-08-18.txt.gz:{chan ch=tech}Karathos Tech: see spset T3/r7/2021-08-18.txt.gz:{chan ch=tech}Karathos Tech: and sphelp T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: i dont need the sound, i need to match the line T3/r7/2021-08-18.txt.gz:{chan ch=tech}Dogwater Welding Tech: is there a way to make the sound ping when tabbed out of aard? i think spsounds work while tabbed in but i dont hear them tabbed out. at least I havent tested the GQ notifications yet.. T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: i already have notification sorted T3/r7/2021-08-18.txt.gz:{chan ch=tech}Karathos Tech: ^Global Quest: Global quest # (.*) has been declared(.*)$ T3/r7/2021-08-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: then find the trigger used in that plugin and and copy it T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: i need to match 2 lines, please check above T3/r7/2021-08-18.txt.gz:{chan ch=tech}Karathos Tech: what I posted will match both T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: also i need the gq number, and lvl in %1,%2 and %3 T3/r7/2021-08-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: you may need to escape the : and # with \'s T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: there are many gq going on, i dont want notifiactions for those T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: i want only ones i can do T3/r7/2021-08-18.txt.gz:{chan ch=tech}Karathos Tech: you only get notifications for ones you can do in the first place T3/r7/2021-08-18.txt.gz:{chan ch=tech}Karathos Tech: at least I don't get any notifications for ones outside my lvl range T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: is that so, i feel i got notification for many others too T3/r7/2021-08-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: you see notifications for who won or completed them T3/r7/2021-08-18.txt.gz:{chan ch=tech}Karathos Tech: but not the declarations T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: i see, things get simpler then T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: solved all issues regarding gq notification. thx all involved with the solution. specially the info regarding only getting gq notification you are eligible for was valuable. removed all complexity. T3/r7/2021-08-18.txt.gz:{chan ch=tech}Triixxee Tech: what level is it? T3/r7/2021-08-18.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: whats the photo sharing site thats free people use these days? imgur wants my phone T3/r7/2021-08-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: vgy.me T3/r7/2021-08-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I use that extensively for my screenshots, but you can use it for other things. Additionally, use ShareX for screenshots. *shifty* T3/r7/2021-08-18.txt.gz:{chan ch=tech}Anssett Tech: i tried to poke at ShareX for some work stuff but apparently it has something in it that our insanely aggressive anti-malware doesn't like T3/r7/2021-08-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Odd. T3/r7/2021-08-18.txt.gz:{chan ch=tech}Anssett Tech: eh. it also eats the entirety of the sysinternals suite and most other admin-type tools. hyperaggressive is an understatement T3/r7/2021-08-18.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Im running a gametalk, I know one of yall can win it...:) T3/r7/2021-08-18.txt.gz:{chan ch=tech}Anssett Tech: a what? T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: try flameshot for screencapture, its nice T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: i mean screenshot T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: interestingly the api that flameshot uses to upload to imgur doesnt need any login T3/r7/2021-08-18.txt.gz:{chan ch=tech}Trachx Tech: does anyone have some experience with mobile terminals in warehouse? I mean something like Zebra MC9300 / Datalogic Scorpio / M3 US20 T3/r7/2021-08-18.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Other than basic like "Hello world", are there any other program examples that are typically taught as a beginners "example" in most languages that are developed? ones that are repeated so people who actually DO know how to program can quickly relate T3/r7/2021-08-18.txt.gz:{chan ch=tech}Kerith Tech: BMI calculation? T3/r7/2021-08-18.txt.gz:{chan ch=tech}Sath Tech: fizz buzz T3/r7/2021-08-18.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: so basic calculations, text search/replacing, etc. ? T3/r7/2021-08-18.txt.gz:{chan ch=tech}Kerith Tech: provide 2 #s, change their assignment, is aa normal basic one too T3/r7/2021-08-18.txt.gz:{chan ch=tech}Kerith Tech: basic in/put/output such as what is your name (input) hello %1 T3/r7/2021-08-18.txt.gz:{chan ch=tech}[Battle] Scars Tech: soooo xset index areas seems tohave broken snd for me T3/r7/2021-08-18.txt.gz:{chan ch=tech}[Battle] Scars Tech: just me? T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: perform update T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: snd update T3/r7/2021-08-18.txt.gz:{chan ch=tech}[Battle] Scars Tech: am on latest... T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: 5.91? T3/r7/2021-08-18.txt.gz:{chan ch=tech}[Battle] Scars Tech: yep T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: perform force update T3/r7/2021-08-18.txt.gz:{chan ch=tech}Zuqlan Tech: snd update force or snd force update, forgot T3/r7/2021-08-18.txt.gz:{chan ch=tech}[Battle] Scars Tech: that did it, ty T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: I've got a serious problem with connecting to aardwolf T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: it's actually getting worse and worse, seemingly with each time I longin? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: it's getting worse anf worse, seemingly with each time I login. Seriously - the time I can seemingly stay logged in is actually getting shorter and shorter. So therefore it must be some local software problem. right now I can get about one tell out and then after that it hangs. It's not an internet issue. T3/r7/2021-08-19.txt.gz:{chan ch=tech}Life is Meaningless Tech: for the aardwolf mushclient, can i hide communication in the main window since they're all going into the communication log? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Anssett Tech: right click the comm tab, echo in main window settings? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Life is Meaningless Tech: lol ok that was easy should have clicked around more. thanks T3/r7/2021-08-19.txt.gz:{chan ch=tech}Tech: Anssett gallantly tips his hat. T3/r7/2021-08-19.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient questions answered here T3/r7/2021-08-19.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: well I just noticed that the mapper was backing up too often during reconnections. that should be fixed next update T3/r7/2021-08-19.txt.gz:{chan ch=tech}Braun Tech: Awesome! T3/r7/2021-08-19.txt.gz:{chan ch=tech}Loremaster Rime Tech: I've been reading thru the help files for other uses of the Dinv plugin. Can it actually find gear items to add to sets? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Talbor Tech: find gear that's in your inv to add to a set? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Loremaster Rime Tech: Find gear in shops? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Loremaster Rime Tech: like Eqsearch? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Talbor Tech: not that i know of T3/r7/2021-08-19.txt.gz:{chan ch=tech}Vondo Tech: i think it only knows about gear in your inventory that you've explicitly told it about (via dinv refresh) T3/r7/2021-08-19.txt.gz:{chan ch=tech}Talbor Tech: you can compare stuff that's on auctions though I believe T3/r7/2021-08-19.txt.gz:{chan ch=tech}Talbor Tech: dinv help covet T3/r7/2021-08-19.txt.gz:{chan ch=tech}Summoner Yuna Tech: Alright, so I need a Windows application for creating chapters in M4B audiobooks. All of the ones I used to use no longer work and all of the ones I'm seeing being advertised now are all-in-one converters. I don't want that, I want to be able to choose which program and codec to use myself. Is there a simple way to add chapter markers in Windows? Especially without Quicktime. T3/r7/2021-08-19.txt.gz:{chan ch=tech}Zuqlan Tech: what do you mean doesnt work? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Zuqlan Tech: try running it in lower windows version compatibility mode prom properties T3/r7/2021-08-19.txt.gz:{chan ch=tech}Zuqlan Tech: ...if its not running because windows version too new T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: seriously, why am I constantly loosing my connection - other people in the uk aren't experiencing the same. It's definitely not a flaky internet connection T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: did you try another port? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Vondo Tech: could be anything - bad isp, failing router, failing modem, nicked ethernet, alignment of the planets? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: seriously, why am I constantly loosing my connection - other people in the uk aren't experiencing the same. It's definitely not a flaky internet connection T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: you can use 23 or 4000 T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: I hang, and then I can immediately reconnect if I restart the mushclient T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: I had port 23 and aardmud.org refuse then www.aardwolf.org port 4000 let me right in T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: do you mean ports? sorry I'm not very technical - how do I change the port, if that's what you mean? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: I think the trick is 23 is telnet protocal and 4000 is naked tpc /ip T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: in all settings T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: under the aardmud.org T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: do you mean ports? sorry I'm not very technical - how do I change the port, if that's what you mean? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: yes T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: I'm literally losing my connection every 30 seconds or so T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: how do I do that in the mushclient? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: ya I hope you are using the fiber optic under the sea not the sat uplink T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: game then all settings T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: game then configure then all settings T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: the first thing has port T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: its 23 by default T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: but try 4000 T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: sorry what was the alternative to 23 again? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: 4000 T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: four thousand T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: there some others T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: I just google it T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: do I need to restart it after changing the option? I'm sorry for being so persistent (and not knowing what I'm doing) T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: ya dissconect reconnect T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: still the same T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: can you use a phone data for the computer? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: we have its called tether T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: use the phone for a wifi hotspot T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: i have heard of people like russian monkeying with the fiber optic cable under the ocean T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: theres less of that with covid T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: solar winds hack and the pipeline ransom ware was since covid tho T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: it was alwase slow going to uk server too T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: sorry I think I just missed things that you said T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: I'm on my phone's connection now T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sivak Tech: is it better? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: I'm yet to see if it's worked out T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: but it's not hung so far ;) T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: I'd sort of prefer not to be on my phone's data though, as I watch films and things while I play T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: ok it must just be kind of weird intermittent issue with my wifi or something, that toher things don't suffer from T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: thanks very much for your help *hugs* T3/r7/2021-08-19.txt.gz:{chan ch=tech}KnightLord Throxx Tech: are you using Blowtorch? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Cilmarill Tech: that's the phone client right? no I'm not, I've just my pphone tethered to my laptop T3/r7/2021-08-19.txt.gz:{chan ch=tech}KnightLord Throxx Tech: ahh, ok T3/r7/2021-08-19.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: i am using the mush-client... trying to create aliases for attack spells but i keep getting thid error -- "...you can't do that" example alias name = causel, command = cast 'cause light'. when i create that in the client i get the error. if i create exact alias/command in the mud it works fine... what am i doing wrong/missing to make this work? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Mannec Tech: type 'echocommands', then try the alias again. see what the mud thinks you are typing. T3/r7/2021-08-19.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: echocommands says: youv entered:v causel dog --- nothing more but the error T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sath Tech: you typoed the alias, and put v instead of c T3/r7/2021-08-19.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: no v in there.... misstyppe T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sath Tech: your alias doesn't include a wildcard T3/r7/2021-08-19.txt.gz:{chan ch=tech}Redryn Tech: your alias isn't working right T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sath Tech: it will match only literally the string "causel" T3/r7/2021-08-19.txt.gz:{chan ch=tech}Redryn Tech: echocommands says your client is sending 'c causel dog'? T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sath Tech: it sounds like you want "causel *" as your alias, and "cast 'cause light' %1" as your Send T3/r7/2021-08-19.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: but causel is the alias name... command for alias is cast 'cause light' T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sath Tech: the field isn't the name, it's the inputs it should match T3/r7/2021-08-19.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: if you just enter "causel" it should work, but it won't do what you want T3/r7/2021-08-19.txt.gz:{chan ch=tech}Sath Tech: if you enter "causel" for the match string, it'll only match if you type "causel" and nothing else T3/r7/2021-08-19.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: ahhhh.... ok T3/r7/2021-08-19.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: that worked!!! thank you soooo much T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Anyone have an issue where Dinv can't runto Manorville to buy potions? T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: dinv doesn't do the running, that would be mapper? T3/r7/2021-08-20.txt.gz:{chan ch=tech}Kaylie Tech: I only have trouble when the manor room is a -1 T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: I'm just trying to reach a porch like 4 rooms in. T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: how are you trying to do so? And what issues are you having? T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Ok, so I have a manor potion setup to be used with Dinv consume. if I use Dinv Consume buy mana for example, the goto command gets me lost in aylor. T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: if I use RT manorville, it works fine. T3/r7/2021-08-20.txt.gz:{chan ch=tech}Karathos Tech: what if you xrt manorville? T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: That trys to take me to a pond in manorville and gets me lost. T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: x-runto (49426) A Small Pond in manorville - exact match T3/r7/2021-08-20.txt.gz:{chan ch=tech}Karathos Tech: missing a cexit somewhere along there probably T3/r7/2021-08-20.txt.gz:{chan ch=tech}Anssett Tech: find your starting room manually and xset mark? T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Starting room for Manorville? T3/r7/2021-08-20.txt.gz:{chan ch=tech}Anssett Tech: otherwise yeah maybe wonky exits or cexits T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: why would RT work but not XRT? T3/r7/2021-08-20.txt.gz:{chan ch=tech}Anssett Tech: because rt is ingame and xrt is plugin T3/r7/2021-08-20.txt.gz:{chan ch=tech}Anssett Tech: different data sources T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Ahh, mapper extension vs normal mapper? T3/r7/2021-08-20.txt.gz:{chan ch=tech}Karathos Tech: built into the mud vs mapper T3/r7/2021-08-20.txt.gz:{chan ch=tech}Anssett Tech: "rt" is a game command T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: mapper plugin vs builtin T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: so Dinv is using the mapper extension I take it? T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: yes T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Ok, That makes more sense. T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: so I need to set the starting room of Manorville in Mapper T3/r7/2021-08-20.txt.gz:{chan ch=tech}Anssett Tech: maaaybe. it really depends on what is breaking. i would assume dinv is using room id to run to, not xrt manorville;path-to-follow T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: I wonder if I can see what gets entered with an echo. T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: try "mapper where 50290" T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: that'll show you the path it'll take T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: see if it's wonky someway T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Yeah, thats giving me a run command that ends up in emerald clan hall. T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: run 2sd2wn2e3nd3e2s2w4ne T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: from where are you starting? T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Aylor recal T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: yea from recall my mapper is taking me run 4swndews3e5ne T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Its going 2sd, so the first down is an issue. T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: However its trying to take me to an exact room and not the manorville enterance. hmm T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: try this rime...come 2s T3/r7/2021-08-20.txt.gz:{chan ch=tech}Anssett Tech: sounds like you have a bad exit in your mapper then T3/r7/2021-08-20.txt.gz:{chan ch=tech}Anssett Tech: or some clan changed their clan exits T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Looks like purgeroom worked out. T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: nice! T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Thanks for that advice. T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: For those playing the home game, I had him go 2s from recall where his bad exit was and purge that room (mapper purgeroom) then relearn the room by re-exploring it T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: I think it was a case of moved clan exit that had the bad exit leftover in the mapper database on his client T3/r7/2021-08-20.txt.gz:{chan ch=tech}High Risk Losteix Tech: for what it's worth, the amazon clan hall used to be 2sd. they moved a while ago. T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Yeah that one! T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: That could be it concidering my clan, lol. T3/r7/2021-08-20.txt.gz:{chan ch=tech}High Risk Losteix Tech: so you might want to check your exits at 32581 to make sure you have their new entrance too. T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Most likely then it was trying to take me thru my clan hall to a custom exit. T3/r7/2021-08-20.txt.gz:{chan ch=tech}Tech: FrshPrncOf Kelaire rapidly nods twice at Loremaster Rime, in complete agreement. T3/r7/2021-08-20.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: it is very unlikely you used your clan's public entrance for an egress from your clan hall, ever. T3/r7/2021-08-20.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: erm private T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: That makes sense when worked out. T3/r7/2021-08-20.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: im smrt T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: the Sad thing is I've been in IT work for 12 years, and did Software testing for 4. T3/r7/2021-08-20.txt.gz:{chan ch=tech}Geslor Tech: thats very sad rime :( T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: "Is it plugged in?" "Is it turned on?" T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: I wish it were that simple. Usually its "Are you authorized to call our company about your issue" "Have you asked your manager to setup that folder permission" T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: I prefer "Have you talked to the networking group to see what they touched today?" T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: "I'm sorry, I can't help you with you home printer if its not a work related device" T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: I actually enjoyed Software test a lot. I just get annoyed when I get asked to test something that has no spec or documentation. T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: How do you test the output of an interface without know what its supposed to output, lol. T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: knowing T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Oh at least you're just the test side T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: How do you code it without spec? T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: that's even more fun! T3/r7/2021-08-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: With tests! T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Well our developers had that worked out somehow. T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Its fun when 2 developers make parts of a program and neither one knows how the other part works. T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Zero comments, zero notes. T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: "well I send it this widget and I hope it returns to me what I expect!" T3/r7/2021-08-20.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Remember - real coders don't comment. If it was hard to write, it should be impossible to read. T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Thats just job security right there. T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Can't fire me cause you don' T3/r7/2021-08-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I mean heck, I can code that. It's easy! function thefunction(widget) return "what I expect" T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: know my code T3/r7/2021-08-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: That'll pass all the tests! T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Why does the database keep breaking when I pass a 5 digit number over for X field? T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Oh, its only setup as tinyint. T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Bah, its like Nam flashbacks T3/r7/2021-08-20.txt.gz:{chan ch=tech}Akuso Tech: anyone kind enough to send me links for plugins? s&d and all that fancy stuff. T3/r7/2021-08-20.txt.gz:{chan ch=tech}KnightLord Throxx Tech: finger crowley T3/r7/2021-08-20.txt.gz:{chan ch=tech}Akuso Tech: thanks T3/r7/2021-08-20.txt.gz:{chan ch=tech}KnightLord Throxx Tech: finger durel for dinv eq manager T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: Does anyone know if Mushclient can be set to omit single letter inputs from the command history? Basically eliminate movement commands from showing up in history. T3/r7/2021-08-20.txt.gz:{chan ch=tech}Grimmur Tech: yea if you assign them to the number pad they dont show up T3/r7/2021-08-20.txt.gz:{chan ch=tech}Grimmur Tech: or maybe not....actually T3/r7/2021-08-20.txt.gz:{chan ch=tech}Loremaster Rime Tech: I don't have a number pad, I use a trunkated KB T3/r7/2021-08-21.txt.gz:{chan ch=tech}Akuso Tech: hi can someone remind me how to make a potal alias T3/r7/2021-08-21.txt.gz:{chan ch=tech}Akuso Tech: please T3/r7/2021-08-21.txt.gz:{chan ch=tech}Grimmur Tech: A mapper alias? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Akuso Tech: yeah T3/r7/2021-08-21.txt.gz:{chan ch=tech}Grimmur Tech: look at the portal so you know the minimum level, then use the portal so you are in destination room T3/r7/2021-08-21.txt.gz:{chan ch=tech}Feihu Tech: type mapper help portal T3/r7/2021-08-21.txt.gz:{chan ch=tech}Grimmur Tech: yeah that T3/r7/2021-08-21.txt.gz:{chan ch=tech}Feihu Tech: mapper help portals T3/r7/2021-08-21.txt.gz:{chan ch=tech}Akuso Tech: thank you and i need a good spellu pugin and a stat monitor thing as i am leveling . i havent been on in awhile and forot alot. if omeone is wiling please help me through tells T3/r7/2021-08-21.txt.gz:{chan ch=tech}Akuso Tech: anyone got a good spellup plugin? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Talbor Tech: I use pwars T3/r7/2021-08-21.txt.gz:{chan ch=tech}ShadowDragon Tech: akuso i know one did u find one T3/r7/2021-08-21.txt.gz:{chan ch=tech}Akuso Tech: thank you T3/r7/2021-08-21.txt.gz:{chan ch=tech}ShadowDragon Tech: https://code.google.com/archive/p/aardwolf-scriptalicious/downloads T3/r7/2021-08-21.txt.gz:{chan ch=tech}ShadowDragon Tech: spellup plugin i use never fails me T3/r7/2021-08-21.txt.gz:{chan ch=tech}ShadowDragon Tech: use version 2 T3/r7/2021-08-21.txt.gz:{chan ch=tech}Akuso Tech: thanks T3/r7/2021-08-21.txt.gz:{chan ch=tech}Akuso Tech: how do i use dinv? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Akuso Tech: or do i just install it and build it and im st? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Akuso Tech: set? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Sheriff Shindo Tech: that is a complicated question T3/r7/2021-08-21.txt.gz:{chan ch=tech}Akuso Tech: will it change my sets automatically for me after building? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Sheriff Shindo Tech: that depends what you want it to do. handling of portals goes through the mapper T3/r7/2021-08-21.txt.gz:{chan ch=tech}Sheriff Shindo Tech: changing gear you still need to initiate with a command T3/r7/2021-08-21.txt.gz:{chan ch=tech}Akuso Tech: yeah whats the command? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Sheriff Shindo Tech: dinv help T3/r7/2021-08-21.txt.gz:{chan ch=tech}Sheriff Shindo Tech: but basically once you have a set setup you then run dinv set wear nameofyournewset T3/r7/2021-08-21.txt.gz:{chan ch=tech}Akuso Tech: thanks T3/r7/2021-08-21.txt.gz:{chan ch=tech}Sheriff Shindo Tech: Durel has amazing documentation for dinv on the wiki listed in his whois info T3/r7/2021-08-21.txt.gz:{chan ch=tech}Sheriff Shindo Tech: but it also links to there via his finger info T3/r7/2021-08-21.txt.gz:{chan ch=tech}Akuso Tech: thanks T3/r7/2021-08-21.txt.gz:{chan ch=tech}Talbor Tech: dinv help too T3/r7/2021-08-21.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: anyone recommend a linux photo management program for batch renaming, batch filtering, etc.? or is it a GIMP plugin of sorts? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Braun Tech: Depends on your filtering and what not... but you could probably write a bash script to do that kind of thing. Basically bash scripts run terminal commands/searches/queries. T3/r7/2021-08-21.txt.gz:{chan ch=tech}Kerith Tech: is there a mush way to do like #5 eat bread? < eats bread 5 times T3/r7/2021-08-21.txt.gz:{chan ch=tech}Sivak Tech: eat bread semicolon eat bread T3/r7/2021-08-21.txt.gz:{chan ch=tech}Sivak Tech: 5 times T3/r7/2021-08-21.txt.gz:{chan ch=tech}Tech: Kerith bursts into tears. T3/r7/2021-08-21.txt.gz:{chan ch=tech}Kerith Tech: ok tx T3/r7/2021-08-21.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: i prefer bread over semicolons, so would be bread > T3/r7/2021-08-21.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Or set up a alias with a for loop... T3/r7/2021-08-21.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Or is that while, hmm T3/r7/2021-08-21.txt.gz:{chan ch=tech}Sivak Tech: ether can do it T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: is there option to get your tier in gmcp, like you can get you level with status.level ? T3/r7/2021-08-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Yes. T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: I know you can do via gmcp plugin if that's what you mean T3/r7/2021-08-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: It's char base though T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: thanks, is there any website with the list of gmcp functions... on aard website it looks not all of them are listed? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: this is a line I use to get it: local res, tier = CallPlugin("3e7dedbe37e44942dd46d264","gmcpval", "char.base.tier") T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: yep, it's on the wiki I believe T3/r7/2021-08-21.txt.gz:{chan ch=tech}Veritheia Tech: look up gmcphelper T3/r7/2021-08-21.txt.gz:{chan ch=tech}High Risk Losteix Tech: pretty sure all that callplugin stuff is obsolete now. i just use gmcp("char.base.tier") T3/r7/2021-08-21.txt.gz:{chan ch=tech}Veritheia Tech: you need to load the gmcphelper in your script but yes T3/r7/2021-08-21.txt.gz:{chan ch=tech}Tech: Count Zensch nods. T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: Jesus, take the wheel.. these millenials will change the world T3/r7/2021-08-21.txt.gz:{chan ch=tech}Zuqlan Tech: this gmcp function is provided by what? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: I think it's a plugin that is installed, but you need to load in your script context T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: require "gmcphelper" T3/r7/2021-08-21.txt.gz:{chan ch=tech}Braun Tech: I think the mud itself T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: I've got it with mushclient downloaded from aard website T3/r7/2021-08-21.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Yeah, generally what's seen as gmcp is more of what's handled by the plugin, which captures gmcp data... T3/r7/2021-08-21.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Not often will you actually end up sending telnet data to the mud.. T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: [string "Alias: "] attempt to concatenete global 'variable' (a userdata value) T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: anyone knows what I'm doing wrong? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Trachx Tech: concatenate with nil ? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: variable = bc.sub(v1, v2) T3/r7/2021-08-21.txt.gz:{chan ch=tech}Cheekier Than Tech: nil or null/tabs or spaces T3/r7/2021-08-21.txt.gz:{chan ch=tech}Trachx Tech: just make sure that "bc" is not nil before using sub on it T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: I think it would say attempt to concatenate with nil or a nil value if that were the issue T3/r7/2021-08-21.txt.gz:{chan ch=tech}Trachx Tech: yes, probably bc is nil hence "variable" is nil hence concatenate error T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: does not work, I have added first variable = bc.tonumber("0") T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: no I mean, if it's a nil thing it will explicitly say nil, but instead it says "userdata value" T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: I've never seen that myself but that's likely the issue T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: what is bc? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: I want to do simple thing, I have v1 = gmcpstat1 and v2 = gmcpstat2, both v1 and v2 work when I call them T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: you don't normally call functions like that AFAIK T3/r7/2021-08-21.txt.gz:{chan ch=tech}Mushmuk Tech: in lua, 'userdata' is just a blob of memory that lua doesn't know how to turn into a string T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: but I want subtract them :/ T3/r7/2021-08-21.txt.gz:{chan ch=tech}Trachx Tech: could you just paste screenshot of error? I am pretty sure there was no "concatenEte" (so you have not copy-pasted it) T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: do you have access to aard discord? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: what is "bc"? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: usually lua functions require a library name there T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: module for using arithmetic function? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: like string.sub T3/r7/2021-08-21.txt.gz:{chan ch=tech}Veritheia Tech: \\\require "gmcphelper" myLevel = tonumber(gmcp("char.status.level")) print(myLevel) T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: so "bc" is the name or you created a reference called "bc"? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: yeah, this part work, but I want to do arithmetic operation on the stats T3/r7/2021-08-21.txt.gz:{chan ch=tech}Trachx Tech: have you converted them to numbers? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: yes T3/r7/2021-08-21.txt.gz:{chan ch=tech}Veritheia Tech: \\\require "gmcphelper" myLevel = tonumber(gmcp("char.status.level")) print(myLevel) mathLevel = myLevel - 5 print(mathLevel) T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: I have pasted my code in tech support on discord T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: it's difficult to paste it here T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: also you don't need a library to do arithmetic T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: just convert them into numbers first T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: then simply use "-" T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: the scripting environment loves to have everything default to a string value so you end up having to call tonumber() on things all the time T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: just don't try to call it on a nil value :P T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: scripting in lua is so painful :/ T3/r7/2021-08-21.txt.gz:{chan ch=tech}Doge Water Yajan Tech: there's a built in math library I believe.. you can just call math.[operation] if it's anything more complex than arithmetic T3/r7/2021-08-21.txt.gz:{chan ch=tech}Veritheia Tech: Turn your number variable into a string first with tostring T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: I will read some documentation... but sorry for spamming you with my questions :P T3/r7/2021-08-21.txt.gz:{chan ch=tech}Veritheia Tech: did you see what i said T3/r7/2021-08-21.txt.gz:{chan ch=tech}Count Zensch Tech: yes, I'm trying this now T3/r7/2021-08-21.txt.gz:{chan ch=tech}High Risk Losteix Tech: is it possible to dinv query that can differentiate between a brewed x2 healing potion and an x3 or x4 potion? T3/r7/2021-08-21.txt.gz:{chan ch=tech}Loremaster Rime Tech: identify each item and see if theres a unique type or keyword? T3/r7/2021-08-21.txt.gz:{chan ch=tech}High Risk Losteix Tech: keywords are exactly the same, just doubled. "potion incomplete healing incomplete healing" T3/r7/2021-08-21.txt.gz:{chan ch=tech}Loremaster Rime Tech: also check out Dinv help query, theres a ton of keywords to look at. T3/r7/2021-08-21.txt.gz:{chan ch=tech}Braun Tech: then use the "incomplete healing incomplete healing" to find the ones with more and work backwards? T3/r7/2021-08-21.txt.gz:{chan ch=tech}High Risk Losteix Tech: i can't seem to combine keywords in one search element. dinv search keyword "incomplete healing incomplete healing" returns nothing. T3/r7/2021-08-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Does windows 10 disk checker do anything useful?? will take years literally to do this if it doesnt speed up.... T3/r7/2021-08-21.txt.gz:{chan ch=tech}Loremaster Rime Tech: Depends on how its running and what for. T3/r7/2021-08-21.txt.gz:{chan ch=tech}Loremaster Rime Tech: Also the size of your storage and its type T3/r7/2021-08-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: it is the one at boot T3/r7/2021-08-21.txt.gz:{chan ch=tech}Loremaster Rime Tech: What do you have for drives? T3/r7/2021-08-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: it was behaving very slowly the drive was.... T3/r7/2021-08-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: this is the sata mechanical drive T3/r7/2021-08-21.txt.gz:{chan ch=tech}Loremaster Rime Tech: HDD or SSD? T3/r7/2021-08-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: hdd T3/r7/2021-08-21.txt.gz:{chan ch=tech}Loremaster Rime Tech: Disk checker will check for bad sectors and flag them as bad. T3/r7/2021-08-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: But was at 100 percent and like 2.3 kbps brfore I rebooted T3/r7/2021-08-21.txt.gz:{chan ch=tech}Loremaster Rime Tech: Normally that only runs if something happened that caused a hard crash. Did you blue screen or anything? T3/r7/2021-08-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: it is taking like 5 minutes per sector wit 200k left T3/r7/2021-08-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I mean i just cut the power yeah cause damn thing was annoying and slow T3/r7/2021-08-21.txt.gz:{chan ch=tech}Loremaster Rime Tech: My general advice would be to back up anything you don't want to lose. T3/r7/2021-08-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Good advice! T3/r7/2021-08-21.txt.gz:{chan ch=tech}Loremaster Rime Tech: Let the scan try to finish if you have the time. T3/r7/2021-08-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: might just give it my 8 hours sleeping T3/r7/2021-08-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: if I stop it and dbl check the cable (with a hard restart) how bad is that? T3/r7/2021-08-22.txt.gz:{chan ch=tech}Feihu Tech: forget how to set bigmap on GMCP T3/r7/2021-08-22.txt.gz:{chan ch=tech}ShadowDragon Tech: aard help T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: Is there a reason why SnD wouldn't be recognizing rooms even when the rooms are mapped? T3/r7/2021-08-22.txt.gz:{chan ch=tech}Tanzie Tech: is there a way to not have mush announce {/roomchars} T3/r7/2021-08-22.txt.gz:{chan ch=tech}Loremaster Rime Tech: Thats called a Tag, type 'tags' to see which ones are enabled. T3/r7/2021-08-22.txt.gz:{chan ch=tech}Tanzie Tech: ok thanks T3/r7/2021-08-22.txt.gz:{chan ch=tech}Loremaster Rime Tech: you can turn them off by typing tags then the name of the tag T3/r7/2021-08-22.txt.gz:{chan ch=tech}Tanzie Tech: ok thanks T3/r7/2021-08-22.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient questions answere dhere T3/r7/2021-08-22.txt.gz:{chan ch=tech}Daroldu Tech: is there a way to double-command on an alias or would I have to set up a trigger/ T3/r7/2021-08-22.txt.gz:{chan ch=tech}Loremaster Rime Tech: what do you mean by double command? T3/r7/2021-08-22.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: client alias or game alias? T3/r7/2021-08-22.txt.gz:{chan ch=tech}High Risk Losteix Tech: how mean? if you just want to string two commands together, just ; between them. T3/r7/2021-08-22.txt.gz:{chan ch=tech}High Risk Losteix Tech: depending on your client (e.g. mushclient) you might need to ;; double the semicolon. T3/r7/2021-08-22.txt.gz:{chan ch=tech}Dilaaxanaq Tech: I have to use two semi-colons Daroldu, ex. get potion bag;quaff potion T3/r7/2021-08-22.txt.gz:{chan ch=tech}Dilaaxanaq Tech: annnd it only showed one semicolon lol T3/r7/2021-08-22.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: indeed, in some clients depending in their settings a semicolon is the standard way to break one line into many, and if you want to send a literal semicolon to the game you can often tell the client to not split what you're sending by doubling them so ;; becomes ; T3/r7/2021-08-22.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: and to type that ^ I actually send ";;;; becomes ;;" T3/r7/2021-08-22.txt.gz:{chan ch=tech}Loremaster Rime Tech: Guess how he got 4 semi-colons :p T3/r7/2021-08-22.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: He took two colons and cut them in half? T3/r7/2021-08-22.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: like earthworms T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: Hey so I asked this earlier, but does anyone know why a room campaign would not be able to be parsed by SnD? T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: I have most/all of the rooms mapped but they're all showing up as "unknown" for me despite this T3/r7/2021-08-22.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: some kind of bug probably T3/r7/2021-08-22.txt.gz:{chan ch=tech}Karathos Tech: try snd reload to see if that fixes it T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: I've tried reloading, quitting Mush entirely T3/r7/2021-08-22.txt.gz:{chan ch=tech}Karathos Tech: hmm I got this once too, trying to recall how i resolved it T3/r7/2021-08-22.txt.gz:{chan ch=tech}Ruckus Tech: I think 'index areas' can help with that T3/r7/2021-08-22.txt.gz:{chan ch=tech}Karathos Tech: perhaps try killing a mob on the list, even though it shows as unknown T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: That's the other thing, is that index areas for me just straight up throws exceptions T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: from SnD, I mean T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: And I'm not sure what's going on with that T3/r7/2021-08-22.txt.gz:{chan ch=tech}Karathos Tech: try doing a force update T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: How would I do that? T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: I'm already on 5.91 T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: Ok, I figured out the command, and it's still now letting me use xset index areas or having the mobs show up on SnD T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: Killing a mob on the list doesn't work either T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: Still not letting me use either command* T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: The specific error is "Trigger function "area_index_line" not found or had a previous error." T3/r7/2021-08-22.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: does 'cp check' refresh it properly? T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: Specifically, the first error is "[string "Plugin: Search_and_Destroy"]:1457: table index is nil" T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: and it does not @Reyn T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: The strange thing is that quests still find the correct mob, and non-room (regular) cps still work T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: But room cps specifically aren't working. T3/r7/2021-08-22.txt.gz:{chan ch=tech}Karathos Tech: idk then, Naricain/Crowley don't seem to be on, so probably best to copy down the errors, and make an issue in the snd git T3/r7/2021-08-22.txt.gz:{chan ch=tech}Naricain Tech: it could be because the level range of the area is outside of the cp level range so it doesn't consider the right place T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: But it does it for all areas, Naricain T3/r7/2021-08-22.txt.gz:{chan ch=tech}Karathos Tech: but that shouldn't affect index areas T3/r7/2021-08-22.txt.gz:{chan ch=tech}Naricain Tech: oh that's fucked T3/r7/2021-08-22.txt.gz:{chan ch=tech}Dogwater Welding Tech: erm, no swearing on tech pls T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: So to catch you up Naricain T3/r7/2021-08-22.txt.gz:{chan ch=tech}Naricain Tech: doh T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: My xset index areas is messed up, and this snd bug happened with room cps T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: Those are the two issues I've encountered, and they could be related. T3/r7/2021-08-22.txt.gz:{chan ch=tech}Naricain Tech: do `snd force update` and try xset index areas again T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: It didn't fix either of the issues T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: I stand corrected. It errored out on the "xset index areas" the first time, but it worked the second time. T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: And that also fixed the mob bug with the room cp. T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: Thank you Naricain! T3/r7/2021-08-22.txt.gz:{chan ch=tech}Tech: Naricain beams a smile at Decimator. T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: I didn't realize it was a fix without a version bump, whoops T3/r7/2021-08-22.txt.gz:{chan ch=tech}Decimator Tech: mis. T3/r7/2021-08-22.txt.gz:{chan ch=tech}Naricain Tech: Ok this has come up a bunch of times over the last few days, where xset index areas was broken because 5.91 was initially broken, but then a hotfix was released without bumping the version number. People who updated before the fix were left with a broken command unless they did `xset index areas`. I just bumped the version to 5.92 without making any other changes so it should now prompt everyone to get the fixed version T3/r7/2021-08-22.txt.gz:{chan ch=tech}Loremaster Rime Tech: can Winkles spellup plugin be setup to use invis from sprite? T3/r7/2021-08-23.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: what does removing naricain as maintainer mean? T3/r7/2021-08-23.txt.gz:{chan ch=tech}Giddorah Tech: So... I've just updated SnD from 4.6 to 5.91 and... It seems to do it's own version of considering the mobs in every room I enter... Is that part of the mob database it's supposed to have? T3/r7/2021-08-23.txt.gz:{chan ch=tech}Sheriff Shindo Tech: yes, there should be options to reduce the considering T3/r7/2021-08-23.txt.gz:{chan ch=tech}Sheriff Shindo Tech: or use scan instead, since lasher added lag to consider because of all the consider bots T3/r7/2021-08-23.txt.gz:{chan ch=tech}Giddorah Tech: Yeah, or hide the result of it :P T3/r7/2021-08-23.txt.gz:{chan ch=tech}Giddorah Tech: I havent looked at the database, but I guess it adds mob levels? T3/r7/2021-08-23.txt.gz:{chan ch=tech}Sheriff Shindo Tech: not level, just roomname it was seen in T3/r7/2021-08-23.txt.gz:{chan ch=tech}Sheriff Shindo Tech: consider is better at finding mobs, like the noscan ones than scan is T3/r7/2021-08-23.txt.gz:{chan ch=tech}Giddorah Tech: Aah, makes sense T3/r7/2021-08-23.txt.gz:{chan ch=tech}Giddorah Tech: Is the mob database documented somewhere? Are there any commands added to use it? T3/r7/2021-08-23.txt.gz:{chan ch=tech}Sheriff Shindo Tech: not that i am aware of, well i use pwar's S&D and db so not sure about crowley T3/r7/2021-08-23.txt.gz:{chan ch=tech}Aoric Tech: AFAIK, there is no mob database that is recommended T3/r7/2021-08-23.txt.gz:{chan ch=tech}Sheriff Shindo Tech: other than ones to fix bad mobsnames but that should be in the documentation T3/r7/2021-08-23.txt.gz:{chan ch=tech}Sheriff Shindo Tech: oh i mean pwar and crowley both have their own implementation of databases for mobs T3/r7/2021-08-23.txt.gz:{chan ch=tech}Giddorah Tech: Yeah, I just saw in the changelog that it said it supported a mob database T3/r7/2021-08-23.txt.gz:{chan ch=tech}Zuqlan Tech: u can search mobs, thats about it T3/r7/2021-08-23.txt.gz:{chan ch=tech}Zuqlan Tech: and go to the room its in T3/r7/2021-08-23.txt.gz:{chan ch=tech}Giddorah Tech: Whats the command to search mobs? T3/r7/2021-08-23.txt.gz:{chan ch=tech}Zuqlan Tech: ms here|all mob name T3/r7/2021-08-23.txt.gz:{chan ch=tech}Giddorah Tech: Hmm... No way to list all mobs? T3/r7/2021-08-23.txt.gz:{chan ch=tech}Zuqlan Tech: there's also a room database, xm room name, xmall room name T3/r7/2021-08-23.txt.gz:{chan ch=tech}Sheriff Shindo Tech: the roomname one just taps in to the mapper commands T3/r7/2021-08-23.txt.gz:{chan ch=tech}Zuqlan Tech: not that i know, u can open the sqlite db with a sqlite browser T3/r7/2021-08-23.txt.gz:{chan ch=tech}Giddorah Tech: Yeah, I was thinking about that aswell T3/r7/2021-08-23.txt.gz:{chan ch=tech}Giddorah Tech: Just wanna see that it actually works :P T3/r7/2021-08-23.txt.gz:{chan ch=tech}Sheriff Shindo Tech: there are a number of browser plugins that let you peek in to databases, if you don't have a dedicated db browser T3/r7/2021-08-23.txt.gz:{chan ch=tech}Giddorah Tech: But yeah, I'd love for the consider results to be hidden like in conw T3/r7/2021-08-23.txt.gz:{chan ch=tech}Giddorah Tech: Yeah, I've got sqlite browser T3/r7/2021-08-23.txt.gz:{chan ch=tech}Zuqlan Tech: u can turn off ocnsider i think, i have my consider setup at the end of the run, so it doesnt show when i move around manually, but shows after xcp somemob T3/r7/2021-08-23.txt.gz:{chan ch=tech}Karathos Tech: check out xhelp xset nx T3/r7/2021-08-23.txt.gz:{chan ch=tech}Karathos Tech: it lets you configure what you want snd to do on landing in a room T3/r7/2021-08-23.txt.gz:{chan ch=tech}Zuqlan Tech: it is better to keep it on, so it will populate the database slowly T3/r7/2021-08-23.txt.gz:{chan ch=tech}Giddorah Tech: Oh, just got an update heh T3/r7/2021-08-23.txt.gz:{chan ch=tech}Zuqlan Tech: or u have to manually run scan/consider every room to register them T3/r7/2021-08-23.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: maricain removed as maintainer T3/r7/2021-08-23.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: so he no longer works on code for snd? T3/r7/2021-08-23.txt.gz:{chan ch=tech}Princess Alison Tech: yeah, it would seem so! T3/r7/2021-08-23.txt.gz:{chan ch=tech}Naricain Tech: if anyone's using the updated showmap command, do `showmap update`. It now includes a shadowsend map (and probably others if you haven't updated in a while). Boot site also has shadowsend map T3/r7/2021-08-23.txt.gz:{chan ch=tech}Naricain Tech: A very nice shadowsend map, might I add T3/r7/2021-08-23.txt.gz:{chan ch=tech}Talbor Tech: should pull up the updated zodiac & dsr maps to unless they got addes to wiki already T3/r7/2021-08-23.txt.gz:{chan ch=tech}Loremaster Rime Tech: Does the Dinv plugin automatically factor in tier equipment bonus when restocking with Consume? T3/r7/2021-08-23.txt.gz:{chan ch=tech}Durel Tech: yep! T3/r7/2021-08-23.txt.gz:{chan ch=tech}Count Zensch Tech: is there some easy way to create functions in mush client, without doing trick like creating alias which save output variable? T3/r7/2021-08-23.txt.gz:{chan ch=tech}Count Zensch Tech: nevermind, found it :) T3/r7/2021-08-23.txt.gz:{chan ch=tech}Tarum Tech: Is there a way to turn this off in the mush client scripts {affon}422,780? When I cast a spell it will show up with this text. It chanes every know and then depending what spell I cast. T3/r7/2021-08-23.txt.gz:{chan ch=tech}ShadowDragon Tech: help tags T3/r7/2021-08-23.txt.gz:{chan ch=tech}Tarum Tech: ok. T3/r7/2021-08-24.txt.gz:{chan ch=tech}Negader Tech: is it possible to change aard theme from command line without selecting it from mini win? T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So apparently UNIQUE function only exists in Office Insider version of Excel, which I cannot do. And apparently every formula I've used to extract unique information does not work. So, going with Advanced Filter only to learn that I cannot copy the values to a different worksheet, and it MUST be on the current. WTF Excel? T3/r7/2021-08-24.txt.gz:{chan ch=tech}Maokai Tech: what are you trying to do? T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Extract unique values from one worksheet and formulate the array in another. T3/r7/2021-08-24.txt.gz:{chan ch=tech}Maokai Tech: inside the same workbook? with vba or just formulas? T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Same workbook. T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Here's the scenario. I have a list of patients in excel. We see several patients on a daily basis. I need to extract the date range from the list and use it in another worksheet (same workbook) so that I can calculate how many appointments each doctor has. T3/r7/2021-08-24.txt.gz:{chan ch=tech}Maokai Tech: if the date and doctors name are in the original sheet you could just use countifs? T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And =INDEX(New!$C:$C, MATCH(0, COUNTIF($A$2:A2, New!$C:$C)),0) -- does not return anything, despite it being the de facto way to do unique values according to several sites... T3/r7/2021-08-24.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley sighs. T3/r7/2021-08-24.txt.gz:{chan ch=tech}Maokai Tech: that index match is only grabbing a row, need a a column number for that last 0 T3/r7/2021-08-24.txt.gz:{chan ch=tech}Maokai Tech: if the column neess to be variable than another match statement T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hmm. But every example I've looked at has '0' for it. :\ T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: https://exceljet.net/formula/extract-unique-items-from-a-list -- that's where I got the formula from last. T3/r7/2021-08-24.txt.gz:{chan ch=tech}Quadrapus Tech: are you using an array function? T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If by that you're asking if I'm turning it into an array, yes. T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I enter the formula, then Ctrl+Shift+Enter. T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But all it returns is blank. T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: When it should return 8/25/21 to 9/14/21. T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: This is just the last hurdle to overcome with this. I can keep it web-based, which as worked because it has the UNIQUE function, but trying to get it all into the same workbook so it's less work. I did use a pivot table, but that seemed to have failed, too. T3/r7/2021-08-24.txt.gz:{chan ch=tech}Maokai Tech: from that website the end should be ),0)) not )),0) T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hmm. So, now I'm getting it to PARTIALLY work. It shows 8/25/21-8/27/21, but then 8/25/21 for the rest. T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oy vey. Might have to do this in a different way, hmm. T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Maybe I'll just copy the values to a hidden column on the same worksheet and use Advanced filter there. T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Would probably be easier. T3/r7/2021-08-24.txt.gz:{chan ch=tech}Maokai Tech: its working on a test sample if i give it a specefic list instead ofbthe entire column T3/r7/2021-08-24.txt.gz:{chan ch=tech}Maokai Tech: make a named range for the new$c:$c part T3/r7/2021-08-24.txt.gz:{chan ch=tech}Maokai Tech: also the large function seems to work for what you want T3/r7/2021-08-24.txt.gz:{chan ch=tech}Maokai Tech: or small depending on which way you want it T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So, New!$C1:$C300 instead of $C:$C? T3/r7/2021-08-24.txt.gz:{chan ch=tech}Maokai Tech: yeah T3/r7/2021-08-24.txt.gz:{chan ch=tech}Maokai Tech: only have cells with values in that part T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hahaha, so I come back and it's somehow fixed itself. Wtf... maybe I have calculations on manual instead of automatic, hmm. T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, thank you for your help, Maokai. :D T3/r7/2021-08-24.txt.gz:{chan ch=tech}Maokai Tech: no probs T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: As a side note, I find it ridiculous that Excel would think we need over a million rows and several hundred columns on a spreadsheet. After all these years, you'd think that MS would have allowed the option to set limitations on the rows and columns with the ability to adjust it without hiding the columns/rows manually. But hey, what do I know? I'm just an end-user, right? :p T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I want to be able to fill a formula down to how many rows I need without it thinking I want 1m rows calculated, thus locking up Excel for a few minutes. T3/r7/2021-08-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh well. T3/r7/2021-08-24.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: is anyone familiar with processing.org or generative art? T3/r7/2021-08-24.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: i have an *.xml dile that i downloaded from the web -- search_and_destroy -- how do i install it into the mush client? T3/r7/2021-08-24.txt.gz:{chan ch=tech}Trachx Tech: you do not T3/r7/2021-08-24.txt.gz:{chan ch=tech}Trachx Tech: err T3/r7/2021-08-24.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: plugins, add plugin, find the file and select it T3/r7/2021-08-24.txt.gz:{chan ch=tech}Trachx Tech: File --> Plugins --> Add and pick that file T3/r7/2021-08-24.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: yeah, that. T3/r7/2021-08-24.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: thank you so much. the information is so appreciated T3/r7/2021-08-24.txt.gz:{chan ch=tech}Trachx Tech: after installed check whether you can get to any area with like: "xrt ragana" T3/r7/2021-08-24.txt.gz:{chan ch=tech}Doge Water Yajan Tech: ragnananana T3/r7/2021-08-24.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: ok... will try that. still trying to get the filr T3/r7/2021-08-24.txt.gz:{chan ch=tech}Zuqlan Tech: how do i block default mapper exits?for example, i want to block the path to prosper island from the witch room, how do i tell mapper to ignore that path? T3/r7/2021-08-24.txt.gz:{chan ch=tech}Naricain Tech: set a level lock of > 201 T3/r7/2021-08-24.txt.gz:{chan ch=tech}Naricain Tech: you can right click on the room to change the exit level lock T3/r7/2021-08-24.txt.gz:{chan ch=tech}Zuqlan Tech: thx T3/r7/2021-08-24.txt.gz:{chan ch=tech}Goldendoodle Tech: is there a lag right now? T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zensch Tech: can you turn off noexp option from S&D... completely? T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zuqlan Tech: set it to 0 T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zensch Tech: with noexp 0 i'm getting notification every few seconds that threshold is 0 T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zuqlan Tech: try toggling noexp manually now T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zensch Tech: i'm doing it, but still getting these annoying notifications :/ T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zuqlan Tech: what notification? i never got myself T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zensch Tech: not sure if you can mask them with different colours, triggers with to black/black does not work T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zensch Tech: like: "Noexp is currently enabled. Threshold is set to 0 exp." T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zuqlan Tech: what do u want to achieve? T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zuqlan Tech: manual noexp? T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zensch Tech: yes, that's what I want... without notification from S&D... but I want to have S&D T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zensch Tech: I can remove lines from the script... but maybe there is some other option ? T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zuqlan Tech: im not sure what notification ur getting, if i do manual noexp with threshold 0, it just shows a "manual" instead of 0 in snd T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zensch Tech: line 1813l T3/r7/2021-08-25.txt.gz:{chan ch=tech}Karathos Tech: xset noexp off T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zensch Tech: "That is not a command"..., what is the current version of S&D? T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zensch Tech: mine is 1.4 T3/r7/2021-08-25.txt.gz:{chan ch=tech}Karathos Tech: huh, latest is 5.93 i think T3/r7/2021-08-25.txt.gz:{chan ch=tech}Anssett Tech: there's a few different flavors of s&d, possible zensch and you are using entirely different plugins T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zensch Tech: from where can I download current version... the links I have are probably outdated T3/r7/2021-08-25.txt.gz:{chan ch=tech}Karathos Tech: https://github.com/AardCrowley/Search-and-Destroy T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zuqlan Tech: finger crowley T3/r7/2021-08-25.txt.gz:{chan ch=tech}Anssett Tech: i'm using pwars and it's version 1.40 T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zensch Tech: mins is pwars too T3/r7/2021-08-25.txt.gz:{chan ch=tech}Reyn Tech: i had periodic problems with the noexp feature in pwar's s&d before switching T3/r7/2021-08-25.txt.gz:{chan ch=tech}Karathos Tech: well, crowley's version does have a feature where you can migrate data from pwar's version over T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zensch Tech: hmm, will changing to crowley's version be safe for other plugins I (could) have? T3/r7/2021-08-25.txt.gz:{chan ch=tech}Karathos Tech: if you do decide to get it, check out xhelp snd migrate T3/r7/2021-08-25.txt.gz:{chan ch=tech}Reyn Tech: just back up your mushclient folder in another location first T3/r7/2021-08-25.txt.gz:{chan ch=tech}Reyn Tech: and then try it! i had no issues migrating from pwar -> crowley's recently T3/r7/2021-08-25.txt.gz:{chan ch=tech}Zensch Tech: thanks, I'll try... i really hate these noexp messages :/ T3/r7/2021-08-25.txt.gz:{chan ch=tech}Akuso Tech: anyone have a link for that consider plug in that helps you while leveling? T3/r7/2021-08-25.txt.gz:{chan ch=tech}Gladacus Tech: To be fair...consider plugins are rather generic...tons of them out there T3/r7/2021-08-25.txt.gz:{chan ch=tech}Akuso Tech: well i want to go thief T3/r7/2021-08-25.txt.gz:{chan ch=tech}Mushambo Tech: any one know if a botched install of a Linux package (Nvidia Cuda) might cause issues with dns? All of a sudden can't connect on my machine, it shows as connected to the router which is working since I'm on blowtorch T3/r7/2021-08-25.txt.gz:{chan ch=tech}Mushambo Tech: I can ping the router just fine T3/r7/2021-08-25.txt.gz:{chan ch=tech}Mushambo Tech: can access net from the live version,but not if I try to bot into the old kernel T3/r7/2021-08-25.txt.gz:{chan ch=tech}Tarum Tech: is there scripts for this mud uusing tintin++? T3/r7/2021-08-25.txt.gz:{chan ch=tech}Bodhi Tech: What is the mushclient command to reset the position of all the windows? T3/r7/2021-08-25.txt.gz:{chan ch=tech}Crowley Tech: aard layout reset T3/r7/2021-08-25.txt.gz:{chan ch=tech}Bodhi Tech: Thanks. :) T3/r7/2021-08-25.txt.gz:{chan ch=tech}Tech: Crowley nods. T3/r7/2021-08-25.txt.gz:{chan ch=tech}Than Tech: is there somethind odd about the graduation medal slot when enchanted with dinv? T3/r7/2021-08-25.txt.gz:{chan ch=tech}Yajan Tech: no, but you'll need to refresh dinv after enchanting/tempering stuff T3/r7/2021-08-25.txt.gz:{chan ch=tech}Yajan Tech: so it can see it again T3/r7/2021-08-25.txt.gz:{chan ch=tech}Than Tech: right thanks T3/r7/2021-08-26.txt.gz:{chan ch=tech}Yajan Tech: how do I clear the mapper entries for an area? T3/r7/2021-08-26.txt.gz:{chan ch=tech}Yajan Tech: like purge that area? T3/r7/2021-08-26.txt.gz:{chan ch=tech}Zuqlan Tech: mapper help utils T3/r7/2021-08-26.txt.gz:{chan ch=tech}Yajan Tech: coo thanks T3/r7/2021-08-26.txt.gz:{chan ch=tech}Giddorah Tech: Is there a way to check... For example sanctuary effect on a character through asking the server? T3/r7/2021-08-26.txt.gz:{chan ch=tech}Zuqlan Tech: you or others? T3/r7/2021-08-26.txt.gz:{chan ch=tech}Giddorah Tech: My own T3/r7/2021-08-26.txt.gz:{chan ch=tech}Zuqlan Tech: aflag T3/r7/2021-08-26.txt.gz:{chan ch=tech}Giddorah Tech: And through asking I meant through gmcp :) T3/r7/2021-08-26.txt.gz:{chan ch=tech}Zuqlan Tech: that i leave to someone more knowledgable to answer T3/r7/2021-08-26.txt.gz:{chan ch=tech}Karathos Tech: don't believe so, at least it isn't listed here http://www.aardwolf.com/wiki/index.php/Clients/GMCP T3/r7/2021-08-26.txt.gz:{chan ch=tech}Giddorah Tech: True, doesn't seem to be documented at least... That's a shame :( T3/r7/2021-08-26.txt.gz:{chan ch=tech}Xanumel Tech: Hi, can someone help me with something? T3/r7/2021-08-26.txt.gz:{chan ch=tech}Xanumel Tech: so i installed a new plugin, it is enabled, but doesn't create a new window. T3/r7/2021-08-26.txt.gz:{chan ch=tech}Aoric Tech: what client and what's the plugin name? T3/r7/2021-08-26.txt.gz:{chan ch=tech}Xanumel Tech: the MUSHclient, i just realized i used the wrong addon. sorry T3/r7/2021-08-26.txt.gz:{chan ch=tech}Aoric Tech: cool T3/r7/2021-08-26.txt.gz:{chan ch=tech}Zuqlan Tech: is there a way to make dinv refresh only a single item? T3/r7/2021-08-26.txt.gz:{chan ch=tech}Zuqlan Tech: generally my dinv auto refresh is off T3/r7/2021-08-26.txt.gz:{chan ch=tech}Kelaire Tech: I don't believe so T3/r7/2021-08-26.txt.gz:{chan ch=tech}Xanumel Tech: my miniwin_eq v2100 plugin doesn't update and shows that i don't have anything in my inventory or inventory even tho i clearly do T3/r7/2021-08-26.txt.gz:{chan ch=tech}Crowley Tech: Zuqlan: dinv refresh should just refresh new items, not the entire inventory. T3/r7/2021-08-26.txt.gz:{chan ch=tech}Zuqlan Tech: my inventory has new item coming and going all the time, so even only new one refresh is long T3/r7/2021-08-26.txt.gz:{chan ch=tech}Zuqlan Tech: i generally dump all junk then refresh, but there are keys too, they too get refreshed T3/r7/2021-08-26.txt.gz:{chan ch=tech}Durel Tech: If you use your keyring a lot, you can tell dinv to ignore it so that it won't refresh keys. See "dinv help ignore". Basically just do: dinv ignore on keyring T3/r7/2021-08-26.txt.gz:{chan ch=tech}Crowley Tech: So, why not have eager on? It will refresh each time you get a new item, which shouldn't take long. T3/r7/2021-08-26.txt.gz:{chan ch=tech}HiSaZuL Tech: personally i found that to be super spammy T3/r7/2021-08-26.txt.gz:{chan ch=tech}Durel Tech: You can also designate one or more containers to be ignored. You can then just dump your junk into an ignored container so that it will be ignored by a refresh T3/r7/2021-08-26.txt.gz:{chan ch=tech}Zuqlan Tech: bcs when dinv is refreshing my prompt window everything hangs, i dont like it, thats why i dont even have it auto on T3/r7/2021-08-26.txt.gz:{chan ch=tech}Zuqlan Tech: i suppose ignore is the way to go now. thx T3/r7/2021-08-26.txt.gz:{chan ch=tech}HiSaZuL Tech: Durel, you ever consider putting initialization message as toggle. it's nice to have but it kind of trips some dated plugins that are pulling long lists T3/r7/2021-08-26.txt.gz:{chan ch=tech}Durel Tech: The message trips some of your plugins? It's just a print. What exactly are you seeing as the conflict? T3/r7/2021-08-26.txt.gz:{chan ch=tech}Durel Tech: It's more likely that the actual initialization is causing a conflict because it will do things like check which wishes you have and things like that in the background T3/r7/2021-08-26.txt.gz:{chan ch=tech}Zuqlan Tech: how do you ignore multi word name? dinv ignore on "mabs agony box" not working T3/r7/2021-08-26.txt.gz:{chan ch=tech}Anssett Tech: use the item id? T3/r7/2021-08-26.txt.gz:{chan ch=tech}HiSaZuL Tech: specifically when i start client, basts spellup does "slist" to pull all the spells and assign them properly that message breaks line and sometimes blocks a spell if it happens to break on spellup. rare but happens T3/r7/2021-08-26.txt.gz:{chan ch=tech}Zuqlan Tech: item id is not human readable, if i pull the ignore list how am i suppose to know which id is what? T3/r7/2021-08-26.txt.gz:{chan ch=tech}Durel Tech: you can use a relative name like "3.bag" in an ignore request. Dinv will check the actual ID for the item and use the id going forward T3/r7/2021-08-26.txt.gz:{chan ch=tech}Anssett Tech: i think i just use dinv ignore mab and it works for me tho tbh T3/r7/2021-08-26.txt.gz:{chan ch=tech}Durel Tech: so something like "dinv ignore on 3.bag" and then if you shuffle your bags around and it becomes 2.bag later it doesn't matter T3/r7/2021-08-26.txt.gz:{chan ch=tech}Anssett Tech: i would hope that dinv uses a friendly display name for what it shows you anyway but T3/r7/2021-08-26.txt.gz:{chan ch=tech}Anssett Tech: i'll let durel speak to that lol T3/r7/2021-08-26.txt.gz:{chan ch=tech}Durel Tech: Oh, intersting HiSaZul. I don't use bast's plugins so I've never hit that. T3/r7/2021-08-26.txt.gz:{chan ch=tech}HiSaZuL Tech: sadly i hated every "goog" spellup plugin besides his. so im stuck with that potato T3/r7/2021-08-26.txt.gz:{chan ch=tech}HiSaZuL Tech: good* T3/r7/2021-08-26.txt.gz:{chan ch=tech}HiSaZuL Tech: amazingly enough it still works lol T3/r7/2021-08-26.txt.gz:{chan ch=tech}Zuqlan Tech: isee. thats taken care off then. might want to put that tidbit in the help description. T3/r7/2021-08-26.txt.gz:{chan ch=tech}Zuqlan Tech: does dtrack stop tracking when u quit? T3/r7/2021-08-26.txt.gz:{chan ch=tech}Ocho Tech: yes T3/r7/2021-08-26.txt.gz:{chan ch=tech}Mendaloth Tech: I could be fresh, but yes, it resets all the stats when you quit. T3/r7/2021-08-26.txt.gz:{chan ch=tech}Mendaloth Tech: But this one time, I logged off, and was piercing in my sleep, and I logged back in and somehow aard had tracked it. T3/r7/2021-08-26.txt.gz:{chan ch=tech}Straxxus Tech: anyone know where to find a list of keyboard shortcuts that MUSHclient recognizes by default? Other than the standard windows ones? I've searched the website, mchelp, and I cannot seem to make this information appear. :D T3/r7/2021-08-26.txt.gz:{chan ch=tech}Zuqlan Tech: what kind of shortcut?theres a list in configuration, what u looking is not htere? T3/r7/2021-08-26.txt.gz:{chan ch=tech}Vondo Tech: input > commands > keyboard preferences what you looking for? T3/r7/2021-08-26.txt.gz:{chan ch=tech}Zuqlan Tech: also any menu shortcut is listed beside them in the menu T3/r7/2021-08-26.txt.gz:{chan ch=tech}Straxxus Tech: I saw the menu ones, justn thought there might be a printable list. I dont have an input > commands. hmm T3/r7/2021-08-26.txt.gz:{chan ch=tech}Vondo Tech: part of config options (ctrl+G) T3/r7/2021-08-26.txt.gz:{chan ch=tech}Straxxus Tech: ahh, we had a syntax miscomm lol, thats a dialog not a menu. I thought you meant "input" on the main menu. :D thanks I got it now. T3/r7/2021-08-26.txt.gz:{chan ch=tech}Macbeth Tech: fiendish, is the wait() in cexit a pute timer thing and is blinded to the room you are in? case in point some of my cexits work at times only due to lag in mob transfer T3/r7/2021-08-26.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: the cexit wait should happen in that room T3/r7/2021-08-26.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: actually let me clarify... T3/r7/2021-08-26.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I specifically made the mapper not confirm room movement, it just sends long runs, so of course it doesn't really know what room you're supposed to be in. It only knows that it should do the wait after the other moves are done T3/r7/2021-08-26.txt.gz:{chan ch=tech}Mannec Tech: and if you happen to issue a manual move command during the wait? T3/r7/2021-08-26.txt.gz:{chan ch=tech}Dogwater Welding Tech: fiendish can i make a suggestion for a future update? having the ability to mapper purgeroom specific rooms or series of rooms T3/r7/2021-08-26.txt.gz:{chan ch=tech}Macbeth Tech: -g T3/r7/2021-08-26.txt.gz:{chan ch=tech}Dogwater Welding Tech: oh did someone mention that already, didnt check history T3/r7/2021-08-26.txt.gz:{chan ch=tech}Macbeth Tech: icic. i was hoping for the cexit to be "smarter" in the sense that the commands after the wait() should be executed after we have landed in a new room. not sure if thats how it works currently alrdy T3/r7/2021-08-26.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I'm trying to remember but I'm pretty sure the wait has a configurable time T3/r7/2021-08-26.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I wanted to avoid the mapper ever making decisions about what to do and when to do it T3/r7/2021-08-26.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: because I think that becomes botting T3/r7/2021-08-26.txt.gz:{chan ch=tech}Macbeth Tech: i usually have issues with long speedwalk with cexits inbetween and a wait. sometimes my cexit havent brought me to my destination room, thr latter half of speedwalk kicks in and i walk like a madman haha T3/r7/2021-08-26.txt.gz:{chan ch=tech}Naricain Tech: it has a configurable time, min 2 seconds, but doesn't do anything "smart" on top of that, looking for a different room or anything T3/r7/2021-08-26.txt.gz:{chan ch=tech}Karathos Tech: maybe a command like waitForRoom(roomid, maxSeconds) that will only continue the speedwalk after the player enters given roomId, or if maxSeconds has passed, cancels the speedwalk T3/r7/2021-08-26.txt.gz:{chan ch=tech}Naricain Tech: that means you need to make your wait longer T3/r7/2021-08-26.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I just feel like waitforroom becomes botting which I prefer to not do T3/r7/2021-08-26.txt.gz:{chan ch=tech}Karathos Tech: ah T3/r7/2021-08-26.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: yeah, a lot of the technical deficiencies or inefficiencies in the mapper are intentional T3/r7/2021-08-27.txt.gz:{chan ch=tech}Malark Tech: how can i see my colors again? i see them as T3/r7/2021-08-27.txt.gz:{chan ch=tech}Malark Tech: / T3/r7/2021-08-27.txt.gz:{chan ch=tech}Percival Tech: color T3/r7/2021-08-27.txt.gz:{chan ch=tech}Malark Tech: color is on, i can see comms in colors. T3/r7/2021-08-27.txt.gz:{chan ch=tech}Malark Tech: ok it was rawcolors T3/r7/2021-08-27.txt.gz:{chan ch=tech}Percival Tech: ah kk T3/r7/2021-08-27.txt.gz:{chan ch=tech}Straxxus Tech: now i gotta know what raw colors are... T3/r7/2021-08-27.txt.gz:{chan ch=tech}Straxxus Tech: I gotta turn this channel off rofl T3/r7/2021-08-27.txt.gz:{chan ch=tech}Straxxus Tech: oh, thats not much fun at all lol T3/r7/2021-08-27.txt.gz:{chan ch=tech}Straxxus Tech: what is the idle timeout here before the mud disconnects the client? T3/r7/2021-08-27.txt.gz:{chan ch=tech}Percival Tech: something about disappearing into the void? T3/r7/2021-08-27.txt.gz:{chan ch=tech}Goldendoodle Tech: need help with triggers-- even simple ones such as for logging on (ie What be thy name, adventurer?) wouldn't trigger, what are the checkboxes i need to fill it to make it work? T3/r7/2021-08-27.txt.gz:{chan ch=tech}Anssett Tech: "enabled" :P T3/r7/2021-08-27.txt.gz:{chan ch=tech}Goldendoodle Tech: well yes that's defaulted on :) T3/r7/2021-08-27.txt.gz:{chan ch=tech}Count Zensch Tech: can you give an example what you want to do? T3/r7/2021-08-27.txt.gz:{chan ch=tech}Anssett Tech: hard to tell you without more context what is wrong but you need to give it text to match, and generally an action to do after it matches T3/r7/2021-08-27.txt.gz:{chan ch=tech}Zuqlan Tech: u dont need trigger to auto login T3/r7/2021-08-27.txt.gz:{chan ch=tech}Goldendoodle Tech: just simple one ie 'What be thy name, adventurer?' and then it outputs my name T3/r7/2021-08-27.txt.gz:{chan ch=tech}Zuqlan Tech: there is a featre already bbuilt in T3/r7/2021-08-27.txt.gz:{chan ch=tech}Goldendoodle Tech: i just wanted to test it b/c my in game triggers definitely don't work T3/r7/2021-08-27.txt.gz:{chan ch=tech}Anssett Tech: https://www.gammon.com.au/scripts/doc.php?general=triggers T3/r7/2021-08-27.txt.gz:{chan ch=tech}Anssett Tech: tech or https://www.gammon.com.au/mushclient/triggers.htm T3/r7/2021-08-27.txt.gz:{chan ch=tech}Anssett Tech: you may also have to change your send to, depending on where you want the trigger to send the output T3/r7/2021-08-27.txt.gz:{chan ch=tech}Goldendoodle Tech: the only checkboxes checked are "enabled" and send to is "world" T3/r7/2021-08-27.txt.gz:{chan ch=tech}Anssett Tech: might help if you could drop a screenshot somewhere T3/r7/2021-08-27.txt.gz:{chan ch=tech}Count Zensch Tech: with "World" as an output you can only use "normal" commands, like say, north etc. T3/r7/2021-08-27.txt.gz:{chan ch=tech}Anssett Tech: i usually send mud commands to execute tho, seems to be more reliable for me T3/r7/2021-08-27.txt.gz:{chan ch=tech}Anssett Tech: which is more or less what zensch just said heh T3/r7/2021-08-27.txt.gz:{chan ch=tech}Goldendoodle Tech: thanks, let me read those documents see what i can tweak T3/r7/2021-08-27.txt.gz:{chan ch=tech}Count Zensch Tech: usually problems with triggers are: wrong matching (regex?) or wrong commands to send T3/r7/2021-08-27.txt.gz:{chan ch=tech}Goldendoodle Tech: im not sure where mine is wrong b/c i dont see my cmmands being sent anywhere so i figured it didn't match, although it's a direct simple matching text so that seems odd too T3/r7/2021-08-27.txt.gz:{chan ch=tech}Count Zensch Tech: try something simple - in matching input only 'hello' and in send say 'it works T3/r7/2021-08-27.txt.gz:{chan ch=tech}Count Zensch Tech: then try to say hello and see it this works T3/r7/2021-08-27.txt.gz:{chan ch=tech}Goldendoodle Tech: yup that didn't work, which is why im baffled. you guys have send to as "execute"? T3/r7/2021-08-27.txt.gz:{chan ch=tech}Anssett Tech: if i was sending a command i usually do. take a screenshot of the window and put it on imgur or something :P T3/r7/2021-08-27.txt.gz:{chan ch=tech}Count Zensch Tech: use World with say. if you want execute use: Send("say message") T3/r7/2021-08-27.txt.gz:{chan ch=tech}Anssett Tech: also if you're triggering on "hello", you have to have something saying "hello" in-world. and if you don't have wildcards you need the line in-world to be ONLY hello T3/r7/2021-08-27.txt.gz:{chan ch=tech}Goldendoodle Tech: https://imgur.com/a/4wCVEvG T3/r7/2021-08-27.txt.gz:{chan ch=tech}Anssett Tech: yeah there's no wildcards on that, so it is looking for a line that is >only< the text "hello" T3/r7/2021-08-27.txt.gz:{chan ch=tech}Count Zensch Tech: tick regular expression T3/r7/2021-08-27.txt.gz:{chan ch=tech}Count Zensch Tech: and say hello :) T3/r7/2021-08-27.txt.gz:{chan ch=tech}Goldendoodle Tech: but i used "test trigger" which outputs only "hello" and it didn't trigger T3/r7/2021-08-27.txt.gz:{chan ch=tech}Anssett Tech: i wasn't going to send them down the regex rabbit hole yet zensch lol T3/r7/2021-08-27.txt.gz:{chan ch=tech}Count Zensch Tech: alternatively you need to enter full sentence, like: You are saying: "Hello" T3/r7/2021-08-27.txt.gz:{chan ch=tech}Durel Tech: triggers are for output sent by the mud. If you are just printing a message to your screen then it won't trigger T3/r7/2021-08-27.txt.gz:{chan ch=tech}Count Zensch Tech: regex in this case is simpler than capturing the whole phrase T3/r7/2021-08-27.txt.gz:{chan ch=tech}Durel Tech: you can use "echo hello" for example to have the mud send "hello" to you T3/r7/2021-08-27.txt.gz:{chan ch=tech}Goldendoodle Tech: ok now it's working T3/r7/2021-08-27.txt.gz:{chan ch=tech}Count Zensch Tech: if you are using regex I love this website: https://regex101.com/ T3/r7/2021-08-27.txt.gz:{chan ch=tech}Goldendoodle Tech: =P thx guys now to work on some tougher triggers T3/r7/2021-08-27.txt.gz:{chan ch=tech}ImYourGod Akuso Tech: where can i get a good leveling and quest tracker? T3/r7/2021-08-27.txt.gz:{chan ch=tech}Zuqlan Tech: what do you mean by tracker? T3/r7/2021-08-27.txt.gz:{chan ch=tech}Evine Tech: is there a way to add a keyword for an area to S&D xrt? T3/r7/2021-08-27.txt.gz:{chan ch=tech}Aoric Tech: add a mapper note at the start of the area? T3/r7/2021-08-27.txt.gz:{chan ch=tech}Evine Tech: how does adding a mapper note at the start of a room help with xrt? T3/r7/2021-08-27.txt.gz:{chan ch=tech}Talbor Tech: what are you wanting it to do? T3/r7/2021-08-27.txt.gz:{chan ch=tech}Evine Tech: it's not too big a deal but qol i keep on typing xrt kobold, and i need to type xrt siege... it doesn't recognize kobold T3/r7/2021-08-27.txt.gz:{chan ch=tech}Talbor Tech: ahhh T3/r7/2021-08-27.txt.gz:{chan ch=tech}Aoric Tech: in that case, you're right that a mapper note won't help T3/r7/2021-08-27.txt.gz:{chan ch=tech}Talbor Tech: I have the same habit to, but I don't know a way to fix it. You can try again later when other people are on. T3/r7/2021-08-27.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: haven't tried, but maybe modify this line? https://github.com/AardCrowley/Search-and-Destroy/blob/master/Search_and_Destroy.xml#L919 T3/r7/2021-08-27.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: or alternatively add one? ["kobold"] = { start = "43265" }, T3/r7/2021-08-27.txt.gz:{chan ch=tech}Evine Tech: yeah that would work, i'm trying to not mess with the xml too much since random updates tend to wipe custom code T3/r7/2021-08-27.txt.gz:{chan ch=tech}Count Zensch Tech: alias xrt kobold then? T3/r7/2021-08-27.txt.gz:{chan ch=tech}Evine Tech: good idea :D T3/r7/2021-08-27.txt.gz:{chan ch=tech}Evine Tech: just alias xrt kobold to xrt siege lol, why didn't i think of that T3/r7/2021-08-27.txt.gz:{chan ch=tech}Aoric Tech: wonder how you're going to do that though T3/r7/2021-08-27.txt.gz:{chan ch=tech}Evine Tech: ??? T3/r7/2021-08-27.txt.gz:{chan ch=tech}Aoric Tech: how you going to alias a function call T3/r7/2021-08-27.txt.gz:{chan ch=tech}Evine Tech: there's an alias function send to execute T3/r7/2021-08-27.txt.gz:{chan ch=tech}Aoric Tech: ahh, gotcha T3/r7/2021-08-27.txt.gz:{chan ch=tech}Kegu Tech: any plugins or tips on how to practice all abilities without having to manually type them all out? T3/r7/2021-08-27.txt.gz:{chan ch=tech}Count Zensch Tech: can you have different attacks using S&D window? T3/r7/2021-08-27.txt.gz:{chan ch=tech}Summoner Yuna Tech: You can set up your own kk alias and then set it to whatever you want, but you cannot change what commands the S&D buttons output. Trust me, I've tried. T3/r7/2021-08-27.txt.gz:{chan ch=tech}Count Zensch Tech: this is misleading, why you have different descs for left and right click :P T3/r7/2021-08-27.txt.gz:{chan ch=tech}Goldendoodle Tech: any way to xset mark (ie darklight) so that i can just click a link on S&D and go there? im not sure why it doesn't auto-run there since there's a discrete way to go to vidblain and xset mark there and then speedwalk there T3/r7/2021-08-27.txt.gz:{chan ch=tech}KnightLord Throxx Tech: xhelp, there is a command to enable vidblain T3/r7/2021-08-27.txt.gz:{chan ch=tech}Naricain Tech: The issue with vidblain is that it drops you in a random room so you can't precompute a path, unless you already start inside like at the entrance to one of the areas, taken there through a portal T3/r7/2021-08-27.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I think most people just solve the issue with 15 tp trivia portal. T3/r7/2021-08-27.txt.gz:{chan ch=tech}Goldendoodle Tech: ok, 'xhelp vidblain' just did it :thumbsup: T3/r7/2021-08-27.txt.gz:{chan ch=tech}Goldendoodle Tech: i mean xset vidblain T3/r7/2021-08-28.txt.gz:{chan ch=tech}Zuqlan Tech: is there a way to archive or remove personal notes i dont want anymore? T3/r7/2021-08-28.txt.gz:{chan ch=tech}Zuqlan Tech: these auction notes are cluttering everything T3/r7/2021-08-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: personal notes archive themselves T3/r7/2021-08-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: rather too quickly imo T3/r7/2021-08-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: did you try note remove on them? T3/r7/2021-08-28.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yeah, when you don't log in for 90 days, you kind of miss out on 60 days' worth of notes. T3/r7/2021-08-28.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley's shifty eyes dart back and forth. T3/r7/2021-08-28.txt.gz:{chan ch=tech}Tech: IAC DO Fiendish nods at (Aleister) Crowley. T3/r7/2021-08-28.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: It's much easier to just let them pile up to 100, get frustrated there are so many, and do note catchup all *nodsage T3/r7/2021-08-28.txt.gz:{chan ch=tech}Zuqlan Tech: it says im not authorized to remove the note T3/r7/2021-08-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushambo, I only do that on the announce vboard T3/r7/2021-08-28.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Side note, you can only remove personal notes you have written and have no replies. But if you do not want to see notes from the past, you can use 'note unread' to see only unread notes, or any of the other note filters (subj, from) to display only those notes. T3/r7/2021-08-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I have an idea T3/r7/2021-08-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: who is the listed author on those notes right now? T3/r7/2021-08-28.txt.gz:{chan ch=tech}Zuqlan Tech: those are aution notes T3/r7/2021-08-28.txt.gz:{chan ch=tech}Zuqlan Tech: auction* T3/r7/2021-08-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: yeah yeah but who is the listed author? T3/r7/2021-08-28.txt.gz:{chan ch=tech}Zuqlan Tech: auction bot T3/r7/2021-08-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Ok I posted your idea on the ideas board #46256 T3/r7/2021-08-28.txt.gz:{chan ch=tech}Zuqlan Tech: thx, hopefully will get some clean solution T3/r7/2021-08-28.txt.gz:{chan ch=tech}Adara Tech: i'm not sure which setting i screwed up in my dinv, but it used to place stuff back into the containers they came from. now they dont. any idea what command i can use to fix that please? T3/r7/2021-08-28.txt.gz:{chan ch=tech}Zuqlan Tech: how do i turn these queries off? DINV Skipping statBonus "stats" request: timeout, DINV Skipping fence request: fence message timed out T3/r7/2021-08-28.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Do a dinv reload - it seems to be out of sync. T3/r7/2021-08-28.txt.gz:{chan ch=tech}Durel Tech: you might have had several commands stacked or you might have had some internet lag and dinv didn't see responses to it's commands in the time it thought was reasonable. It's not really an error. You can turn off notifications though. See "dinv help notify" to see which things you might want to toggle. T3/r7/2021-08-28.txt.gz:{chan ch=tech}Durel Tech: For example "dinv notify light" will only show you the most important things that might be an issue and none of those basic notifications T3/r7/2021-08-28.txt.gz:{chan ch=tech}Zuqlan Tech: yes, mush lost connection there, i had to recon. T3/r7/2021-08-28.txt.gz:{chan ch=tech}Naricain Tech: Boot map page has been updated with a new, up-to-date kul tiras map and a couple afterglow maps, as well as removing the links for outdated kultiras, dsr, and zodiac maps. Showmap data can be updated with `showmap update` to pull all the changes, but it requires showmap 1.1.1 available at https://github.com/AardNaricain/Showmap. Use showmap version to check current version T3/r7/2021-08-28.txt.gz:{chan ch=tech}Talbor Tech: sweet, thanks T3/r7/2021-08-28.txt.gz:{chan ch=tech}Zuqlan Tech: thx for the update T3/r7/2021-08-28.txt.gz:{chan ch=tech}Zuqlan Tech: also is it possible to add arboretum there?i coudlnt find it T3/r7/2021-08-28.txt.gz:{chan ch=tech}Summoner Yuna Tech: So I don't have a printer. Is there a way to remove the Print option from Google Chrome's right-click menu when you right-click highlighted text? Sometimes accidentally hitting Print instead of "Search Google for..." T3/r7/2021-08-28.txt.gz:{chan ch=tech}Summoner Yuna Tech: What plugins are you guys using to report instinct, mastery, etc.? T3/r7/2021-08-28.txt.gz:{chan ch=tech}Summoner Yuna Tech: Whoops, mischan. T3/r7/2021-08-28.txt.gz:{chan ch=tech}Sivak Tech: ahaha T3/r7/2021-08-28.txt.gz:{chan ch=tech}Talbor Tech: built-in i think T3/r7/2021-08-28.txt.gz:{chan ch=tech}Talbor Tech: report instinct T3/r7/2021-08-28.txt.gz:{chan ch=tech}Summoner Yuna Tech: That didn't work. Apparently it only works for stats, not instincts and the like. T3/r7/2021-08-28.txt.gz:{chan ch=tech}Talbor Tech: mine reports, but maybe I installed something & forgot. I'll try to find it if I did T3/r7/2021-08-28.txt.gz:{chan ch=tech}Summoner Yuna Tech: Aight, thanks. T3/r7/2021-08-28.txt.gz:{chan ch=tech}Talbor Tech: yeah fing mendaloth for it T3/r7/2021-08-28.txt.gz:{chan ch=tech}Summoner Yuna Tech: Thanks! T3/r7/2021-08-28.txt.gz:{chan ch=tech}Talbor Tech: np :) T3/r7/2021-08-28.txt.gz:{chan ch=tech}Shinda Hailz Tech: hello tech T3/r7/2021-08-28.txt.gz:{chan ch=tech}Omnivek Tech: if I want to bachup my db do I save a copy of aardwolf.db-wal OR aardwolf.db-shm? T3/r7/2021-08-28.txt.gz:{chan ch=tech}Negader Tech: aardwolf.db in mushclient directory T3/r7/2021-08-28.txt.gz:{chan ch=tech}KnightLord Throxx Tech: how do i force dinv tostop skipping stuff while im in combat? T3/r7/2021-08-28.txt.gz:{chan ch=tech}High Risk Losteix Tech: stop fighting things? give peace a chance? T3/r7/2021-08-28.txt.gz:{chan ch=tech}KnightLord Throxx Tech: or rather, force it to do its stuff after combat T3/r7/2021-08-28.txt.gz:{chan ch=tech}Anssett Tech: you could probably trigger off the fail-because-combat message to enable another trigger to capture end-of-combat and run dinv refresh T3/r7/2021-08-28.txt.gz:{chan ch=tech}Anssett Tech: dunno if there's a builtin option to dinv T3/r7/2021-08-28.txt.gz:{chan ch=tech}KnightLord Throxx Tech: oh, i did a refresh, that for some reason, didnt pick up the data it wanted T3/r7/2021-08-28.txt.gz:{chan ch=tech}Anssett Tech: then dinf refresh all instead? i forget the correct syntax but one of the refreshes is more-refreshy T3/r7/2021-08-28.txt.gz:{chan ch=tech}Anssett Tech: dinv* T3/r7/2021-08-28.txt.gz:{chan ch=tech}Durel Tech: what did you need throxx? I believe dinv halts things like a refresh if you entejr combat T3/r7/2021-08-28.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i always do refresh all, THAT didnt do it., it keeps spamming me fore wish data T3/r7/2021-08-28.txt.gz:{chan ch=tech}KnightLord Throxx Tech: DINV Skipping request to get list of active wishes: you are in the state "Combat" T3/r7/2021-08-28.txt.gz:{chan ch=tech}Durel Tech: dinv needs to know if you have the portal wish so it checks when it loads. I think it tries every minute or two but skips it if you are in combat T3/r7/2021-08-28.txt.gz:{chan ch=tech}Anssett Tech: oooh i misread that part. yeah that i got nothing on haha T3/r7/2021-08-28.txt.gz:{chan ch=tech}Anssett Tech: maybe just do 'wish' and see if it finds what it's looking for and shuts it up T3/r7/2021-08-28.txt.gz:{chan ch=tech}KnightLord Throxx Tech: did that as well T3/r7/2021-08-28.txt.gz:{chan ch=tech}Cheekier Than Tech: is there an efficient means of accessing the variables in the standard aard plugin - I see you can do something like GetPluginVariableList? T3/r7/2021-08-28.txt.gz:{chan ch=tech}Cheekier Than Tech: Aardwolf_statmon T3/r7/2021-08-28.txt.gz:{chan ch=tech}Cheekier Than Tech: or can i just directly access gmcpchar.stats.str (as an example) somehow T3/r7/2021-08-28.txt.gz:{chan ch=tech}Cheekier Than Tech: ideally from an alias T3/r7/2021-08-28.txt.gz:{chan ch=tech}Durel Tech: just do: \\\print(gmcp("char.stats.str")) T3/r7/2021-08-28.txt.gz:{chan ch=tech}Cheekier Than Tech: cool thanks - T3/r7/2021-08-28.txt.gz:{chan ch=tech}Durel Tech: there is a gmcphelper plugin that gives you you access to gmcp really easily T3/r7/2021-08-28.txt.gz:{chan ch=tech}Durel Tech: you may need: require "gmcphelper" T3/r7/2021-08-29.txt.gz:{chan ch=tech}Cheekier Than Tech: thanks all T3/r7/2021-08-29.txt.gz:{chan ch=tech}ImYourGod Akuso Tech: how do i delete an area from my mapper T3/r7/2021-08-29.txt.gz:{chan ch=tech}Trachx Tech: mapper purgezone T3/r7/2021-08-29.txt.gz:{chan ch=tech}ImYourGod Akuso Tech: thanks:) T3/r7/2021-08-29.txt.gz:{chan ch=tech}Trachx Tech: it is in: mapper help utils T3/r7/2021-08-29.txt.gz:{chan ch=tech}Mentalos Tech: is there a mapper command to reset a room exits? For some reason, my map lists some exits that don't seem to actually exist (like a down exit on room ID 32571) T3/r7/2021-08-29.txt.gz:{chan ch=tech}Ralyn Tech: mapper purgeroom T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: i know you can rightclick the rooom on the graphical map and delete exits T3/r7/2021-08-29.txt.gz:{chan ch=tech}Ralyn Tech: mapper help shows you all info, purge is in utils T3/r7/2021-08-29.txt.gz:{chan ch=tech}Mentalos Tech: thanks! T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: my turn to ask questions: am i doing it wrong, or is it difficult to trigger off a plugin output? for instance, a dinv usage reportl T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: u can only trigger on mud output...i think T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: bah i was afraid of that haha T3/r7/2021-08-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Plugin outputs in 'print/Note' format, which are not triggerable. Simulate will fire triggers, but it's hard to incorporate that because it fires immediately and is not based off MUD commands. Your best bet, if you want to trigger off something from the plugin, is to send an echo for it. e.g. echo You want to fire on this line! T3/r7/2021-08-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Now if you're trying to trigger off someone else's plugin, that requires you to go into the plugin and make changes yourself. T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: yeah that turns this into a rabbit hole, and at that point it's a "figure out using github to submit a patch" thing which i don't know if i want to fool with either haha T3/r7/2021-08-29.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: what r u trying to do?may be there are easier solutions? T3/r7/2021-08-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's why I'm happy writing my own plugins, even if I have to dissect someone else's. T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: haha T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: i'm trying to get all the gear that is marked as "Unused" in a usage report and put it into a specified container for selling T3/r7/2021-08-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: My aard clock is an example. I dissected another plugin (tick timer plugin that operated the same way) and made it my own. T3/r7/2021-08-29.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley points excitedly at Durel! T3/r7/2021-08-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Tell Durel you want the option to organize unused items. *shifty* T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: i'll be sure to do that just as soon as i put on a bigger helmet and equip a shield T3/r7/2021-08-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Pfft, Durel won't bite. T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: "level 201 male vampire" mhmmm. :P T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: are u sure u want to trigger on unused?i see many unused, most of them are portals and other repeatable goal items T3/r7/2021-08-29.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: what would be deemed "unused" T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: i currently don't have dinv handling portals and it ignores the container i have in them T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: and i have other bags ignored with things i don't want processed by dinv T3/r7/2021-08-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You really should let DINV handle portals. T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: i've heard that but i haven't gotten around to it yet T3/r7/2021-08-29.txt.gz:{chan ch=tech}Adara Tech: i would love to clear my bags too lol i am too dependent on dinv and have too much trash T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: cho, whatever dinv usage priority, tells u T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: i also assume that the itemtype for portal is 'portal' T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: so i can easily regex that out T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: at any rate i'm not automatically *selling*, just moving. plenty of opportunity to undo an oops like that :) T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: i dont use portal with dinv, since i have snd, i just use the mapper and snd xm command T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: once you get the portal item slot i assume it's a lot more useful to have dinv work with portals T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: how so? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: because some portals have stats and with the wish are wearable T3/r7/2021-08-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's useful to have it work even without the portal wish. T3/r7/2021-08-29.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: "dinv portal use {portal}" will get the portal out of whatever bag it's in, wear that portal (in it's own portal slot if available, or held if not), enter the portal, re-wear whatever gear you were wearing before, and then put the portal back in the bag it was taken from T3/r7/2021-08-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You have to set up mapper with portals. DINV will switch to the portal that you need if you utilize it correctly and set up mapper to use DINV. T3/r7/2021-08-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I have an alias, 'port *', that uses DINV. T3/r7/2021-08-29.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: "mapper portal dinv portal use {portal}" lets you combine mapper+dinv and make it pretty foolproof T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: yeah i wrote my own script to handle portals before i knew dinv was a thing. i'm mostly putting ity off because i don't feel like redoing mapper commands right now T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: do u have to tell dinv where the portal goes? T3/r7/2021-08-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: No. T3/r7/2021-08-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You only have to tell mapper where the portal goes. T3/r7/2021-08-29.txt.gz:{chan ch=tech}Mentalos Tech: guys... what's dinv? I keep seeing this term. T3/r7/2021-08-29.txt.gz:{chan ch=tech}Cheekier Than Tech: Durel's inventory manager plugin T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: plugin that handles a lot of inventory management T3/r7/2021-08-29.txt.gz:{chan ch=tech}Adara Tech: its an inventory management plugin for mush T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: finger durel T3/r7/2021-08-29.txt.gz:{chan ch=tech}Anssett Tech: finger durel for a link etc T3/r7/2021-08-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Someone once said that Durel needs to rename it to TIM... Total Inventory Management. T3/r7/2021-08-29.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: it's a wonderful bit of code that makes inventory and portals easier to manage T3/r7/2021-08-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: "bit of code" that spans 22k lines. T3/r7/2021-08-29.txt.gz:{chan ch=tech}Mentalos Tech: thanks, checking it now T3/r7/2021-08-29.txt.gz:{chan ch=tech}Tech: Ocho Ocho Ocho cackles gleefully at (Aleister) Crowley. T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: lashar said core aard is 300k, that plugin is almost 7% of aard T3/r7/2021-08-29.txt.gz:{chan ch=tech}Cheekier Than Tech: anyone have address for aarch tracker/plugin to map aarchi pieces to numbers? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Cheekier Than Tech: i found the data on "bastproxy" but that looks like some standalone python proxy T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zhalut Tech: i think cynik has the plugin on his site T3/r7/2021-08-29.txt.gz:{chan ch=tech}Cheekier Than Tech: not seeing it on his github T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zhalut Tech: https://pastebin.com/hgL5kG2A T3/r7/2021-08-29.txt.gz:{chan ch=tech}Cheekier Than Tech: ty sir T3/r7/2021-08-29.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: in the mushclient... something happened to the little map box. it is still there just not showing my current place... room placement... anyone know how to fix this? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Talbor Tech: try right-clicking and see if there's options that may have gotten changed T3/r7/2021-08-29.txt.gz:{chan ch=tech}Talbor Tech: did that fix it? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Straxxus Tech: type 'mapper show' and 'mapper updown' T3/r7/2021-08-29.txt.gz:{chan ch=tech}Mannec Tech: nothing much, just pranking some mapper. whats up with you down? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: my mapper not using portal, instead its running on foot, what could be the problem? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Cheekier Than Tech: lvl requirement? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Cheekier Than Tech: dinv refresh? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Kerith Tech: type mapper portals, is it listed? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Durel Tech: could be level or alignment restriction on the portal T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: if i click on the portal from mapper portals command list, it works, but if i do, xrt location, it runs on foot T3/r7/2021-08-29.txt.gz:{chan ch=tech}Kaylie Tech: or true sight wore off, and it's invis T3/r7/2021-08-29.txt.gz:{chan ch=tech}Kerith Tech: have you set start of that area? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Karathos Tech: check if your xrt speed is walk or run T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: its not invis portal and it is run, its using the reme portal then running from there T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: but not the area portal where its just 1 step T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: lvl req is 82, so lvl is not issue T3/r7/2021-08-29.txt.gz:{chan ch=tech}Kerith Tech: and xrt works? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: xrt does get me there, but not using the portal T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: other location portal works tho T3/r7/2021-08-29.txt.gz:{chan ch=tech}Karathos Tech: which portal is this? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: mapper portal get "dark crystal" 200bag;hold "dark crystal";enter;remove "dark crystal";put "dark crystal" 200bag;wear all T3/r7/2021-08-29.txt.gz:{chan ch=tech}[Battle] Scars Tech: so T3/r7/2021-08-29.txt.gz:{chan ch=tech}Summoner Yuna Tech: Are you using MUSH? T3/r7/2021-08-29.txt.gz:{chan ch=tech}[Battle] Scars Tech: the " are ', right? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: yes T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: no T3/r7/2021-08-29.txt.gz:{chan ch=tech}[Battle] Scars Tech: need to be T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: it does not, as i said, if i click on the portal from mapper portal output it works T3/r7/2021-08-29.txt.gz:{chan ch=tech}Summoner Yuna Tech: Instead of wear all, end it with wear ortal/old or whatever and create a variable and set whatever your current hold/portal item to that. You can even create triggers to automatically set the portals/hold items involved once you level to the needed levels to wear them. T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: i dont have portal location yet T3/r7/2021-08-29.txt.gz:{chan ch=tech}[Battle] Scars Tech: if you type mapper portals, does the portal dropoff location make sense? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: so its taking offhand off, thats not the problem, problem is its not getting triggered T3/r7/2021-08-29.txt.gz:{chan ch=tech}[Battle] Scars Tech: what vnum does the mapper portal have for this? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: yes, its set to the room the portal takes me T3/r7/2021-08-29.txt.gz:{chan ch=tech}[Battle] Scars Tech: be specific T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: https://i.imgur.com/zrXaKpa.png T3/r7/2021-08-29.txt.gz:{chan ch=tech}Kerith Tech: sounds like the problem i had when I didn't xset the zone, but your xrt (not rt) works... hmmf T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: yes it does work if i use mapper goto T3/r7/2021-08-29.txt.gz:{chan ch=tech}[Battle] Scars Tech: when does it not trigger then? using snd? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: xrt not using it T3/r7/2021-08-29.txt.gz:{chan ch=tech}Kerith Tech: try typing 'xset mark' T3/r7/2021-08-29.txt.gz:{chan ch=tech}[Battle] Scars Tech: isn't xrt snd? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: if i do xrt imperial, it starts running on foot T3/r7/2021-08-29.txt.gz:{chan ch=tech}[Battle] Scars Tech: have you index'd the areas? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: 77% T3/r7/2021-08-29.txt.gz:{chan ch=tech}[Battle] Scars Tech: yeah man, idk, if you xset mark the portal dropoff, xrt imperial should just use the portal T3/r7/2021-08-29.txt.gz:{chan ch=tech}Karathos Tech: maybe it is the vidblain hack? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Karathos Tech: xhelp vidblain T3/r7/2021-08-29.txt.gz:{chan ch=tech}Karathos Tech: since you have the imperial portal, should set it to lv 82 T3/r7/2021-08-29.txt.gz:{chan ch=tech}[Battle] Scars Tech: bet that'll do ti T3/r7/2021-08-29.txt.gz:{chan ch=tech}Naricain Tech: I don't think snd checks for whether you have a portal for vidblain areas when vidblain mode is on, it always just runs it the long way T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: oooh, its the vidblain settings, i had to do xset vidblain level 82 T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: now it works T3/r7/2021-08-29.txt.gz:{chan ch=tech}Zuqlan Tech: thx, much appreciated T3/r7/2021-08-29.txt.gz:{chan ch=tech}[Battle] Scars Tech: nah, i never ran into this, the xset vidblain was the ticket, nice call Karathos T3/r7/2021-08-29.txt.gz:{chan ch=tech}Karathos Tech: glad to help ^^ T3/r7/2021-08-29.txt.gz:{chan ch=tech}Mentalos Tech: on MUSHclient, how do I disable the group info window? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Doge Water Yajan Tech: not sure, but you can "send to back" if you want to put something over it T3/r7/2021-08-29.txt.gz:{chan ch=tech}Mushmuk Tech: In Plugins you can disable the Aardwolf_Group_Info plugin T3/r7/2021-08-29.txt.gz:{chan ch=tech}Doge Water Yajan Tech: via the right-click menu options T3/r7/2021-08-29.txt.gz:{chan ch=tech}Mentalos Tech: I see, thanks! T3/r7/2021-08-29.txt.gz:{chan ch=tech}Arf Arf Arf Tech: i think groupoff and groupon toggle the window as well T3/r7/2021-08-29.txt.gz:{chan ch=tech}Doge Water Yajan Tech: nice, that's the best answer I htink T3/r7/2021-08-29.txt.gz:{chan ch=tech}Doge Water Yajan Tech: less having to remember have to reenable later maybe? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Doge Water Yajan Tech: I guess no matter what it could be the same if you forget T3/r7/2021-08-29.txt.gz:{chan ch=tech}Mushmuk Tech: Just remember: Groupon, save money on your next group! T3/r7/2021-08-29.txt.gz:{chan ch=tech}Tech: Doge Water Yajan moans in ecstasy at Mushmuk. T3/r7/2021-08-29.txt.gz:{chan ch=tech}Mushmuk Tech: I'll take that as the 'groan' that I think you intended T3/r7/2021-08-29.txt.gz:{chan ch=tech}Trezzin Tech: is there any plugin for mush that shows current mobs in the room? T3/r7/2021-08-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Isn't that what look does? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Trezzin Tech: yes but was wondering if there was something that opened a window showing what was in the room after typing look T3/r7/2021-08-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: There are consider windows. *shrug* T3/r7/2021-08-29.txt.gz:{chan ch=tech}Negader Tech: google: mushclient consider window T3/r7/2021-08-29.txt.gz:{chan ch=tech}Trezzin Tech: ohh ok ty T3/r7/2021-08-29.txt.gz:{chan ch=tech}Mentalos Tech: how to change my default maptype? the maptype command seems to change it just for the current session T3/r7/2021-08-29.txt.gz:{chan ch=tech}Negader Tech: there is help maptype. not sure if that's what you're looking for. T3/r7/2021-08-29.txt.gz:{chan ch=tech}Mentalos Tech: I'm using dinv. Is there a way to configure it to use Lore as the source of identifying? T3/r7/2021-08-29.txt.gz:{chan ch=tech}Mannec Tech: alias identify lore T3/r7/2021-08-30.txt.gz:{chan ch=tech}Quadrapus Tech: anyone know if there is invmon data sent when a temper/envenom ends? T3/r7/2021-08-30.txt.gz:{chan ch=tech}Zuqlan Tech: isnt invmon for inventory stuff T3/r7/2021-08-30.txt.gz:{chan ch=tech}KnightLord Throxx Tech: idk, but i i think not, that might be why have to forget the tempered weapons and refresh them for dinv T3/r7/2021-08-30.txt.gz:{chan ch=tech}Zuqlan Tech: nvm, i thought u were talking about spells on self T3/r7/2021-08-30.txt.gz:{chan ch=tech}Quadrapus Tech: is that how dinv handles it? thanks, ill look at that code T3/r7/2021-08-30.txt.gz:{chan ch=tech}Quadrapus Tech: and yeah im basically trying to track which weapon no longer has the flag, would be awesome to get some out of band msg with the id when they end T3/r7/2021-08-30.txt.gz:{chan ch=tech}Zuqlan Tech: help invmon doesnt mention anything about item effect, i suppose dinv just reparses the stats T3/r7/2021-08-30.txt.gz:{chan ch=tech}KnightLord Throxx Tech: the only trigger woudl be usefull for current worn weapons too T3/r7/2021-08-30.txt.gz:{chan ch=tech}Mentalos Tech: is there a plugin or option to automatically Keep (shiny), (burnished) and so on items? T3/r7/2021-08-30.txt.gz:{chan ch=tech}Zuqlan Tech: keep all.shiny, keep all.burnished...etc. T3/r7/2021-08-30.txt.gz:{chan ch=tech}High Risk Losteix Tech: shouldn't need a plugin. i just use a fairly basic trigger script for that. T3/r7/2021-08-30.txt.gz:{chan ch=tech}Zuqlan Tech: no plugin i know T3/r7/2021-08-30.txt.gz:{chan ch=tech}Zuqlan Tech: make an alias that just goes, keep all.shiny;keep all.burnished;.... one after another T3/r7/2021-08-30.txt.gz:{chan ch=tech}Mentalos Tech: got it. I'll write the alias T3/r7/2021-08-30.txt.gz:{chan ch=tech}Zuqlan Tech: since the alias will be long, see if u can save it on the server, so when u type it its super fast T3/r7/2021-08-30.txt.gz:{chan ch=tech}Zuqlan Tech: idk if there is any lenght restriction on server alias T3/r7/2021-08-30.txt.gz:{chan ch=tech}Zhalut Tech: Mentalos, maybe make a post to the Tech Board. Maybe someone has T3/r7/2021-08-30.txt.gz:{chan ch=tech}Karathos Tech: http://mikeride.chaosnet.org/abelinc/maps/arboretummap.pdf T3/r7/2021-08-30.txt.gz:{chan ch=tech}Mentalos Tech: silly question now: I see some people with a different verb used when they move to/from the room. Is there a way to configure that? T3/r7/2021-08-30.txt.gz:{chan ch=tech}Zuqlan Tech: different verb? T3/r7/2021-08-30.txt.gz:{chan ch=tech}Karathos Tech: that is race based I think T3/r7/2021-08-30.txt.gz:{chan ch=tech}Mentalos Tech: "Dude north." instead of "Dude leaves north." T3/r7/2021-08-30.txt.gz:{chan ch=tech}Zuqlan Tech: thats probably spell affect T3/r7/2021-08-30.txt.gz:{chan ch=tech}Karathos Tech: help racewalk T3/r7/2021-08-30.txt.gz:{chan ch=tech}Zuqlan Tech: if ur flying it says flies north south etc T3/r7/2021-08-30.txt.gz:{chan ch=tech}Tech: aliases can be around 1k characters long, btw :-) T3/r7/2021-08-30.txt.gz:{chan ch=tech}Mentalos Tech: racewalk it is T3/r7/2021-08-30.txt.gz:{chan ch=tech}Zuqlan Tech: good to know, thx for the info T3/r7/2021-08-30.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, Excel, how you vex me so... conditional formatting sucks. =SEARCH("Humana", $N1) --> that /should/ colorize the patient's name if Nn contains the word "Humana", but it does not work correctly. I have a love/hate relationship with Excel. Heh. T3/r7/2021-08-30.txt.gz:{chan ch=tech}Princess Alison Tech: "humana" sounds like the kind of fake name an alien would make up. T3/r7/2021-08-30.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: which is likely better than the hate/hate relationship most develop... T3/r7/2021-08-30.txt.gz:{chan ch=tech}Princess Alison Tech: "Yes, my name is.... Humana human. I am a human being, homo sapiens. Nice to meet you." T3/r7/2021-08-30.txt.gz:{chan ch=tech}Anssett Tech: i mean it's an insurance company so you're not too far off, Alison T3/r7/2021-08-30.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: a big insurance company, even. T3/r7/2021-08-30.txt.gz:{chan ch=tech}Anssett Tech: crowley, you may have seen it already but you may have to =isnumber(search(search crap)) T3/r7/2021-08-30.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley looks at Anssett ponderingly. T3/r7/2021-08-30.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly at Princess Alison. T3/r7/2021-08-30.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I will try that, hmm. T3/r7/2021-08-30.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Heh, figured out the reason. I didn't realize for some reason several copies of the formatting was made and it was screwing things up. T3/r7/2021-08-30.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient questions answered here T3/r7/2021-08-30.txt.gz:{chan ch=tech}Anssett Tech: it was asked and (i think) answered earlier, but do you know of a way to trigger off of a plugin's colourNote output T3/r7/2021-08-30.txt.gz:{chan ch=tech}Anssett Tech: the consensus was "pretty sure no" T3/r7/2021-08-30.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: you cannot trigger off of note output but technically you can fake it with enough effort T3/r7/2021-08-30.txt.gz:{chan ch=tech}Anssett Tech: ok yeah that was more or less the conclusion. T3/r7/2021-08-30.txt.gz:{chan ch=tech}Anssett Tech: basically 'at that point may as well just hack in that functionality to the plugin instead of triggering' T3/r7/2021-08-30.txt.gz:{chan ch=tech}Vondo Tech: that could present a lot of addtl frustration in terms of dealing with plugin updates T3/r7/2021-08-30.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: your two options in order of best to worst are 1) ask the plugin maker to use Simulate instead of Note, 2) use an OnPluginScreenDraw callback to check every line as it gets drawn to the screen whether it's the one you want T3/r7/2021-08-30.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: what's the note that you want to trigger ? T3/r7/2021-08-30.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: oh yeah third option is hack the plugin to do what you want T3/r7/2021-08-30.txt.gz:{chan ch=tech}Anssett Tech: i want to automatically move unused items from a dinv usage report to a specific container. nothing urgent but if i could do it with triggers i wouldn't have to worry about plugin update problems T3/r7/2021-08-30.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: durel is a pretty neat guy. maybe he'd change those notes into simulates for you or find a better way T3/r7/2021-08-30.txt.gz:{chan ch=tech}Durel Tech: uhhh :P T3/r7/2021-08-30.txt.gz:{chan ch=tech}Anssett Tech: i had another similar thing in mind but i don't recall what it was T3/r7/2021-08-30.txt.gz:{chan ch=tech}Anssett Tech: haha T3/r7/2021-08-30.txt.gz:{chan ch=tech}Durel Tech: what about that option of watching whenever something is drawn to the windowing system, deciphering was it was, and going from there? :P T3/r7/2021-08-30.txt.gz:{chan ch=tech}Naricain Tech: OnPluginScreendraw ^ T3/r7/2021-08-30.txt.gz:{chan ch=tech}Naricain Tech: that's what I use to parse mapper events whenever, say, cexits or portals change T3/r7/2021-08-30.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: heh T3/r7/2021-08-30.txt.gz:{chan ch=tech}Anssett Tech: "it works FINE quit asking" :P T3/r7/2021-08-30.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: changing colournote into simulate is pretty straightforward T3/r7/2021-08-30.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: just use inline ANSI codes for colors instead of names T3/r7/2021-08-30.txt.gz:{chan ch=tech}Anssett Tech: is that a "better" output method in general now? i don't recall simulate being a choice when i was heavily scripting in mush but it's been a few years T3/r7/2021-08-30.txt.gz:{chan ch=tech}Anssett Tech: and i may have just missed it too heh T3/r7/2021-08-30.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Simulate is needed if you want to be able to trigger on it T3/r7/2021-08-30.txt.gz:{chan ch=tech}Naricain Tech: I imagine one downside is being limited in what colors it can use T3/r7/2021-08-30.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Nick is scared of recommending it to anyone, but I use it T3/r7/2021-08-30.txt.gz:{chan ch=tech}Anssett Tech: hah T3/r7/2021-08-30.txt.gz:{chan ch=tech}Naricain Tech: It's intended to be used for debugging, but that doesn't mean it can't be used for other things. And you have to be careful to not create an infinite loop of triggers T3/r7/2021-08-30.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: yep T3/r7/2021-08-30.txt.gz:{chan ch=tech}Anssett Tech: oh hey that *was* added after i stopped scripting. i feel less bad about not knowing about simulate now T3/r7/2021-08-30.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: -\ T3/r7/2021-08-31.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: using the MUSHclient -- the window that has the "BigMap" in it has the map squares in it, but they gace shrank so small i cant sww them anymore.... anyone know how to fix it back to normal? T3/r7/2021-08-31.txt.gz:{chan ch=tech}Sheriff Shindo Tech: hold your mouse over it and scrol the other way T3/r7/2021-08-31.txt.gz:{chan ch=tech}Vondo Tech: if no mouse access, you can click the star in upper left corner and adjust room size T3/r7/2021-08-31.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: i have a touchpad on my laptop T3/r7/2021-08-31.txt.gz:{chan ch=tech}Vondo Tech: i mean no scroll access :D T3/r7/2021-08-31.txt.gz:{chan ch=tech}Sheriff Shindo Tech: then Vondo's solution is the best bet T3/r7/2021-08-31.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: tha did it!!! thank you sooooo mch T3/r7/2021-08-31.txt.gz:{chan ch=tech}Straxxus Tech: so the gaardian website EQ Outfitter Engine says it was updated this year but the database is from 2015? Seems backwards on the whole, any Gaardians know whats up? :D Its an awesome tool if it is up to date. T3/r7/2021-08-31.txt.gz:{chan ch=tech}Talbor Tech: it's not T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I sometimes forget Gaardian exists. T3/r7/2021-08-31.txt.gz:{chan ch=tech}Talbor Tech: It probably won't be anytime soon, if ever unfortunately T3/r7/2021-08-31.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Talbor. T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Thankfully, you have 'eqsearch' to help out with outfitting. T3/r7/2021-08-31.txt.gz:{chan ch=tech}Straxxus Tech: That is unfortunate. Perhaps I could get a current database and cook up a new tool for us. T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's not as robust as having every single piece of equipment logged, but it's useful nonetheless. T3/r7/2021-08-31.txt.gz:{chan ch=tech}Talbor Tech: It was handy for making sets when you're not familiar with other classes T3/r7/2021-08-31.txt.gz:{chan ch=tech}Straxxus Tech: ahh that is another thing I am trying to wrap the gourd around: set. T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: fiendish, you around? T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: damnit T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I mean, 'finger' would answer that question faster than he could. T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: yea, but i can be louder this way T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Straxxus: As a side note, you can use DINV to help you build sets, too. T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What was that? I couldn't hear you. T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: hes got a function in aard_GMCP_mapper with stuff i dont understand T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What function? T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: if you're up for it... im creating a function to blast the map rooms of the maze in transcend... at hte end of his map_purgeroom function he has a set of loops that sets exits to nil, but it looks to be doing that in-memory, and not in the database... so i am trying to see if i have to do something similar T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: the database is easy... its a simple sqlite query T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: i just dont get the last piece (lines 1904-1911 in my file) T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hmm... I've never looked at it myself, but I wonder why he would only do it in-memory and not in the database, unless he executes the query at a later time on a delay. T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: the database comes first... then this 'in-memory' loop T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: i think i can get away with 'map_clearcache' after i kill the database tho T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: i just want to make sure i understand what i am doing... people dont like it when their map files get borked T3/r7/2021-08-31.txt.gz:{chan ch=tech}Tech: WhatsApp KoopaTroopa smiles happily. T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: so, mapper purging the zone but not committing to database? T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: no... im stripping part of a zone out of mapper manually... via another plugin T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: technically, not even the rooms -- just the exits T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: i think ive got it tho... just wanted to make sure i wasnt oversimplifying it and breaking something else T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: i will just make Nasus test it tonight... what could go wrong T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: well, take some backup then fire away T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: nod T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I think what it's doing is going through the connecting rooms and setting the exit to any existing UID to be nil -- e.g. from a continent to the entrance of the area. T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That way you don't have 12345 trying to run to 54321 when 54321 no longer exists until you map it again. T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: nod that makes sense... and it makes sense that those would be in-memory T3/r7/2021-08-31.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: i think i just got confused since the had already 'purged' them from the exits table... it was the in-memory thing that threw mne T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: ok.. back to making it pretty T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yeah. I wonder if he does it to speed up the operations, putting it in memory and only messing with the database on changes. T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: probably T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: Thanks! T3/r7/2021-08-31.txt.gz:{chan ch=tech}Talbor Tech: anybody know what causes the whole screen to change to what looks like tags all over along with other stuff normally on the screem Sometimes part of the background turns red too? It doesn't look like any commands will go though & I have to exit & restart Mush to get it back to normal. T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: sounds like some plugin crashed T3/r7/2021-08-31.txt.gz:{chan ch=tech}Talbor Tech: wanna say it pauses like it does when it's backing up before it happens T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: what tags are visible? T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: i mean tags about what? room? item?...? T3/r7/2021-08-31.txt.gz:{chan ch=tech}Straxxus Tech: hmm tags on screen sounds like statmon tag or something I saw recently T3/r7/2021-08-31.txt.gz:{chan ch=tech}Talbor Tech: Don't even know if they're tags. I remember stuff like mmm mmn and other randon crap lol T3/r7/2021-08-31.txt.gz:{chan ch=tech}Talbor Tech: i'll take a screen next time T3/r7/2021-08-31.txt.gz:{chan ch=tech}Straxxus Tech: statmon is a mud command i think, not a client one T3/r7/2021-08-31.txt.gz:{chan ch=tech}Straxxus Tech: lol who knows right? T3/r7/2021-08-31.txt.gz:{chan ch=tech}Talbor Tech: thankfully it doesn't happen very often, but it's a good reminder to back settings up more often :P T3/r7/2021-08-31.txt.gz:{chan ch=tech}Straxxus Tech: I've been in IT for 30 years and the simplest things seem to be the most bizarre sometimes lol T3/r7/2021-08-31.txt.gz:{chan ch=tech}Straxxus Tech: a good reminder indeed, backing up now lol T3/r7/2021-08-31.txt.gz:{chan ch=tech}Giddorah Tech: I run Aardmush from my Onedrive actually, keeps it backuped all the time T3/r7/2021-08-31.txt.gz:{chan ch=tech}Talbor Tech: it runs ok that way? T3/r7/2021-08-31.txt.gz:{chan ch=tech}Anssett Tech: as long as you're not writing to it from multiple locations simultaneously it should T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: i wouldnt do that, if it is synched live, u lose in ur drive too. T3/r7/2021-08-31.txt.gz:{chan ch=tech}Talbor Tech: That would suck T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I personally run MUSH at home and use Anydesk to remote in and play. T3/r7/2021-08-31.txt.gz:{chan ch=tech}Giddorah Tech: Yeah, it works and I'm always closing the entire client before switching computer T3/r7/2021-08-31.txt.gz:{chan ch=tech}Giddorah Tech: But 99% of the time I play from only one computer so T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: i just backup the mapper db and snd db. rest i dont care T3/r7/2021-08-31.txt.gz:{chan ch=tech}Talbor Tech: I do .mcl files to since I hate redoing aliases or triggers i've made. T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: good point, i forgot about this one T3/r7/2021-08-31.txt.gz:{chan ch=tech}Giddorah Tech: Yeah, that's another nice thing about running through onedrive... IF I switch computers, everything is the same :) T3/r7/2021-08-31.txt.gz:{chan ch=tech}Talbor Tech: Anyways, thanks. I'll take a screen next time so it'll be more helpful :) T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: am here now T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: koopa T3/r7/2021-08-31.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley chuckles at IAC DO Fiendish's joke. T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Are we correct in what we discussed, Fiendish, regarding mapper purgezone? T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: (Koopa and I, that is) T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: idk, can't follow it. what's the problem? T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: derp! T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: Fiendish! T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: i am trying to 'safely' purge a series of exits (example 12200 - 12320) from the mapper because an epic would be easier if the mapper forgot about those rooms each time the epic happens... T3/r7/2021-08-31.txt.gz:{chan ch=tech}Iron Duck Chuft Tech: if only we could safely purge abelinc.. T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: teh sqlite is easy... but you are also looping through an array at the end of map_purgeroom that i want to make sure i understand T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The purgezone code seems to reference only memory, and not database regarding exits, and I'm assuming the rooms[uid] code from 1904 on is to remove connecting rooms to any uid in the purged area. T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: you said you want to remove exits. why remove the rooms? T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: i dont want to remove the rooms T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: just the exits my mistake T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: so something like https://github.com/fiendish/aardwolfclientpackage/blob/648b907ccee3ffcefaf9c82921204d39b3aef1e4/MUSHclient/worlds/plugins/aard_GMCP_mapper.xml#L2432-L2443 ? T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: it seems like room_delete_exit(room, uid, exit) is what you want T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: yes, at a larger scale... i know exits in 120 rooms are all F'd T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: and you don't want to call it 120 times? T3/r7/2021-08-31.txt.gz:{chan ch=tech}Giddorah Tech: Can you tell the mapper not to map exits of an area? Just add the rooms? T3/r7/2021-08-31.txt.gz:{chan ch=tech}Giddorah Tech: Oh sorry for breaking in on the convo T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: uh no T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: (dumb question) should i call it 120 times and just be done with it? T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: gidd -- we actually need hte map every time... we just have to unfortunately redraw it every time T3/r7/2021-08-31.txt.gz:{chan ch=tech}Giddorah Tech: Gotcha, that sounds bad :/ T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: it makes things interesting :) T3/r7/2021-08-31.txt.gz:{chan ch=tech}Giddorah Tech: Oh yeah, every time is a new adventure :) T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: what's the context? T3/r7/2021-08-31.txt.gz:{chan ch=tech}Talbor Tech: found some screens on wiki. It looks like the GMCP data i'm seeing on my screen when that happens T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: it's trivial to spin out the delete part into its own function and call it from there. you could make a PR T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: nod pointing me to that section of code is very useful T3/r7/2021-08-31.txt.gz:{chan ch=tech}Talbor Tech: I'll look at that more later & see if I can figure out why it starts showing up, but that's what it is. T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: but if it's really clearing the exits of some room...we can make a function to silently clear exits from a room T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: or set of rooms T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: probably the lines from purgeroom are actually better for that T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: yea, thats what i am basing my tests off of T3/r7/2021-08-31.txt.gz:{chan ch=tech}Straxxus Tech: Just note, you may lose some of the functionality that one drive provides by running it that way. Versioning comes to mind. Probably won't be any or won't be reliable. T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: why dont just purge the whole zone?i dont get whats the use of the rooms only without knowing their exits, u will have it mapped the next time u enter anyway T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: because the rest of the zone's map is still useful T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: the area is somehtig like 375 rooms, only 120 have scrambled exits (and they only scramble 'every day') understanding that every day is every different time you run the area T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: think of it like a corn maze... the map of the farm overall may be still useful, but that corn maze got shifted by the farmer overnight, so your map you made yesterday, of only that corn maze is messed up T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: In other words, there's no sense in purging an entire farm when it's just the cornfields that change. T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: those are not random exit? T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: this is not interesting T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: no they are not random exits T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's not "random exits", but the maze shifts (recreates itself). T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: please make a PR to erase exits from a list of rooms. I'll clean it up and merge it T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: nodnod T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I imagine Fiendish meant "now interesting" and not "not interesting". T3/r7/2021-08-31.txt.gz:{chan ch=tech}Anssett Tech: or he hates corn mazes, and that analogy shut it down entirely T3/r7/2021-08-31.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers with Anssett about their shared secret. T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: no, I meant not T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I don't care about corn mazes T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: long story short zuq- Redryn made a new epic... he knew how to mess with people that rely on the mush tools, and did so thoroughly :) T3/r7/2021-08-31.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers with IAC DO Fiendish about their shared secret. T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I don't need koop to explain to someone else why they want to do a thing that seems ok to me T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Fair enough! T3/r7/2021-08-31.txt.gz:{chan ch=tech}Tech: WhatsApp KoopaTroopa snickers softly. T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: its neat to tell someone about some new cool game mechanic that someone did though. T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: keeps things spicy T3/r7/2021-08-31.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If only the entire MUD would be that way... a Nethack dungeon! Mappable, but only for the day... ;) T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: no i like this mech, its very modern, procedural generation is all the rage in other games, it gives some of the flavour T3/r7/2021-08-31.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: i will get the PR done soon fiendish, i dont expect it will take long, but i want to make sure everything works as expected (not lua wise, but epic wise) first T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: either way, the function will be necessary -- but a few dozen things on my mind today to try and get my head wrapped around T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: crowley: no novelty will remain interesting forever, as u can see, this new epic will cease to be a problem soon enough T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: chuckling inside because crowley likely has already done what i am talking about doing :) T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: but the novelty of procedural generation is that it spins 'maze' into something a little more realistic than a randomexit room T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: so i think that will last a while T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: i hate random exit rooms, i will take this over random exit anyday T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: the mapper already has the ability to map an area only until you leave it T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: so nethack style dungeons are doable right now T3/r7/2021-08-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: there's a not very used "virtual" area flag for this T3/r7/2021-08-31.txt.gz:{chan ch=tech}Sivak Tech: todays update for snd? T3/r7/2021-08-31.txt.gz:{chan ch=tech}Dar Tech: I somehow used to have it display the gmcp room id # after the room name (even during running) but i can't seem to remember how I had turned that on so many years ago.... did that feature disappear over the years? or am I just missing something? T3/r7/2021-08-31.txt.gz:{chan ch=tech}Sath Tech: sounds like a plugin T3/r7/2021-08-31.txt.gz:{chan ch=tech}Dar Tech: I have a new mushclient, and fresh plugins (that were the same, more or less, from what I had before T3/r7/2021-08-31.txt.gz:{chan ch=tech}Dar Tech: I just vaguely remember setting an option (I thought mudside) that showed the gmcp room id # after the room name T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: maybe in fiendish's docs? https://github.com/fiendish/aardwolfclientpackage/wiki T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: or maybe even here https://www.aardwolf.com/wiki/index.php/Clients/GMCP T3/r7/2021-08-31.txt.gz:{chan ch=tech}Durel Tech: click on the "*" in the mapper miniwin. Then select "show room id". That shows the gmcp id in the mapper window T3/r7/2021-08-31.txt.gz:{chan ch=tech}Durel Tech: is that what you meant? T3/r7/2021-08-31.txt.gz:{chan ch=tech}Dar Tech: I've looked at so many ingame helps and those webpages before, and haven't found anything.... but you know as you're running to an area, all those roomnames flash past, it used to show me the id # for the room right next to it at the sametime T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: like if you turn on item ids for your inventory, just showing number next to the output T3/r7/2021-08-31.txt.gz:{chan ch=tech}Dar Tech: now THAT is a plugin T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: yeah T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: now you've got me curious about this because that'd be useful T3/r7/2021-08-31.txt.gz:{chan ch=tech}Dar Tech: oh I always found it useful, which is why I'm trying to get it back T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: hmm and now that i see it, it's just /on/ and haven't noticed it before T3/r7/2021-08-31.txt.gz:{chan ch=tech}Dar Tech: then the quesiton is WTF....is the command/plugin that does it T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: good question, also shows whether or not graffiti is in a room too T3/r7/2021-08-31.txt.gz:{chan ch=tech}Tech: Doge Water Yajan needs an adult. T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: i read that as an audit... T3/r7/2021-08-31.txt.gz:{chan ch=tech}Dar Tech: LOL T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: maybe it's part of tags? T3/r7/2021-08-31.txt.gz:{chan ch=tech}Dar Tech: the problem i seem to be having is the #'s listed after the room names, are nowhere near the actual room id #'s T3/r7/2021-08-31.txt.gz:{chan ch=tech}Sath Tech: when you run your current moves are shown after the room name, is that what you're talking about? T3/r7/2021-08-31.txt.gz:{chan ch=tech}Dar Tech: yeah, which annoys me to no end, I'd much rather have the room id #'s T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: well, just connected via telnet, def is a plugin controlling that T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: nevermind, i lied, room numbers do show up while running T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: well goddamn T3/r7/2021-08-31.txt.gz:{chan ch=tech}Sath Tech: those numbers are your remaining moves T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: sure is... T3/r7/2021-08-31.txt.gz:{chan ch=tech}Haagen Tech: erhm, just checking but, mushclient doesn't work on the macos? T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: need wine or other virtualization T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: buy yes, it doesnt T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zhalut Tech: is it pretty good with Wine? I used it with Wine several years ago and it was very slow T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: its fine in linux, cant say about macos T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: never had any issues running mush under wine with plugins or any of that T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: wine's come a long way, so much so that steam works on proton which is kind of a fork/extension of wine to get most games working fairly close to native windows performance T3/r7/2021-08-31.txt.gz:{chan ch=tech}Sivak Tech: could easily use cuda cores to get 11x speed over windows :) T3/r7/2021-08-31.txt.gz:{chan ch=tech}Sivak Tech: I think the radeon have steam cores or stream T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zhalut Tech: dang, i should check it out then coz i VM into windows just to use MUSH :( T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: i usually just pass through a ssd and video card to kvm/qemu vms for gaming on linux myself T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: pin some cpu cores to the vm and you've got basically native performance and 100% compatability T3/r7/2021-08-31.txt.gz:{chan ch=tech}Sivak Tech: I use the virtual box for windows T3/r7/2021-08-31.txt.gz:{chan ch=tech}Sivak Tech: i had the windows 11 it supports video cards and its free T3/r7/2021-08-31.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: nodnod, what about Kali support? T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: but for low resource usage things like mush, can grab lutris and it'll just automagically organize and make things works...sets up the wine bottles and all that T3/r7/2021-08-31.txt.gz:{chan ch=tech}Sivak Tech: ya WSL 2 T3/r7/2021-08-31.txt.gz:{chan ch=tech}Sivak Tech: should cover cuda lin kaly windows T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zhalut Tech: i wonder how many ppl mud via linux.... T3/r7/2021-08-31.txt.gz:{chan ch=tech}Sivak Tech: probably have to get all the drivers T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: wsl is nice if your daily driver is linux...newer releases as part of win 11 also have built in x server and all that to run graphical apps T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: and can reasonably do development in docker containers and stuff under windows with it T3/r7/2021-08-31.txt.gz:{chan ch=tech}Sivak Tech: win 11 comes with this thing WSL g T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: err, daily driver is windows rather T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: win 10 has it too... T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: wsl has been around a couple years, wsl even longer than that T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: jeeblus, wsl 2 has been around for a couple years T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: really just a super stripped down hyper-v vm with some integrations into the desktop T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: sucks for certain things, like nmap doesn't work right or any other tools that require deep network stack access and things of that nature T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: but overall, godsend T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: i would like to go back to windows now that wsl is there, so that i can play more variety of games, but i got too comfy with my linux setup. redoing all will need much work T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: check out all the passthroughs you can do with kvm/qemu these days...can definitely get very very near native performance passing hardware through T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: and don't have to give up your comfy linux setup T3/r7/2021-08-31.txt.gz:{chan ch=tech}Tarum Tech: I'm currently using wsl on Windows 11 beta. Using wslg is great since it provides gui and sound support. i'm using tintin to play the mud currently. I do not have scripts for this mud though for Tintin++. T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: i have only 1 gpu, no integrated gpu, so passthrough not possible sanely T3/r7/2021-08-31.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: I'm still trying to get my eGPU working hehe T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: https://www.reddit.com/r/vfio T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: mushambo:what do u mean?these should work out of the box now a days. T3/r7/2021-08-31.txt.gz:{chan ch=tech}Methyl Tech: yeah, as long as you have a thunderbolt port that supports whatever your egpu can do, should be pretty plug and play T3/r7/2021-08-31.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: hmmm its pop_OS 21.04, i'm using it to run the 2nd display of a nuc but cant figure out if theres a setting i need to toggle T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: Methyl: have u seen the looking glass project? are u using that? T3/r7/2021-08-31.txt.gz:{chan ch=tech}Zuqlan Tech: is there a way to turn off identify on hover for bast eq miniwondow plugin?i want it id on click