T3/r7/2021-06-01.txt.gz:{chan ch=tech}Katsumoto Tech: Can you put a table into the mushclient's variable window, such as table = {}, and then be able to reference this table in aliases? T3/r7/2021-06-01.txt.gz:{chan ch=tech}Katsumoto Tech: Or would I put it into the global script window? T3/r7/2021-06-01.txt.gz:{chan ch=tech}Redryn Tech: you can, you need to use GetVariable i think T3/r7/2021-06-01.txt.gz:{chan ch=tech}Katsumoto Tech: Thank you T3/r7/2021-06-01.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: does anyone know if you are able to search room names with crowley's SnD? T3/r7/2021-06-01.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: Oh! Found it. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Tech: Ocho Ocho Ocho goes ooOOooOOoo. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: i like the new tags in the snd update T3/r7/2021-06-01.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: how do I disable qq alias from snd? T3/r7/2021-06-01.txt.gz:{chan ch=tech}Areia Tech: Edit the plugin. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: working on it! T3/r7/2021-06-01.txt.gz:{chan ch=tech}Cortana Tech: uh okay so with the new version of S&D installed...I'm getting a full readout of my autoconsider window every time I move - is there an easy fix for this? T3/r7/2021-06-01.txt.gz:{chan ch=tech}A Can of Pringle Tech: try xset autocon to turn it off? T3/r7/2021-06-01.txt.gz:{chan ch=tech}Cortana Tech: I mean turning it off is fine, but I do still want it to function...ideally at the same time as S&D. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Cortana Tech: Is no one else having any issue integrating SnD 5.6 with the Consider Window? I'm getting the consider window output dumped into the MUD window every time I consider. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Cortana Tech: Is there a way to use the MUSHclient alias system to accept multiple possible inputs for an alias? For example if I wanted it to recognize "avian" and "harpies" as a mapper goto command? T3/r7/2021-06-01.txt.gz:{chan ch=tech}Sath Tech: yep, you can use regular expressions T3/r7/2021-06-01.txt.gz:{chan ch=tech}Sath Tech: for example, ^avian|harpies$ T3/r7/2021-06-01.txt.gz:{chan ch=tech}Sath Tech: just make sure you check that regular expression checkbox T3/r7/2021-06-01.txt.gz:{chan ch=tech}Cortana Tech: Works perfectly, thank you Sath! Exactly my intended outcome. Appreciate your help. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Sath Tech: oh you actually want ^(avian|harpies)$ T3/r7/2021-06-01.txt.gz:{chan ch=tech}Cortana Tech: It did work without the parentheses, but I'll add them just in case. Thanks again! T3/r7/2021-06-01.txt.gz:{chan ch=tech}Sath Tech: without the parenthesis, it'll match any command starts with avian or ending with harpies T3/r7/2021-06-01.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: the parens indicate you want to capture the result in a variable T3/r7/2021-06-01.txt.gz:{chan ch=tech}Cortana Tech: oh smart okay right that makes sense T3/r7/2021-06-01.txt.gz:{chan ch=tech}Sath Tech: they can also just group regex fragments T3/r7/2021-06-01.txt.gz:{chan ch=tech}Zemendil Tech: Mapper quetion. When I define a cexit (e.g. enter gate) the mapper tries and confirms with destination room. However on speedwalk it will error 'open enter gate' and try to walk through as if a door. How do I remedy? T3/r7/2021-06-01.txt.gz:{chan ch=tech}Brightness Navani Tech: mapper cexit -- check out mapper help exits T3/r7/2021-06-01.txt.gz:{chan ch=tech}Veritheia Tech: why do you have "open" in your custom exit? T3/r7/2021-06-01.txt.gz:{chan ch=tech}Sath Tech: sounds like maybe you have an "enter *" alias? T3/r7/2021-06-01.txt.gz:{chan ch=tech}Zemendil Tech: I do not T3/r7/2021-06-01.txt.gz:{chan ch=tech}Veritheia Tech: ah yes Sath got it T3/r7/2021-06-01.txt.gz:{chan ch=tech}Veritheia Tech: I think T3/r7/2021-06-01.txt.gz:{chan ch=tech}Zemendil Tech: Ahhhh T3/r7/2021-06-01.txt.gz:{chan ch=tech}Veritheia Tech: sounds like an alias problem yes T3/r7/2021-06-01.txt.gz:{chan ch=tech}Zemendil Tech: Quite possible. I did make and alias for exploring that attempts to open all 6 directions T3/r7/2021-06-01.txt.gz:{chan ch=tech}Veritheia Tech: I suggest avoiding using common words or commands like "enter" for an alias. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Veritheia Tech: Always try to use a custom "there's no way this will be mistaken for another command" word instead T3/r7/2021-06-01.txt.gz:{chan ch=tech}Zemendil Tech: Yes. I've done it a certain way for so many years, but now that I am trying other's plugins and whatnot....have to consider these things. Thanks all T3/r7/2021-06-01.txt.gz:{chan ch=tech}Ayasinda Tech: I try to start my aliasses with a special char. Like \oa to open all directions T3/r7/2021-06-01.txt.gz:{chan ch=tech}Veritheia Tech: I use non-words and make sure they're regexed to be that and only that T3/r7/2021-06-01.txt.gz:{chan ch=tech}Sath Tech: you can also create a "literal" alias, which matches "literal *" and sends %1. I use that for mapper cexits that conflict with my aliases T3/r7/2021-06-01.txt.gz:{chan ch=tech}Zemendil Tech: I cleared it up. I had made a mapper alias for regular doors that 'cexit open e T3/r7/2021-06-01.txt.gz:{chan ch=tech}Zemendil Tech: I cleared it up. I had made a mapper alias for regular doors that 'cexit open e then go e'. Typed that my mistake/reflex. When I did the right syntax the second time it made a SECOND cexit to/from same rooms, but run was always using the first T3/r7/2021-06-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Bah, Fiendish hasn't been on in 41 days, but he broke MUSH apparently. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Katsumoto Tech: Oh how so? T3/r7/2021-06-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Seems he broke the GMCP_Send code in the gmcp_handler plugin. T3/r7/2021-06-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Heh, turns out he changed GMCP_send to GMCP_Alias. I opened up an issue, and closed it, and then Fiendish responded with, "lol checking to see if I'm still alive?" :p T3/r7/2021-06-01.txt.gz:{chan ch=tech}KnightLord Throxx Tech: back in my day, we had to feed our mush aliases into the machine with paper cards.... T3/r7/2021-06-01.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: and they tasted terrible let me tell you :) T3/r7/2021-06-01.txt.gz:{chan ch=tech}KnightLord Throxx Tech: the peppermint ones would stick togather... T3/r7/2021-06-01.txt.gz:{chan ch=tech}KnightLord Throxx Tech: yeah, reinstalling snd ate my mush client, again T3/r7/2021-06-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Those who do not subscribe to tech board, snd update if you are using my version of SnD. If not, what are you waiting for?! :p T3/r7/2021-06-01.txt.gz:{chan ch=tech}Tech: Ruckus goes ooOOooOOoo. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Ruckus Tech: thanks! T3/r7/2021-06-01.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley smiles happily. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Smudge Tech: After snd update, I have no cp/gq window. How do I restore it? T3/r7/2021-06-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: xset win on. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Smudge Tech: Awesome, thx :) T3/r7/2021-06-01.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley rapidly nods twice, in complete agreement. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Morill Tech: what percentage of gquesters would you say are using snd? T3/r7/2021-06-01.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley shrugs helplessly. T3/r7/2021-06-01.txt.gz:{chan ch=tech}[Battle] Scars Tech: nearly 100%? T3/r7/2021-06-01.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i do them without when on my phone T3/r7/2021-06-01.txt.gz:{chan ch=tech}Veritheia Tech: "most" is probably the best answer you'll get. the fast GQers anyway T3/r7/2021-06-01.txt.gz:{chan ch=tech}Morill Tech: well they did say *nearly* =p T3/r7/2021-06-01.txt.gz:{chan ch=tech}Zemendil Tech: So then....what all does SnD do? T3/r7/2021-06-01.txt.gz:{chan ch=tech}[Battle] Scars Tech: stuff, download it and read the helpfil T3/r7/2021-06-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: 'help snd' is a good place to start. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Morill Tech: ive been using native mapper commands plus a few basic aliases and im trying to evaluate whether i need to switch T3/r7/2021-06-01.txt.gz:{chan ch=tech}Veritheia Tech: Basically, it creates dynamic aliases to interact with quest/campaign/GQ targets and to interact with the mapper T3/r7/2021-06-01.txt.gz:{chan ch=tech}Morill Tech: i think i probably do need to. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Morill Tech: so its no longer controversial rules wise? T3/r7/2021-06-01.txt.gz:{chan ch=tech}Veritheia Tech: If you have hand-made aliases then what S&D will do is probably very familiar in concept to what you're already doing, but just better. T3/r7/2021-06-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Never was. T3/r7/2021-06-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It was controversial among players. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Veritheia Tech: You can read help snd if you want T3/r7/2021-06-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Some players felt it was akin to botting. But it never crossed that line. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Metzli Tech: The players it pissed off were usually ones who had spent many hours making mobwalks to every mob in the game which SnD did automatically for everyone else T3/r7/2021-06-01.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Metzli. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Veritheia Tech: Not by the official rules definition of botting, anyway. People define botting in different ways. T3/r7/2021-06-01.txt.gz:{chan ch=tech}[Battle] Scars Tech: help gqbot too btw T3/r7/2021-06-01.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Veritheia. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Zemendil Tech: lulz at definition T3/r7/2021-06-01.txt.gz:{chan ch=tech}Zemendil Tech: I'll have to check it out. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly. T3/r7/2021-06-01.txt.gz:{chan ch=tech}[Battle] Scars Tech: anyone else getting this after the snd update: Couldn't download other_target_here.wav Couldn't download target_nearby.wav T3/r7/2021-06-01.txt.gz:{chan ch=tech}Sleekr Tech: i believe the soundfiles are not included in the update T3/r7/2021-06-01.txt.gz:{chan ch=tech}Sleekr Tech: a link was mentioned yesterday T3/r7/2021-06-01.txt.gz:{chan ch=tech}Tech: [Battle] Scars nods. T3/r7/2021-06-01.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: forum tech;note read 8042 T3/r7/2021-06-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The sound files are supposed to be automatically downloaded now. we will check it out. T3/r7/2021-06-01.txt.gz:{chan ch=tech}Morill Tech: so for an initial install of snd do you install the snd.xml or sndv4.6.xml or both? T3/r7/2021-06-01.txt.gz:{chan ch=tech}Zemendil Tech: one or the other.....the snd.xml is working fine so far T3/r7/2021-06-01.txt.gz:{chan ch=tech}Zemendil Tech: Its the newer one just do the 4.6 if you run into issues T3/r7/2021-06-02.txt.gz:{chan ch=tech}Morill Tech: is there a good way to prevent mapper from trying to use 'a Majestic Orb' as a transit to get to unrelated areas, since it requires killing the gargoyles? T3/r7/2021-06-02.txt.gz:{chan ch=tech}Morill Tech: i dont necessarily want to delete it because i want to use it to get to that area specifically if i need to T3/r7/2021-06-02.txt.gz:{chan ch=tech}AF Kers Tech: Gameside solution: You can complete the goal for the area - that will address the problem you are facing. T3/r7/2021-06-02.txt.gz:{chan ch=tech}Morill Tech: i can try that i suppose T3/r7/2021-06-02.txt.gz:{chan ch=tech}Morill Tech: i didnt know the gargoyles thing was conditional T3/r7/2021-06-02.txt.gz:{chan ch=tech}Tinypotato Tech: you can mapper lockexit the up exit in room 14960 T3/r7/2021-06-02.txt.gz:{chan ch=tech}Morill Tech: theres one thing i cant figure out. what the heck is the little arrow that counts up or down by 100? T3/r7/2021-06-02.txt.gz:{chan ch=tech}Dogwater Welding Tech: for snd you mean? T3/r7/2021-06-02.txt.gz:{chan ch=tech}Morill Tech: ya T3/r7/2021-06-02.txt.gz:{chan ch=tech}Dogwater Welding Tech: you can basically use it to lock yourself at NOEXP when your tnl hits that point or below, so it keeps you from leveling up past your campaign range T3/r7/2021-06-02.txt.gz:{chan ch=tech}Dogwater Welding Tech: when your tnl hits that number or below, it will toggle noexp on you automatically T3/r7/2021-06-02.txt.gz:{chan ch=tech}Morill Tech: ah T3/r7/2021-06-02.txt.gz:{chan ch=tech}Zemendil Tech: excellent T3/r7/2021-06-02.txt.gz:{chan ch=tech}Morill Tech: is there a good way to trace what plugin might be triggering on a certain input in mushclient? T3/r7/2021-06-02.txt.gz:{chan ch=tech}Morill Tech: i'm trying to set an alias as 'gg' but it seems some plugin is triggering off that to do a gq check and i'd like to konw who the culprit is. T3/r7/2021-06-02.txt.gz:{chan ch=tech}Zemendil Tech: disable them one by one till the behaviour stops T3/r7/2021-06-02.txt.gz:{chan ch=tech}Dogwater Welding Tech: if its a GQ check I'd bet money that it could be snd doing it, but not 100% certain. That being said, I'm not sure if any sleek ways of figuring out what plugins are triggering things, liek Zemendil said it might be just a trial and error way of disabling and reinabling things one at a time T3/r7/2021-06-02.txt.gz:{chan ch=tech}Morill Tech: i searched the snd source code since i suspected it and i didnt spot anything obvious for 'gg' T3/r7/2021-06-02.txt.gz:{chan ch=tech}Morill Tech: but that does appear to be it. annoying T3/r7/2021-06-02.txt.gz:{chan ch=tech}Zemendil Tech: also type 'alias' as a command and see if you have any forgotte-about client side aliases T3/r7/2021-06-02.txt.gz:{chan ch=tech}Morill Tech: you mean server side, i assume. no server side alises defined though T3/r7/2021-06-02.txt.gz:{chan ch=tech}Zemendil Tech: Yeah...I just typed 'gg' and got the snd capt routine T3/r7/2021-06-02.txt.gz:{chan ch=tech}Morill Tech: annoying because thats a convenient short and easy to type alias i wanted to use T3/r7/2021-06-02.txt.gz:{chan ch=tech}Zemendil Tech: Just do \gg or ^gg T3/r7/2021-06-02.txt.gz:{chan ch=tech}Morill Tech: that makes it hard to type again lol T3/r7/2021-06-02.txt.gz:{chan ch=tech}Zemendil Tech: lol T3/r7/2021-06-02.txt.gz:{chan ch=tech}Veritheia Tech: It's pretty easy to go into the S&D plugin file and change the gg alias to be whatever letters you want so you can use gg for your own personal alias T3/r7/2021-06-02.txt.gz:{chan ch=tech}Zemendil Tech: That's truee as well. T3/r7/2021-06-02.txt.gz:{chan ch=tech}Morill Tech: oh yeah i see the alias now in there for gg. Weird. i wonder why i missed this when i did my search earlier. T3/r7/2021-06-02.txt.gz:{chan ch=tech}Morill Tech: its kind of a weird alias too. why would somebody want gg and qq aliased to gq ch? T3/r7/2021-06-02.txt.gz:{chan ch=tech}[Battle] Scars Tech: has anyone made publically available a malediction reporter script? T3/r7/2021-06-02.txt.gz:{chan ch=tech}Naricain Tech: anyone using crowleys S&D and getting the sound download issues like "Couldn't download target_nearby.wav"? T3/r7/2021-06-02.txt.gz:{chan ch=tech}Morill Tech: ya T3/r7/2021-06-02.txt.gz:{chan ch=tech}Naricain Tech: I'm trying to fix it but it's working fine for me, want to help me track it down? T3/r7/2021-06-02.txt.gz:{chan ch=tech}Naricain Tech: Ok I think I fixed the sound download issue in crowley's S&D. Can anyone who had that issue run "snd force update" and tell me if it works? T3/r7/2021-06-02.txt.gz:{chan ch=tech}Brightness Navani Tech: worked for me T3/r7/2021-06-02.txt.gz:{chan ch=tech}Naricain Tech: yay thanks T3/r7/2021-06-02.txt.gz:{chan ch=tech}Naricain Tech: I'll get a proper release out in a bit T3/r7/2021-06-02.txt.gz:{chan ch=tech}Geslor Tech: -10 T3/r7/2021-06-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: 5.63 for snd is released! *shifty* New features! Improvements! Includes auto-update checks every hour that can be disabled! T3/r7/2021-06-02.txt.gz:{chan ch=tech}Methyl Tech: Oh boy, I've been following the git commits. Thanks both of you. T3/r7/2021-06-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly. T3/r7/2021-06-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And... 5.65 is out. Some fixes, yadda yadda yadda. T3/r7/2021-06-02.txt.gz:{chan ch=tech}Ruckus Tech: hey..great work...we all appreciate it...yadda yadda :) T3/r7/2021-06-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-06-02.txt.gz:{chan ch=tech}Naricain Tech: oh good. I've been running down the list of "I kind of wish it worked like _this_ instead" T3/r7/2021-06-02.txt.gz:{chan ch=tech}Tech: Ruckus chuckles politely. T3/r7/2021-06-02.txt.gz:{chan ch=tech}KnightLord Throxx Tech: will it do my dishes after dinner? T3/r7/2021-06-02.txt.gz:{chan ch=tech}Ruckus Tech: seriously if you make the dish thing work...that'll be huge T3/r7/2021-06-02.txt.gz:{chan ch=tech}Naricain Tech: I wish. If it could clean up after my cats as well that would be amazing T3/r7/2021-06-02.txt.gz:{chan ch=tech}Brightness Navani Tech: prefer if they work on laundry folding technology tbh T3/r7/2021-06-02.txt.gz:{chan ch=tech}Ruckus Tech: omg 'xset change litterbox' T3/r7/2021-06-02.txt.gz:{chan ch=tech}Ruckus Tech: that's a fabulous idea T3/r7/2021-06-02.txt.gz:{chan ch=tech}Naricain Tech: haha yes, but also "xset pick_up_all_the_shit_that_got_knocked_over_during_the_night" T3/r7/2021-06-02.txt.gz:{chan ch=tech}Naricain Tech: or xset puatstgkodtn T3/r7/2021-06-02.txt.gz:{chan ch=tech}[Battle] Scars Tech: so THATS the command T3/r7/2021-06-02.txt.gz:{chan ch=tech}Ruckus Tech: xset pickup all the sand rather athletically kicked around the apartment T3/r7/2021-06-02.txt.gz:{chan ch=tech}Tech: Naricain laughs out loud. T3/r7/2021-06-02.txt.gz:{chan ch=tech}Naricain Tech: I don't know why I find "rather athletically" so funny T3/r7/2021-06-02.txt.gz:{chan ch=tech}Ruckus Tech: 'kicked sand with gusto' T3/r7/2021-06-02.txt.gz:{chan ch=tech}Tech: Ruckus snickers softly. T3/r7/2021-06-02.txt.gz:{chan ch=tech}[Battle] Scars Tech: who is gusto and why are they so violent T3/r7/2021-06-02.txt.gz:{chan ch=tech}Naricain Tech: anyone know of some nowhere mobs off the top of their head? Want to test something with S&D T3/r7/2021-06-02.txt.gz:{chan ch=tech}Methyl Tech: eldar hermit in kobold iirc T3/r7/2021-06-02.txt.gz:{chan ch=tech}Kalsch Tech: adaline in nradiance T3/r7/2021-06-02.txt.gz:{chan ch=tech}Brightness Navani Tech: hairy spider in shoug T3/r7/2021-06-02.txt.gz:{chan ch=tech}Naricain Tech: thanks T3/r7/2021-06-02.txt.gz:{chan ch=tech}Kalsch Tech: anymouse's friends T3/r7/2021-06-02.txt.gz:{chan ch=tech}Naricain Tech: just a little straw poll: does anyone actually like the underlines on hyperlinks in S&D? With vs without: https://imgur.com/a/kehSk10 T3/r7/2021-06-02.txt.gz:{chan ch=tech}Naricain Tech: IMO without looks a lot cleaner T3/r7/2021-06-02.txt.gz:{chan ch=tech}Karathos Tech: without T3/r7/2021-06-02.txt.gz:{chan ch=tech}Zemendil Tech: without T3/r7/2021-06-02.txt.gz:{chan ch=tech}Karathos Tech: is there anyway to increase the font size in the snd miniwin? T3/r7/2021-06-02.txt.gz:{chan ch=tech}Naricain Tech: yeah, right click on the top bar, choose change font and set the size there T3/r7/2021-06-02.txt.gz:{chan ch=tech}Karathos Tech: awesome, thx T3/r7/2021-06-03.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: Couldn't download other_target_here.wav T3/r7/2021-06-03.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: how do i resolve that? T3/r7/2021-06-03.txt.gz:{chan ch=tech}Brightness Navani Tech: are you on ver 5.65 ? T3/r7/2021-06-03.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: it's the new one T3/r7/2021-06-03.txt.gz:{chan ch=tech}Brightness Navani Tech: then I got nothing T3/r7/2021-06-03.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: nm got it T3/r7/2021-06-03.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: just updated from 5.62 to 5.65 T3/r7/2021-06-03.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: fixed it T3/r7/2021-06-03.txt.gz:{chan ch=tech}Brightness Navani Tech: cool T3/r7/2021-06-03.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley beams with pride. T3/r7/2021-06-03.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: We've pushed out a lot of updates lately. T3/r7/2021-06-03.txt.gz:{chan ch=tech}Tech: *Yay!* Go (Aleister) Crowley!!! Omphalon cheers him on. T3/r7/2021-06-03.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Since we've been pushing out so many, there is an automatic update check every hour, but you can disable it. T3/r7/2021-06-03.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Also, we appreciate all the feedback we've been getting on it. It allows us to make improvements, too. T3/r7/2021-06-03.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: I'm cleaning up old storage boxes...Found stats from a site I ran in 2000. The level of detail it provided was "Hits" "Files" "Pages" "Visits" . Also found a Yahoo! print magazine about the Net's future, I should read that for lol T3/r7/2021-06-03.txt.gz:{chan ch=tech}Radric Tech: I recently setweight on a dagger of aardwolf to reduce it by half. But DINV does not seem to recognize this fact. Is there a way to refresh the identification of a weapon T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: dinv forget id ;dinv refresh T3/r7/2021-06-03.txt.gz:{chan ch=tech}Radric Tech: nice ok thanks T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: also dinv related: sometimes straight up seems to miss items. Anyone know why this is happening and how I can prevent it in the future? T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: these are items that I had when I did the initial dinv build T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: can happen when an item leaves your inventory and comes back T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: like via death T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: ahh ok T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: so every death, do a rebuild T3/r7/2021-06-03.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yes. T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: probably, yeah T3/r7/2021-06-03.txt.gz:{chan ch=tech}Radric Tech: confirmed: after forget and refresh DINV now correctly uses the dagger. T3/r7/2021-06-03.txt.gz:{chan ch=tech}Radric Tech: have to admit that I am surprised it doesn't update when I identify something. T3/r7/2021-06-03.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's because it skips over things already identified. Otherwise, it'd update quite a bit. T3/r7/2021-06-03.txt.gz:{chan ch=tech}Radric Tech: what I mean is: if I cast identify, maybe it should be watching for that and refresh its stats for that item? Or would such a trigger cause too much lag? T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: I don't think it would cause any significant lag, but I think the author may have been afraid of leaving triggers like that on all the time and triggering on output it shouldn't T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: without knowing the internals of the plugin: a trigger like that should add negligible overhead T3/r7/2021-06-03.txt.gz:{chan ch=tech}Radric Tech: i suppose the typical identify commands could be replaced to turn the trigger on and off. T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: anyone know if the omit_from_output flag can be toggled inside the script? T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: it can, use SetTriggerOption T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: cool T3/r7/2021-06-03.txt.gz:{chan ch=tech}Your Intuition Tech: what if you stack 3 identify commands? the moment you stack you enable the triggers. the moment you finish identifying the first item you disable that trigger. you can sort of keep track how many times it was sent but that requires extra logic. not saying it's not doable, just that it's not as simple as that. T3/r7/2021-06-03.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can toggle omit_from_output with script, yes. T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: the other thing to watch out for is not having the identify wish. I have to go to hester's to do my rebuild or it won't use my invis ring and aard aura because it doesn't know about their effects. You wouldn't want to identify an item it already has and overwrite it with less information T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: You know, if you're going to change the plugin :P T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: FWIW, you probably don't want to be wearing the invis ring via dinv :P It's got no stats, and you lose the invis effect as soon as you fight something T3/r7/2021-06-03.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: As for the identify thing, DINV keeps track of id numbers via invmon. If it's already seen it, it's not going to look at it a second time. For all it knows, you just dropped the item and picked it back up. Why identify something that didn't change? That's why you gotta "forget" the item and identify again. T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: true, but you can prioritize invis really high T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: yep, and you'll wear it all the time and never have invis :) T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: unless you also have a kill trigger that re-wears it T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: that's what I do. Is there a better way? T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: sure, then what do you need dinv for? :P T3/r7/2021-06-03.txt.gz:{chan ch=tech}Kagaku Tech: once you have the invis spell it's better to do a spellup after every fight (to refresh hide/sneak/invis) than to fiddle with the ring T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: personally, I put on my ring whenever I path through a room where I've been aggroed before, and then put on whatever my actual stats ring is as soon as I lose invis (usually initiating a fight) T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: well if I have a great ring, a mediocre ring, and an invis ring I don't want dinv having me wear the great and mediocre rings, then when I go invis with the invis ring it replaces the great ring. I'd rather have it just make me wear the invis ring and the great ring T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: yeah, I guess that's a fine way to do it T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: using an invis spell makes sense, once I remort as a mage. Are there other spells that cause invis? I'm guess no because there's nothing on samespell T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: hide has a similar, but different, effect T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: yeah, but better to be both in case a mob has detect invis but not detect hide, or vice versa T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: same mechanics, different spell/races detect it T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: also FWIW, there are very few aggro mobs that detect invis that can't detect hidden T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: good to know T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: New version of S&D just released. snd update to grab it T3/r7/2021-06-03.txt.gz:{chan ch=tech}Evine Tech: what's new? T3/r7/2021-06-03.txt.gz:{chan ch=tech}Omphalon Tech: Keylogger! T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: hahaha no no T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: Reformatted target and room tables in the mud window: no more underlines, alternating rows have a different background color, room lists also contain links to notes for each room (if there are any) T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: and added a settings button in the main window T3/r7/2021-06-03.txt.gz:{chan ch=tech}Evine Tech: i want to integrate a smart mob finder to track each mob you kill and the room id liklihood and integrate it into S&D... T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: that's already in S&D :) T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: well, each mob you see on scan/con T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: next thing I'm going to do is make it smarter about "nowhere" flagged mobs, but that'll prob be tomorrow unless it bugs me too much today T3/r7/2021-06-03.txt.gz:{chan ch=tech}Ruckus Tech: I'm diggin the alert sounds T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: thanks :) T3/r7/2021-06-03.txt.gz:{chan ch=tech}Omphalon Tech: Yeah, the updates are great! T3/r7/2021-06-03.txt.gz:{chan ch=tech}Evine Tech: awesome! How do i update it? T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: which S&D are you using Evine? T3/r7/2021-06-03.txt.gz:{chan ch=tech}Evine Tech: crowley's T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: Oh, it should already be working then T3/r7/2021-06-03.txt.gz:{chan ch=tech}Omphalon Tech: I can't remember, has the noexp feature been fixed? T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: which version are you on? T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: Yeah, noexp was fixed a couple versions ago T3/r7/2021-06-03.txt.gz:{chan ch=tech}Zemendil Tech: Been working fine for me Omp T3/r7/2021-06-03.txt.gz:{chan ch=tech}Omphalon Tech: Awesome T3/r7/2021-06-03.txt.gz:{chan ch=tech}Evine Tech: 4.61 T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: oh, you'll need to manually grab v5 T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: https://github.com/AardCrowley/Search-and-Destroy/archive/refs/heads/master.zip T3/r7/2021-06-03.txt.gz:{chan ch=tech}Zemendil Tech: Glad I broke down my pride and got in on it. Been enjoying it T3/r7/2021-06-03.txt.gz:{chan ch=tech}Evine Tech: got it, thanks! T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: let me know if anyone finds bugs, or has feature suggestions T3/r7/2021-06-03.txt.gz:{chan ch=tech}Veritheia Tech: is there a way to see how/why dinv is picking specific items for a set priority/level? T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: not really, each set is the result of an optimizer algorithm T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: the answer is always "because it maximizes the score to the best of the algorithm's capability according to your priority" T3/r7/2021-06-03.txt.gz:{chan ch=tech}Veritheia Tech: yeah just wondering if there's a way to see the results of whatever calculations it's doing T3/r7/2021-06-03.txt.gz:{chan ch=tech}Veritheia Tech: not sure how that would even necessarily work but eh, just wondered T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: I don't think there's a way to see the optimization process, and even if there was, it'd probably be pretty hard to interpret T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: have you tried dinv compare? T3/r7/2021-06-03.txt.gz:{chan ch=tech}Veritheia Tech: yeah not quite what i'm necessarily looking for but something similar, maybe. it's nbd T3/r7/2021-06-03.txt.gz:{chan ch=tech}Katsumoto Tech: is there a way for me to check the contents of a lua table from within the mushclient command window? T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: tprint(table) T3/r7/2021-06-03.txt.gz:{chan ch=tech}Katsumoto Tech: Like, how would I get print() to work in the command window T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: or rather \\\tprint(table) T3/r7/2021-06-03.txt.gz:{chan ch=tech}Katsumoto Tech: Thank you, looks like the triple forward slas is it T3/r7/2021-06-03.txt.gz:{chan ch=tech}Katsumoto Tech: Is there a global variable of some sort that can give me my current level? I tried gmcpchar.status.level, but I get a nil result. I'm probably not calling it/doing it right... T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: gmcp("char.status.level") T3/r7/2021-06-03.txt.gz:{chan ch=tech}Katsumoto Tech: Strange, I get a nil value T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: gmcpchar.status.level T3/r7/2021-06-03.txt.gz:{chan ch=tech}Katsumoto Tech: This is what I'm putting in to call...print(gmcp("char.status.level")) T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: mis T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: looks correct T3/r7/2021-06-03.txt.gz:{chan ch=tech}Katsumoto Tech: Doesn't seem to work. Meh, I'll do it the old fashion way and use a trigger lol T3/r7/2021-06-03.txt.gz:{chan ch=tech}Zemendil Tech: One possible reason for that might be...consider that gmcp data used by aardpackage plugins are contained within those plugins and invisible outside them. So if you are making that call in your own script, e.g. You will need to first "listen" for broadcast from gmcp handler T3/r7/2021-06-03.txt.gz:{chan ch=tech}Katsumoto Tech: Probably, I was just trying to do some reading on it. Would be good practice to sandbox the data. With little to no programming knowledge, I'm probably just fumbling my way through the dark. T3/r7/2021-06-03.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: as to the level thing... I have this in one of the plugins I've written... T3/r7/2021-06-03.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: effectiveLevel = tonumber(gmcp("char.status.level")) + (tonumber(gmcp("char.base.tier")) * 10) T3/r7/2021-06-03.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: so what you want is gmcp("char.status.level") for level... T3/r7/2021-06-03.txt.gz:{chan ch=tech}Katsumoto Tech: gmcp is a nil value. I think what Zemendil said is probably at play here. T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: you may need to require "gmcphelper" T3/r7/2021-06-03.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: yeah... that... T3/r7/2021-06-03.txt.gz:{chan ch=tech}Sath Tech: I thought the return value was nil, if gmcp is nil, you aren't requiring gmcphelper T3/r7/2021-06-03.txt.gz:{chan ch=tech}Negader Tech: can read this page to find out more about gmcp: https://github.com/fiendish/aardwolfclientpackage/wiki/Using-GMCP T3/r7/2021-06-03.txt.gz:{chan ch=tech}Veritheia Tech: did you include gmcphelper? T3/r7/2021-06-03.txt.gz:{chan ch=tech}Zemendil Tech: Yes the line require "gmcphelper" would need to at top in declarations before the call T3/r7/2021-06-03.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: aside from the "require gmcphelper" bit, the only issues I've ever had accessing gmcp info is that it kinda lags actual mud activity, like when tracking a fight. If a mob dies in a fight, for example, a call to return your status may indicate that you're still fighting. It's a race-condition type thing... For info like level, though, that's a bit more static, the timing probably doesn't pose as much of an issue. T3/r7/2021-06-03.txt.gz:{chan ch=tech}Katsumoto Tech: Thank you all, the gmcpheler line worked!! T3/r7/2021-06-03.txt.gz:{chan ch=tech}Katsumoto Tech: Thank you for teaching me a little more coding today. Lol. T3/r7/2021-06-03.txt.gz:{chan ch=tech}Katsumoto Tech: I'm trying to build a little thing where my spells will randomly fire any of my available spells if it is within X range of my level or if it is within the last 5 spells learned. Enjoying the puzzle solving of trying to see how to get it to work... T3/r7/2021-06-03.txt.gz:{chan ch=tech}Naricain Tech: small fix pushed up for S&D that fixes the 'xm' command T3/r7/2021-06-04.txt.gz:{chan ch=tech}Naricain Tech: anyone using crowley's that would be up for beta testing something? T3/r7/2021-06-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Please don't use me, but use my SnD! :p T3/r7/2021-06-04.txt.gz:{chan ch=tech}Tech: Naricain P T3/r7/2021-06-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: :P T3/r7/2021-06-04.txt.gz:{chan ch=tech}Naricain Tech: Basically I'm messing around with how coloring works and it touches most of the code. Just want to make sure nothing blows up. It's a matter of using it normally and seeing if any errors pop up T3/r7/2021-06-04.txt.gz:{chan ch=tech}Selitos Tech: is there a way to look at temperary variables in mush? T3/r7/2021-06-04.txt.gz:{chan ch=tech}Zemendil Tech: Not sure which variables you are looking for there ...but.... any variables YOU have Set...Shift+Ctrl+7 will open the variables window T3/r7/2021-06-04.txt.gz:{chan ch=tech}Selitos Tech: now whats the best way to save a table for a plugin on savestate? T3/r7/2021-06-04.txt.gz:{chan ch=tech}Sath Tech: IMO it's json.encode T3/r7/2021-06-04.txt.gz:{chan ch=tech}Naricain Tech: yeah, json encode or save in a db depending on your needs T3/r7/2021-06-04.txt.gz:{chan ch=tech}Selitos Tech: well currently my plugin does SetVariable("mylist", serialize.save_simple(mylist)) T3/r7/2021-06-04.txt.gz:{chan ch=tech}Selitos Tech: that just saves the table as a list right? T3/r7/2021-06-04.txt.gz:{chan ch=tech}Sivak Tech: version 5 seems like fun T3/r7/2021-06-04.txt.gz:{chan ch=tech}Selitos Tech: hrm? T3/r7/2021-06-04.txt.gz:{chan ch=tech}Selitos Tech: i am saving the table as setvariable and get variable but i think its unnessassary canjust call SaveState() in the plugin? T3/r7/2021-06-04.txt.gz:{chan ch=tech}Selitos Tech: and the table will be saved in the savestate file right? T3/r7/2021-06-04.txt.gz:{chan ch=tech}Selitos Tech: thats how i read the mushclient help T3/r7/2021-06-04.txt.gz:{chan ch=tech}Sath Tech: my understanding is that only MUSHclient variables, and not lua variables, are saved to the state file T3/r7/2021-06-04.txt.gz:{chan ch=tech}Tinypotato Tech: you need to SetVariable for anything you want to save into the savestate file T3/r7/2021-06-04.txt.gz:{chan ch=tech}Tinypotato Tech: http://www.gammon.com.au/forum/?id=4960&reply=6#reply6 T3/r7/2021-06-04.txt.gz:{chan ch=tech}Selitos Tech: ok thanks T3/r7/2021-06-04.txt.gz:{chan ch=tech}Katsumoto Tech: How do I zoom out on the mushclient map? T3/r7/2021-06-04.txt.gz:{chan ch=tech}Sivak Tech: you can go outside and type bigmap T3/r7/2021-06-04.txt.gz:{chan ch=tech}Katsumoto Tech: Somehow, I must have done something to make it zoom in. It's way too close now. T3/r7/2021-06-04.txt.gz:{chan ch=tech}Ogreskull Tech: mousewheel T3/r7/2021-06-04.txt.gz:{chan ch=tech}Naricain Tech: mousewheel or from the menu under the * at the top left T3/r7/2021-06-04.txt.gz:{chan ch=tech}Tech: Katsumoto thanks Ogreskull heartily. T3/r7/2021-06-04.txt.gz:{chan ch=tech}Katsumoto Tech: Thanks all! T3/r7/2021-06-04.txt.gz:{chan ch=tech}Naricain Tech: S&D 5.7 released. One new feature is an in game changelog so you can see for yourself what changed T3/r7/2021-06-04.txt.gz:{chan ch=tech}Zemendil Tech: Very nice, well done! T3/r7/2021-06-04.txt.gz:{chan ch=tech}Naricain Tech: oh, and as always it's 'snd update' to get it T3/r7/2021-06-05.txt.gz:{chan ch=tech}Katsumoto Tech: If I wanted to transfer my mushclient data from one computer to another, do I just nede to copy the .mcl and the .lua file to the new computer (and any custom plugins I downloaded)? Would that bring all the triggers/aliases over? T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Battle] Scars Tech: copy the whole folder imo T3/r7/2021-06-05.txt.gz:{chan ch=tech}Katsumoto Tech: Okay. The only issue is i'm on wine presently. Safe to just copy the whole thing over to Windows? T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Battle] Scars Tech: i think so, yeah T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Battle] Scars Tech: does anyone know of a publically available plug in that will take all of the items on my keyring that are not 'keep' flagged and put them in a container? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Katsumoto Tech: Thanks Scars. T3/r7/2021-06-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Enjoy the new updates to SnD. As usual, we are accepting feedback and changes. T3/r7/2021-06-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But for now, I'm off to Niagara Falls. :D T3/r7/2021-06-05.txt.gz:{chan ch=tech}Katsumoto Tech: Enjoy! T3/r7/2021-06-05.txt.gz:{chan ch=tech}Brightness Navani Tech: got this Error while fetching latest plugin version T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: question about lua table of tables: table = {{"name", "date", "status"},{"name2", "date2", "status2"}, etc...} how do i get it to list out the names in a format like "name date status"? T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Look into lua table foreach loops T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: i'm used to pairs / ipairs T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: but i usualy am working with simple tables of strings T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Yeah that's what it's called, same exact way. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: hrm not formating it right for the 3 strings per table T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I just don't know offhand how Lua would make what you wrote into a table, would it just assign an int to them T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: So how does it know the name is a name? If you aren't giving it a key... T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I'd recommend given them named keys for readability! T3/r7/2021-06-05.txt.gz:{chan ch=tech}Princess Alison Tech: I want some triggers to fire every tick (etc. spellups which don't work with my spellup plugin, waking up automatically on tick if I'm asleep) T3/r7/2021-06-05.txt.gz:{chan ch=tech}Princess Alison Tech: To do so, I set the game to notify me when a tick happens, and trigger on the --> TICK <-- message T3/r7/2021-06-05.txt.gz:{chan ch=tech}Princess Alison Tech: But I don't want to see --> TICK <-- every thirty seconds, it clutters up my screen T3/r7/2021-06-05.txt.gz:{chan ch=tech}Princess Alison Tech: Is there a way to gag --> TICK <--? #gag doesn't seem to work T3/r7/2021-06-05.txt.gz:{chan ch=tech}Princess Alison Tech: Never mind, I figured it out, you can just tick omit from output :P T3/r7/2021-06-05.txt.gz:{chan ch=tech}Tech: Princess Alison feels like a dunce. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Tech: [Outlaw] Mendaloth crosses his arms and nods slowly and sagely to Princess Alison. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: heh i think i need someone good at lua to tell me cuase i just can't figure it out T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: i'm not smart enough, or good enough with lua T3/r7/2021-06-05.txt.gz:{chan ch=tech}Katsumoto Tech: Don't sell yourself short Selitos. T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Have you ever dealt with multidimensional arrays before? T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: It's tricky if you haven't learned the concept... T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: i'm no programmer just self taught some lua concepts T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: no only simple arrays T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: So table[1][1] would show the first name. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Katsumoto Tech: A table is essentially a 2d multid array T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: yup i got that much T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: But like I said it's so much more readable to do table[1]["name T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: But like I said it's so much more readable to do table[1]["name"] T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: yes i can write it as [name] = "name", still not sure how to read it out though T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: If you decide to add a new column, using numbers can make it terribly hard. T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: So you know how to print out a one dimensional array? How would you do that? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: for _, line in pairs(table) print(line) T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: OK good. line is just that row of the table. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Katsumoto Tech: You can use nested loops to print multidimensional arrays T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: So to print the name of that row, just to line['name'] T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: and then do that for each column T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: ahh ok so line then becomes the simple table and you print each again T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: That's basically what multidimensional tables are, nested arrays/tables. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Katsumoto Tech: Do you intend to search for the index value of an element of an array? Like what is the index for a particular string (e.g., "name of mob"] T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: can i do: for -, line in pairs(for _, row in pairs(table)) print() T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: well more accuratly: for _, line in pairs(for _, row in pairs(table)) print(line) T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: don't forget `do` and `end`! T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: yup T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: wait does the loop inside of pairs() work? T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Each for loop would need to be on their own line and nested that w a T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: that way, but yeah the concept works... T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: I would have done something like for _, row in ipairs(table) do for _, col in in ipairs(line) do print(col) end end T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Yeah something like that! T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: ok yeah i wondered that, thanks T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I've found tprint to be very useful for visualizing how tables are organized. you can require "tprint" then just do tprint(table) T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: does tprint do a good job on arrays as well? T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Yes T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Arrays and tables are basically the same in Lua - I think.... T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: yeah, same object but the way you interact with them is different. Arrays are ordered, tables are not. ipairs vs pairs, etc T3/r7/2021-06-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: In other languages there are probably distinctions... T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: it makes sense tprint works the same T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: yeah it's the first language where I've seen arrays be interchangeable with tables T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: it looks like `snd update` was broken for a little while this morning but it should be fixed now T3/r7/2021-06-05.txt.gz:{chan ch=tech}Tech: Naricain pokes Brightness Navani in the ribs. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: for _, row in pairs(Bootlist) do T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: for _, row in pairs(Bootlist) do for _, col in pairs(row) do ---->this line gives me the error bad argument #1 to 'pairs' (table expected, got function) T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: how is bootlist defined? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: i think based on whats in saved state: Bootlist = {[1] = {[1] = "Speedy",[2] = "06/04/21",[3] = "1",},} T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: what's the actual line of code that sets its value T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: Bootlist = loadstring("return " .. GetVariable("Bootlist")) T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: oh so do for _, row in pairs(Bootlist())... T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: you have to call Bootlist, that's all T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: should be alread loaded from the savestate file T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: then you need to save it in a variable T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: thats the line thaqt loads it T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: with loadstring you're saying basically "Bootlist is a function that will load the data from the savestate file" T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: yes each time the plugins modifies the table it saves it to the file as SetVariable("Bootlist", serialize.save_simple(Bootlist)) T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: ion plugininstall it loads it from the file as Bootlist = loadstring("return " .. GetVariable("Bootlist")) T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: right, ok so you've got two things: you've got a variable in the savestate file called "Bootlist" which you get and set with GetVariable("Bootlist") and SetVariable("Bootlist", value) T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: yup T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: then in the lua script itself you have a _function_ called Bootlist that causes the data to be loaded from the savestate T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: what you don't have is a variable in the lua plugin that contains the value of Bootlist in the save state T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: yes the variable is Bootlist T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: in the plugin T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: right now, Bootlist is a fancy way of doing `function Bootlist() return GetVariable("Bootlist") end` T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: then change it to `Bootlist = GetVariable("Bootlist")` T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: it doesn't sound like the loadstring stuff is what you even want T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: my understanding is SetVariable("Bootlist", serialize.save_simple(Bootlist)) save is as a string? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: yes T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: that's not the part you're misunderstanding T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: so you load back as Bootlist = loadstring("return " .. GetVariable("Bootlist")) T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: it's the loadstring T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: why loadstring? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: get rid of that, just do GetVariable(...) T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: ok i'll try that T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: loadstring creates a function that will call whatever is inside the string you pass it T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: serialze doesn't change it? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: I don't see why it would T3/r7/2021-06-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You have to loadstring. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: yes thats my understanding Crowley T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: why? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: cuase you have to conver t from lua table to mush viariable T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: to save it T3/r7/2021-06-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: variables are all strings as far as Mushclient variables go. so if you have lua code saved as a variable, you must loadstring it T3/r7/2021-06-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: otherwise it saves it as a literal string and not the table you wanted. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: then Bootstring is a function that contains the table, not the table itself. Subtle difference, but to get the value you need to do Bootlist() T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: so my two lines to save and load the table into mny plugin are correct...still need an answer to my original question T3/r7/2021-06-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I am currently on the road so can not truly answer efficie tly, but hold 9n. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: IMO it's kind of a hacky way of storing a table. Simpler to use json but ehhh if this is working for you go with it T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: well thats the way mushclient uses the savestate file for tables. my problem is i still can't print the data in my multidimensional table T3/r7/2021-06-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So, Selitos, are yousure it is loading bootlist as the table? do some debug. after the loadstring, put print(type(Bootlist)) and see if it prints table. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: ok i can try that T3/r7/2021-06-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: As a side note, I think it needs to be changed to Bootlist = assert(loadstring(GetVariable("..."))) () instead T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: i don't see anything T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: whats the assert do? T3/r7/2021-06-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You are doing serialize.save, not simple saves. so try what i just suggested. T3/r7/2021-06-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well,it chrcks for errors. T3/r7/2021-06-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Sorry, on mobile. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: hrm i don T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: hrm i don't have the () at the end... T3/r7/2021-06-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You are able to optionally add an error message, but I rarely use it. Just better with assert, I think. T3/r7/2021-06-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You need to remove the return... T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: looks like assert was edited out in the plugin prob was in before and changes to just loadstring T3/r7/2021-06-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So again, change it to Bootlist = assert(loadstring(GetVariable("Bootlist"))) () T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: ok now it works, and my other code is reading the table correctly T3/r7/2021-06-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yay! T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: ok cool, now to get it formatted the way i want T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: thanx everyone T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: is a there a simple way to append a table of strings into one long string? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Mannec Tech: i would guess theres a simple way to append a single string onto another - could put that in a loop. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Gilduran Tech: You could loop through your table and use variable = variable + string T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: ok, that makes sense T3/r7/2021-06-05.txt.gz:{chan ch=tech}Gilduran Tech: or veriable += string, depending on the language you are using T3/r7/2021-06-05.txt.gz:{chan ch=tech}Gilduran Tech: variable* T3/r7/2021-06-05.txt.gz:{chan ch=tech}Negader Tech: in lua you use .. instead of + right? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Gilduran Tech: That's when you are assembling a long string all at once T3/r7/2021-06-05.txt.gz:{chan ch=tech}Sath Tech: there's also strjoin() in stringfuncts.lua T3/r7/2021-06-05.txt.gz:{chan ch=tech}Sath Tech: \\\Note(strjoin(" ",{"hello", "world"})) T3/r7/2021-06-05.txt.gz:{chan ch=tech}Zemendil Tech: I know you are learning coding Selitos so I want to also let you read this: https://www.gammon.com.au/forum/?id=4960 which is very good reference info for the types of things you've been asking T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: oh i like that sath thats exACTLY what i'm looking for T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: and tnx zemedil T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: where can i find help for the theme mini windows for mush? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Ayasinda Tech: I guess on Gammons website. What do you need T3/r7/2021-06-05.txt.gz:{chan ch=tech}Katsumoto Tech: Are item IDs always 10 digits long? T3/r7/2021-06-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: old items would have fewer digits T3/r7/2021-06-05.txt.gz:{chan ch=tech}Ruckus Tech: nod, as we age, some fingers fall off...it happens T3/r7/2021-06-05.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: | Id : 1022937 | T3/r7/2021-06-05.txt.gz:{chan ch=tech}Tech: Ruckus snickers softly. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Tech: Ruckus snickers softly. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: S&D 5.72 up, shortened the tables to 80 characters and fixed some bugs T3/r7/2021-06-05.txt.gz:{chan ch=tech}Sivak Tech: whats the link? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: snd update T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: or right click on the title bar and check for updates T3/r7/2021-06-05.txt.gz:{chan ch=tech}Sivak Tech: 5.72 new version? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: yeah T3/r7/2021-06-05.txt.gz:{chan ch=tech}Sivak Tech: cool its on T3/r7/2021-06-05.txt.gz:{chan ch=tech}Tech: Naricain holds his thumb up at nothing in particular. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: let me know if tables look wonky T3/r7/2021-06-05.txt.gz:{chan ch=tech}Sivak Tech: not atm T3/r7/2021-06-05.txt.gz:{chan ch=tech}Sivak Tech: quest time I'l take it for a spin T3/r7/2021-06-05.txt.gz:{chan ch=tech}Brightness Navani Tech: took 5.72 out for a couple cps. looks fine T3/r7/2021-06-05.txt.gz:{chan ch=tech}Katsumoto Tech: Is there anything that I need to "require" in order to enable referencing variables in the lua script (ctrl+shift+6) ? Like, when I just put print("test") in there, it does not work until I put require "print" in the line above it. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Katsumoto Tech: I asked this a few days ago, but I wanted to reference my current level through gmcp. That worked when I put require "gmcphelper", but now, after a reboot, whenever I try to reference myLevel, I get nil as a result. I'm stumped as to what changed. The script is exactly the same. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Sivak Tech: how do I turn on the sound? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: did you update mush? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Sivak Tech: I got the newest version T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: I know between 2017 (the version of mush on the aard website) and teh latest version, the function to call for gmcp changed T3/r7/2021-06-05.txt.gz:{chan ch=tech}Sivak Tech: or do I need to install winkwinkcle sound T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: sivak: spset all T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: err sptog all T3/r7/2021-06-05.txt.gz:{chan ch=tech}Sivak Tech: thanks T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: and sphelp to see what you can do T3/r7/2021-06-05.txt.gz:{chan ch=tech}Katsumoto Tech: Bizarre, now it works again. After reloading the script a couplel of times. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Katsumoto Tech: I wonder if it's because I'm using wine and it is super wonky. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Katsumoto Tech: Maybe it'll be better if I just start a Windows VM T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: or dual boot? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Tech: tbh, the ctrl-shift-6 isn't really used, typically you would either make a plugin or just use your own triggers and aliases to do what you want, and you would perform the require in those T3/r7/2021-06-05.txt.gz:{chan ch=tech}Katsumoto Tech: Thank you. When you put .lua files inside the lua folder, are they loaded into ram when mush starts? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Tech: also, last I heard Fiendish develops the aard MUSHclient under wine on Mac and Linux...for quite a while he didn't have any computers set up as Windows-native T3/r7/2021-06-05.txt.gz:{chan ch=tech}Tech: no T3/r7/2021-06-05.txt.gz:{chan ch=tech}Tech: just like putting files in the plugins folder doesn't load those. It's just an organized place to put them, but you would still need to require them where you're using them T3/r7/2021-06-05.txt.gz:{chan ch=tech}Katsumoto Tech: Thank you ! T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: bah i hate when you have a parsing error and can't find it T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: anyone know some handy tricks? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Doge Water Yajan Tech: what do you mean by parsing error? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Sleekr Tech: threaten your pc with a hard drive wipe, that usually scares it into submission T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: I installed this: https://github.com/rjpcomputing/luaforwindows/releases/download/v5.1.5-52/LuaForWindows_v5.1.5-52.exe T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: mushclient always gives useless line numbers so when it's not immediately obvious I copy the code into scite (installed as part of that package) and compile it T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: yeah i get a compile error and the line numbers don't make sense T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: most of the time i find the line numebrs to be useful but the two it gives me don't makesense T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: try compiling it scite T3/r7/2021-06-05.txt.gz:{chan ch=tech}Selitos Tech: any online dites i can drop code in and check for compile? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: you could try https://www.lua.org/demo.html T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: or https://www.tutorialspoint.com/execute_lua_online.php T3/r7/2021-06-05.txt.gz:{chan ch=tech}Aberrant Tech: anyone a neovim expert? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Biff Tech: maybe T3/r7/2021-06-05.txt.gz:{chan ch=tech}Aberrant Tech: I'm trying to nmap esc to close a hover window. Have any ideas? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Biff Tech: umm might not be possible. don't know if you can reference a hover once its up T3/r7/2021-06-05.txt.gz:{chan ch=tech}Aberrant Tech: it closes if I move the cursor. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Aberrant Tech: so I could probably just map to `jk`, but that seems ... silly T3/r7/2021-06-05.txt.gz:{chan ch=tech}Biff Tech: have you tried that? silly but would show that there is context there T3/r7/2021-06-05.txt.gz:{chan ch=tech}Aberrant Tech: will try now, I guess T3/r7/2021-06-05.txt.gz:{chan ch=tech}Aberrant Tech: that works T3/r7/2021-06-05.txt.gz:{chan ch=tech}Aberrant Tech: but it's not a good solution T3/r7/2021-06-05.txt.gz:{chan ch=tech}Biff Tech: i was gonna say it wouldnt work but interesting that it did. T3/r7/2021-06-05.txt.gz:{chan ch=tech}Aberrant Tech: got it T3/r7/2021-06-05.txt.gz:{chan ch=tech}Aberrant Tech: nmap :lua for _, win in ipairs(vim.api.nvim_list_wins()) do local config = vim.api.nvim_win_get_config(win) T3/r7/2021-06-05.txt.gz:{chan ch=tech}Aberrant Tech: if config.relative ~= "" then vim.api.nvim_win_close(win, false) end end T3/r7/2021-06-05.txt.gz:{chan ch=tech}Biff Tech: nice to know. i don't usually do window stuff but glad to see its fleshed out T3/r7/2021-06-05.txt.gz:{chan ch=tech}Aberrant Tech: ok, back to lurking T3/r7/2021-06-05.txt.gz:{chan ch=tech}Than Tech: s&d update doing some strange things T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: oh? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: the update command itself? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Than Tech: might just be my database T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: what's it doing? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Than Tech: sending me to totally wrong places and the global isnt registered T3/r7/2021-06-05.txt.gz:{chan ch=tech}Naricain Tech: which mob/location? T3/r7/2021-06-05.txt.gz:{chan ch=tech}Than Tech: stray bemet/cougarian T3/r7/2021-06-05.txt.gz:{chan ch=tech}Linkless Tech: does anyone have time to help me understand using spelltags for some triggers? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Torkin Tech: what is excel shortcut to start copying a formula down a column, but instead of having to hold shift the entire time as you go down, you can just go to the last row with values in it (i.e., not the absomax bottom of the spreadsheet) T3/r7/2021-06-06.txt.gz:{chan ch=tech}Torkin Tech: ctrl-down is sending me too far T3/r7/2021-06-06.txt.gz:{chan ch=tech}[Battle] Scars Tech: hmm T3/r7/2021-06-06.txt.gz:{chan ch=tech}[Battle] Scars Tech: end takes you to the last value T3/r7/2021-06-06.txt.gz:{chan ch=tech}Torkin Tech: yeah but i just want last value on the applicable column T3/r7/2021-06-06.txt.gz:{chan ch=tech}[Battle] Scars Tech: you could copy the formula you want, hit end, go to the column you need, then control + shift + up T3/r7/2021-06-06.txt.gz:{chan ch=tech}Torkin Tech: there is def an easy way to do this, but i got old T3/r7/2021-06-06.txt.gz:{chan ch=tech}[Battle] Scars Tech: if you already have values there, then you want control+shift+arrowdown T3/r7/2021-06-06.txt.gz:{chan ch=tech}Brightness Navani Tech: I do what scars just said. find a colum with value, ctrl down, tab to correct then ctrl shift up I thnk T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: On the Excel Ribbon -> Home -> Fill -> Down with the column or cells selected. T3/r7/2021-06-06.txt.gz:{chan ch=tech}[Battle] Scars Tech: that can be done by double clicking the bottom right of the cell, too T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yeah, but I hate double-clicking positions since it can be pixel-precise. :p T3/r7/2021-06-06.txt.gz:{chan ch=tech}[Battle] Scars Tech: nods, i use the copy, control+shift+arrow, paste mehtod T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Can get Kutools to help out with that, though. T3/r7/2021-06-06.txt.gz:{chan ch=tech}[Battle] Scars Tech: excel has like 5 ways to do any given thing T3/r7/2021-06-06.txt.gz:{chan ch=tech}Torkin Tech: ctrl-shift-down should be working but i think the spreadsheet is silly. anyway thanks for trying guys T3/r7/2021-06-06.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: anyone have success getting an eGPU to work on debian based OS? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Aberrant Tech: off T3/r7/2021-06-06.txt.gz:{chan ch=tech}Princess Alison Tech: Is there a way to make the stat bar showing health, mana, moves etc. in mushclient display exact numbers instead of just a colored bar? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Dogwater Welding Tech: right click, overlay numbers T3/r7/2021-06-06.txt.gz:{chan ch=tech}Malark Tech: right click it, it will show some settings to show numbers even percentage T3/r7/2021-06-06.txt.gz:{chan ch=tech}Princess Alison Tech: I don't mean text mode, I mean I want the colored bar still, but with numbers on it T3/r7/2021-06-06.txt.gz:{chan ch=tech}Princess Alison Tech: Ah, thanks Welding/Malark T3/r7/2021-06-06.txt.gz:{chan ch=tech}Princess Alison Tech: That's perfect! Thanks so much, kept looking for a "text + bar" mode and skipped over the overlay option T3/r7/2021-06-06.txt.gz:{chan ch=tech}Katsumoto Tech: Where is the mapper data stored ? Is it under db_backups? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Talbor Tech: aardworld.db T3/r7/2021-06-06.txt.gz:{chan ch=tech}Katsumoto Tech: Thank you T3/r7/2021-06-06.txt.gz:{chan ch=tech}Talbor Tech: np T3/r7/2021-06-06.txt.gz:{chan ch=tech}Macbeth Tech: fiendish's inventory serial doesnt seem to be registering the (E) env flag. Anyone knows what I need to change the code to fix this? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tinypotato Tech: i don't have an envenomed item to test but probably this line https://github.com/fiendish/aardwolfclientpackage/blob/MUSHclient/MUSHclient/worlds/plugins/aard_inventory_serials.xml#L517 T3/r7/2021-06-06.txt.gz:{chan ch=tech}Doge Water Yajan Tech: perfect for tiny fries T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: For those interested, we've reintroduced the kill logging mechanic in SnD. It's improved, and it doesn't log just yet, but it is in the beta stages. Next version will go back to logging the kills as before. If you're not on 5.74, you should be. Some fixes, changes, etc. T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: snd update, per usual. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: Than thanks a crow heartily. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Than Tech: lol T3/r7/2021-06-06.txt.gz:{chan ch=tech}Katsumoto Tech: Thank you Crow T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Naricain plays a huge role in this, too. :P T3/r7/2021-06-06.txt.gz:{chan ch=tech}Katsumoto Tech: Is it normal that room-based CPs are all showing up as Red/unknown on my SND even though I can find the room in the mapper? T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Have you typed 'xset index areas' yet? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Princess Alison Tech: reload the plugin, it's probably bugged T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Not bugged, just might not have followed the instructions that appear when installing. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley's shifty eyes dart back and forth. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: is it happening even after doing 'campaign info' or 'campaign check' manually? T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: but snd reload is your friend. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: if it persists can you copy your campaign info and send it in a note to me and crowley? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: or put it on pastebin or somethign, that's prob easier T3/r7/2021-06-06.txt.gz:{chan ch=tech}Katsumoto Tech: Thank you, xset index areas worked for me. 9/13 turned white. The other four are probably new to me T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley smiles happily. T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Next version will automate xset index areas if it has never been run before. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Katsumoto Tech: Thank you so much for the SND plugin more generally. As someone with pain in my right hand, minimizing typing is such an improve in quality of life T3/r7/2021-06-06.txt.gz:{chan ch=tech}Princess Alison Tech: SnD is great. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Princess Alison Tech: It helps VI players a lot, too. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: I set F5-F8 to do things like xcp, go 0, nx, kk. Saves a ton of typing :) T3/r7/2021-06-06.txt.gz:{chan ch=tech}Princess Alison Tech: I can never press the right f key :( T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: I guess there's always the buttons on the window, too T3/r7/2021-06-06.txt.gz:{chan ch=tech}Princess Alison Tech: What's go 0 do? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Princess Alison Tech: oh cool it goes to the first one, I've always just used xcp 1 T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: it would go to the area. Looking at my macros I've actually got it just set to do "go" T3/r7/2021-06-06.txt.gz:{chan ch=tech}Katsumoto Tech: Oh, did SND change the consider function to show a range , like -2 to -4? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: yeah T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: but if you've got another plugin doing something similar you can disable it so you don't see con results twice T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: "xset con_overwrite" T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: it will also flag cp/campaign/quest targets with [Q], [GQ], or [CP] T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: did that many sounds play for anyone else? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Than Tech: yea the flag is epic thx T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: how do i check if a string is included in a table of strings? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: I wrote a functio to do that... for i, v in pairs(table) do if v == stringToCheck then true end end T3/r7/2021-06-06.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: so at that point, table[i] will be the string you checked for as well. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: yeah my websearcvh looks the same....no table.find or table.search? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Katsumoto Tech: What's teh trick for teaching the mapper to find a path to the gauntlet? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Brightness Navani Tech: I use mapper goto 31675 then west T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: just have to set the cexits and mark the entrance room so you know which one to point hte mapper to T3/r7/2021-06-06.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: I think table functions only include insert, sort, remove, concat, and... umm.. maxn? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: trivial enough function to create, but you'd think they'd have put that in :-p T3/r7/2021-06-06.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: though I guess language-wise, you'd need to handle tables of anything rather than tables of strings, so there's a bit more to it T3/r7/2021-06-06.txt.gz:{chan ch=tech}Katsumoto Tech: I put the cexit in room 31675, but, for whatever reason, it will not stick. No custom exits are logged for this room. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: ok so i can set a second function to check and return true if its there? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: if ture then the if statement proceeds, if false then it jumps to else T3/r7/2021-06-06.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: well, you can make the if-then block as you want... I think I just return the index and string and call it a day. T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: function findStr(tbl, str) local matchFound = false for _,v in ipairs(tbl) do if v == str then matchFound = true break end end -- findStr(thisIsATable, "foo") T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: don't need either just need a yes its there or no it isn't T3/r7/2021-06-06.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: then yeah, what Crowley said ;) T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Rather: function findStr(tbl, str) local matchFound = false for _,v in ipairs(tbl) do if v == str then matchFound = true break end end return matchFound end T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's the function you want. Then you can just do: if findStr(Bootlist, "SomeNoob") then action if true else action if false end T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: don't need either just need a yes its there or no it isn'ttech ok thanks T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: thanks T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley chuckles politely. T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You're welcome. :) T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: I'm trying to track player movement in a plugin I'm working on. Right now I'm just setting up aliases for things like `n/e/s/w/u/d` and `run (whatever)`. Is there anything built in to help track which ways people moved, or am I stuck with those + looking at gmcp room data? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: can you specify a much clien trigger to fire a specified number of times numbers of times from a plugin? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: so i have a trigger that is normally off i want to tunr it on and only have ti fire 4 times then turn off again? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: you can toggle triggers with EnableTrigger T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: I guess for the rest it's just a matter of keeping track of how many times it's fired and having it shut itself off T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: yeah i would prefer to have ti shut itself off after a certain number instead of me manually shuting it off again T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: think it would work cleaner T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: by you manually shutting it off, do you mean the script toggling itself? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: I don't think there's a counter where you can say "run this many times and stop" aside from one-shot and that's not what you want T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: yeah i know one-shot but yeah its going to be a variable number....my problem is dependin on mud reposnse time just turning it off again at the snd of the script might be too fast and cut off the last few triggers T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: if i know the number i can set a specified number and turn it off after it happens T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: yeah, that sounds like what you'd want is a global variable that you decrement each time it fires, and when it hits 0 you turn it off T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: hrm i could do that T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: if that's not enough, instead of turning it off you could enable a timer when it hits 0 and disable when the timer fires T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: yeah i could set a variable and each time the trigger fires i can have it count down and then shutoff T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: easy enough, thanks T3/r7/2021-06-06.txt.gz:{chan ch=tech}Selitos Tech: can you make a trigger match a 2 line pattern? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Naricain Tech: no T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: hello? T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Is it me you're looking for? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley can see it in your eyes... T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: i sure hope so ^.^ T3/r7/2021-06-06.txt.gz:{chan ch=tech}Geslor Tech: lol T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: i have some questions about triggers, specifically how to use spelltags to trigger my spellup command T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, are you learning to write plugins yourself? If not, and you want a spellup plugin, no need to reinvent the wheel. If you are, then we can assist in learning what you need to do. T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But there are plenty of spellup plugins that will automatically spell you up as spells fall off. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: Linkless goes, "Hmmmm." T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: i guess it depends on how difficult it will be to scipt myself. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: Script**, T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It can be involved. T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Part of the issue you need to overcome will be determing which spellup spells can be recast in battle, and which cannot be. T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If you went with {affoff} tags and tried to cast each one that fell off, you'd fail in a majority of the cases if you were in battle. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: i see. maybe i will try a preexisting plug-in T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: Learning Aliases has been fun so far, but they seem much more simple than triggers T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Bast has one, and I think PWar has one, and WinkleWinkle has one. I use Bast myself, but others might suggest a different one. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: one issue may be that i am not using the aardwolf client T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, that takes away everything I just said. What client are you on? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: Mudlet T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Only one using Mudlet, too. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley chuckles politely. T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Why not use the Aardclient? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: i WAS using tintin T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: is there aardclient for osx? T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Depends if your osx can use WINE or not. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: likely T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If you can, then yes. Finger Fiendish, and follow the guide on how to get it set up using WINE. T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Fiendish developed AardClient using WINE, so he knows it works. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: thank you for the advice! T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley smiles happily. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: i will work on getting WINE running and try and get aardclient working :) T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Awesome. Good luck with it. I'm not sure if you've seen the setup for MUSHclient from people, but it is amazingly built as-is, and more people support MUSH than any other client. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: Linkless nods. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Mykuh Tech: anyone using / used mudlet on? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley points excitedly at Linkless! T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: what did i do? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: use mudlet is my guess T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Mykuh asked if anyone uses mudlet. :P T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: oh i missed that. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: i wish i had a seoerate window to catch chat in T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: I think MAG did that for mudlet back in the day, but not sure if that even works with current mudlet T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: I'm surprised most of this is still working TBH. very happy that it is :) T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I think Kobus is a Mudlet user. Just hasn't been on for 1 1/2 years. Can try emailing him, though. T3/r7/2021-06-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: He had some good stuff, if I remember. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: http://wiki.aardwolf.com/index.php/Clients/MudletAardwolfGUI has a chat window and other features. I'm pretty sure it's tags-based instead of GMCP though T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: Linkless goes, "Hmmmm." T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: tbh mac seems to be limiting my options T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: tbh though, unless you're extremely comfortable coding stuff on your own for Mudlet, most people would recommend just downloading and running the aard MUSHclient package...it works well on Mac and Linux under Wine (the developer of it doesn't even have a regular Windows computer last I heard, and develops it under Wine) T3/r7/2021-06-06.txt.gz:{chan ch=tech}Vondo Tech: welcome to gaming on a mac :D T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: it's no worries, i may just need to learn a little coding :) T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: belinc WINE does not run on catalina T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: when's the last time you checked? T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: today? but i may just be misreading the front page T3/r7/2021-06-06.txt.gz:{chan ch=tech}Vaerys Tech: if wine doesn't pan out, you could just run a windows VM. I run Windows as my desktop OS, but I still run many things, aard's mushclient included, in Windows VMs for security purposes T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: crossover and playonmac, both of which are based on wine source code, both have worked on catalina for almost a year, and wine can be compiled to work on it, although the distributed binaries are not compatible. T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: that seems more technical to do than to script my own spellup trigger T3/r7/2021-06-06.txt.gz:{chan ch=tech}Vaerys Tech: if you want a simple approach for spellups, you could just do what I do - alias kill to do 'spellup' first..that keeps them refreshed fairly well T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: if all you want is a spellup trigger, that is the case...but there are literally hundreds of other highly-useful plugins available for the MUSHclient package (although note that I say this as someone who also uses a "dead" client coding stuff myself) T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: you can also make a pretty featureful spellup script using only 3-4 triggers with spelltags T3/r7/2021-06-06.txt.gz:{chan ch=tech}Linkless Tech: i think once i'm a little bit more well versed in the workings of aard itself i will try my hand at scripting some simple triggers T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: my spellup script uses 4 triggers, although it also uses GMCP to know when I'm "available" to cast (state 3) T3/r7/2021-06-06.txt.gz:{chan ch=tech}KnightLord Throxx Tech: I found state 3 lagging, so I made an in-combat variable in my attacks starters T3/r7/2021-06-06.txt.gz:{chan ch=tech}Tech: Linkless, while it's in a custom language you wouldn't use with Mudlet, my spellup script could serve as a decent "pseudo-code" for you to take a look at for ideas and it's reasonably commented, if you want it's at http://mikeride.chaosnet.org/abelinc/scripts/abespellup.tf (tinyfugue is my MUD client of choice) T3/r7/2021-06-06.txt.gz:{chan ch=tech}Katsumoto Tech: Newbie question about LUA require....if say, I have loads of tables that I keep storing in memory (CTRL+SHIFT+6), should I put these tables into independent .lua files and then do a require "" on them when I call them instead? T3/r7/2021-06-07.txt.gz:{chan ch=tech}Katsumoto Tech: How do I enable macros for button presses like F2? I don't see it in the macro window. Right now, I've had to use accelerators in scripts. :/ T3/r7/2021-06-07.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: file-global pref-general T3/r7/2021-06-07.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: theres one for F1,F6 T3/r7/2021-06-07.txt.gz:{chan ch=tech}Katsumoto Tech: Thank you. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Evine Tech: is there a way to test if the mob room % function in the SnD v 5 is working? I just installed it but all the mob % are 0 T3/r7/2021-06-07.txt.gz:{chan ch=tech}Countula Tech: they are 0 because SnD has never seen the mob in there T3/r7/2021-06-07.txt.gz:{chan ch=tech}Countula Tech: if you run around a bit, it'll populate AFAIK T3/r7/2021-06-07.txt.gz:{chan ch=tech}Countula Tech: well, that is doing Quests, CPs and GQ T3/r7/2021-06-07.txt.gz:{chan ch=tech}Evine Tech: got it thanks! T3/r7/2021-06-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Right now, only consider/scan will add mobs to the database, but we are working on a new mechanic for mobs killed. It's in testing stages right now, only returns a debug message and doesn't add, but that'll come again soon. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Macbeth Tech: how often is the statmon file updated? T3/r7/2021-06-07.txt.gz:{chan ch=tech}Evine Tech: I'm looking at the mob insertion database, and the debug note is successfully inserted mobname in the mobs database, but when I do a ms query, they don't show up? T3/r7/2021-06-07.txt.gz:{chan ch=tech}Evine Tech: SnD version 5.74 T3/r7/2021-06-07.txt.gz:{chan ch=tech}Kagaku Tech: if you mean you have a stats monitor plugin, then if it's using gmcp (which it ought to) then it will be updated as soon as your stats change T3/r7/2021-06-07.txt.gz:{chan ch=tech}Macbeth Tech: im using the default fiendish's mushclient that comes with the statmon file which i assume is the "nerve centre" for all these T3/r7/2021-06-07.txt.gz:{chan ch=tech}Kagaku Tech: I don't use mushclient so I know nothing about statmon file, if your question is how often are your stats updated, then as before, it should be updated immediately when your stats change T3/r7/2021-06-07.txt.gz:{chan ch=tech}Siren Cera Tech: is there anyone on here who can help my import my maps from a much version that is dcrewed up and wont load? Or point me to wher eI can find instrutions? T3/r7/2021-06-07.txt.gz:{chan ch=tech}Siren Cera Tech: is there anyone on here who can help me* import my maps from a mush* version that is screwed* up and won't load? Or point me to where* I can find instrutions? T3/r7/2021-06-07.txt.gz:{chan ch=tech}Selitos Tech: there is a file that you can copy over...but i can't remember which, hopefully someone else knows T3/r7/2021-06-07.txt.gz:{chan ch=tech}Naricain Tech: Aardwolf.db T3/r7/2021-06-07.txt.gz:{chan ch=tech}Naricain Tech: copy that from your old one to your new place T3/r7/2021-06-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Can also do the mushclient_sqlite.prefs, too. That is all your preferences. Then import aliases/triggers from the aardwolf.mcl file. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Selitos Tech: I am removing a trigger line from the outputbut apparently it has a return line after it, any way to include that in the trigger to remove the blank line? T3/r7/2021-06-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Multiline trigger, sure. Copy both lines. Or you can use the omit_blank_lines plugin that comes stock to remove all blank lines. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Selitos Tech: how do i trigger on two lines? T3/r7/2021-06-07.txt.gz:{chan ch=tech}Siren Cera Tech: thanks naricain and crowley T3/r7/2021-06-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Highlight the two lines, right-click, multiline trigger will take care of it. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Selitos Tech: ahh T3/r7/2021-06-07.txt.gz:{chan ch=tech}Selitos Tech: ok it looks like it uses \n and \Z at the end of the first then second lines? T3/r7/2021-06-07.txt.gz:{chan ch=tech}Edible Paiste Tech: anyone had issues getting run-time errors with hadar's repop plugin? T3/r7/2021-06-07.txt.gz:{chan ch=tech}Siren Cera Tech: crowley where can I find the mushclient_sqlite.prefs file? It's not in the main folder T3/r7/2021-06-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Sorry, it's mushclient_prefs.sqlite T3/r7/2021-06-07.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Selitos. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Siren Cera Tech: I think I screwed up my file. :( pretty sure I copied the new file over the old by accident instead of the other way around. *sigh* T3/r7/2021-06-07.txt.gz:{chan ch=tech}Siren Cera Tech: I think the maps copied over, but not my prefs and alias and triggers, ste. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Siren Cera Tech: now the fun task or rebuilding them all T3/r7/2021-06-07.txt.gz:{chan ch=tech}Siren Cera Tech: thanks for the help guys T3/r7/2021-06-07.txt.gz:{chan ch=tech}Frostpaw Tech: you can import them from the mcl as crowley said T3/r7/2021-06-07.txt.gz:{chan ch=tech}Frostpaw Tech: or did you mean you copied over the new onto the old mcl? x: T3/r7/2021-06-07.txt.gz:{chan ch=tech}Antifa Raded Tech: why would microsoft outlook randomly start prompting me to log in to a 365 account I don't have T3/r7/2021-06-07.txt.gz:{chan ch=tech}Antifa Raded Tech: no go on deleting/re-setting up profile, still wants me to log in to 365 T3/r7/2021-06-07.txt.gz:{chan ch=tech}Tech: Antifa Raded goes, "Hmmmm." T3/r7/2021-06-07.txt.gz:{chan ch=tech}Siren Cera Tech: who is the current person over Seach And Destroy? T3/r7/2021-06-07.txt.gz:{chan ch=tech}Siren Cera Tech: Search* T3/r7/2021-06-07.txt.gz:{chan ch=tech}KnightLord Throxx Tech: crowley and naricain T3/r7/2021-06-07.txt.gz:{chan ch=tech}Vondo Tech: Naricain T3/r7/2021-06-07.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: IT's Crowly and NAricain T3/r7/2021-06-07.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Crowley* T3/r7/2021-06-07.txt.gz:{chan ch=tech}Cortana Tech: Does anyone happen to remember the S&D command for creating a starting room for a zone? Crowley has removed the command list from the readme, and I don't have the latest version loaded so I can't just see the command list with descriptions. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Kushty Karlijn Tech: xset mark T3/r7/2021-06-07.txt.gz:{chan ch=tech}Cortana Tech: tyvm T3/r7/2021-06-07.txt.gz:{chan ch=tech}Frostpaw Tech: theres also xhelp T3/r7/2021-06-07.txt.gz:{chan ch=tech}Frostpaw Tech: aard helpfile T3/r7/2021-06-07.txt.gz:{chan ch=tech}Siren Cera Tech: reguarding BAST pluging.... the github says this: "When adding plugins with File->Plugins->Add, do not add EVERY plugin, just add the ones you want to use" Is there a list enywhere which tells me whct each plugin does and all other files it needs to run? T3/r7/2021-06-07.txt.gz:{chan ch=tech}Vondo Tech: There's a "Purpose" column in the File->Plugins->Add window that tells you what they do T3/r7/2021-06-07.txt.gz:{chan ch=tech}Siren Cera Tech: consise, but it's still confusing. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Siren Cera Tech: and thats only visble after you install it T3/r7/2021-06-07.txt.gz:{chan ch=tech}Siren Cera Tech: it also says this: "Do not pick and choose from the download, many of the plugins depend on other plugins which are automatically loaded" I have wished (for years) there there was a text file that listed all the plugins, a brief despcrition of what it does, and all the files needed to be added for it to work properly. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Cortana Tech: Getting a "Trigger function "cp_mob_killed" not found or had a previous error." message when killing campaign mobs with latest version of S&D, and my table isn't removing the mob. Is there a known fix? T3/r7/2021-06-07.txt.gz:{chan ch=tech}Evine Tech: try removing and re-installing the plugin? T3/r7/2021-06-07.txt.gz:{chan ch=tech}Naricain Tech: `snd reload` should fix it. If you have the original error message that happened and sent it to me that would help track it down T3/r7/2021-06-07.txt.gz:{chan ch=tech}Evine Tech: Naricain, not sure if you saw the exchanges between Crowley and me, but for some reason mob search isn't giving the correct mobs query outputs? T3/r7/2021-06-07.txt.gz:{chan ch=tech}Naricain Tech: yeah he mentioned that to me. Will you be on for long? I can help debug in a bit T3/r7/2021-06-07.txt.gz:{chan ch=tech}Evine Tech: I'll be on in about 20 min, doing a grocery trip right now! T3/r7/2021-06-07.txt.gz:{chan ch=tech}Naricain Tech: ok perfect T3/r7/2021-06-07.txt.gz:{chan ch=tech}Triixxee Tech: ok, poll: who here uses spell #s to cast the kk command in snd? T3/r7/2021-06-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: A few do. I thought I had fixed it, but apparently I never touched it. Whoops. Next release. T3/r7/2021-06-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Such an easy fix. Will be in the next release. T3/r7/2021-06-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I thought I fixed it before, but guess I forgot. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Siren Cera Tech: with my old copy of mush, I could type a single letter then arrow through previous commands (in the buffer) that started with tat command. It's not doing that now. Is there a setting where I can turn that on?? T3/r7/2021-06-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yeah, let me find it again. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Triixxee Tech: its in file/global i believe T3/r7/2021-06-07.txt.gz:{chan ch=tech}Triixxee Tech: nm, misread that, :posits at crowley T3/r7/2021-06-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Alt+0, Keyboard prefs, tick 'Arrow key recalls partial' T3/r7/2021-06-07.txt.gz:{chan ch=tech}Siren Cera Tech: THANK YOU T3/r7/2021-06-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You're quite WELCOME! T3/r7/2021-06-07.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley's shifty eyes dart back and forth. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Siren Cera Tech: it was driving me nuts. :) T3/r7/2021-06-07.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley chuckles politely. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Naricain Tech: SnD 5.75 released. Added a new "smartscan" mode (`xset nx smartscan`) that will try to minimize spam and consider lag, and maximize chances of finding targets quickly. Also a bunch of bug fixes and tweaks T3/r7/2021-06-07.txt.gz:{chan ch=tech}Naricain Tech: `snd update` to get it T3/r7/2021-06-07.txt.gz:{chan ch=tech}Radric Tech: thanks, smartscan sounds nice T3/r7/2021-06-07.txt.gz:{chan ch=tech}Radric Tech: "You will scan every room upon arrival after nx or go, filtering down to just campaign, gquest, and quest targets. If you encounter potential noscan mobs, follow up with a filtered consider to check if they are here." T3/r7/2021-06-07.txt.gz:{chan ch=tech}Naricain Tech: yeah, came up with that after getting some feedback on what people didn't like about scan and con mods (mainly spammy and laggy) T3/r7/2021-06-07.txt.gz:{chan ch=tech}Radric Tech: for sure. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Radric Tech: very laggy T3/r7/2021-06-07.txt.gz:{chan ch=tech}Radric Tech: Is this new, I got a [CP] flag in front of a campaign target's name T3/r7/2021-06-07.txt.gz:{chan ch=tech}Katsumoto Tech: Yes. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Katsumoto Tech: It is a very beautiful + practical improvement compared to 4.6 IMHO T3/r7/2021-06-07.txt.gz:{chan ch=tech}Naricain Tech: added a few versions back, but new as of a couple weeks ago T3/r7/2021-06-07.txt.gz:{chan ch=tech}Radric Tech: +1 for that! T3/r7/2021-06-07.txt.gz:{chan ch=tech}Radric Tech: love it T3/r7/2021-06-07.txt.gz:{chan ch=tech}Tech: Naricain smiles happily. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Katsumoto Tech: Consider also has changed to a numerical system T3/r7/2021-06-07.txt.gz:{chan ch=tech}Radric Tech: how do I use snd to consider? T3/r7/2021-06-07.txt.gz:{chan ch=tech}Naricain Tech: just do a normal consider T3/r7/2021-06-07.txt.gz:{chan ch=tech}Radric Tech: ok i see, I had been using conw for consider. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Vondo Tech: is it possible to get spell/skill info within lua? (like spell level, practice %, type, etc) T3/r7/2021-06-07.txt.gz:{chan ch=tech}Rhadian Tech: okay, question about the aardwolf mushclient. there a way to hit the escape key to highlight all? T3/r7/2021-06-07.txt.gz:{chan ch=tech}Mannec Tech: possibly, but why the escape key? traditionally, that key is used for very important other things... T3/r7/2021-06-07.txt.gz:{chan ch=tech}Mannec Tech: ctrl-a would normally be for 'select all' T3/r7/2021-06-07.txt.gz:{chan ch=tech}Rhadian Tech: well, yeah. but is there a way to make esc do it? I've found it works basically every other client I've used T3/r7/2021-06-07.txt.gz:{chan ch=tech}Mannec Tech: might try sending a message on personal board to fiendish. or just catch him when hes on. T3/r7/2021-06-07.txt.gz:{chan ch=tech}Rhadian Tech: okay, thanks. do they develop on the client or something? T3/r7/2021-06-07.txt.gz:{chan ch=tech}[Battle] Scars Tech: i have used cmud/zmud in the past and that functionality didn't exist to my knoweldge T3/r7/2021-06-07.txt.gz:{chan ch=tech}Mannec Tech: i dont think hes on the official mushclient team, but he does quite a bit of work with it. T3/r7/2021-06-07.txt.gz:{chan ch=tech}[Battle] Scars Tech: so idk what to tell you T3/r7/2021-06-07.txt.gz:{chan ch=tech}Tech: Mannec crosses his arms and nods slowly and sagely to [Battle] Scars. T3/r7/2021-06-07.txt.gz:{chan ch=tech}[Battle] Scars Tech: but if you are unhappy with the mushclient, there are other options you could jump to T3/r7/2021-06-07.txt.gz:{chan ch=tech}Rhadian Tech: okay, thanks T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So one feature I'm looking to add to SnD is a dynamic window rather than a static window (will be optional). The purpose of it is to have it resize itself automatically based on cp ch and whatnot. T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That will be a fun project, though should be easy. T3/r7/2021-06-08.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: How would I go about creating a simple plugin that pops up a window when double is in effect? I go afk alot and don't always remember to check 'double' so i usually miss it until a timer reminder comes through T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Mushambo: Look into utils.msgbox or something. T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Don't even need a plugin. T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Quest info -> utils.msgbox("Quest time, you fool!", "Warning!", "ok", "!", 1) T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Or you can use my Telegram plugin to notify you via phone message. T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Don't know if it'll pop up over other applications, the utils, but it will still do a message box. T3/r7/2021-06-08.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: thanks Crowley, i'll look into both of them :) in meantime, i'm more concerned why I'm having to do hard reboot on this NUC all of a sudden, freezes about once a day (debian-based OS) T3/r7/2021-06-08.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley comforts SNEAKER Mushambo. T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Couldn't help you there. Probably something failing. : T3/r7/2021-06-08.txt.gz:{chan ch=tech}Katsumoto Tech: If nothing else changed software wise, I would personally look to the temperatures and/or a check of your RAM and hard drive. T3/r7/2021-06-08.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: think it may be the eGPU I added (which I can't get to work with software but need it for multiple monitors) T3/r7/2021-06-08.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Hmmm my CPUs are running temps of 85C at 100% utilization ... Im not even doing anything out of the ordinary. I've got multiple external fans going, how do I throttle usage on a Debian NUC? Bios or the OS? T3/r7/2021-06-08.txt.gz:{chan ch=tech}Evine Tech: stop downloading porn? :D T3/r7/2021-06-08.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Not the issue :) T3/r7/2021-06-08.txt.gz:{chan ch=tech}Kagaku Tech: use top/htop/?top to see what's eating the CPU T3/r7/2021-06-08.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Thanks Kagaku, htop is showing its BOINC platform (Rosetta (at) Home project, everyone should install for covid support). APparently a bug trying to figure it out now T3/r7/2021-06-08.txt.gz:{chan ch=tech}Naricain Tech: snd update 5.77 out, just some bug fixes in this one. `snd update` to get it T3/r7/2021-06-08.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: could make it remember to hide settings if you have it hidden? T3/r7/2021-06-08.txt.gz:{chan ch=tech}Naricain Tech: it's not doing that? It should T3/r7/2021-06-08.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: nope, every update it comes back T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Wonder if we forgot to include a MUSHclient variable to remember the setting... T3/r7/2021-06-08.txt.gz:{chan ch=tech}Naricain Tech: no it's theoretically being saved T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Are we calling it each time the plugin loads? T3/r7/2021-06-08.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley hasn't checked the code for that yet. T3/r7/2021-06-08.txt.gz:{chan ch=tech}Naricain Tech: GetVariable? yeah, it's doing the normal load/save things T3/r7/2021-06-08.txt.gz:{chan ch=tech}Naricain Tech: It's saving for me T3/r7/2021-06-08.txt.gz:{chan ch=tech}Evine Tech: is ms HELP still throwing an error or was that fixed in this version? :D Just keeping you guys on your toes sorry :D T3/r7/2021-06-08.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: error for me T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: ms help? Or do you mean xhelp ms? T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, apparently there is an error on that. Whoops. T3/r7/2021-06-08.txt.gz:{chan ch=tech}Naricain Tech: ha didn't know about that error T3/r7/2021-06-08.txt.gz:{chan ch=tech}Evine Tech: nope, there's a bit of code in the plugin that runs differently if the param is HELP T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Probably leftover from my port of my personal plugin that I incorporated long ago. *shifty* T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Easy fix, at least. T3/r7/2021-06-08.txt.gz:{chan ch=tech}Evine Tech: lol i was reading the code and couldn't resist testing it :P T3/r7/2021-06-08.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I should remove it anyway... what if there's a mob named 'help' that you want?! :p T3/r7/2021-06-08.txt.gz:{chan ch=tech}Naricain Tech: ms helpe T3/r7/2021-06-08.txt.gz:{chan ch=tech}Tech: Naricain senses failure is on the horizon. T3/r7/2021-06-08.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: either auto expanding down or giving a scroll would be nice for lots of cp mobs T3/r7/2021-06-08.txt.gz:{chan ch=tech}Evine Tech: I think that's why you hardcoded it to all upper T3/r7/2021-06-08.txt.gz:{chan ch=tech}Naricain Tech: heh it's not case sensitive T3/r7/2021-06-08.txt.gz:{chan ch=tech}Naricain Tech: it's calling upper() on the string right before comparing T3/r7/2021-06-08.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Naricain. T3/r7/2021-06-08.txt.gz:{chan ch=tech}Evine Tech: oh lol :D T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I do that so that people who try to do 'ms HeLp' or 'ms HElp' or whatever to try to break it fail miserably. T3/r7/2021-06-08.txt.gz:{chan ch=tech}Naricain Tech: found the hide settings bug. Stupid copy+paste error T3/r7/2021-06-08.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-06-08.txt.gz:{chan ch=tech}Naricain Tech: looks like v5.78 coming soon T3/r7/2021-06-08.txt.gz:{chan ch=tech}Evine Tech: lol nothing like a group of nerds to provide instant qa T3/r7/2021-06-08.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley chuckles politely. T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, I /was/ going to add dynamic windows to 5.77, but Naricain pushed so many fixes that by the time I add it, it'll be v15.7. *shifty* T3/r7/2021-06-08.txt.gz:{chan ch=tech}Naricain Tech: ...sorry? T3/r7/2021-06-08.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-06-08.txt.gz:{chan ch=tech}Tech: Naricain grins evilly. T3/r7/2021-06-08.txt.gz:{chan ch=tech}Evine Tech: creeping scope...what else is new :P T3/r7/2021-06-08.txt.gz:{chan ch=tech}Naricain Tech: ok v5.78 released. Might take a minute or two for `snd update` to realize it's out. Thanks everyone for pointing out our failings... err for pointing out the bugs T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Neither failures nor bugs! Just testing everyone's awareness! T3/r7/2021-06-08.txt.gz:{chan ch=tech}Piffaron Tech: I have non Aard tech question por favor T3/r7/2021-06-08.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Speak your question. T3/r7/2021-06-08.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Always better to just ask it...especially when it's broad as non-aard tech. T3/r7/2021-06-08.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: "Is it plugged in" "Have you tried turning it off and back on again?" T3/r7/2021-06-08.txt.gz:{chan ch=tech}Piffaron Tech: bwahahaha T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Tech isn't just about Aard. You can ask questions about anything tech related T3/r7/2021-06-08.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: If your question is about 1920s PEZ dispensing technology, I might be your expert, but when you get to the 30s Abelinc would take it. Neither of probably want to volunteer until we see the question. T3/r7/2021-06-08.txt.gz:{chan ch=tech}Piffaron Tech: this is pretty basic T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: BASIC is not a language I'm comfortable with anymore. T3/r7/2021-06-08.txt.gz:{chan ch=tech}Piffaron Tech: I use a usb headset at work. It was working fine, but now people say they can barely hear me T3/r7/2021-06-08.txt.gz:{chan ch=tech}Piffaron Tech: I went to settings, and the mic is set to 100% T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Dirty mic? T3/r7/2021-06-08.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Have you checked your sound settings? And recorded and played back? Depending what program you're using...it may be the settings on the system or the settigns within the application T3/r7/2021-06-08.txt.gz:{chan ch=tech}[Battle] Scars Tech: reinstall the drivers/check for updates T3/r7/2021-06-08.txt.gz:{chan ch=tech}Vandit Tech: background noise? fans? mining? T3/r7/2021-06-08.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: And as much as I was joking earlier... T3/r7/2021-06-08.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Unplug it and plug it back in T3/r7/2021-06-08.txt.gz:{chan ch=tech}Piffaron Tech: no background noise T3/r7/2021-06-08.txt.gz:{chan ch=tech}[Battle] Scars Tech: throw it away T3/r7/2021-06-08.txt.gz:{chan ch=tech}Piffaron Tech: I thought I recall finding an option outside of the normal sound settings T3/r7/2021-06-08.txt.gz:{chan ch=tech}Kagaku Tech: try it on a different system? T3/r7/2021-06-08.txt.gz:{chan ch=tech}Veritheia Tech: make sure your input is actually using your headset and not a laptop mic, for example T3/r7/2021-06-08.txt.gz:{chan ch=tech}Antifa Raded Tech: hey now that there's people here: my work PC is randomly prompting to log in to 365 when I open Outlook. we use Exchange, not 365. even fully wiping the profile and reinstalling Outlook, it prompts to log in to 365 when it's trying to set up the account. any ideas? T3/r7/2021-06-08.txt.gz:{chan ch=tech}OMG It's Aleks Tech: You're sure the email isn't in any form of Hybrid format with 365 is involved for some reason? We have exchange on premise but run it in hybrid mode T3/r7/2021-06-08.txt.gz:{chan ch=tech}Antifa Raded Tech: I tested it on another PC and it opened fine T3/r7/2021-06-08.txt.gz:{chan ch=tech}OMG It's Aleks Tech: I have to login using my full email address and domain password if prompted in Outlook T3/r7/2021-06-08.txt.gz:{chan ch=tech}Antifa Raded Tech: I'm sure we don't use 365 T3/r7/2021-06-08.txt.gz:{chan ch=tech}OMG It's Aleks Tech: Hmm. T3/r7/2021-06-08.txt.gz:{chan ch=tech}[Battle] Scars Tech: is it outlook or mail asking to sign in? T3/r7/2021-06-08.txt.gz:{chan ch=tech}Veritheia Tech: try signing in on the 29th in a leap year T3/r7/2021-06-08.txt.gz:{chan ch=tech}OMG It's Aleks Tech: What version of Outlook? T3/r7/2021-06-08.txt.gz:{chan ch=tech}Alezander Tech: and what version of Exchange? T3/r7/2021-06-08.txt.gz:{chan ch=tech}OMG It's Aleks Tech: Yes, good question T3/r7/2021-06-08.txt.gz:{chan ch=tech}Alezander Tech: is thre a microsoft account tied to windows, are you logged into teams or onedrive? T3/r7/2021-06-08.txt.gz:{chan ch=tech}Alezander Tech: have you cleared cached credentials? T3/r7/2021-06-08.txt.gz:{chan ch=tech}Antifa Raded Tech: sorry, phone call T3/r7/2021-06-08.txt.gz:{chan ch=tech}Antifa Raded Tech: Outlook 2019, not sure on Exchange, no Microsoft account tied to Windows, no One Drive, not sure where to clear cached credentials T3/r7/2021-06-08.txt.gz:{chan ch=tech}Ogreskull Tech: type in "credential manageR" at start menue T3/r7/2021-06-08.txt.gz:{chan ch=tech}OMG It's Aleks Tech: Credentials would be in Windows Credential Manager T3/r7/2021-06-08.txt.gz:{chan ch=tech}OMG It's Aleks Tech: Check this article - https://community.spiceworks.com/topic/2228146-outlook-2019-keeps-asking-for-password-and-tries-to-connect-to-the-internet T3/r7/2021-06-08.txt.gz:{chan ch=tech}Antifa Raded Tech: only cached credentials are from session and an rd app server T3/r7/2021-06-08.txt.gz:{chan ch=tech}OMG It's Aleks Tech: The supplied answer has a note about a regedit - see if that value exists and/or is set to what they're saying T3/r7/2021-06-08.txt.gz:{chan ch=tech}Antifa Raded Tech: I'll try the registry thing. this is what I'm getting: https://imgur.com/0PD3wfL T3/r7/2021-06-08.txt.gz:{chan ch=tech}OMG It's Aleks Tech: Additionally, the other information below may be of assistance T3/r7/2021-06-08.txt.gz:{chan ch=tech}Antifa Raded Tech: registry fix traded one error for another but it got farther T3/r7/2021-06-08.txt.gz:{chan ch=tech}OMG It's Aleks Tech: What's the next error? It's possible a full restart will be required T3/r7/2021-06-08.txt.gz:{chan ch=tech}OMG It's Aleks Tech: So if you didn't restart, try that just to be sure T3/r7/2021-06-08.txt.gz:{chan ch=tech}Antifa Raded Tech: https://imgur.com/6bKXqW0 post-restart T3/r7/2021-06-08.txt.gz:{chan ch=tech}Antifa Raded Tech: I am connecting over a VPN, which has never been an issue before, so I may wait until I'm on-site tomorrow before doing anything drastic T3/r7/2021-06-08.txt.gz:{chan ch=tech}Siren Cera Tech: in snd, whats the arrow for? it has a yellow 0 and its goes up or down by 100 when I click on it T3/r7/2021-06-08.txt.gz:{chan ch=tech}Vondo Tech: noexp threshhold T3/r7/2021-06-08.txt.gz:{chan ch=tech}Brightness Navani Tech: noexp threshold T3/r7/2021-06-08.txt.gz:{chan ch=tech}Siren Cera Tech: oh, ok. thanks T3/r7/2021-06-08.txt.gz:{chan ch=tech}Siren Cera Tech: how do I get the countdown to the next tick in my status bar? (mushclient) T3/r7/2021-06-08.txt.gz:{chan ch=tech}Veritheia Tech: it's the aard_tick_timer plugin T3/r7/2021-06-08.txt.gz:{chan ch=tech}Veritheia Tech: it should be loaded by default - it may be hidden behind other windows T3/r7/2021-06-08.txt.gz:{chan ch=tech}Guinness Tech: there was a version where fiendish took it out but he added it back in later T3/r7/2021-06-08.txt.gz:{chan ch=tech}Siren Cera Tech: "Added plugin C:\Users\danah\Desktop\MUSHclient\worlds\plugins\Aardwolf_Tick_Timer.xml" no timer. T3/r7/2021-06-08.txt.gz:{chan ch=tech}Veritheia Tech: is it hidden behind your other windows? T3/r7/2021-06-08.txt.gz:{chan ch=tech}Siren Cera Tech: hidden? It's not in the status bar? T3/r7/2021-06-08.txt.gz:{chan ch=tech}Veritheia Tech: It's not in the status bar. It's a separate little window T3/r7/2021-06-08.txt.gz:{chan ch=tech}Brightness Navani Tech: there is a toggle to put it in the status bar but default it's a teeny little strip of a "window" T3/r7/2021-06-08.txt.gz:{chan ch=tech}Siren Cera Tech: down at the very bottom, where it tells me I'm logged into aardwolf and how long I've been connected? T3/r7/2021-06-08.txt.gz:{chan ch=tech}Veritheia Tech: that is the status bar, yes, but the tick timer by default is in its own little window T3/r7/2021-06-08.txt.gz:{chan ch=tech}Siren Cera Tech: oh found the miniwin T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You need to make sure you can view the Infobar (View -> Info) T3/r7/2021-06-08.txt.gz:{chan ch=tech}Siren Cera Tech: got it, thanks!! T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Also, if you'd like an actual clock, my Aard Clock plugin provides a bit more information plus a visual second hand as well as current Aard game time (not real time) T3/r7/2021-06-08.txt.gz:{chan ch=tech}Vondo Tech: i can +1 the clock plugin, it's fantastic T3/r7/2021-06-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: This is what it looks like (at night, day has cloud background) https://i.vgy.me/tsM0Mr.png T3/r7/2021-06-08.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley beams with pride at Vondo. T3/r7/2021-06-08.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Heh I have zero idea what anything I just read about a crypto offering means, then again ive never got into crypto :) T3/r7/2021-06-08.txt.gz:{chan ch=tech}A shot of Whiskey Tech: I see {roomchars} for every room desk, anyone know why? T3/r7/2021-06-08.txt.gz:{chan ch=tech}Sath Tech: help tags T3/r7/2021-06-08.txt.gz:{chan ch=tech}A shot of Whiskey Tech: still there T3/r7/2021-06-08.txt.gz:{chan ch=tech}Sath Tech: what did you try? T3/r7/2021-06-08.txt.gz:{chan ch=tech}Brightness Navani Tech: help tags is a helpfile that will show you how to toggle the tags off T3/r7/2021-06-08.txt.gz:{chan ch=tech}A shot of Whiskey Tech: NM I did the wrong tag T3/r7/2021-06-08.txt.gz:{chan ch=tech}A shot of Whiskey Tech: im a huge fail today T3/r7/2021-06-08.txt.gz:{chan ch=tech}A shot of Whiskey Tech: ty for the help i got it T3/r7/2021-06-08.txt.gz:{chan ch=tech}Tech: Brightness Navani smiles happily. T3/r7/2021-06-08.txt.gz:{chan ch=tech}Selitos Tech: it looks like table insert just puts the q T3/r7/2021-06-09.txt.gz:{chan ch=tech}Triixxee Tech: how do i get mobs sayings out of the comms logg? T3/r7/2021-06-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: some you can't because they actaully do use the say command T3/r7/2021-06-09.txt.gz:{chan ch=tech}Sleekr Tech: there's a 'mobsay' channel T3/r7/2021-06-09.txt.gz:{chan ch=tech}Your Intuition Tech: right click > tabcapture settings > edit channels. select all you want it to capture. mobsay is that channel you don't want. T3/r7/2021-06-09.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: right-click > tab capture settings > edit non-capture channels T3/r7/2021-06-09.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: yeah then ctrl+click mobsay T3/r7/2021-06-09.txt.gz:{chan ch=tech}Triixxee Tech: yeah, i think there is another step in that T3/r7/2021-06-09.txt.gz:{chan ch=tech}Morill Tech: how do people handle mapper portals when they have various things to switch back to at different levels? T3/r7/2021-06-09.txt.gz:{chan ch=tech}Veritheia Tech: you can add levels to the mapper portals T3/r7/2021-06-09.txt.gz:{chan ch=tech}High Risk Losteix Tech: "wear all" T3/r7/2021-06-09.txt.gz:{chan ch=tech}Ogreskull Tech: I have an alias that "sets" a portal and then all my portal aliases use that T3/r7/2021-06-09.txt.gz:{chan ch=tech}Brightness Navani Tech: I use a variable. so I can change it if I need to hold something or dual weild something. would also work for portals T3/r7/2021-06-09.txt.gz:{chan ch=tech}Katsumoto Tech: I have an array of all my portals, including area name + portal item id. General variable for the item container it is in, and the item id for my held item. Then the alias just does the autoremoval depending on where I want to go and re-equip after. T3/r7/2021-06-09.txt.gz:{chan ch=tech}High Risk Losteix Tech: before i started using dinv, i just used the following alias to register mapper portals "mapper portal get %1 from ortal_bag;hold %1;enter;remove %1;put %1 ortal_bag;wear all" T3/r7/2021-06-09.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: i let dinv handle it T3/r7/2021-06-09.txt.gz:{chan ch=tech}Evine Tech: i still haven't figured out how to use dinv very well. for example, at level 50, 100, 150, and 190, it still takes me like 10 min to get the correct equipment from my bag and equip... T3/r7/2021-06-09.txt.gz:{chan ch=tech}Morill Tech: im using some random plugin i found called eqdb. dinv sounds like it does the same thing and maybe even is a fork of that. is it? T3/r7/2021-06-09.txt.gz:{chan ch=tech}Katsumoto Tech: I found dinv to be too daunting for me too T3/r7/2021-06-09.txt.gz:{chan ch=tech}Your Intuition Tech: you dont have to use or learn every aspect of it at once T3/r7/2021-06-09.txt.gz:{chan ch=tech}Morill Tech: all im using it for so far is to get items out of a bag by level lol T3/r7/2021-06-09.txt.gz:{chan ch=tech}Katsumoto Tech: But that makes too much sense Intuition....I'm not sure if I have too much left of that to spare. T3/r7/2021-06-09.txt.gz:{chan ch=tech}High Risk Losteix Tech: dinv still scares me with most of its features, but after i got my priorities configured i mostly don't need to think about what else it can do. T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: DINV is the preferred method, as the author still plays, is a software developer, and you do not need to learn every aspect. :P T3/r7/2021-06-09.txt.gz:{chan ch=tech}Than Tech: try experimenting with priority settings as a starting point - that will do a lot already T3/r7/2021-06-09.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-06-09.txt.gz:{chan ch=tech}Puppy Love Kya Tech: Even if you use nothing else, just knowing the command 'dinv set wear classname' will get you in the eq that prioritizes the primary stats for your class (which dinv already knows). If it's not wearing what you want, you can modify the priorities as needed, but you may not need to if you don't want to bother. T3/r7/2021-06-09.txt.gz:{chan ch=tech}Katsumoto Tech: Eh, I wear the same thing over and over, so I just decided to go the inefficient route and built my own thing...reinvented the wheel for no reason T3/r7/2021-06-09.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-06-09.txt.gz:{chan ch=tech}Evine Tech: i think dinv prioritizes stats over resistances though...so it's difficult to tweak... T3/r7/2021-06-09.txt.gz:{chan ch=tech}Katsumoto Tech: Never fulfilled my dreams of going into the programming industry...so writing these scripts will have to do ...lol T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Nah, DINV prioritizes however you have it set up. If you put 50 in a resistance and 5 in a stat, it's going to look for the resistance first. T3/r7/2021-06-09.txt.gz:{chan ch=tech}High Risk Losteix Tech: you can configure how it prioritizes stats over resistances. it's basically "compare set" turned up to 11. T3/r7/2021-06-09.txt.gz:{chan ch=tech}Than Tech: as a noob, its working decently for me the only thing i need to manually handle are weapon damage types which I havent made time to investigate yet T3/r7/2021-06-09.txt.gz:{chan ch=tech}Morill Tech: is there a recommendation for using dinv without identify wish? T3/r7/2021-06-09.txt.gz:{chan ch=tech}Naricain Tech: I've been going to hestor when doing a full rebuild T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Go to Hester. T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Or hestor. However it's spelled. T3/r7/2021-06-09.txt.gz:{chan ch=tech}Morill Tech: oh sure now that i just finished a build not a hester lol T3/r7/2021-06-09.txt.gz:{chan ch=tech}Morill Tech: ok i got dinv set up. So if i understand right youre saying you set up your mapper portal statements with a dinv command at the end to fix your worn portal? T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yep. T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I personally have a 'port' alias that sends... if tonumber("%1") then Execute("dinv portal use %1") else Execute("dinv portal use key %1") end T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That way, I can do 'port 12345' or 'port academy' T3/r7/2021-06-09.txt.gz:{chan ch=tech}Morill Tech: what was that basic dinv command again you suggested? T3/r7/2021-06-09.txt.gz:{chan ch=tech}Doge Water Yajan Tech: coming in in the middle but, dinv help gives you all of the main command "sets" T3/r7/2021-06-09.txt.gz:{chan ch=tech}Doge Water Yajan Tech: dinv wear [priority name] will wear the best stuff for level/stats T3/r7/2021-06-09.txt.gz:{chan ch=tech}Doge Water Yajan Tech: dinv priority list will list priorities you can choose from T3/r7/2021-06-09.txt.gz:{chan ch=tech}Sath Tech: dinv set wear T3/r7/2021-06-09.txt.gz:{chan ch=tech}Doge Water Yajan Tech: dinv priority clone is nice to clone an existing priority that you can then "dinv priority edit [name you gave the clone]" to modify if you want to tweak it T3/r7/2021-06-09.txt.gz:{chan ch=tech}Doge Water Yajan Tech: err yeah sorry, what Sath said T3/r7/2021-06-09.txt.gz:{chan ch=tech}Morill Tech: is there a dinv command to identify equipment which does not appear at any level in an equipment set? aka useless equipment? T3/r7/2021-06-09.txt.gz:{chan ch=tech}Sath Tech: dinv usage T3/r7/2021-06-09.txt.gz:{chan ch=tech}Morill Tech: neat T3/r7/2021-06-09.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Does get all.oradrin, drop all not work for you? T3/r7/2021-06-09.txt.gz:{chan ch=tech}Tech: Doge Water Yajan giggles at [Outlaw] Mendaloth's actions. T3/r7/2021-06-09.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I kid, some of the junk ain't the worst... T3/r7/2021-06-09.txt.gz:{chan ch=tech}Doge Water Yajan Tech: was actually going to ask if any OC stuff is worth going on the epic to get.. but thought it might discourage would-be epic newbies T3/r7/2021-06-09.txt.gz:{chan ch=tech}Tech: Gurruk is finally an epic newbie T3/r7/2021-06-09.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: It doesn't take long and worth it just for the QPs personally... T3/r7/2021-06-09.txt.gz:{chan ch=tech}Doge Water Yajan Tech: it yields QP every time? that's not bad.. T3/r7/2021-06-09.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: 1 qp after 15 completes, then every 15 after that it adds one to each complete. plus 1.5 million and some amount of trains T3/r7/2021-06-09.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: might be 25 completes T3/r7/2021-06-09.txt.gz:{chan ch=tech}Doge Water Yajan Tech: ohh so after like 200 runs it's worth a quest? T3/r7/2021-06-09.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Galoth - please say pretty much. T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You are on a quest to slay the champions of Oradrin's Chosen! Your reward is... 2 quest points. T3/r7/2021-06-09.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley's shifty eyes dart back and forth. T3/r7/2021-06-09.txt.gz:{chan ch=tech}Doge Water Yajan Tech: gotta get them Q-Ps! T3/r7/2021-06-09.txt.gz:{chan ch=tech}Gurruk Tech: 8air T3/r7/2021-06-09.txt.gz:{chan ch=tech}Tech: Gurruk air-guitars like a mad man ... EXCELLENT!!! T3/r7/2021-06-09.txt.gz:{chan ch=tech}Doge Water Yajan Tech: 8air T3/r7/2021-06-09.txt.gz:{chan ch=tech}A shot of Whiskey Tech: I created a pluging that removed all my aliases and triggers and when I readded them my triggers are firing twice like there are invisible ones. Any ideas on that? T3/r7/2021-06-09.txt.gz:{chan ch=tech}Naricain Tech: remove them from the plugin and reload it T3/r7/2021-06-09.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: what would cause my lastpass master pass hint to arrive in my email as all special characters? lots of diamonds with "?" in them T3/r7/2021-06-09.txt.gz:{chan ch=tech}Kerith Tech: is there a way to use/set variables from cli? like #var tank joe, then later reset it to tank=bob? and can i use them in alias's? T3/r7/2021-06-09.txt.gz:{chan ch=tech}[Battle] Scars Tech: create an alias of script type that does that using whatever syntax you want T3/r7/2021-06-09.txt.gz:{chan ch=tech}Kerith Tech: huh T3/r7/2021-06-09.txt.gz:{chan ch=tech}[Battle] Scars Tech: there is no cli function built in, you can make it tho T3/r7/2021-06-09.txt.gz:{chan ch=tech}Kerith Tech: appreciated, will try it T3/r7/2021-06-09.txt.gz:{chan ch=tech}Kerith Tech: i'm thinking, like hlt = heal tank where tank = variable, i hate spelling T3/r7/2021-06-09.txt.gz:{chan ch=tech}Snake God Szzilleriel Tech: you can actually set a character for a script alias in settings and use lua /SetVariable (name,value) name and values quoted T3/r7/2021-06-09.txt.gz:{chan ch=tech}Snake God Szzilleriel Tech: right from the command line T3/r7/2021-06-09.txt.gz:{chan ch=tech}[Battle] Scars Tech: what is the exact syntax? T3/r7/2021-06-09.txt.gz:{chan ch=tech}Snake God Szzilleriel Tech: by default its \\\SetVariable ("healpotion", "hawking") T3/r7/2021-06-09.txt.gz:{chan ch=tech}[Battle] Scars Tech: i didn't realize that was possible, but thats a lot of typing :p T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can add to the special convenience aliases by creating #var {*} {*} and do: SetVariable("%1", "%2") send to script. That way, you can do #var {foo} {bar}. T3/r7/2021-06-09.txt.gz:{chan ch=tech}[Battle] Scars Tech: i'm trying to use DoAfter and i'm messing it up - I want to turn a trigger off briefly and then turn it back on after a short pause, i thought DoAfter(0.1,EnableTrigger("Thing",true)) would work, but its not T3/r7/2021-06-09.txt.gz:{chan ch=tech}Naricain Tech: wrap EnableTrigger("Thing",true) in a string T3/r7/2021-06-09.txt.gz:{chan ch=tech}Naricain Tech: otherwise it's just executing the EnableTrigger immediately and trying to execute the return value of EnableTrigger("Thing",true) after 0.1 seconds T3/r7/2021-06-09.txt.gz:{chan ch=tech}[Battle] Scars Tech: well, putting "" around it wasn't the right way to do that lol, how do i do that? T3/r7/2021-06-09.txt.gz:{chan ch=tech}Naricain Tech: yeah because you've already got double quotes in there. Try single quotes or [[ ]] T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Actually, you need to do DoAfterSpecial. T3/r7/2021-06-09.txt.gz:{chan ch=tech}Naricain Tech: oh fancy, there you go T3/r7/2021-06-09.txt.gz:{chan ch=tech}[Battle] Scars Tech: so DoAfterSpecial(0.1,EnableTrigger("Thing",true)) ? T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: DoAfterSpecial(0.1, "EnableTrigger('Thing')", 12) --> that should do it. T3/r7/2021-06-09.txt.gz:{chan ch=tech}[Battle] Scars Tech: thanks guys T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: the 12 is 'send to script'. T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: When enabling it, don't need the 'true'. MUSH automatically assumes 'true'. Only need 'false' to designate turning it off. T3/r7/2021-06-09.txt.gz:{chan ch=tech}[Battle] Scars Tech: nods, i stumbled into that, but i like the explicit bit of it since i don't do it much T3/r7/2021-06-09.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-06-09.txt.gz:{chan ch=tech}Selitos Tech: is there a regex for a date? T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: There could be. T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Really depends on how you format your date. T3/r7/2021-06-09.txt.gz:{chan ch=tech}Selitos Tech: like that wuld match 04/10/21? T3/r7/2021-06-09.txt.gz:{chan ch=tech}Veritheia Tech: something that looks for numbers and slashes T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Question is, is that Oct 4, 2021, or Apr 10, 2021? T3/r7/2021-06-09.txt.gz:{chan ch=tech}Veritheia Tech: a date is no different from any other string T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: ([0-1][1-9])/([0-3][0-9])/([0-9]{2}) -- should work. T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Untested, not gonna try to test immediately, but... T3/r7/2021-06-09.txt.gz:{chan ch=tech}Selitos Tech: ok thanks T3/r7/2021-06-09.txt.gz:{chan ch=tech}Vondo Tech: that wont match october (10) T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: First group will be month, second group will be day, and last group is year. T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oops, yeah. T3/r7/2021-06-09.txt.gz:{chan ch=tech}Selitos Tech: why is the last year [0-9]{2} T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: First group needs to be ([0-1][0-9]) T3/r7/2021-06-09.txt.gz:{chan ch=tech}[Battle] Scars Tech: can i disable an entire group of triggers on a single command? or do i gotta name them? T3/r7/2021-06-09.txt.gz:{chan ch=tech}Snake God Szzilleriel Tech: [0-9]{2} = any two numbers 0-9 T3/r7/2021-06-09.txt.gz:{chan ch=tech}Selitos Tech: oh T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Selitos: Presumably you are using the format MM/DD/YY, so it only needs to find 2 digits for year. T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Scars: EnableTriggerGroup("groupname"...) T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But you have to give them all a group name. T3/r7/2021-06-09.txt.gz:{chan ch=tech}[Battle] Scars Tech: thanks, missed that syntax until just now T3/r7/2021-06-09.txt.gz:{chan ch=tech}[Battle] Scars Tech: i alwasy do T3/r7/2021-06-09.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-06-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And like that, time to skeedaddle and pick up the kiddos. T3/r7/2021-06-09.txt.gz:{chan ch=tech}Selitos Tech: ohqr T3/r7/2021-06-09.txt.gz:{chan ch=tech}Morill Tech: can i tell dinv to ignore my keyring? T3/r7/2021-06-09.txt.gz:{chan ch=tech}DangerMagoo Tech: dinv ignore on keyring T3/r7/2021-06-09.txt.gz:{chan ch=tech}Princess Alison Tech: Yes T3/r7/2021-06-09.txt.gz:{chan ch=tech}Princess Alison Tech: what dangermagoo said :) T3/r7/2021-06-09.txt.gz:{chan ch=tech}Selitos Tech: is there a way for a plugin to get the name of charcter? T3/r7/2021-06-09.txt.gz:{chan ch=tech}Naricain Tech: of your own character? T3/r7/2021-06-09.txt.gz:{chan ch=tech}Selitos Tech: ye T3/r7/2021-06-09.txt.gz:{chan ch=tech}Selitos Tech: yes T3/r7/2021-06-09.txt.gz:{chan ch=tech}Naricain Tech: yeah, with gmcd data it's pretty easy. You can request it T3/r7/2021-06-09.txt.gz:{chan ch=tech}Naricain Tech: give me a sec T3/r7/2021-06-09.txt.gz:{chan ch=tech}Selitos Tech: you know the request code T3/r7/2021-06-09.txt.gz:{chan ch=tech}Selitos Tech: and i just require gmcd right T3/r7/2021-06-09.txt.gz:{chan ch=tech}Naricain Tech: try calling CallPlugin("3e7dedbe37e44942dd46d264", "gmcpdata_as_string", "char.base.name") T3/r7/2021-06-09.txt.gz:{chan ch=tech}Sath Tech: if you have gmcphelper imported, you can do gmcp("char.base.name") T3/r7/2021-06-09.txt.gz:{chan ch=tech}Naricain Tech: TIL about gmchelper, good tip thanks T3/r7/2021-06-10.txt.gz:{chan ch=tech}Macbeth Tech: anyone knows what is the # xterm color code for the default @R? T3/r7/2021-06-10.txt.gz:{chan ch=tech}Macbeth Tech: nvm got it! T3/r7/2021-06-10.txt.gz:{chan ch=tech}Selitos Tech: what are the ? for in regex so for example (?.+?) T3/r7/2021-06-10.txt.gz:{chan ch=tech}Veritheia Tech: have you taken a look at a website like regex101.com? it can show you the logic T3/r7/2021-06-10.txt.gz:{chan ch=tech}Malark Tech: anyone using search&destroy? it won't show links if campaign has rooms only. it was working great a few days ago. T3/r7/2021-06-10.txt.gz:{chan ch=tech}[Battle] Scars Tech: using it right now, have a room cp up right now, have links T3/r7/2021-06-10.txt.gz:{chan ch=tech}[Battle] Scars Tech: try snd reload? T3/r7/2021-06-10.txt.gz:{chan ch=tech}Selitos Tech: ok so i understand the ? in the back but i don't understand the one in the front T3/r7/2021-06-10.txt.gz:{chan ch=tech}Malark Tech: i'll try next time. ty. T3/r7/2021-06-10.txt.gz:{chan ch=tech}Veritheia Tech: Selitos: it's discussed a little here https://www.regular-expressions.info/brackets.html T3/r7/2021-06-10.txt.gz:{chan ch=tech}Selitos Tech: thx T3/r7/2021-06-10.txt.gz:{chan ch=tech}Selitos Tech: anyone here good with lua string.gmatch? T3/r7/2021-06-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What's up? T3/r7/2021-06-10.txt.gz:{chan ch=tech}Macbeth Tech: is there also gmcp for the new chans such as epics ans sports? T3/r7/2021-06-10.txt.gz:{chan ch=tech}Veritheia Tech: pretty sure, yes. gmcpdebug 1 will show them T3/r7/2021-06-10.txt.gz:{chan ch=tech}Morill Tech: is there a way to force all hidden commands to actually display in case i want to try to figure out which plugin might be doing too many commands? T3/r7/2021-06-10.txt.gz:{chan ch=tech}Morill Tech: in mushclient T3/r7/2021-06-10.txt.gz:{chan ch=tech}Tinypotato Tech: echocommands will show you what you are actually sending to the mud T3/r7/2021-06-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can try echoing your input, too. T3/r7/2021-06-10.txt.gz:{chan ch=tech}Tech: although oddly enough it expands aliases so it's not truly what is sent to the MUD T3/r7/2021-06-10.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at you in agreement. T3/r7/2021-06-10.txt.gz:{chan ch=tech}Tech: and iirc echoing input won't echo "omit from output"...there is a command to show everything that MUSH is doing but it's sooooooooooo spammy T3/r7/2021-06-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Trace sucks. T3/r7/2021-06-10.txt.gz:{chan ch=tech}Tech: You rapidly nod twice, in complete agreement. T3/r7/2021-06-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And can't limit trace to what you really want, though you can gag lines to some degree with writing code. T3/r7/2021-06-10.txt.gz:{chan ch=tech}Tech: it can be helpful in a pinch, so you may want to do it, but just know that it's a lot to pore through T3/r7/2021-06-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's because of the constant redraws for the windows. T3/r7/2021-06-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And every time a broadcast is called... T3/r7/2021-06-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Which is pretty much about 1000 times per second. :p T3/r7/2021-06-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: (Or seems like it) T3/r7/2021-06-10.txt.gz:{chan ch=tech}Tech: ctrl-alt-t to toggle it T3/r7/2021-06-10.txt.gz:{chan ch=tech}Morill Tech: i think i have to enable it because my UI seems real sluggish and it's not commands being sent to the mud so it must be client side somethingorother T3/r7/2021-06-10.txt.gz:{chan ch=tech}Tech: hmm, if you have any of Bast's stuff installed, I know he had a command that would show memory usage per plugin T3/r7/2021-06-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: it's plugins. T3/r7/2021-06-10.txt.gz:{chan ch=tech}Tech: thanks, I didn't remember what it was called :-) T3/r7/2021-06-10.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-06-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I would love a behind-the-scenes macro-recorder that would execute commands without the window be focused so I could do other things while working. Alas... oh woe is me. T3/r7/2021-06-10.txt.gz:{chan ch=tech}Sath Tech: is there a command built into aardwolf (not a client) to see the current room uid? T3/r7/2021-06-10.txt.gz:{chan ch=tech}[Battle] Scars Tech: not for mortals no T3/r7/2021-06-10.txt.gz:{chan ch=tech}Tech: only if you own the room T3/r7/2021-06-10.txt.gz:{chan ch=tech}Zagyg Tech: im a phone player is there a command that will tell me the room number i am in or is that only apply to a mapper on pc T3/r7/2021-06-10.txt.gz:{chan ch=tech}Veritheia Tech: Couldn't you send a GMCP info request and parse the reply? T3/r7/2021-06-10.txt.gz:{chan ch=tech}Zagyg Tech: anything similar to rstat basically T3/r7/2021-06-10.txt.gz:{chan ch=tech}Sath Tech: is there a way to send a gmcp request over plaintext? T3/r7/2021-06-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What gmcp request are you attempting to do? T3/r7/2021-06-10.txt.gz:{chan ch=tech}Sath Tech: get room info T3/r7/2021-06-10.txt.gz:{chan ch=tech}Zagyg Tech: im a phone player is there a command that will tell me the room number i am in or is that only apply to a mapper on pc T3/r7/2021-06-10.txt.gz:{chan ch=tech}Zagyg Tech: was question T3/r7/2021-06-10.txt.gz:{chan ch=tech}Zagyg Tech: i didnt know if room vnums were player visible T3/r7/2021-06-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Ah, not to my knowledge. But Blowtorch for Aard can read GMCP values, I believe. T3/r7/2021-06-10.txt.gz:{chan ch=tech}Zagyg Tech: and how to see it T3/r7/2021-06-10.txt.gz:{chan ch=tech}Zagyg Tech: im on iphone and blowtorch isnt supported T3/r7/2021-06-10.txt.gz:{chan ch=tech}Zagyg Tech: mudrammer my only option T3/r7/2021-06-10.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-06-10.txt.gz:{chan ch=tech}Zagyg Tech: would be nice for us telnet losers to see vnums to tell people where our chaos portals land!!!! T3/r7/2021-06-10.txt.gz:{chan ch=tech}[Battle] Scars Tech: board ideas imo T3/r7/2021-06-10.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley gripes about how difficult it is to share folders across networks. T3/r7/2021-06-10.txt.gz:{chan ch=tech}Zemendil Tech: buy 1 T3/r7/2021-06-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: No. T3/r7/2021-06-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Not rich enough to buy 1. T3/r7/2021-06-10.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: -1 T3/r7/2021-06-10.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: woops :) sorry T3/r7/2021-06-10.txt.gz:{chan ch=tech}Snake God Szzilleriel Tech: it's EASY to share folders across networks if you use an older more mature protocol like NFS T3/r7/2021-06-10.txt.gz:{chan ch=tech}Snake God Szzilleriel Tech: just not AS secure. T3/r7/2021-06-10.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-06-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'm sharing it now. Just wish it was easier. *shrug* T3/r7/2021-06-10.txt.gz:{chan ch=tech}Snake God Szzilleriel Tech: I mean they still have to be able to "spoof" an ip address and know the ip to spoof to get in *shrug* T3/r7/2021-06-10.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-06-10.txt.gz:{chan ch=tech}Zemendil Tech: I scrolled up trying to figure what was going on, took me a couple of minutes to realize it was MY typo........daaaang T3/r7/2021-06-10.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers with Zemendil about their shared secret. T3/r7/2021-06-10.txt.gz:{chan ch=tech}KnightLord Throxx Tech: ?? i use (?:a|an|the) in my mob name color triggers, but can someone tell me what the ?: part means/does? T3/r7/2021-06-10.txt.gz:{chan ch=tech}Naricain Tech: don't capture that T3/r7/2021-06-10.txt.gz:{chan ch=tech}KnightLord Throxx Tech: ahh,cool T3/r7/2021-06-10.txt.gz:{chan ch=tech}Naricain Tech: New S&D version released (5.79). `snd update` to get it. Highlights include more solid gquest handling so it should no longer think you're not in a gquest when you are, and instead of automatically doing hunt trick during gquests it will do quick where T3/r7/2021-06-11.txt.gz:{chan ch=tech}Tech: Katsumoto thanks (Aleister) Crowley heartily. T3/r7/2021-06-11.txt.gz:{chan ch=tech}Katsumoto Tech: Thank you for the update T3/r7/2021-06-11.txt.gz:{chan ch=tech}Malark Tech: where to get s&d? T3/r7/2021-06-11.txt.gz:{chan ch=tech}Katsumoto Tech: Type finger crowley T3/r7/2021-06-11.txt.gz:{chan ch=tech}Malark Tech: ty T3/r7/2021-06-11.txt.gz:{chan ch=tech}Katsumoto Tech: What's the gmcp string for getting current and max hp? T3/r7/2021-06-11.txt.gz:{chan ch=tech}Kagaku Tech: check out the wiki http://www.aardwolf.com/wiki/index.php/Clients/GMCP T3/r7/2021-06-11.txt.gz:{chan ch=tech}Katsumoto Tech: Thank you! T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i am trying to put a change in my prompt, into an alais, but the result is that it doubles everything in the prompt line. how fix? T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Huh? T3/r7/2021-06-11.txt.gz:{chan ch=tech}Negader Tech: can you post your prompt? to see what youre saying T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: Chamber of Quests [Exits:NW]Chamber of Quests [Exits:NW] T3/r7/2021-06-11.txt.gz:{chan ch=tech}Negader Tech: change prompt into an alias? T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i want to run 2 different prompts, depending on if i am play from mush or on my phone with blowtorch. i have an alais i use to set other variables and such when i come back to mush. i want to put the prompt change in an alais. T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So what issue are you having with your alias? I'm guessing MUDside alias is what you're creating here, right? T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: mush alais T3/r7/2021-06-11.txt.gz:{chan ch=tech}Negader Tech: strange why an alias would not correctly change prompts. T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It shouldn't send it twice, though... T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Really depends on what your alias looks like, too. T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: yes. thus the question of whats the best way to make, said alias. because i tried a send to world alais all by itsself, and it adds the name of the prompt, to the end of the new prompt T3/r7/2021-06-11.txt.gz:{chan ch=tech}Tech: what do you have in the content of the alias? Also, I'd recommend making it be a MUD-side instead of MUSHclient-side, since the purpose of it is to swap clients, so if you forget to use it when quitting MUSH, you'll not have the alias available when you're in blowtorch T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, I personally use Script on just about everything. You said you use variables from your MUSH to set your prompt, right? T3/r7/2021-06-11.txt.gz:{chan ch=tech}Kagaku Tech: sell all T3/r7/2021-06-11.txt.gz:{chan ch=tech}Kagaku Tech: mis T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: No, my stocks aren't high enough to sell all, Kagaku. T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Thanks for the unwarranted advice, jerk! :p T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: no, there are no variables in my prompt T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If you aren't using variables at all, like Abe said, use MUDside aliases instead. T3/r7/2021-06-11.txt.gz:{chan ch=tech}Ayasinda Tech: type your alias here T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: what is the help file for writing mush side alais'? T3/r7/2021-06-11.txt.gz:{chan ch=tech}Ogreskull Tech: MUD side aliases: help alias. MushClient aliases: https://www.gammon.com.au/scripts/doc.php?general=aliases T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: MUDside alias? help alias. :p T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: sorry, i meant MUD side alais T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: help alais -> There is no help with that keyword. T3/r7/2021-06-11.txt.gz:{chan ch=tech}Negader Tech: spelling T3/r7/2021-06-11.txt.gz:{chan ch=tech}Ayasinda Tech: help alias not alais T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: yeah, i had splled it right, until crowley spelt it wrong, then, i started to... T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: ok, whats the best way to send a MUD alias, buried in a MUSH script? T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: ty for all the help, i had forgotten about mush side alias T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I never misspelled alias... T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: ha ha, made you look! T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I didn't have to look. :p T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I already knew. ;) T3/r7/2021-06-11.txt.gz:{chan ch=tech}Tech: sending a MUD alias in a MUSH script is the same as sending any command to the MUD in a MUSH script...as far as MUSH is concerned, a MUD alias is just another command T3/r7/2021-06-11.txt.gz:{chan ch=tech}Tech: if you're in "send to script" mode, then it would be Send("foo")...you could technically also use Execute("foo") as well, the difference being that if you had a MUSH alias with the same name, that would be expanded before the send is performed T3/r7/2021-06-11.txt.gz:{chan ch=tech}Princess Alison Tech: Any difference between world.Execute and Execute? T3/r7/2021-06-11.txt.gz:{chan ch=tech}Princess Alison Tech: I was taught to use the former but not sure what the practical difference is T3/r7/2021-06-11.txt.gz:{chan ch=tech}Tech: no T3/r7/2021-06-11.txt.gz:{chan ch=tech}Sath Tech: World. isn't necessary in some languages T3/r7/2021-06-11.txt.gz:{chan ch=tech}Sath Tech: lua being one of them T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: yeah, it was duplicating the whole prompt when i tried to send all promot change thru an execute T3/r7/2021-06-11.txt.gz:{chan ch=tech}Tech: https://www.gammon.com.au/scripts/doc.php?function=Execute T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Then you have another alias (MUSH) that is appending to it somehow... T3/r7/2021-06-11.txt.gz:{chan ch=tech}Tech: the difference between "execute" and "send", is that "execute" acts as if you typed it on the MUSHclient command line T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: or you have autohotkey running (or some variant) that duplicates things. T3/r7/2021-06-11.txt.gz:{chan ch=tech}Tech: whereas "send" just sends to the MUD T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Send -> sends the raw text, no alias check performed. Execute -> checks alias commands. T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: In other words. T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: the MUD alias' work embedded in my larger MUSH alias, ty vm for the help T3/r7/2021-06-11.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley boggles at the concept. T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Okay... T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: all i need to do is add a button for the mud alias, on Bt, and im good to go :) T3/r7/2021-06-11.txt.gz:{chan ch=tech}Tech: can probably add it to a login script...a button seems like a waste of space for something that needs to be done once at the beginning of the session T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i added it to my log out timer, but yes, i think i should finally make a log out script T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: BlowTorch is all buttons for me, i'd rather... do lots of unpleasent things, than try to script in BT. i have... 18 button sets in BT so far. T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: is there gmcp data that for being ON a quest? T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yes. T3/r7/2021-06-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: comm.quest :P T3/r7/2021-06-11.txt.gz:{chan ch=tech}Kagaku Tech: gmcp.comm.quest T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: ty ty T3/r7/2021-06-11.txt.gz:{chan ch=tech}Tech: the GMCP wiki page is good about giving you information for all the fields T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: link? T3/r7/2021-06-11.txt.gz:{chan ch=tech}Kagaku Tech: http://www.aardwolf.com/wiki/index.php/Clients/GMCP T3/r7/2021-06-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: ahhh, ty T3/r7/2021-06-11.txt.gz:{chan ch=tech}Zemendil Tech: Anyone know a way to see your own IP address through the MUD? T3/r7/2021-06-11.txt.gz:{chan ch=tech}Snake God Szzilleriel Tech: not that I know of but you can use my site lol https://ip4.hosttools.xyz/iponly/ T3/r7/2021-06-11.txt.gz:{chan ch=tech}Zemendil Tech: Thanks. It's for a newb T3/r7/2021-06-11.txt.gz:{chan ch=tech}Snake God Szzilleriel Tech: I just made it to use in the verification that people aren't using a vpn when doing purchases from my hosting company lol T3/r7/2021-06-11.txt.gz:{chan ch=tech}Zemendil Tech: Yeah. When I was learning computers it was Basic and FORTRAN. I have picked up some Lua, python and stuff a long the way but network stuff is mostly foreign to me still T3/r7/2021-06-11.txt.gz:{chan ch=tech}Snake God Szzilleriel Tech: I started in QBasic times, and went back and learned everything from COBOL to modern rust *shrug* T3/r7/2021-06-11.txt.gz:{chan ch=tech}Zemendil Tech: OMG I remember COBOL...havent even thought of it in so long. I owe it to games like AArdwolf that I have picked up the little I have of HTML, XML, Lua etc T3/r7/2021-06-11.txt.gz:{chan ch=tech}Zemendil Tech: And desiigning MySpace pages T3/r7/2021-06-12.txt.gz:{chan ch=tech}Maycen Tech: When using the Mushclient, what's the syntax to change a variable when a trigger is called? Is it SetVariable ("Variable Name", "Content")? T3/r7/2021-06-12.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: snd keeps saying i dont know whcih mob you just killed T3/r7/2021-06-12.txt.gz:{chan ch=tech}Morill Tech: if i just gained the weaponmaster wish, how do i get dinv to acknowledge that i can use different weapon types now? T3/r7/2021-06-12.txt.gz:{chan ch=tech}Morill Tech: i already tried a reload T3/r7/2021-06-12.txt.gz:{chan ch=tech}Morill Tech: as well as rebuilding the analysis T3/r7/2021-06-12.txt.gz:{chan ch=tech}KnightLord Throxx Tech: it should load the best weapon that fits with your priority build. may have to tweek the priority T3/r7/2021-06-12.txt.gz:{chan ch=tech}Naricain Tech: SnD 5.8 released. `snd update` to grab it. It now shows next quest time in the targets window. Also some improvements to locating mobs when there are two areas with the same name (looking at you, school of horror), and some improvements to showing unknown rooms T3/r7/2021-06-13.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: why do i keep getting ****** I don't know which mob you just killed ****** T3/r7/2021-06-13.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: with snd T3/r7/2021-06-13.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: it happens about every 5-8 mobs T3/r7/2021-06-13.txt.gz:{chan ch=tech}Cortana Tech: Are you one-shotting them? T3/r7/2021-06-13.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: as part of hammerswing and a round or so T3/r7/2021-06-13.txt.gz:{chan ch=tech}Cortana Tech: I think with the version before Crowley&Naricain started updating, there was an issue where it couldn't recognize the mob if you killed it in a single round - basically if it didn't have a chance to swing on you T3/r7/2021-06-13.txt.gz:{chan ch=tech}Cortana Tech: just speculation, but it might be carrying forward from that - not a big, just a limitation of the available data T3/r7/2021-06-13.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: thats probably it then, hammerswing killing 6 mobs in a round T3/r7/2021-06-13.txt.gz:{chan ch=tech}Tech: Cortana :peer:: ocho is this your way of humblebragging lol T3/r7/2021-06-13.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: rofl T3/r7/2021-06-13.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: lowkey T3/r7/2021-06-13.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So, the reason why it may not know which mob you just killed is if there was no damage message before the death message. That should be an extremely rare case, unless we missed something in one of the damage settings, which is possible. T3/r7/2021-06-13.txt.gz:{chan ch=tech}KnightLord Throxx Tech: I had that issue before the latest series of updates, but I dont get that message anymore. T3/r7/2021-06-13.txt.gz:{chan ch=tech}Naricain Tech: Lol way to resspond to 6 hour old messages. On topic: The next update will hide those messages T3/r7/2021-06-13.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-06-13.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Fiendish does it all the time, too. Saw that Ocho was still online, so decided to respond to it. :p T3/r7/2021-06-13.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I've seen Fiendish respond to a message a day later. T3/r7/2021-06-13.txt.gz:{chan ch=tech}[Battle] Scars Tech: if i define a variable and want to reference in an alias, i thought all i had to do was check 'expand variables' and then i could use the variable name in a typical 'execute' alias... right? T3/r7/2021-06-13.txt.gz:{chan ch=tech}Sath Tech: variable name preceded by (I think) @w T3/r7/2021-06-13.txt.gz:{chan ch=tech}Sath Tech: err @w T3/r7/2021-06-13.txt.gz:{chan ch=tech}Sath Tech: @ T3/r7/2021-06-13.txt.gz:{chan ch=tech}Zemendil Tech: Yes arname T3/r7/2021-06-13.txt.gz:{chan ch=tech}Zemendil Tech: Yes @varname T3/r7/2021-06-13.txt.gz:{chan ch=tech}[Battle] Scars Tech: got it, thanks!! T3/r7/2021-06-14.txt.gz:{chan ch=tech}Can't De Cide Tech: isnt there a command to update your aardmush client? T3/r7/2021-06-14.txt.gz:{chan ch=tech}Sheriff Shindo Tech: all you can do is finger Fiendish, get the newest version, shutdown mushclient and over write it then restart... make a BACKUp of the folder just in case T3/r7/2021-06-14.txt.gz:{chan ch=tech}LilSandi Tech: Any tips for choosing alias names? Right now I'm trying to make one for casting my buffs on someone, but buff is a social. I'm using the MUSH client T3/r7/2021-06-14.txt.gz:{chan ch=tech}Sheriff Shindo Tech: you can already just use the spellup command with a target name T3/r7/2021-06-14.txt.gz:{chan ch=tech}Sheriff Shindo Tech: see help spellup T3/r7/2021-06-14.txt.gz:{chan ch=tech}LilSandi Tech: Ooooh thanks! T3/r7/2021-06-14.txt.gz:{chan ch=tech}[Battle] Scars Tech: i'm having trouble getting 2 triggers to fire off of the same line? i can put the commands on a single trigger, but then i'm kind of bastardizing my trigger groups T3/r7/2021-06-14.txt.gz:{chan ch=tech}Your Intuition Tech: tick the "keep evaluating" checkbox on both T3/r7/2021-06-14.txt.gz:{chan ch=tech}[Battle] Scars Tech: will do! T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tenacious Tanaya Tech: Why am I not getting a matching room from my S&D? T3/r7/2021-06-14.txt.gz:{chan ch=tech}Legendary Gruagach Tech: you've never been there? T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tenacious Tanaya Tech: I've been there many many times. T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Have you attempted the xset index areas? I don't know if WinkleGold has that though. T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tenacious Tanaya Tech: no idea how to do that. oh well. T3/r7/2021-06-14.txt.gz:{chan ch=tech}Zemendil Tech: you would type xset index areas . If you get an error, your script does not have that function T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tenacious Tanaya Tech: it saysm.... sorry I don't understand you T3/r7/2021-06-14.txt.gz:{chan ch=tech}Zemendil Tech: Might be time to consider S&D latest version...been a lot of work done T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Try reloading the S&D plugin, then. T3/r7/2021-06-14.txt.gz:{chan ch=tech}Gurruk Tech: That's the most controversial plugin :) T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It is, but snd got its own helpfile after I took the mantle. T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And the controversy is addressed, too. T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tenacious Tanaya Tech: okay well we'll see if this works with next quest T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tenacious Tanaya Tech: thanks for the advice. T3/r7/2021-06-14.txt.gz:{chan ch=tech}Naricain Tech: which SnD are you using? T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tenacious Tanaya Tech: winklegold T3/r7/2021-06-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: There's your first problem :-p T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tenacious Tanaya Tech: never had a problem until recently. T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Outdated stuff tend to show their colors eventually. I've never had a problem with my TV from 1954 until recently. *shifty* T3/r7/2021-06-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: The winkle version is extremely outdated, while you haven't had issues until now...a lot of others have issues often T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tenacious Tanaya Tech: not very computer savvy and the techie roommate went off and got married so I'm kinda sol (glare Crowley) T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: To be honest, my version has everything that WG had and then some, and it is better maintained, by both myself and Naricain, so you get double the assistance. T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley's shifty eyes dart back and forth. T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hey, you left the house, too! :p T3/r7/2021-06-14.txt.gz:{chan ch=tech}A shot of Whiskey Tech: I switch from Pwar to Crowley/Nars and it is quite nice T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tenacious Tanaya Tech: after I reclaimed that room LOL T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If Tanaya had her way, she'd keep me locked in the basement and throw bread at me while I fixed her computer problems. T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tenacious Tanaya Tech: Correct.. #wontdenyit T3/r7/2021-06-14.txt.gz:{chan ch=tech}A shot of Whiskey Tech: some would consider that a blessing *hide* T3/r7/2021-06-14.txt.gz:{chan ch=tech}Vondo Tech: i can also vouch for crowley/naricain's version - lots of updates and works really well out of the box T3/r7/2021-06-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: I mean, at least she'd feed you T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tenacious Tanaya Tech: but I'd give more than bread I'd include som bread. T3/r7/2021-06-14.txt.gz:{chan ch=tech}[Battle] Scars Tech: i like how the 'missing' mob thing is handled right now for the most part, except i feel like it's missing a check to see if the mob is dead, which i can do manually quite easily of course... but i figure i'd ask for this :) T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tenacious Tanaya Tech: butter I mean T3/r7/2021-06-14.txt.gz:{chan ch=tech}Geslor Tech: ya i only break crowleys/nari's version once every few days or so, like today :) T3/r7/2021-06-14.txt.gz:{chan ch=tech}Geslor Tech: its a big improvement! T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Scars: The problem with that is the only way to figure that out is with cp check. It's possible the mob died between your cp check and running to the area. T3/r7/2021-06-14.txt.gz:{chan ch=tech}Legendary Gruagach Tech: i put that shit on my peepee T3/r7/2021-06-14.txt.gz:{chan ch=tech}Legendary Gruagach Tech: misc T3/r7/2021-06-14.txt.gz:{chan ch=tech}Naricain Tech: yeah it's hard to tell of a mob is actually dead or just nowhere flagged T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Coming from Gruagach... there's about a million things he could be referencing. T3/r7/2021-06-14.txt.gz:{chan ch=tech}Geslor Tech: what if its dead while no-where flagged? T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Mind blown, Geslor. Mind. Blown. T3/r7/2021-06-14.txt.gz:{chan ch=tech}Geslor Tech: lol T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tenacious Tanaya Tech: well that didn't help. oh well. I'm sol I guess T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What didn't help? Changing to new SnD? Reinstalling SnD? T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tenacious Tanaya Tech: reinstalling T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'm trying to remember all my Winkle commands. What's the command for room lookups in WinkleGold? Should be able to find it under ww help or whatever. T3/r7/2021-06-14.txt.gz:{chan ch=tech}Selitos Tech: you mean xm [roomname]? T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I wasn't sure if it was the same as mine. T3/r7/2021-06-14.txt.gz:{chan ch=tech}Selitos Tech: and xmall [roomname]? T3/r7/2021-06-14.txt.gz:{chan ch=tech}Selitos Tech: yeah i use the winklegold T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley slaps Selitos. T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: No more help for you! T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley's shifty eyes dart back and forth. T3/r7/2021-06-14.txt.gz:{chan ch=tech}Ruckus Tech: anyone have a handy dandy pup time tracker available? T3/r7/2021-06-14.txt.gz:{chan ch=tech}Vondo Tech: my gmcp mapper failed to backup database and now mapper wont work at all - any way to restart the mapper? T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, how do you mean mapper won't work at all? T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Please note. the mapper database name and the world name MUST match. Look in the title bar and see if it says: MUSHClient - [Aardwolf] or if it says something else. The [Aardwolf] must match the database name. T3/r7/2021-06-14.txt.gz:{chan ch=tech}Vondo Tech: the mapper window in mushclient just shows the same picture no matter where i go and snd has no idea where i am anymore T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: People often accidentally change that and that is what they mean when mapper "breaks" T3/r7/2021-06-14.txt.gz:{chan ch=tech}Naricain Tech: did you try disabling/enabling the mapper? T3/r7/2021-06-14.txt.gz:{chan ch=tech}Vondo Tech: that's what im asking how to do :D T3/r7/2021-06-14.txt.gz:{chan ch=tech}Vondo Tech: I got this when it started failing: lua\wait.lua:178: [string "Plugin: Aardwolf_GMCP_Mapper"]:1958: database table is locked T3/r7/2021-06-14.txt.gz:{chan ch=tech}Naricain Tech: file -> plugins, select aard_gmcp_mapper and click disable. Select again and click enable T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Close out MUSH completely. Try restarting your computer to remove the 'locked' status. T3/r7/2021-06-14.txt.gz:{chan ch=tech}Vondo Tech: and yea it says [Aardwolf] in title bar T3/r7/2021-06-14.txt.gz:{chan ch=tech}Naricain Tech: oh that's not great. Something that is using the mapper isn't closing it properly T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Naricain. T3/r7/2021-06-14.txt.gz:{chan ch=tech}Vondo Tech: any way to find out what has a lcok on db? T3/r7/2021-06-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Could get 'Unlocker' as a program. I have to get going and clock out, but hopefully you'll be able to fix it with at least my suggestion. T3/r7/2021-06-14.txt.gz:{chan ch=tech}Naricain Tech: I'm not sure. One possibility is another plugin had a runtime error and failed to release the db T3/r7/2021-06-14.txt.gz:{chan ch=tech}Vondo Tech: will give it a try, thanks crowley! T3/r7/2021-06-14.txt.gz:{chan ch=tech}Gashik Tech: anyone know how i can disable Logging to File in the Communication Log plugin? T3/r7/2021-06-14.txt.gz:{chan ch=tech}Naricain Tech: oh shoot I see a couple places in SnD that aren't properly releasing T3/r7/2021-06-14.txt.gz:{chan ch=tech}<> Slips Tech: anyone know a good kock location app for straighttalknphones T3/r7/2021-06-14.txt.gz:{chan ch=tech}<> Slips Tech: mock T3/r7/2021-06-14.txt.gz:{chan ch=tech}Tech: Spronktar spittakes T3/r7/2021-06-14.txt.gz:{chan ch=tech}<> Slips Tech: slittakes T3/r7/2021-06-15.txt.gz:{chan ch=tech}Cortana Tech: i'm sure this is very basic so please excuse me for not being able to find it...how do i disable numpad navigation in muschclient? i want to use my numpad as numbers T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: so, before helping, i just love that a character named "cortana" like the MS helper thing isn't able to find a setting T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Game-Configure-Keypad, untick the box. T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: what crowley said T3/r7/2021-06-15.txt.gz:{chan ch=tech}Cortana Tech: i'm kind of helpless, that's part of my charm =D T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: its the box towards the bottom T3/r7/2021-06-15.txt.gz:{chan ch=tech}Cortana Tech: thanks guys T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: hehe :) T3/r7/2021-06-15.txt.gz:{chan ch=tech}Cortana Tech: makes using DINV easier T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I prefer the numpad for navigation myself, but hey, to each their own. T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: i use it to kill myself and others with pacmanning in IF1/2 T3/r7/2021-06-15.txt.gz:{chan ch=tech}Qyx Tech: anyone around? just wanted some advice on variables pls? T3/r7/2021-06-15.txt.gz:{chan ch=tech}Tech: Qyx peers around himself intently. T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: could just ask and see what happens T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Usually better to just ask instead of asking if anyone is around. T3/r7/2021-06-15.txt.gz:{chan ch=tech}Qyx Tech: k :) I can see how do set and get values of variables but I'm a bit confused how you declare a variable in the first place and if it has to have an initial value T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I've always used SetVariable("varname", "value") to set them in script format. T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So that would be how you declare it primarily. T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: creating a variable and changing the value of the variable is the same line T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can also use the GUI if you want, but that is more cumbersome in my opinion. T3/r7/2021-06-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at [Battle] Scars. T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can create an empty variable if you need to, but it really is good practice to set it as SOMETHING rather than NOTHING. T3/r7/2021-06-15.txt.gz:{chan ch=tech}Qyx Tech: ah okay, thanks. I wanted a portal variable for my portal slot which would trigger on certail levels. But initially I do your SetVariable("varname", "value") by writing it in variable tab? T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: No, do T3/r7/2021-06-15.txt.gz:{chan ch=tech}Snake God Szzilleriel Tech: can also do from command line: \\\SetVariable("myPants","are on fire") T3/r7/2021-06-15.txt.gz:{chan ch=tech}Qyx Tech: in scripting T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Er... T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yeah, what Szz said. T3/r7/2021-06-15.txt.gz:{chan ch=tech}Tech: Qyx laughs out loud. T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: if GetVariable("myPants") == "are on fire" then print("You are a liar!") else print("You truthteller you!") end T3/r7/2021-06-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley's shifty eyes dart back and forth. T3/r7/2021-06-15.txt.gz:{chan ch=tech}Qyx Tech: hehe that's intersting. so essentially I can declare it once in 'command line' and then just put in triggers various variable changes and it will always remember current one? T3/r7/2021-06-15.txt.gz:{chan ch=tech}Snake God Szzilleriel Tech: burning ember from cig fell on shorts while typing that, so that's what it became lol T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It'll remember whatever you last set it to. T3/r7/2021-06-15.txt.gz:{chan ch=tech}Qyx Tech: awesome, thanks a lot. I shall give it a go and see what happens :) T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: i have it done but it's from probably a decade ago T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: mis T3/r7/2021-06-15.txt.gz:{chan ch=tech}A shot of Whiskey Tech: anyone have a good xp tracker plugin? T3/r7/2021-06-15.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: i have the one that countsdown to t9r7, though it is quite depressing to see the results T3/r7/2021-06-15.txt.gz:{chan ch=tech}Useful Hadar Tech: define good ... and what you need it to track? T3/r7/2021-06-15.txt.gz:{chan ch=tech}A shot of Whiskey Tech: ocho that will make me cry T3/r7/2021-06-15.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: when you realize it takes around 95 million exp to get there T3/r7/2021-06-15.txt.gz:{chan ch=tech}A shot of Whiskey Tech: hadar hmmm good question, xp per kill, hour, during double perhaps? T3/r7/2021-06-15.txt.gz:{chan ch=tech}Useful Hadar Tech: i should add a countdown to my xp tracker, that updates based on exp/kill haha T3/r7/2021-06-15.txt.gz:{chan ch=tech}Cortana Tech: don't forget about all the exp you "lose" going noexp to campaign at lower levels T3/r7/2021-06-15.txt.gz:{chan ch=tech}Cortana Tech: assuming you do that to try to get a campaign every level T3/r7/2021-06-15.txt.gz:{chan ch=tech}Useful Hadar Tech: let me go put a note on my github ... make people try with xp tracker T3/r7/2021-06-15.txt.gz:{chan ch=tech}Kagaku Tech: and account for the xp lost when fleeing? T3/r7/2021-06-15.txt.gz:{chan ch=tech}Useful Hadar Tech: cry* T3/r7/2021-06-15.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: and if you die and miracle fails T3/r7/2021-06-15.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: awful feeling at 10k tnl and 8k gone T3/r7/2021-06-15.txt.gz:{chan ch=tech}Useful Hadar Tech: ok it was nice saying my 1 weekly thing, and promoting my code, got to get my day started bye T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: is there a setting in S&D to play a sound when its qtime or a gq is announced like when a cp/q/gq mob shows up on scan? T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Not currently, though we could add it. :p T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Though you could also add it easily, too. T3/r7/2021-06-15.txt.gz:{chan ch=tech}Vondo Tech: you can do quests through soundpack, check out "spset" T3/r7/2021-06-15.txt.gz:{chan ch=tech}Sivak Tech: you can make a triger to sound i think for anything T3/r7/2021-06-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Vondo. T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: There is one for gquest_declare and one for quest. T3/r7/2021-06-15.txt.gz:{chan ch=tech}Vondo Tech: you can do global quest declared through soundpack too T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: okay, so spset showed me a list of stuff T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: now what? T3/r7/2021-06-15.txt.gz:{chan ch=tech}Zemendil Tech: sphelp T3/r7/2021-06-15.txt.gz:{chan ch=tech}Vondo Tech: use "sptog" to toggle whatever you want on T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: sptog gquest_declared T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: all of mine are currently set to 100% - does that mean anything? T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: sptog quest_ready T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: it means they are all 100% volume. T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But they may not be toggled on. T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: what sound gets played? is there a way to test that without waiting? T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Wish he would have added 'Toggled' columns. T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Can at least test gquest declaration trigger by echoing. Not sure if he does quest ready on gmcp or not. T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can change the sound with spset [event] wav filename.wav though. T3/r7/2021-06-15.txt.gz:{chan ch=tech}Vondo Tech: where's the mp3 support T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: i echoed this and nothing happened : Global Quest: Global quest # 2336 has been declared for levels 105 to 116. T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Scars: may have to do spmute to hear it at first. T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Also, may be more than just that trigger. T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: omg that did it T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: except now every friggin channel makes noise T3/r7/2021-06-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley chuckles politely. T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: sptog all T3/r7/2021-06-15.txt.gz:{chan ch=tech}Vondo Tech: turn everyonething off and turn on the ones you care about T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: erh mer gerd that was not cool T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: then turn back on quest and gquest. T3/r7/2021-06-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley falls to the ground and rolls around, laughing hysterically. T3/r7/2021-06-15.txt.gz:{chan ch=tech}Jedi Kandorr Tech: yeah i was following along and thought i was having a stroke in a garbage can T3/r7/2021-06-15.txt.gz:{chan ch=tech}Jedi Kandorr Tech: plink plunk crackle T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You ARE a stroke in a garbage can! *shifty* T3/r7/2021-06-15.txt.gz:{chan ch=tech}Jedi Kandorr Tech: sounds about right T3/r7/2021-06-15.txt.gz:{chan ch=tech}Vondo Tech: fun fact - you can also click on events in spset to toggle them T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: listne i nevre tyop stfuf so i dnot need teh mosue T3/r7/2021-06-15.txt.gz:{chan ch=tech}Gurruk Tech: wow you make a lot of typos :) T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: was unaware of the existence of the soundpack stuff until now, ty for the help :) T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: is the level up sound like the mario mushroom sound? T3/r7/2021-06-15.txt.gz:{chan ch=tech}Vondo Tech: my soundpack worked for all of a day and is now sitting silently in the corner :( lol T3/r7/2021-06-15.txt.gz:{chan ch=tech}Zemendil Tech: Nope but...ABSOLUTELY should be T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: spset [event] wav filename.wav T3/r7/2021-06-15.txt.gz:{chan ch=tech}Tech: [Battle] Scars goes ooOOooOOoo. T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: dang, no triv mob sound? that would have been a great chance for sonic getting a ring T3/r7/2021-06-15.txt.gz:{chan ch=tech}Zemendil Tech: Not %100 sure but I believe that event uses bloot sound... T3/r7/2021-06-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: When you superhero, the sound should be the same as when Mario hits the flagpole, and if you're not t9r7, it returns, "I'm sorry, but your eliteness is in another tier!" T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: i just wanted a sound to play when i could do a quest or not miss a gquest T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: i smell another plugin for crowley to take over T3/r7/2021-06-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: for the greater good ofc T3/r7/2021-06-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-06-16.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: i cant use gq check with snd T3/r7/2021-06-16.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: and it did not populate the window T3/r7/2021-06-16.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: so no idea what i need to kill T3/r7/2021-06-16.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: that was a weird work around T3/r7/2021-06-16.txt.gz:{chan ch=tech}Feihu Tech: how to add wildcard to table in lua T3/r7/2021-06-16.txt.gz:{chan ch=tech}Feihu Tech: when i write table.insert(tablename,%1),it cant work T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Ocho, try qq? T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Feihu: You need to quote the %1... so table.insert(tablename, "%1") T3/r7/2021-06-16.txt.gz:{chan ch=tech}Feihu Tech: nod T3/r7/2021-06-16.txt.gz:{chan ch=tech}Feihu Tech: i mean %1 area wildcard's concent T3/r7/2021-06-16.txt.gz:{chan ch=tech}Feihu Tech: not realy %1 T3/r7/2021-06-16.txt.gz:{chan ch=tech}Feihu Tech: %1 is wildcard's content,not realy %1,how to write the sentence in lua T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Okay, so are you adding it from a variable? MUSHclient variable? Lua variable? A string? T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: Does the .mcl file autosave when you quit mush? Or do I need to click save world details each time? T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You should save when you make changes to triggers/aliases/etc. T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Naricain wrote a nice autosave plugin on Tech board. T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: Okay, the .mcl file is purely for the triggers, aliases, etc. Is the mapper info stored separately? T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It is, and it's saved every time it changes. T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The mapper is stored in Aardwolf.db, so written changes stay. T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: Thank you. Why is it...for example, even though I've saved the world details to two separate files, say one aardwolf.mcl and another custom.mcl, when I load each one, the GUI layout of the windows are different. Only the custom.mcl remembers my correct layout. T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'm not sure, but you can utilize aard layout save and restore for layouts. T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: Thanks Crowley. T3/r7/2021-06-16.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, wait. You have two separate files for MUSH? That's why. The layout information is saved in its plugin, not the mcl file. T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Took me a minute to think about what you said. Unless you share plugin states, any changes you make to one MUSHclient instance per folder will not carry over to the other. T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: Oh, how do I transfer the plugin info? Or how do I share the plugin statess? T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Just copy the plugins file between the two. T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: A better solution, though, would be to either run it from a USB or from cloud storage such as Dropbox or pcloud. T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Or Google Drive. T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If you run it from cloud storage, though, you have to close out every time you switch computers. T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Otherwise it creates conflicts. T3/r7/2021-06-16.txt.gz:{chan ch=tech}Antifa Raded Tech: can I use a floppy disk T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I mean, if it can hold 36 MB of info... T3/r7/2021-06-16.txt.gz:{chan ch=tech}Catpain HazeKnight Tech: you have a working floppy disk, raded? T3/r7/2021-06-16.txt.gz:{chan ch=tech}Antifa Raded Tech: ok ok fine zip disk T3/r7/2021-06-16.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley prefers tape drives. T3/r7/2021-06-16.txt.gz:{chan ch=tech}Zemendil Tech: Oooo yea...remember when you kept a notebook with the tape positions of the EOF for each of your programs? Ahhh, nostalgia T3/r7/2021-06-16.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: My first computer was a TRS-80. Oh, how far we've come. T3/r7/2021-06-16.txt.gz:{chan ch=tech}Trachx Tech: even if you look back 20 years there is so huge progress, especially miniaturization T3/r7/2021-06-16.txt.gz:{chan ch=tech}Antifa Raded Tech: my first home computer had a blazing fast 100mhz 32-bit pentium processor T3/r7/2021-06-16.txt.gz:{chan ch=tech}Antifa Raded Tech: top of the line T3/r7/2021-06-16.txt.gz:{chan ch=tech}Trachx Tech: just consider moving 19" CRT from one location to other and 19" LCD :) T3/r7/2021-06-16.txt.gz:{chan ch=tech}Zemendil Tech: fo sho T3/r7/2021-06-16.txt.gz:{chan ch=tech}Kagaku Tech: nevermind 19", I had a 17" CRT and that weighed a tonne T3/r7/2021-06-16.txt.gz:{chan ch=tech}Trachx Tech: also pc cases - before full height midi tower - sometimes you were able to carry just 1 case, now with usff you can comfortably carry 5 or more T3/r7/2021-06-16.txt.gz:{chan ch=tech}Kagaku Tech: one 128GB sdcard is equivalent over 91K floppy disks! T3/r7/2021-06-16.txt.gz:{chan ch=tech}Trachx Tech: and then pendrive with 128MB was so huge comparing to 1.44 disks T3/r7/2021-06-16.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-06-16.txt.gz:{chan ch=tech}Kagaku Tech: hardware manufacturer keep upping specs and capacity and MS keeps using it all up T3/r7/2021-06-16.txt.gz:{chan ch=tech}Trachx Tech: it seems that last 10 years there was no real progress in CPU world, I mean once you hit 4-5 GHZ there is no way to boost it more, and they started using multi core chips, or even multi cpu chips like AMD Epycs T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: and Developers have gotten more carefree with things like RAM usage. T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: Why optimize when we can just make the consumers buy more ram T3/r7/2021-06-16.txt.gz:{chan ch=tech}Trachx Tech: that is quite rational, optimization costs money T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: So they offload the cost to the consumer instead T3/r7/2021-06-16.txt.gz:{chan ch=tech}Trachx Tech: a lot of methodologies were invented because it is hard to find smart people - so you use agile / scrum / kanban and just hope it will work :P T3/r7/2021-06-16.txt.gz:{chan ch=tech}Trachx Tech: I mean sometimes you just need 1 (one) special person that is able to make things happen T3/r7/2021-06-16.txt.gz:{chan ch=tech}Trachx Tech: not because that person does everything but has enough knowledge/imagination what you can do T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: is there a setting buried somewhere where I can disable these outputs: [ Paging : (Enter), (T)op, (Q)uit, (B)ack, (R)efresh, (L)ast, (A)ll ]: T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: I would prefer it just showed me all of it T3/r7/2021-06-16.txt.gz:{chan ch=tech}Brightness Jasnah Tech: that would be your pagesize T3/r7/2021-06-16.txt.gz:{chan ch=tech}DangerMagoo Tech: pagesize T3/r7/2021-06-16.txt.gz:{chan ch=tech}Tinypotato Tech: pagesize 0 T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: Thank you T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: scroll 0, pagesize 0... T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: Oh thank the Aard gods....so much better lol T3/r7/2021-06-16.txt.gz:{chan ch=tech}Kagaku Tech: OMG, getting rid of paging is probably the first thing one should do, and you've suffered for how long? T3/r7/2021-06-16.txt.gz:{chan ch=tech}Tech: Katsumoto sighs. T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: For as long as I've been online...2378 hors T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: Lol T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: Anyone ever play aard while on the road by doing a remote desktop into your main machine? What are your preferred methods for doing so? T3/r7/2021-06-16.txt.gz:{chan ch=tech}Your Intuition Tech: My preferred method is to drive safely and play aardwolf before or after the trip T3/r7/2021-06-16.txt.gz:{chan ch=tech}Brightness Jasnah Tech: wayyyy back in the day I used teamviewer but I'm sure there are better methods these days T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: That's sound advice Intuition. T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: Maybe google remote desktop will suffice? T3/r7/2021-06-16.txt.gz:{chan ch=tech}Ayasinda Tech: I still use teamviewer T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: Okay, thanks, maybe that's what I'll do T3/r7/2021-06-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'm currently on Teamviewer through work, and it's what I use primarily. You can also use ultravnc. T3/r7/2021-06-16.txt.gz:{chan ch=tech}Naricain Tech: SnD 5.81 released. `snd update` to grab it. Some bug fixes and tweaks. It now broadcasts plugin events when the target changes so other plugins can listen for those and take action T3/r7/2021-06-16.txt.gz:{chan ch=tech}Katsumoto Tech: Thanks Crowley and Naricain T3/r7/2021-06-17.txt.gz:{chan ch=tech}Shinya Tech: hello! T3/r7/2021-06-17.txt.gz:{chan ch=tech}Naricain Tech: hi T3/r7/2021-06-17.txt.gz:{chan ch=tech}Shinya Tech: could someone tell me how to make alias for mudlet? T3/r7/2021-06-17.txt.gz:{chan ch=tech}Kagaku Tech: checkout the website there's very good documentation and some videos T3/r7/2021-06-17.txt.gz:{chan ch=tech}Kagaku Tech: if you want to jump straight into it, click on the alias button in the toolbar T3/r7/2021-06-17.txt.gz:{chan ch=tech}Shinya Tech: I see! Thank you! T3/r7/2021-06-17.txt.gz:{chan ch=tech}Triixxee Tech: i am just gonna guess that if i want to stack commands into snd, using an alias on Mush, ima need 4 semi-colons :) T3/r7/2021-06-17.txt.gz:{chan ch=tech}Naricain Tech: SnD 5.82 released. `snd update` to get it. This has a fix for using multiple commands in quick kill, separated by semicolons. If you use multiple commands or the `notarg` option you may need to set up your quick kill again. See xhelp kk T3/r7/2021-06-17.txt.gz:{chan ch=tech}Triixxee Tech: is there an easy way to have mush ignore semicolons, say for sending somehting to dinv commlog, ? T3/r7/2021-06-17.txt.gz:{chan ch=tech}Morill Tech: double semicolon doesnt work? T3/r7/2021-06-17.txt.gz:{chan ch=tech}Naricain Tech: you can temporarily turn off command stacking in input -> Commands T3/r7/2021-06-17.txt.gz:{chan ch=tech}Sath Tech: you can also prefix your entire command with a semicolon T3/r7/2021-06-17.txt.gz:{chan ch=tech}Triixxee Tech: like if i wanted to send i chain of commands up as a temp archive for myself? T3/r7/2021-06-17.txt.gz:{chan ch=tech}Vondo Tech: yea double semicolons usually work T3/r7/2021-06-17.txt.gz:{chan ch=tech}Morill Tech: i dont know if mappers cexit syntax is custom for that or generally applicable, but it uses double semicolons T3/r7/2021-06-17.txt.gz:{chan ch=tech}Naricain Tech: oh I didn't know about the starting the command with a semicolon; good tip! T3/r7/2021-06-17.txt.gz:{chan ch=tech}Triixxee Tech: odd, idk why it didnt work the first time' T3/r7/2021-06-17.txt.gz:{chan ch=tech}Naricain Tech: I just made a plugin that connects with SnD (> v5.8) to help track down mobs in upper and lower planes. When you have a target there it will pop up something to show you which pool(s) it's in, and a command to quickly run there. https://github.com/AardNaricain/PlanesWalker T3/r7/2021-06-17.txt.gz:{chan ch=tech}Triixxee Tech: but ya still need to drop a mob at the only exit T3/r7/2021-06-17.txt.gz:{chan ch=tech}Naricain Tech: it doesn't help you get out, just get in without having to look up which one T3/r7/2021-06-17.txt.gz:{chan ch=tech}Triixxee Tech: ok, so it doesnt enter the pool then, just takes you to the correct one? T3/r7/2021-06-17.txt.gz:{chan ch=tech}Naricain Tech: it shows you which pool the mob is in, and then has a command to take you through that pool. Finding the mob once you're there, and finding your way back out, is still on you T3/r7/2021-06-17.txt.gz:{chan ch=tech}Katsumoto Tech: Is it possible to do DoAfter with something like mapper walkto? T3/r7/2021-06-17.txt.gz:{chan ch=tech}Triixxee Tech: yes, you just gotta test the time you need to gget there T3/r7/2021-06-17.txt.gz:{chan ch=tech}Katsumoto Tech: Would it be DoAfter (1, "mapper walk to ")? T3/r7/2021-06-17.txt.gz:{chan ch=tech}Tinypotato Tech: DoAfterSpecial(1, "mapper goto x", 10) T3/r7/2021-06-17.txt.gz:{chan ch=tech}Triixxee Tech: your putting this into an alias? T3/r7/2021-06-17.txt.gz:{chan ch=tech}Tech: Katsumoto nods. T3/r7/2021-06-17.txt.gz:{chan ch=tech}Naricain Tech: since the time that it'll take to get to wherever you want to go is variable, another solution would be to remember where it is you want to be going in a variable and then every time the room changes (you receive a gmcp room.info broadcast) see if you're in the target room. Once you're there, execute your command T3/r7/2021-06-17.txt.gz:{chan ch=tech}Sath Tech: or just use echo and a trigger T3/r7/2021-06-17.txt.gz:{chan ch=tech}Triixxee Tech: Execute("mapper goto 23510") DoAfterSpecial (4, 'mapper goto 23534', sendto.execute) T3/r7/2021-06-17.txt.gz:{chan ch=tech}Triixxee Tech: what i use to farm ore in quarry. its take 3ish seconds to get to the quarry start itself T3/r7/2021-06-17.txt.gz:{chan ch=tech}Triixxee Tech: i use doafter's when i put in bashdoor for certain areas as well T3/r7/2021-06-17.txt.gz:{chan ch=tech}Naricain Tech: why even both with the first goto? If you have cexits set up shouldn't mapper goto 23534 work on its own? T3/r7/2021-06-17.txt.gz:{chan ch=tech}Triixxee Tech: oh, thats a very easy answer, because i have an alias just to take me to the start of quarry, for q/gq/cp, thats the 2nd alais, i just messed them togather as an example T3/r7/2021-06-17.txt.gz:{chan ch=tech}Sath Tech: anyone know of a public MUSH plugin/library that communicates with discord? T3/r7/2021-06-17.txt.gz:{chan ch=tech}[Battle] Scars Tech: i thought crowley had something like that T3/r7/2021-06-17.txt.gz:{chan ch=tech}Sath Tech: he has some telegram code T3/r7/2021-06-17.txt.gz:{chan ch=tech}[Battle] Scars Tech: oh T3/r7/2021-06-17.txt.gz:{chan ch=tech}Sivak Tech: they do all kinds of epics on the discord channel... automaticly T3/r7/2021-06-17.txt.gz:{chan ch=tech}[Battle] Scars Tech: who is 'they' ? T3/r7/2021-06-17.txt.gz:{chan ch=tech}Sivak Tech: kers shaelynne T3/r7/2021-06-17.txt.gz:{chan ch=tech}Sath Tech: good lead, thanks :) T3/r7/2021-06-17.txt.gz:{chan ch=tech}Macbeth Tech: is there a gmcp feed or some way to monitor my traceroute via mushclient? Basically want to constantly be able to see my compression to make sure i am not experiencing connection issue.. T3/r7/2021-06-17.txt.gz:{chan ch=tech}Catpain HazeKnight Tech: Confused. local level = tonumber(gmcpLoad("char.status.level")) used to work, but now it's saying gmcpLoad calls a nil value T3/r7/2021-06-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: but yes we'll try and answer T3/r7/2021-06-18.txt.gz:{chan ch=tech}Vondo Tech: i have this one piece of gear - a "cloak of illusion" to refuses to get cached and pops up on a dinv refresh every single time, any way i can get it to stop that T3/r7/2021-06-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: oh yeah, the one from horath. it's an issue with the fake report it sends when id'd T3/r7/2021-06-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: put it in a bag that is ignored T3/r7/2021-06-18.txt.gz:{chan ch=tech}Vondo Tech: thanks Shindo! T3/r7/2021-06-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: or you can turn off autorefesh (which i've done) then only refresh and get annoyed by it once a day T3/r7/2021-06-18.txt.gz:{chan ch=tech}Qyx Tech: Can you trigger a DINV command? I'm trying to trigger 'dinv set wear paladin' with the text 'You raise a level!' but I can't seem to get it to work T3/r7/2021-06-18.txt.gz:{chan ch=tech}Veritheia Tech: send to execute T3/r7/2021-06-18.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: You have to send to execute T3/r7/2021-06-18.txt.gz:{chan ch=tech}Dogwater Welding Tech: can try setting the command as 'send to execute' T3/r7/2021-06-18.txt.gz:{chan ch=tech}Qyx Tech: thanks, I'll try it T3/r7/2021-06-18.txt.gz:{chan ch=tech}Tech: Qyx slaps FrshPrncOf Kelaire in the face with a fish. T3/r7/2021-06-18.txt.gz:{chan ch=tech}Qyx Tech: does a trigger need the whole of text to be exact? Do I need some kind wild card symbol thing in the trigger after You raise a level! ? T3/r7/2021-06-18.txt.gz:{chan ch=tech}Qyx Tech: whole line of text* T3/r7/2021-06-18.txt.gz:{chan ch=tech}Qyx Tech: You raise a level! works when I test trigger from drop down menu T3/r7/2021-06-18.txt.gz:{chan ch=tech}Qyx Tech: but whole line is: You raise a level! You are now level 75. T3/r7/2021-06-18.txt.gz:{chan ch=tech}Kagaku Tech: if you're feeling adventurous you can trigger off gmcp.char.base.level T3/r7/2021-06-18.txt.gz:{chan ch=tech}Qyx Tech: ooh how do you that? T3/r7/2021-06-18.txt.gz:{chan ch=tech}Kagaku Tech: not sure of specifics in mush, in mudlet (what I'm using) it raises an event on any gmcp changes, you can write functions that act on those events T3/r7/2021-06-18.txt.gz:{chan ch=tech}Qyx Tech: ah fixed it. I just put * as a wildcard after and it works now T3/r7/2021-06-18.txt.gz:{chan ch=tech}Negader Tech: you need a wild card. heres mine, but in regex form. ^You raise a level\! You are now level (.*?)\.$ T3/r7/2021-06-18.txt.gz:{chan ch=tech}Qyx Tech: thanks, seems to work with just an * T3/r7/2021-06-18.txt.gz:{chan ch=tech}Qyx Tech: what's advantage with regex? T3/r7/2021-06-18.txt.gz:{chan ch=tech}Qyx Tech: Kagaku, someone gave a little alias/plugin that read repop gcmp data. can be done in mush if I knew how :P T3/r7/2021-06-18.txt.gz:{chan ch=tech}Negader Tech: supposedly faster? matches more exact? im not too certain, but many people recommend it T3/r7/2021-06-18.txt.gz:{chan ch=tech}Qyx Tech: ah I see, thanks :) T3/r7/2021-06-18.txt.gz:{chan ch=tech}Kagaku Tech: being able to act on gmcp is very useful - well worth learning how to do it T3/r7/2021-06-18.txt.gz:{chan ch=tech}Qyx Tech: yeah, it's literally like one line really for repop message T3/r7/2021-06-18.txt.gz:{chan ch=tech}Qyx Tech: https://pastebin.com/S3RQ3tfB T3/r7/2021-06-18.txt.gz:{chan ch=tech}Qyx Tech: can't be that complicated T3/r7/2021-06-18.txt.gz:{chan ch=tech}Qyx Tech: ah that's interesting. so for time-sensitive stuff you really gcmp data T3/r7/2021-06-18.txt.gz:{chan ch=tech}Kagaku Tech: yeah gmcp stuff gets sent before regular mud output T3/r7/2021-06-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: GMCP being sent before MUD input is very negligible anyway. And you would need it in a plugin to watch for broadcasts, otherwise you're just using a trigger anyway. Can still use the trigger to call the gmcp value, but you have to make sure you require 'gmcphelper' first, and use gmcp("value") T3/r7/2021-06-18.txt.gz:{chan ch=tech}Kagaku Tech: in most cases you won't notice it, but if you have a laggy connection then it will be apparent T3/r7/2021-06-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: {Ping to aardmud.org Min: 54ms Avg: 58ms Max: 70ms} T3/r7/2021-06-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Heh. Had to switch to Anydesk as my remote connection. Got tired of Teamviewer telling me, "Ooh, you're using Teamviewer commercially instead of personally! Shame on you, you are limited to 1 minute sessions, and you will be blocked from reconnection for several minutes despite us telling you that you can reconnect in one minute!" T3/r7/2021-06-18.txt.gz:{chan ch=tech}Tech: Qyx gasps in astonishment. T3/r7/2021-06-18.txt.gz:{chan ch=tech}Ogreskull Tech: I have been using google remote for a couple years now and it works swimmingly from most/all platforms, and rarely blocked/FW issues because it's HTTPS traffic to google.com T3/r7/2021-06-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I just need something I don't have to install, since I don't like installing things on my work computer. Well, that, and can't really install things, either. T3/r7/2021-06-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Instance running is good enough for me. T3/r7/2021-06-18.txt.gz:{chan ch=tech}Ogreskull Tech: Nod, no need to install a client to access, just a small service on the host :) Whatever works, works, just adding my hat into the ring regarding the solution I find useful T3/r7/2021-06-18.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Ogreskull. T3/r7/2021-06-18.txt.gz:{chan ch=tech}Torkin Tech: why is microsoft being so pushy on reboots T3/r7/2021-06-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Because they want you to experience their latest creation, news in your taskbar! Another tool you have to manually disable, but it shows your weather! T3/r7/2021-06-18.txt.gz:{chan ch=tech}[Battle] Scars Tech: oh look, it's 92, no 91, no 90, no 93.... idk what temp is, it's been changing every 2 minutes by amounts that make little sense T3/r7/2021-06-18.txt.gz:{chan ch=tech}Princess Alison Tech: What's the way to detect how many remorts you currently have? T3/r7/2021-06-18.txt.gz:{chan ch=tech}Talbor Tech: whois? T3/r7/2021-06-18.txt.gz:{chan ch=tech}Princess Alison Tech: No, I mean like... T3/r7/2021-06-18.txt.gz:{chan ch=tech}Naricain Tech: like gmcp char.base.remorts? T3/r7/2021-06-18.txt.gz:{chan ch=tech}Kagaku Tech: could use gmcp.char.bas.classes T3/r7/2021-06-18.txt.gz:{chan ch=tech}Princess Alison Tech: On a script level. T3/r7/2021-06-18.txt.gz:{chan ch=tech}Princess Alison Tech: Yes, that T3/r7/2021-06-18.txt.gz:{chan ch=tech}Kagaku Tech: could use gmcp.char.base.classes T3/r7/2021-06-18.txt.gz:{chan ch=tech}Kagaku Tech: yeah gmcp.char.base.remorts would be better :) T3/r7/2021-06-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: char.base.remorts will tell you how many. T3/r7/2021-06-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Classes, you have to remember which number refers to which class. T3/r7/2021-06-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: 2 is thief, 6 is psi, 0 is mage, for example. I forget the others currently, though, but they are in order of your classes. T3/r7/2021-06-18.txt.gz:{chan ch=tech}Kagaku Tech: 0=mage, 1=cleric, 2=thief, 3=warrior, 4=ranger, 5=paladin, 6=psi T3/r7/2021-06-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Kagaku lies! I mean, uh, yeah, that's it. T3/r7/2021-06-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: in other words, pclass mages are nothing, clerics are #1, and psis are dead last. T3/r7/2021-06-18.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Higher = Better Crow! T3/r7/2021-06-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hmm. I think I might prefer AnyDesk over Teamviewer now. T3/r7/2021-06-18.txt.gz:{chan ch=tech}Naricain Tech: SnD 5.83 released. `snd update` to grab it. Contains a bunch of bug fixes T3/r7/2021-06-18.txt.gz:{chan ch=tech}Katsumoto Tech: Hmm, snd doesn't seem to be updating the list...I need to cp i to get it to refresh T3/r7/2021-06-18.txt.gz:{chan ch=tech}Katsumoto Tech: just updated to the latest T3/r7/2021-06-18.txt.gz:{chan ch=tech}Katsumoto Tech: will try restarting the client T3/r7/2021-06-18.txt.gz:{chan ch=tech}Smudge Tech: I've had that same problem often, usually after a GQ. Reloading does seem to help. T3/r7/2021-06-18.txt.gz:{chan ch=tech}Morill Tech: thats the same problem i reported but i had a hard time describing T3/r7/2021-06-18.txt.gz:{chan ch=tech}Morill Tech: in my experience, doing a 'look' also makes it get unstuck T3/r7/2021-06-18.txt.gz:{chan ch=tech}Katsumoto Tech: Okay, a restart seems to have helped T3/r7/2021-06-18.txt.gz:{chan ch=tech}A shot of Whiskey Tech: sorry as I have asked this before... how do I get rid of {rname} T3/r7/2021-06-18.txt.gz:{chan ch=tech}Veritheia Tech: help tags T3/r7/2021-06-18.txt.gz:{chan ch=tech}A shot of Whiskey Tech: ty T3/r7/2021-06-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Instead of restarting the client, if it seems to be snd related, you can always do snd reload. T3/r7/2021-06-19.txt.gz:{chan ch=tech}Sath Tech: anyone ever seen this or know what it means? A * at the end of a combat line? Like: Modi's light <-=-><-:-*-:-><*--*> METEORITES <*--*><-:-*-:-><-=-> blizzard of sand! [528]* T3/r7/2021-06-19.txt.gz:{chan ch=tech}Evine Tech: i think i heard it meant a crit? T3/r7/2021-06-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Critical hits. T3/r7/2021-06-19.txt.gz:{chan ch=tech}AF Kers Tech: Holy Reprisal T3/r7/2021-06-19.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: i know if it T3/r7/2021-06-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Or holy reprisal, yeah. Forgot about that one. T3/r7/2021-06-19.txt.gz:{chan ch=tech}Sath Tech: thanks kers :) T3/r7/2021-06-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Crits are before, reprisal after. T3/r7/2021-06-19.txt.gz:{chan ch=tech}Bodhi Tech: By chance does anyone have a plugin similar to Masaki Third Eye that uses "where" instead of "swho 12 area"? T3/r7/2021-06-19.txt.gz:{chan ch=tech}Bodhi Tech: I tried to edit the Massaki plugin, and I feel like I'm close, but it's not working. T3/r7/2021-06-19.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: so it seems snd and made it to where when i read graffiti, i can't see who wrote it T3/r7/2021-06-19.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: i only see the writtin part T3/r7/2021-06-19.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: written T3/r7/2021-06-19.txt.gz:{chan ch=tech}Ruckus Tech: can confirm... T3/r7/2021-06-19.txt.gz:{chan ch=tech}Bodhi Tech: I finally was able to modify Masaki Third Eye to use "where" instead of "swho 12 area". :) T3/r7/2021-06-19.txt.gz:{chan ch=tech}Limunious Tech: hacker! T3/r7/2021-06-19.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: ca T3/r7/2021-06-19.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: woops mis T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: anyone have an idea to why fake tracker is not reporting to the comm log? T3/r7/2021-06-20.txt.gz:{chan ch=tech}Trachx Tech: how do you know that ? T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Battle] Scars Tech: do you have the tracker tag set up exactly was [Tracker]: ? T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Have latest version? T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: 2017 version? T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: tracker : echo [Tracker]: T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Battle] Scars Tech: what does tracker tab show? T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: v1.2 T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: tracker tab currently set to [Communication Log] T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: tracker tab currently set to [Communication Log window.] T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: oops T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Battle] Scars Tech: yeah man, idk :( T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: is that the issue is that the name of the tab? T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: tracker tab currently set to [Communication Log] <-- this is what i got when pressing tracker tab T3/r7/2021-06-20.txt.gz:{chan ch=tech}Qyx Tech: strange. I have v1.0 for some reason but it seems to work fine T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: one of your comm log windows tab has a period T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: was that a typo? T3/r7/2021-06-20.txt.gz:{chan ch=tech}Qyx Tech: oops scratch that. it is v1.2 :P T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: what does that mean :p T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: this happened when i moved to the latest version of mush T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: One time you said what the tab was set to it had a period after log and before the bracket. T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Entirely possible something changed... T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: yes, i tried changing it to that, but reverted it back to exluding brackets: [Communication Log] T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: But go to my download page there is a 1.2.1 version T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: if that doesnt work let me know and I will look into it...wish itd just be a mudside channel :) T3/r7/2021-06-20.txt.gz:{chan ch=tech}Qyx Tech: can confirm v1.2.1 tracker works with r2149 mushclient :) T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: do you use tabs by the way? T3/r7/2021-06-20.txt.gz:{chan ch=tech}Qyx Tech: who? me or Dillon? T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Dillon T3/r7/2021-06-20.txt.gz:{chan ch=tech}Tech: Qyx nods. T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: i thought i was clueless in math class :P T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: tabs? T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: the comm log tab feature T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: i dont think so, im using it just as is T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Because if not you should just have the tab as blank T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Try tracker tab clear T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: ahh that worked T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: thank you :P T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Teehee Communications Log is the name of the window not the tab! T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: 1 last question :P how do i add the timestamp to show it in the log? T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Yay I dont have to download the latest version of musg! T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: tracker date on T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: adds it to history T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: but timestap in log window is a mush setting, try right clicking on the window? T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: no way to add it to the comm log? T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: nod gonna try that T3/r7/2021-06-20.txt.gz:{chan ch=tech}Qyx Tech: like this? [13:44:35] [Tracker]: [Repop] kerofk @ 13:44:32 T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: just shows like this in the window: [Tracker]: . T3/r7/2021-06-20.txt.gz:{chan ch=tech}Brightness Jasnah Tech: restart mush. worked for me once T3/r7/2021-06-20.txt.gz:{chan ch=tech}Brightness Jasnah Tech: haven't had to do it again after I set it :p T3/r7/2021-06-20.txt.gz:{chan ch=tech}Qyx Tech: did right click, timestamp? yeah maybe needs restatrt? T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: did restart it, but not a big issue if it does not show T3/r7/2021-06-20.txt.gz:{chan ch=tech}Qyx Tech: what did you set timestamo to? T3/r7/2021-06-20.txt.gz:{chan ch=tech}Qyx Tech: what did you set timestamp to? T3/r7/2021-06-20.txt.gz:{chan ch=tech}Psycho! Dillon Tech: [20 Jun 14:48:23] Tech: T3/r7/2021-06-20.txt.gz:{chan ch=tech}Qyx Tech: hmm T3/r7/2021-06-20.txt.gz:{chan ch=tech}Qyx Tech: I'm afraid don't know. All I can say is I'm using same versions as you :) T3/r7/2021-06-20.txt.gz:{chan ch=tech}Qyx Tech: yeah def works for me: [20 Jun 13:51:44] [Tracker]: say hello T3/r7/2021-06-20.txt.gz:{chan ch=tech}[Battle] Scars Tech: any suggestions how to troubleshoot sluggishness in mushclient? T3/r7/2021-06-20.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: still cant see who wrote graffiti in rooms with new snd update T3/r7/2021-06-20.txt.gz:{chan ch=tech}Trachx Tech: is there some plugin for managing portals? so that will auto add portals to mapper db when you pick them up and will take carry of all actions required to use it and reequip eq after using it? T3/r7/2021-06-20.txt.gz:{chan ch=tech}Veritheia Tech: for your first question no T3/r7/2021-06-20.txt.gz:{chan ch=tech}Veritheia Tech: but you can make an alias to add portals pretty easily T3/r7/2021-06-20.txt.gz:{chan ch=tech}Veritheia Tech: which partially takes care of your second question too T3/r7/2021-06-20.txt.gz:{chan ch=tech}Trachx Tech: ty T3/r7/2021-06-20.txt.gz:{chan ch=tech}Zak Tech: I saw in a video a command 'mfi roomname' but when I try this command it stats unknown command, is there a way to activate this mfi command? T3/r7/2021-06-20.txt.gz:{chan ch=tech}Brightness Jasnah Tech: sounds like a shortened version of mapper find? T3/r7/2021-06-20.txt.gz:{chan ch=tech}Brightness Jasnah Tech: you could edit the plugin yourself and duplicate "mapper find" for "mfi" or whatever. T3/r7/2021-06-20.txt.gz:{chan ch=tech}Brightness Jasnah Tech: you could also make an alias, 'mfi *' and have it set to mapper find %1, as long as it Sends to Execute T3/r7/2021-06-20.txt.gz:{chan ch=tech}Omnivek Tech: how can I transfer all of my mapper notes to another PC? T3/r7/2021-06-20.txt.gz:{chan ch=tech}Zak Tech: ok cool thanks T3/r7/2021-06-20.txt.gz:{chan ch=tech}Countula Tech: copy the mapper database file T3/r7/2021-06-20.txt.gz:{chan ch=tech}Zak Tech: Thank you Jasnah, alias is working perfect! T3/r7/2021-06-21.txt.gz:{chan ch=tech}Malark Tech: hey all. in SND there is an arrow and it inreases by 100 when i click. what is it for? any idea? T3/r7/2021-06-21.txt.gz:{chan ch=tech}Brightness Jasnah Tech: auto-noexp at a set TNL T3/r7/2021-06-21.txt.gz:{chan ch=tech}Malark Tech: oh cool T3/r7/2021-06-21.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Brightness Jasnah. T3/r7/2021-06-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's a mechanic to prevent you from leveling if you are cp leveling and haven't taken a cp that level. T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: is there a command to report to a channel the RoomID for my current room? T3/r7/2021-06-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Not without a plugin. T3/r7/2021-06-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Or rather, don't need a plugin. T3/r7/2021-06-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Create an alias, require 'gmcphelper', Send("%1 " .. gmcp("room.info.num")) T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: how do i require gmpchelper? T3/r7/2021-06-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: with... require 'gmcphelper' T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: oh, just literally type in require 'gmpchelper' in the thing? T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: set to script then? T3/r7/2021-06-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So your alias would be something like: rrep * -- then send to script, require 'gmcp' Send("%1 " .. gmcp("room.info.num")) T3/r7/2021-06-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: er, require 'gmcphelper' T3/r7/2021-06-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But yeah. T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: thanks! T3/r7/2021-06-21.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-06-21.txt.gz:{chan ch=tech}Trachx Tech: I again happened to type "startx" after su in xterm T3/r7/2021-06-21.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: That just runs xnest, right? T3/r7/2021-06-21.txt.gz:{chan ch=tech}Trachx Tech: that starts X server, but when it starts it also changes some permissions to files in /proc/user, and that causes problems with pulseaudio T3/r7/2021-06-21.txt.gz:{chan ch=tech}Trachx Tech: I guess I could investigate and fix it, but reboot is way faster and lazy way, even though I need to restart docker / vpns / wifis T3/r7/2021-06-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Doesn't sound faster to me, but eh. T3/r7/2021-06-21.txt.gz:{chan ch=tech}Trachx Tech: anyway that forced me to add alias "alias startx='echo "you do not want to run startx"' :) T3/r7/2021-06-21.txt.gz:{chan ch=tech}Trachx Tech: and all I wanted to do was run "vmplayer" this and previous time (and I typed startx instead) T3/r7/2021-06-21.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: startx is just a shell script, you could adjust it to just exit out if $DISPLAY is set. T3/r7/2021-06-21.txt.gz:{chan ch=tech}Trachx Tech: I considered that, but then decided that I will better do not touch files provided by distro packages T3/r7/2021-06-21.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: I replaced $SYSTEM/startx with ~/mystartx years ago, to slip other extra stuff into it. T3/r7/2021-06-21.txt.gz:{chan ch=tech}Trachx Tech: just looked into stratx and: # Site administrators are STRONGLY urged to write nicer versions. T3/r7/2021-06-21.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Yeah, well, it says that in the imake files too :p T3/r7/2021-06-21.txt.gz:{chan ch=tech}Sath Tech: anyone got any tips for creating timers with sub 1-second periods? I can't seem to get it to work T3/r7/2021-06-21.txt.gz:{chan ch=tech}Zemendil Tech: Global Configuration -> Timers and set the Timer Interval in seconds to zero. T3/r7/2021-06-21.txt.gz:{chan ch=tech}Sath Tech: when I try and do that it says "The timer offset must be less than the timer period." T3/r7/2021-06-21.txt.gz:{chan ch=tech}Zemendil Tech: Also can't go more than 1 decimal place I believe, i.e. .1 seconds T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: you'll love this T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: use .2 instead of 0.2 T3/r7/2021-06-21.txt.gz:{chan ch=tech}Sath Tech: oh my. T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: it dislikes the leading zero T3/r7/2021-06-21.txt.gz:{chan ch=tech}Tech: Zemendil slaps himself on the head and yells, "DOH!" T3/r7/2021-06-21.txt.gz:{chan ch=tech}Zemendil Tech: I was trying so hard to remember, had figured it out once before T3/r7/2021-06-21.txt.gz:{chan ch=tech}Sath Tech: that's...I've never... T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: and the smallest interval you can use is .1 T3/r7/2021-06-21.txt.gz:{chan ch=tech}Sath Tech: thanks, I guess T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: yeah, that was a fun thing to find T3/r7/2021-06-21.txt.gz:{chan ch=tech}Sath Tech: how do even code something like that? T3/r7/2021-06-21.txt.gz:{chan ch=tech}Sath Tech: did Nick write his own fixed point parser? T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: it seems like it's looking for exactly two characters T3/r7/2021-06-21.txt.gz:{chan ch=tech}Sath Tech: thanks, I never ever would have figured that out :P T3/r7/2021-06-21.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: what do y'all think is the "best" way to (re)learn some basic CS stuff? I'd taken C++ like 20 years, could still write basic python 15 years ago, forgot all that lol by now...Read the documentation for a language Im interested in, find an online IDE like codeacademy, print book? Im more interested in understanding basic concepts rather than syntax T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: is there a plugin for the 'where' output to be displayed in a miniwindow along with something resembling a timer as to how old that output is? T3/r7/2021-06-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Not to my knowledge, but for pvp, where is kinda useless due to OPK being ??? :p T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: sometimes i just need to know that someone is here with me T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: a particular individual is particularly active in hunting a particular flag T3/r7/2021-06-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: ...we're always here, with you... T3/r7/2021-06-21.txt.gz:{chan ch=tech}Tech: [Battle] Scars hugs KnightLord Throxx. T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: i feel the love, or the stabby stab, either way i feel something T3/r7/2021-06-21.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Doesn't Masaki have a certain plugin that does something similar....which you could likely modify to use Where instead of its current use? T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: a thing that spams swho area was super neat until lag got added to it T3/r7/2021-06-21.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Yes, that one...you could theoretically modify that you use where instead :-p T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: you overestimate my abilities T3/r7/2021-06-21.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: You could theoretically challenge Crowley to do it for you :-p T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: i mean, theoretically i could, but practically i want his time spent on S&D T3/r7/2021-06-21.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: He has a minion now to do that :-p T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: woah, crowley with a minion!? T3/r7/2021-06-21.txt.gz:{chan ch=tech}Naricain Tech: oof T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: ikr T3/r7/2021-06-21.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley falls to the ground and rolls around, laughing hysterically. T3/r7/2021-06-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hey, to be fair, Naricain has been busting ass with SnD. Between being sick and kids being sick, haven't had much chance to look at it. :( T3/r7/2021-06-21.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: So Crowley's minion gets a gold star! T3/r7/2021-06-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And Kelaire gets a brown star! T3/r7/2021-06-21.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley runs away in utter terror! T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: oh oh oh, do me do me T3/r7/2021-06-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Where do you think the brown star comes from, Scars? *shifty* T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: i want a do over :( T3/r7/2021-06-21.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley comforts [Battle] Scars. T3/r7/2021-06-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Scars gets silver stars because he is learning to write his own stuff! T3/r7/2021-06-21.txt.gz:{chan ch=tech}Useful Hadar Tech: i want stars T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: Platinum star to Hadar imo T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: Cryptocurrency star maybe? T3/r7/2021-06-21.txt.gz:{chan ch=tech}[Battle] Scars Tech: idk what the rules are T3/r7/2021-06-21.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: wow Lua's hello world is like the simplest I've ever seen, should be a cinch lol :) T3/r7/2021-06-21.txt.gz:{chan ch=tech}Tech: Grasshacker grabs some popcorn and sits back to watch the show. T3/r7/2021-06-21.txt.gz:{chan ch=tech}Useful Hadar Tech: its the table, that i nest in a table, nested in a table, nested in a table that does it for me T3/r7/2021-06-21.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Yeah, you might as well be speaking Hindi to me...hence my earlier question about way to learn basic concepts. At least I understand why help recursion is funny? :) T3/r7/2021-06-21.txt.gz:{chan ch=tech}Useful Hadar Tech: i just like to make easy things difficult :) T3/r7/2021-06-21.txt.gz:{chan ch=tech}Naricain Tech: SnD 5.84 released. Bug fixes and tweaks. `snd update` to get it T3/r7/2021-06-21.txt.gz:{chan ch=tech}Omnivek Tech: moving to a new computer, I know I need to copy aardwolf.db. Do I also need to copy over aardwolf.db-shm and aardwolf.db-wal? T3/r7/2021-06-21.txt.gz:{chan ch=tech}Omnivek Tech: maybe a better question, does anyone know what aardwolf.db-shm and aardwolf.db-wal do? T3/r7/2021-06-21.txt.gz:{chan ch=tech}Sath Tech: I think they're temporary files used by the database software T3/r7/2021-06-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: they wont be ther when mush is not running T3/r7/2021-06-21.txt.gz:{chan ch=tech}Omnivek Tech: ok ty! T3/r7/2021-06-21.txt.gz:{chan ch=tech}Katsumoto Tech: It may be safer to just backup the entire folder and just move it over to the new machine T3/r7/2021-06-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: should only need the .db T3/r7/2021-06-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: that too T3/r7/2021-06-21.txt.gz:{chan ch=tech}Mischan Muesli Tech: any mushclient familiars around? T3/r7/2021-06-21.txt.gz:{chan ch=tech}Sath Tech: yep T3/r7/2021-06-21.txt.gz:{chan ch=tech}Mischan Muesli Tech: managed to drag the main screen out of sight and cant seem to get back in view T3/r7/2021-06-21.txt.gz:{chan ch=tech}Sath Tech: there's a command for that, but I don't remember it T3/r7/2021-06-21.txt.gz:{chan ch=tech}DangerMagoo Tech: aard layout reset T3/r7/2021-06-21.txt.gz:{chan ch=tech}Mischan Muesli Tech: oh okay, where would i enter that?> T3/r7/2021-06-21.txt.gz:{chan ch=tech}Brightness Jasnah Tech: try resetaard T3/r7/2021-06-21.txt.gz:{chan ch=tech}Brightness Jasnah Tech: oh is your command line gone? lol T3/r7/2021-06-21.txt.gz:{chan ch=tech}Mischan Muesli Tech: right T3/r7/2021-06-21.txt.gz:{chan ch=tech}Brightness Jasnah Tech: well you're typing here? T3/r7/2021-06-21.txt.gz:{chan ch=tech}Mischan Muesli Tech: on the chromebook :) T3/r7/2021-06-21.txt.gz:{chan ch=tech}Mischan Muesli Tech: but i think i can log in blind and try T3/r7/2021-06-21.txt.gz:{chan ch=tech}Mischan Muesli Tech: oh resetaard did it, thanks a lot T3/r7/2021-06-21.txt.gz:{chan ch=tech}Omnivek Tech: newb question but how do I change fontsize in MushClient? T3/r7/2021-06-21.txt.gz:{chan ch=tech}OMG It's Aleks Tech: Right click on the main area, click World Configuration then click Output and click the Font button T3/r7/2021-06-21.txt.gz:{chan ch=tech}Negader Tech: alt+5 click font T3/r7/2021-06-21.txt.gz:{chan ch=tech}OMG It's Aleks Tech: Or use that shortcut to get there faster :D T3/r7/2021-06-21.txt.gz:{chan ch=tech}Omnivek Tech: ty T3/r7/2021-06-21.txt.gz:{chan ch=tech}Tech: OMG It's Aleks dances a stumbling, drunken jig to some unheard tune..step away from the drunkard... T3/r7/2021-06-22.txt.gz:{chan ch=tech}Onisasuke Tech: anyone familiar with duck client for chromebook T3/r7/2021-06-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If you haven't done so late, SnD has had a few updates. We are now up to 5.85 with some gq fixes, targeting fixes and changes, and others. snd update /should/ get you there. If not, please, let us (Crowley and Naricain) know. T3/r7/2021-06-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You'll be able to view the changelog once installed. In the near future, we may include an argument to show new release changelogs despite your current version. Currently, it'll only display up to your version. T3/r7/2021-06-22.txt.gz:{chan ch=tech}Antifa Raded Tech: so if I needed a legit SQL 2016 standard edition key today, where would I get it T3/r7/2021-06-22.txt.gz:{chan ch=tech}Veritheia Tech: I shudder to think why you're asking that T3/r7/2021-06-22.txt.gz:{chan ch=tech}Antifa Raded Tech: you should T3/r7/2021-06-22.txt.gz:{chan ch=tech}Antifa Raded Tech: doesn't change the need though T3/r7/2021-06-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: https://www.g2a.com/microsoft-sql-server-2016-standard-pc-microsoft-key-global-i10000219028001 T3/r7/2021-06-22.txt.gz:{chan ch=tech}Antifa Raded Tech: is this legit? T3/r7/2021-06-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Never failed me with legit keys yet. T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: what really matters is whether it is compliant with licence or not T3/r7/2021-06-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yes, legit. As in I have used the same site for Windows 10 keys, and all of them are legit. T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: otherwise you can just use some kind of activator and save money T3/r7/2021-06-22.txt.gz:{chan ch=tech}Antifa Raded Tech: okay, I'll keep that bookmarked T3/r7/2021-06-22.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: darnit, i couldve used that like 6 months ago~! T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: there is difference between key works (activates) and legit T3/r7/2021-06-22.txt.gz:{chan ch=tech}Antifa Raded Tech: I've got a solid 7 hours and my first hope is that our since-deceased server guy purchased one already and it's sitting in his e-mail T3/r7/2021-06-22.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: you murdered someone for a windows license? T3/r7/2021-06-22.txt.gz:{chan ch=tech}Veritheia Tech: dang, that's even worse than I thought :/ T3/r7/2021-06-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Trachx: Considering I've had no warnings or issues with it for over 2 years, pretty sure it's legit. MS hasn't deactivated any of the 5-6 licenses I picked up. T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: that does not make key legit T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: just enough that this key is academic volume licence - it will work, you will not pass any check T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: unless by legit you mean "working" T3/r7/2021-06-22.txt.gz:{chan ch=tech}Antifa Raded Tech: well, if I end up in a pinch, I can use g2a and just switch the key to a more reasonably purchased one after the fact, right? T3/r7/2021-06-22.txt.gz:{chan ch=tech}Ogreskull Tech: yea T3/r7/2021-06-22.txt.gz:{chan ch=tech}Ogreskull Tech: Setup.exe /q /ACTION=editionupgrade /INSTANCENAME=<%INSTANCE_NAME% /PID=%NEW_PRODUCT_KEY> /IACCEPTSQLSERVERLICENSETERMS T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: for sql - you need either licence by cpu or server + cals, no way it will be cheap T3/r7/2021-06-22.txt.gz:{chan ch=tech}Antifa Raded Tech: okay, I'll pay ogreskull a TP to help me with this if and when the time comes T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: also, you can use SQL express for free, unless you really need standard T3/r7/2021-06-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Don't know, this tells me it's legit... slmgr /dli *shrug* https://i.vgy.me/xB4QkQ.png At least, according to MS. T3/r7/2021-06-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Or at the very least, it's genuine and legit. :p T3/r7/2021-06-22.txt.gz:{chan ch=tech}Ogreskull Tech: why would you use sql server if you didn't have to :P T3/r7/2021-06-22.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Can anyone explain in idiotproof (i.e., me) terms what graph databases are? my buddy told me to learn neo4j / cypher, heck i barely understand dbs T3/r7/2021-06-22.txt.gz:{chan ch=tech}Antifa Raded Tech: I really need standard T3/r7/2021-06-22.txt.gz:{chan ch=tech}Antifa Raded Tech: unless there's a DBA around who wants to hammer out a contract real quick and migrate this to 2016 evaluation for me for less than the cost of a key T3/r7/2021-06-22.txt.gz:{chan ch=tech}Ogreskull Tech: ask your buddy for help, and maybe look at cs101 before cs 200+ T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: download SQL express, install instance and restore database backup T3/r7/2021-06-22.txt.gz:{chan ch=tech}Antifa Raded Tech: I figure doing an in-place upgrade using the installer from Microsoft to go from SQL 2012 -> 2016 is pretty idiotproof especially since my databases passed all the checks, thing just yelled at me going from standard to evaluation T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: however your DB should be smaller than 10 GB, also no CPU/memory intensive T3/r7/2021-06-22.txt.gz:{chan ch=tech}Antifa Raded Tech: well the person I was hoping to get me an existing key just e-mailed me a link to a $3600 SQL 2019 key T3/r7/2021-06-22.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: the one that's deceased? i wouldn't use it T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: $3600 is 2-core pack for SQL standard T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: and unless your DB is huge, I see no point to use it - express should run on 4 cores for free T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: and just with 1 GB mem limit T3/r7/2021-06-22.txt.gz:{chan ch=tech}Antifa Raded Tech: my DB is much larger than this T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: besides I think that your licences should be on Microsoft account ? T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: anyway: either your solution was developed in-house - and then you have bought licenses, or that solution was provided by some 3rd party T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: if latter - considering DB size - most likely they also provided licences, unless those are OEM licences provided by hardware vendor (like SQL licences bound to Dell's server) T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: so question is whether you have licence and only need key, or you do not have licence at all and need key with licence T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: if you have running SQL then you can just retrieve that key: https://www.ryadel.com/en/sql-server-retrieve-product-key-from-an-existing-installation/ T3/r7/2021-06-22.txt.gz:{chan ch=tech}Antifa Raded Tech: I don't think the 2012 standard key would work for 2016 standard, would it? T3/r7/2021-06-22.txt.gz:{chan ch=tech}Trachx Tech: I do not think so T3/r7/2021-06-22.txt.gz:{chan ch=tech}Sath Tech: 'slist' lists spells like incomplete healing and remove curse as 'spellup' spells. Is there any easy way to filter slist down to only spells that that get cast by the 'spellup' command? T3/r7/2021-06-22.txt.gz:{chan ch=tech}L33tM4st3r Kathan Tech: I think spells spellup only lists spellup spells? I don't have remove curse and such right now so I can't verify they aren't included T3/r7/2021-06-22.txt.gz:{chan ch=tech}Your Intuition Tech: slist spellup T3/r7/2021-06-22.txt.gz:{chan ch=tech}Sath Tech: thanks intuition :) T3/r7/2021-06-22.txt.gz:{chan ch=tech}Sath Tech: not in the help file :P T3/r7/2021-06-22.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: if you use any of the targets as a filter you get the slist you want T3/r7/2021-06-22.txt.gz:{chan ch=tech}Karathos Tech: is there a way to get all roomids in a zone? T3/r7/2021-06-22.txt.gz:{chan ch=tech}Spronktar Tech: so my PC had an incident a few hours ago for reasons unknown. monitors went dark and cpu fan went batshit. had to hard reset the tower T3/r7/2021-06-22.txt.gz:{chan ch=tech}Spronktar Tech: as a result, the power loss evidently nuked my Mushclient world file T3/r7/2021-06-22.txt.gz:{chan ch=tech}Spronktar Tech: I wasn't aware that was even possible T3/r7/2021-06-22.txt.gz:{chan ch=tech}Spronktar Tech: googled it, forums said to use UltraEdit to try to recover the XML from the world file T3/r7/2021-06-22.txt.gz:{chan ch=tech}Spronktar Tech: tried that, file came up as all 0's T3/r7/2021-06-22.txt.gz:{chan ch=tech}Spronktar Tech: am I just screwed? T3/r7/2021-06-22.txt.gz:{chan ch=tech}Morill Tech: yes T3/r7/2021-06-22.txt.gz:{chan ch=tech}Dogwater Welding Tech: do you have a backup restore point you can try reloading? T3/r7/2021-06-22.txt.gz:{chan ch=tech}Spronktar Tech: not that I know of T3/r7/2021-06-22.txt.gz:{chan ch=tech}Spronktar Tech: guess I'll just have to rebuild everything. sigh. this time I'm saving everything to a notepad file AND creating a copy of the world file. can't trust anything T3/r7/2021-06-22.txt.gz:{chan ch=tech}Dogwater Welding Tech: sucks man. :[ as with anything, making copies can't hurt. save things to cloud/usb/etc and update reguarly. T3/r7/2021-06-22.txt.gz:{chan ch=tech}Spronktar Tech: oh I would have for sure in the beginning if I had any idea that mushclient world files like to randomly write all 0's to themselves during a power failure. good info. T3/r7/2021-06-22.txt.gz:{chan ch=tech}Naricain Tech: a long shot: if you've ever created a plugin file it would have copied all your triggers/variables/aliases/timers into that T3/r7/2021-06-22.txt.gz:{chan ch=tech}Spronktar Tech: I haven't, but thank you for the information T3/r7/2021-06-22.txt.gz:{chan ch=tech}Kagaku Tech: it's a problem that can happen to ALL files, if they are "opened" and some failure prevents them from being "closed" properly then bad things can happen to them T3/r7/2021-06-22.txt.gz:{chan ch=tech}Spronktar Tech: right, I'm aware, I've got about 15 years in IT so far. I didn't have the file opened at the time. Maybe Windows was shuffling things around. T3/r7/2021-06-22.txt.gz:{chan ch=tech}Kagaku Tech: I assume mushclient would be accessing the world files from time to time so it will have opened them, although I'm surprised there is no auto backup option T3/r7/2021-06-22.txt.gz:{chan ch=tech}Spronktar Tech: the forums mentioned a plugin you can install for that T3/r7/2021-06-22.txt.gz:{chan ch=tech}Spronktar Tech: but no it's not part of the default configuration T3/r7/2021-06-22.txt.gz:{chan ch=tech}Spronktar Tech: honestly surprised, it'd be pretty straightforward to just sling a few lines of code where every time Mushclient closes it yeets a copy of the existing world files into a backup directory. that way even if the working files get corrupted you still have the others. T3/r7/2021-06-22.txt.gz:{chan ch=tech}Kagaku Tech: suggest that to the author(s) of mushclient T3/r7/2021-06-22.txt.gz:{chan ch=tech}Spronktar Tech: on program exit, mv *.mcl /backups/*.mcl or whatnot T3/r7/2021-06-22.txt.gz:{chan ch=tech}Naricain Tech: even better if it's done periodically, if you're not one for closing it much! T3/r7/2021-06-22.txt.gz:{chan ch=tech}Kagaku Tech: my client does auto backup of config but not of the map data (only on closing client), after losing much mapping data I wrote a few lines of code to auto backup when map data is changed T3/r7/2021-06-22.txt.gz:{chan ch=tech}Sath Tech: the file can get arbitrarily large, since that's where variables are stored T3/r7/2021-06-22.txt.gz:{chan ch=tech}Naricain Tech: I thought the mapper db does auto backup T3/r7/2021-06-22.txt.gz:{chan ch=tech}Kagaku Tech: my client is mudlet not mush T3/r7/2021-06-22.txt.gz:{chan ch=tech}Sath Tech: it does, that's a separate file T3/r7/2021-06-23.txt.gz:{chan ch=tech}Spronktar Tech: yeah I'll probably end up doing something really slapped together and bad like a batch file that launches Mushclient and then copies the relevant files to the relevant directory at the end.. since the batch file would wait on Mushclient to exit before continuing T3/r7/2021-06-23.txt.gz:{chan ch=tech}Antifa Raded Tech: for anyone who saga my sql saga earlier the things worked T3/r7/2021-06-23.txt.gz:{chan ch=tech}Feihu Tech: anyone know how to use(or show) data of master/instinct/potential in gmcphelper T3/r7/2021-06-23.txt.gz:{chan ch=tech}Kagaku Tech: I don't think they're available via gmcp T3/r7/2021-06-23.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: snd still won't let me see who wrote graffiti in rooms T3/r7/2021-06-23.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: just shows the graffiti, not the author and time T3/r7/2021-06-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Eh? SnD shouldn't touch graffiti... T3/r7/2021-06-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Give me a room number where this is happening? T3/r7/2021-06-23.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: all of them T3/r7/2021-06-23.txt.gz:{chan ch=tech}Ruckus Tech: nod..recall is one T3/r7/2021-06-23.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: yeah, aylor recall T3/r7/2021-06-23.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: but it is all of them T3/r7/2021-06-23.txt.gz:{chan ch=tech}Tech: Ruckus nods. T3/r7/2021-06-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Ooo... you are right. I wonder what isn't getting disabled, then. T3/r7/2021-06-23.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: thought it was super weird that snd would filter graffiti T3/r7/2021-06-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: yeah. T3/r7/2021-06-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, I see why now, and which trigger it's firing on. Naricain made a change previously to match flags, and, well... ugh. Let's see about fixing that. T3/r7/2021-06-23.txt.gz:{chan ch=tech}[Battle] Scars Tech: i could have gone literal years before noticing this T3/r7/2021-06-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Easy fix, really. T3/r7/2021-06-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It'll be in the next one. T3/r7/2021-06-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, that's no fun. Anyone want to test the fix for me? T3/r7/2021-06-23.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley peers intently at Ruckus. T3/r7/2021-06-23.txt.gz:{chan ch=tech}Tech: FrshPrncOf Kelaire raises Ruckus's hand. T3/r7/2021-06-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Please put his hand down. His armpits stink. T3/r7/2021-06-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Of course, the person who brought it up to attention logged off, that poser. T3/r7/2021-06-23.txt.gz:{chan ch=tech}Ruckus Tech: lol...armpits notwithstanding sure T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: In MUSH, using SetVariable, how do you set a variable to something that is multiple lines? SetVariable ("MyName", "Line 1;Line 2") doesn't work. T3/r7/2021-06-24.txt.gz:{chan ch=tech}Sath Tech: use \n as a line break T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: Thanks T3/r7/2021-06-24.txt.gz:{chan ch=tech}Vondo Tech: you can also use string literal [[multiline here]] T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: Uh... backslash did not work. It just disappears entirely. The variable is set to "Line1Line2". T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: Oh wait, \n. T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: Uh... it results in an error. [string "Trigger: "]:2: unfinished string near '"Line1' T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: This is the code I tried: SetVariable ("healthpot", "take jade bag\nquaf jade") T3/r7/2021-06-24.txt.gz:{chan ch=tech}Vondo Tech: try using two semicolons like so ; T3/r7/2021-06-24.txt.gz:{chan ch=tech}Vondo Tech: ;; T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: I have already. Doesn't work. T3/r7/2021-06-24.txt.gz:{chan ch=tech}Karathos Tech: whatever is running the variable needs to Execute to properly interpret the semi colons T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: It's a trigger. T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: Set to Script. It works just fine as long as I don't use \n anywhere. T3/r7/2021-06-24.txt.gz:{chan ch=tech}Vondo Tech: did you try the string literal approach i suggested? T3/r7/2021-06-24.txt.gz:{chan ch=tech}Karathos Tech: have the variable be take jade bag T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: I don't know how to use string literal. T3/r7/2021-06-24.txt.gz:{chan ch=tech}Karathos Tech: have the variable be take jade bag;quaff jade T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: That doesn't work. T3/r7/2021-06-24.txt.gz:{chan ch=tech}Karathos Tech: then have the trigger expand variables, and execute T3/r7/2021-06-24.txt.gz:{chan ch=tech}Vondo Tech: do like SetVariable("x", [[do y newline do x]]) T3/r7/2021-06-24.txt.gz:{chan ch=tech}Vondo Tech: just hit enter where i put "newline" T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: Huh. Changing it from world to execute worked. Thanks. Dunno why. T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: A command needs to be set to execute to recognize that a semi-colon is a divider of lines I guess. T3/r7/2021-06-24.txt.gz:{chan ch=tech}Karathos Tech: yep, World just sends the entire thing directly to the mud T3/r7/2021-06-24.txt.gz:{chan ch=tech}Karathos Tech: execute will have mushclient evaluate it T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: Also, your solution also worked Vondo. Thanks for teaching me about those! Will be useful in the future as well! T3/r7/2021-06-24.txt.gz:{chan ch=tech}Vondo Tech: glad you got it working :) T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: Aah, ok. Thanks. T3/r7/2021-06-24.txt.gz:{chan ch=tech}Kagaku Tech: the calculator thingy on gaardian is only for level 1 (unless there is another one somewhere) T3/r7/2021-06-24.txt.gz:{chan ch=tech}Kagaku Tech: mis T3/r7/2021-06-24.txt.gz:{chan ch=tech}Torkin Tech: how do i stop this rogue windows from rebooting every night T3/r7/2021-06-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: As a side note, when using \n in setting variables, it needs to be \\n. T3/r7/2021-06-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Though using ; in the variable string and setting to Execute is a better solution. T3/r7/2021-06-24.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Heh, half the Windows 11 "improvements" I don't even understand what they mean, the other half I already have for free T3/r7/2021-06-24.txt.gz:{chan ch=tech}Mannec Tech: thats called 'a windows upgrade' and has been the case for several generations now. T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: So if I try to use a mapper command such as mapper goto as part of a string of commands, mapper goto will try to initiate immediately and therefore be thwarted if it's in the middle of a string. Is there any way to make it wait for its turn instead of trying to initiate immediately? DoAfterSpecial does not work for some reason. T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: (on MUSH) T3/r7/2021-06-24.txt.gz:{chan ch=tech}Naricain Tech: that's a tricky one since the command stacking is mud-side, but executing scripts is client-side. From mush's perspective the commands are "executed" when they are sent to the mud, not when the command actually runs. One thing you could do is turn on echocommands and then remember which commands you've executed, and wait until you see the correct one before sending the mapper command T3/r7/2021-06-24.txt.gz:{chan ch=tech}Morill Tech: It seems to work that way already...? i stacked a mud command before and after a mapper goto and it executed in the right order. T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: I just ended up T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: I just ended up setting up 3 triggers to do it instead of one :P. T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: Just an annoying complication. T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: Tech it is, then. T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there some kind wildcard you can use in MUSH to denote a number? Like instead of *, you use something else so that it only reacts if it's a number? T3/r7/2021-06-24.txt.gz:{chan ch=tech}Ogreskull Tech: [0-9] for a regular expression ? T3/r7/2021-06-24.txt.gz:{chan ch=tech}Naricain Tech: like the \d regex? T3/r7/2021-06-24.txt.gz:{chan ch=tech}Sath Tech: use a regex and instead of (.*?) use (\d+) T3/r7/2021-06-24.txt.gz:{chan ch=tech}MonkWho Tech: if you are using reg ex then \d should be any number right? T3/r7/2021-06-24.txt.gz:{chan ch=tech}Sath Tech: \d is any one digit T3/r7/2021-06-24.txt.gz:{chan ch=tech}Sath Tech: \d+ is any number of digits T3/r7/2021-06-24.txt.gz:{chan ch=tech}Sath Tech: -?\d+ is any positive or negative number T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: So, for instance, the alias could read "\d+ floof", the alias would only trigger on, say, "12 floof", but not "I love floof"? T3/r7/2021-06-24.txt.gz:{chan ch=tech}Sath Tech: integer T3/r7/2021-06-24.txt.gz:{chan ch=tech}MonkWho Tech: ah yes. regex. confusing but powerful T3/r7/2021-06-24.txt.gz:{chan ch=tech}Sath Tech: right, if you wanna get the number as a wildcard, surround it in parenthesis T3/r7/2021-06-24.txt.gz:{chan ch=tech}Summoner Yuna Tech: Thanks. Working perfectly. T3/r7/2021-06-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I wrote an alias to do #15 smile, and it would smile 15 times. Been useful when giving trivia points in bulk. T3/r7/2021-06-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I also have aliases for my bags. bag1, bag2, bag3, instead of having to type 1.bag, 2.bag, 3.bag T3/r7/2021-06-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: automatically expands the correct bag, so even if the order gets messed up... T3/r7/2021-06-24.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley gets bored sometimes. T3/r7/2021-06-25.txt.gz:{chan ch=tech}Summoner Yuna Tech: So... what's the MUSH command to set an alias, similar to SetVariable? T3/r7/2021-06-25.txt.gz:{chan ch=tech}Auron Tech: Anyone know how to get the GMCP Mapper back in MUSHclient, I have disabled/enabled and a uninstall/reinstall of the plugin T3/r7/2021-06-25.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: aard help T3/r7/2021-06-25.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: try the layout section, until someone shows up who knows how to do it T3/r7/2021-06-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's possible that it's been moved. What I would do is aard layout save backup, then type 'aard layout reset' and see if it pops back up. T3/r7/2021-06-25.txt.gz:{chan ch=tech}Auron Tech: Got it, had to reset my entire layout, thank you for the assistance. T3/r7/2021-06-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Good. You might have moved it behind something, which can happen. T3/r7/2021-06-25.txt.gz:{chan ch=tech}Malark Tech: how can i get rid of {roomobjs}? T3/r7/2021-06-25.txt.gz:{chan ch=tech}Veritheia Tech: help tags T3/r7/2021-06-25.txt.gz:{chan ch=tech}Malark Tech: is it roomdescs? it shows rdesc T3/r7/2021-06-25.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: so im trying to transfer several drives over to a 5TB external...can't get the OS to recognize it and don't even see any lights on the drive, am i likely using the wrong power source? T3/r7/2021-06-25.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: and the answer is yes :) i swear theres a conspiracy where companies purposely dont label their power bricks T3/r7/2021-06-25.txt.gz:{chan ch=tech}Kagaku Tech: what make/model is your 5TB external? fwiw I have several different make/models and they all use 12V and a similar enough plug that they're cross-compatible T3/r7/2021-06-25.txt.gz:{chan ch=tech}Evine Tech: quick question on S&D, is there a easy way to modify how the cp/gq list is generated? As in would it be possible to set a variable to specify I want to re-order them from areaid/roomid descending/ascending as well as customize their order based off importance? T3/r7/2021-06-25.txt.gz:{chan ch=tech}Naricain Tech: not in crowleys T3/r7/2021-06-25.txt.gz:{chan ch=tech}Antifa Raded Tech: if I needed a free, relatively secure place to host a 300MB file to distribute, what would my options be? T3/r7/2021-06-25.txt.gz:{chan ch=tech}Ogreskull Tech: Dropbox, Google Drive, etc T3/r7/2021-06-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I used to have a sorting option, but it wasn't working as intended. T3/r7/2021-06-25.txt.gz:{chan ch=tech}Ogreskull Tech: AWS bucket if you don't mind a bit of hassle T3/r7/2021-06-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I can introduce sorting again, but it's more pain than necessary. T3/r7/2021-06-25.txt.gz:{chan ch=tech}Antifa Raded Tech: do dropbox or google drive have any transfer limits? T3/r7/2021-06-25.txt.gz:{chan ch=tech}Evine Tech: I'm thinking about ideas and where it would be the easiest to incorporate. There's the section that does the query for area [[ Build main target list process path ]] T3/r7/2021-06-25.txt.gz:{chan ch=tech}Evine Tech: or there's the area that draws the target list T3/r7/2021-06-25.txt.gz:{chan ch=tech}Naricain Tech: yeah I removed it when changing it so unlikely and unknown targets go to the bottom. It would have been more work than it was worth IMO to keep custom sorting and that T3/r7/2021-06-25.txt.gz:{chan ch=tech}Antifa Raded Tech: probably gonna need to do 40-50 downloads of the 300MB-ish file T3/r7/2021-06-25.txt.gz:{chan ch=tech}Ogreskull Tech: no transfer limit T3/r7/2021-06-25.txt.gz:{chan ch=tech}Ogreskull Tech: just don't host "The Avengers.mp4" or whatever T3/r7/2021-06-25.txt.gz:{chan ch=tech}Evine Tech: since I found in GQ it's helpful sometimes to just generate the list randomly T3/r7/2021-06-25.txt.gz:{chan ch=tech}Naricain Tech: you'd probably want to add something like that at the spot where the list gets generated, rather than when drawn T3/r7/2021-06-25.txt.gz:{chan ch=tech}Evine Tech: there's also the section [[ Display target links in MUD window ]] T3/r7/2021-06-25.txt.gz:{chan ch=tech}Naricain Tech: as you might want to be doing something different depending on if it's a room or area gq T3/r7/2021-06-25.txt.gz:{chan ch=tech}Evine Tech: i feel like it would either be custom sorting through the generated list, or changing up the query... T3/r7/2021-06-25.txt.gz:{chan ch=tech}Evine Tech: I'm going to try just creating a custom variable, and changing the orderby to DESC rather than ASC, and see how that works out T3/r7/2021-06-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Let us know how it works out, Evine. If it's feasible enough, we can incorporate it into SnD so you can still get updates without losing your changes. T3/r7/2021-06-25.txt.gz:{chan ch=tech}Kagaku Tech: if you leave out the ORDER BY altogether then the results might be "random" enough for you? T3/r7/2021-06-25.txt.gz:{chan ch=tech}Evine Tech: I think that would just order by the original list? T3/r7/2021-06-25.txt.gz:{chan ch=tech}Naricain Tech: I'm not sure exactly how sqlite does it, but if it's like mysql it will pick a sort order based on the index it has and you'll generally get results in the same order every time T3/r7/2021-06-25.txt.gz:{chan ch=tech}Naricain Tech: regardless of the sorting in sql though, depending on the situation, the target list is often sorted again in memory so it wouldn't matter T3/r7/2021-06-25.txt.gz:{chan ch=tech}Evine Tech: now that i think about it, the random will be a future thing to work on. There should be available code to randomize an array/list. Just need to run that T3/r7/2021-06-25.txt.gz:{chan ch=tech}Adamski Tech: I have some version of SnD installed and was wondering if I installed the new one from Crowely if it would still work T3/r7/2021-06-25.txt.gz:{chan ch=tech}Adamski Tech: T3/r7/2021-06-25.txt.gz:{chan ch=tech}Naricain Tech: it should work, yeah T3/r7/2021-06-25.txt.gz:{chan ch=tech}Adamski Tech: so I wont lose anything database wise T3/r7/2021-06-25.txt.gz:{chan ch=tech}Adamski Tech: just uninstall this and install the new one T3/r7/2021-06-25.txt.gz:{chan ch=tech}Naricain Tech: I don't think starling's uses a database, besides the mapper db T3/r7/2021-06-25.txt.gz:{chan ch=tech}Adamski Tech: is it worth it or just stick with what I have T3/r7/2021-06-25.txt.gz:{chan ch=tech}Naricain Tech: crowley's doesn't write to the mapper db, just reads, and I would be surprised if it wasn't the same for starling's T3/r7/2021-06-25.txt.gz:{chan ch=tech}Adamski Tech: okay thanks Naricain T3/r7/2021-06-25.txt.gz:{chan ch=tech}Naricain Tech: There's a bunch of improvements, and it should be safe to go back if you want T3/r7/2021-06-25.txt.gz:{chan ch=tech}Adamski Tech: should I be worried about using starlings snd "Starling, unfortunately, was banned a while back. In an effort to make sure that Search & Destroy remained a legal script to use, it was asked that I take up the maintenance on it." T3/r7/2021-06-25.txt.gz:{chan ch=tech}Adamski Tech: crowley's snd works fine, thanks for the help T3/r7/2021-06-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Adamski: Starling's is grossly out of date, so you would be better off updating anyway. Naricain and I have introduced new features and some bug fixes. T3/r7/2021-06-25.txt.gz:{chan ch=tech}Adamski Tech: yeah just installed and it has some nice stuff, thanks for your hard work on this looking forward to cp leveling T3/r7/2021-06-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: All mine is, really, is a continuation of the work that Starling did on SnD. I ensure it maintains compliance with Aardwolf's rules and in compliance with MUSHclient's structure. T3/r7/2021-06-25.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley beams a smile at Adamski. T3/r7/2021-06-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And yeah, writing to mapper is a no-no. At any given time, Fiendish can change the structure of the database (and in fact, he has, and it broke Winkle's first version). Anything written is written outside of stock Aard MUSHclient. T3/r7/2021-06-25.txt.gz:{chan ch=tech}Adamski Tech: the new SnD pluggin from Crowley and Naricain is amazing T3/r7/2021-06-25.txt.gz:{chan ch=tech}Tech: Naricain is agreeing with that Adamski person again... T3/r7/2021-06-25.txt.gz:{chan ch=tech}KnightLord Throxx Tech: stunt tell him how many Bathums died, to bring it forward... T3/r7/2021-06-25.txt.gz:{chan ch=tech}Ruckus Tech: how many Batmans died?? Batmen died in the making of this plugin?? T3/r7/2021-06-25.txt.gz:{chan ch=tech}Tech: Ruckus sighs. T3/r7/2021-06-25.txt.gz:{chan ch=tech}Naricain Tech: SnD 5.86 released. `xset gqalias` toggles whether `gg` and `qq` aree used as an alias for gq check (courtesy of Morill). Finding rooms in cp/gq/quest/qw will only show exact matches, while xm and xmall will continue to show partial matches. Using `ht ` will keep the entered name as your current keyword so kk will use it. Couple other fixes. Use `snd update` to get it T3/r7/2021-06-26.txt.gz:{chan ch=tech}Omnivek Tech: you can only have one cexit per room right? so a room with five portals you just have to remember? T3/r7/2021-06-26.txt.gz:{chan ch=tech}Your Intuition Tech: you can have as many cexits / room as you want T3/r7/2021-06-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: i think S&D is struggling with room names that have () in the name T3/r7/2021-06-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: anyone else noticing this? T3/r7/2021-06-26.txt.gz:{chan ch=tech}Dogwater Welding Tech: correct, does with mob names as well T3/r7/2021-06-26.txt.gz:{chan ch=tech}Morill Tech: is there a way to make mapper weigh recalling as more expensive? For example, instead of simply walking west from the noportal hotel room, it decides to recall before entering a portal. T3/r7/2021-06-26.txt.gz:{chan ch=tech}Morill Tech: i used to not have a recallportal defined, but then it would never recall, even in areas that are noportal but allow recall. T3/r7/2021-06-26.txt.gz:{chan ch=tech}Veritheia Tech: the mapper sees any connection between two rooms as ONE STEP regardless of how many actual actions are defined in that custom exit (which portals are custom exits defined as from * to X). Past that, mapper weighs connections depending on STRING LENGTH so if you have a custom exit of "enter door" and a custom exit of "enter door;say I'm here!" then it will use the latter custom exit every time T3/r7/2021-06-26.txt.gz:{chan ch=tech}Veritheia Tech: you also need to set up your recall portal T3/r7/2021-06-26.txt.gz:{chan ch=tech}Morill Tech: Yeah, setting up the recallportal is why i'm having a problem, because it's using recall more aggressively than standard movement to get out of the hotel T3/r7/2021-06-26.txt.gz:{chan ch=tech}Veritheia Tech: yes, re-read what I said. It explains why that's happening T3/r7/2021-06-26.txt.gz:{chan ch=tech}Morill Tech: i guess i could define a cexit in the hotel that's longer than the recall command as a workaround T3/r7/2021-06-26.txt.gz:{chan ch=tech}Morill Tech: actually i have a better workaround. i can just declare the hotel is norecall T3/r7/2021-06-26.txt.gz:{chan ch=tech}Morill Tech: that ought'a work T3/r7/2021-06-26.txt.gz:{chan ch=tech}Kagaku Tech: it's strange that it would pick a longer cexit over a shorter one, I would have thought to assume a short one would require less steps and hence preferred over a longer one T3/r7/2021-06-26.txt.gz:{chan ch=tech}Morill Tech: it sounds like a hacky way to make sure that open west;west is preferred over just west T3/r7/2021-06-26.txt.gz:{chan ch=tech}Morill Tech: essentially the assumption is you wouldn't define a more complicated exit if it wasn't necessary to do the extra stuff T3/r7/2021-06-26.txt.gz:{chan ch=tech}Naricain Tech: that makes sense. Otherwise any cexit that's just `open w;w` wouldn't be executed T3/r7/2021-06-26.txt.gz:{chan ch=tech}Morill Tech: lol now it does 'enter elevator;recall;enter portal' *cry T3/r7/2021-06-26.txt.gz:{chan ch=tech}Morill Tech: isnt that just objectively longer than 'w;enter portal'? T3/r7/2021-06-26.txt.gz:{chan ch=tech}Kagaku Tech: hangon, does that means you can define multiple cexits to a single destination? T3/r7/2021-06-26.txt.gz:{chan ch=tech}Veritheia Tech: Yes T3/r7/2021-06-26.txt.gz:{chan ch=tech}Veritheia Tech: Each exit is just stored as a line in a database from Room A to Room B by Command "XYZ" T3/r7/2021-06-26.txt.gz:{chan ch=tech}Veritheia Tech: where xyz could be anything from "west" to "however many steps there are to your weird custom exit" T3/r7/2021-06-26.txt.gz:{chan ch=tech}Morill Tech: itd introduce a lot of edge cases if you couldn't have multiple T3/r7/2021-06-26.txt.gz:{chan ch=tech}Morill Tech: ok i had to mark both the hotel and the luxury suite as norecall, but i guess that works T3/r7/2021-06-26.txt.gz:{chan ch=tech}Kagaku Tech: I'm assuming you can't set individual weights for cexits and hence the kludgy longer commands wins? T3/r7/2021-06-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can set weights on exits by using level locks. You don't ever want to use a certain exit? Level lock it to 301. T3/r7/2021-06-26.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley shrugs helplessly. T3/r7/2021-06-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Or delete the custom exit itself. T3/r7/2021-06-26.txt.gz:{chan ch=tech}Kagaku Tech: it would be nice to have both level lock and custom weights since they serve different purposes T3/r7/2021-06-26.txt.gz:{chan ch=tech}Veritheia Tech: According to Fiendish himself, that's a non-trivial rewrite of the plugin (and he's not interested in doing it) T3/r7/2021-06-26.txt.gz:{chan ch=tech}Morill Tech: yeah so far ive only run into this one situation where it would have been useful and there was a workaround available T3/r7/2021-06-26.txt.gz:{chan ch=tech}Morill Tech: its mostly a special case with the hotel because i'm often starting from that room T3/r7/2021-06-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Get a manor and start from there. :p T3/r7/2021-06-26.txt.gz:{chan ch=tech}Morill Tech: also thank goodness if you finally fixed that bug with campaign targets dying not updating right away. T3/r7/2021-06-26.txt.gz:{chan ch=tech}Naricain Tech: if miniwin positions are all messed up is there a way to reset them? T3/r7/2021-06-26.txt.gz:{chan ch=tech}Your Intuition Tech: aard layout help (reset) T3/r7/2021-06-26.txt.gz:{chan ch=tech}Naricain Tech: awesome thanks T3/r7/2021-06-26.txt.gz:{chan ch=tech}Tech: Your Intuition tells Naricain he's very welcome. T3/r7/2021-06-26.txt.gz:{chan ch=tech}Negader Tech: aard layout = aard layout help T3/r7/2021-06-26.txt.gz:{chan ch=tech}Mique Tech: - h 22 T3/r7/2021-06-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Always nice when you can turn 18 lines of code into 5... T3/r7/2021-06-26.txt.gz:{chan ch=tech}Naricain Tech: as long as it's at least as easy to read T3/r7/2021-06-26.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: If(5>13), return("Not true" T3/r7/2021-06-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: 18 lines was difficult to read. 5 lines is easy. :p T3/r7/2021-06-26.txt.gz:{chan ch=tech}Naricain Tech: improvement! T3/r7/2021-06-26.txt.gz:{chan ch=tech}Naricain Tech: crowley in 6 months: "wtf was I smoking when I wrote these 5 lines" T3/r7/2021-06-26.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers with Naricain about their shared secret. T3/r7/2021-06-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: When you're beating around the bush just to ask a question... "if count > 0 and count < 2 then" ... wtf was I thinking? count will ALWAYS be a whole number, so... why didn't I just do: if count == 1? *sigh* T3/r7/2021-06-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: does lua do case statements? T3/r7/2021-06-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: case when then / when then / when then / else / end type stuff T3/r7/2021-06-26.txt.gz:{chan ch=tech}Tech: Triixxee hands a memo to Crowley from "Bush Beaters and Associates, LLC", demanding that he cease and desist immidiately! T3/r7/2021-06-26.txt.gz:{chan ch=tech}Naricain Tech: no scars, just a bunch of if statements T3/r7/2021-06-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: gross, thanks T3/r7/2021-06-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: is it if then elsif then, or if then else if then else? T3/r7/2021-06-26.txt.gz:{chan ch=tech}Triixxee Tech: can do both T3/r7/2021-06-26.txt.gz:{chan ch=tech}Naricain Tech: really? T3/r7/2021-06-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: do both what T3/r7/2021-06-26.txt.gz:{chan ch=tech}Triixxee Tech: 1 sec, will check all my scripts T3/r7/2021-06-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can. T3/r7/2021-06-26.txt.gz:{chan ch=tech}Naricain Tech: i think if you do `if else` you'll need an extra end T3/r7/2021-06-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: if a == b then return true elseif b == c then return this else return no end T3/r7/2021-06-26.txt.gz:{chan ch=tech}Triixxee Tech: i use elseif in my GQ/CP mob name color changer, to count thru the # of mobs to change colors of. T3/r7/2021-06-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: For each "if" (solo). So if you have if exp then elseif exp then else if exp then -- you would need two ends. T3/r7/2021-06-26.txt.gz:{chan ch=tech}Naricain Tech: scars one alternative to a switch is to use a table, especially if it's going to be a lot of elseifs and it's always the same things you're comparing against T3/r7/2021-06-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: so, i unnecessarily complicate things sometimes :) T3/r7/2021-06-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: but i make aliases to change eq based on my level, and i wrote some triggers to do the switch when i hit the level T3/r7/2021-06-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: but really, it's the same line to trigger, it just depends on my level for which alias to run T3/r7/2021-06-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Speaking of, I guess I forgot to close out an 'if' in my code. Whoops. T3/r7/2021-06-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: if the condition isn't met, and no else action is defined, what does lua do? nothing? T3/r7/2021-06-26.txt.gz:{chan ch=tech}Naricain Tech: ahh then you could do something like `ALIASES = {[1] = "alias-z", [5] = "alias-y", [22] = "alias-z"}` then `if ALIASES[my_level] then Execute(ALIASES[my_level])`. or just `Execute("alias-" .. tostring(my_level))` T3/r7/2021-06-26.txt.gz:{chan ch=tech}Naricain Tech: correct. You don't need an else T3/r7/2021-06-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: so my plan was to just say if %1 = # then dothething elseif %1 = ## then dootherthing and so on T3/r7/2021-06-26.txt.gz:{chan ch=tech}Naricain Tech: that is a valid way to do it as well, yes T3/r7/2021-06-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: lets say i have 2 aliases, one called 100eq and the other 100weapons T3/r7/2021-06-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: can i Execute("100eq;100weapons") and that fire off both? T3/r7/2021-06-26.txt.gz:{chan ch=tech}Triixxee Tech: yes T3/r7/2021-06-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: ty again T3/r7/2021-06-26.txt.gz:{chan ch=tech}Triixxee Tech: if 100eq and 100weapons are both alias you have made, they shoudl work fine. T3/r7/2021-06-26.txt.gz:{chan ch=tech}Triixxee Tech: ... wearable wield minlevel 1 maxlevel 2091 .... some high level weapons... ... T3/r7/2021-06-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: i guess i need double == ? T3/r7/2021-06-26.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: anyone know how to reencode a video file so that the subtitles are hardcoded instead of having to be loaded separately? T3/r7/2021-06-26.txt.gz:{chan ch=tech}Onisasuke Tech: does anyone use chromebook to play aardwolf T3/r7/2021-06-26.txt.gz:{chan ch=tech}Onisasuke Tech: does anyone knkw how to use linux T3/r7/2021-06-26.txt.gz:{chan ch=tech}Than Tech: xD very loose question heh T3/r7/2021-06-26.txt.gz:{chan ch=tech}Than Tech: what are you trying to do T3/r7/2021-06-26.txt.gz:{chan ch=tech}Onisasuke Tech: i have a chromebook and i downloaded linux to use mushclient but it wont open was wondering if anyone could help me out on how to use linux to run mushclient to play aardwolf T3/r7/2021-06-26.txt.gz:{chan ch=tech}Methyl Tech: look up lutris and wine T3/r7/2021-06-26.txt.gz:{chan ch=tech}Than Tech: if you're running linux you'll need to use wine T3/r7/2021-06-26.txt.gz:{chan ch=tech}Methyl Tech: works fine under wine T3/r7/2021-06-26.txt.gz:{chan ch=tech}Than Tech: its a MS Windows emulator T3/r7/2021-06-26.txt.gz:{chan ch=tech}Methyl Tech: wine is not an emulator T3/r7/2021-06-26.txt.gz:{chan ch=tech}Methyl Tech: to be a nerd, that's literally what the WINE acronym is and it's a compatability layer T3/r7/2021-06-26.txt.gz:{chan ch=tech}Onisasuke Tech: okay so i download wine T3/r7/2021-06-26.txt.gz:{chan ch=tech}Methyl Tech: but lutris makes it stupid easy to setup mushclient T3/r7/2021-06-26.txt.gz:{chan ch=tech}Onisasuke Tech: so use lutris over wine T3/r7/2021-06-26.txt.gz:{chan ch=tech}Than Tech: "A hardware compatibility layer consists of tools that allow hardware emulation." - whats the difference between emulation/virtualization/compatability layer? T3/r7/2021-06-26.txt.gz:{chan ch=tech}Methyl Tech: no cpu emulation T3/r7/2021-06-26.txt.gz:{chan ch=tech}Than Tech: heh wine is not an emulator -- this is from what ... 1990? T3/r7/2021-06-26.txt.gz:{chan ch=tech}Than Tech: makes sense historically T3/r7/2021-06-26.txt.gz:{chan ch=tech}Methyl Tech: eh, is what it is, take it how you will T3/r7/2021-06-26.txt.gz:{chan ch=tech}Than Tech: more interesting than anything now things have evolved a lot since T3/r7/2021-06-26.txt.gz:{chan ch=tech}Than Tech: "No code emulation or virtualization occurs when running a Windows application under Wine.[16] "Emulation" usually would refer to execution of compiled code intended for one processor (such as x86) by interpreting/recompiling software running on a different processor (such as PowerPC). T3/r7/2021-06-26.txt.gz:{chan ch=tech}Onisasuke Tech: i don't understand this I'm not good with computers i went to the wine page but how do i know if my laptop is a 64 bit and what is that T3/r7/2021-06-26.txt.gz:{chan ch=tech}Sleekr Tech: look for program files folder. if there's no x86, you're using 32 bitki T3/r7/2021-06-26.txt.gz:{chan ch=tech}Sleekr Tech: 32 bit wine, if both folders, you're using 64 bit T3/r7/2021-06-26.txt.gz:{chan ch=tech}Than Tech: you're hardware will be 64bit , i dont know anything about chrome but super unlikely its a 32bit o.s. T3/r7/2021-06-26.txt.gz:{chan ch=tech}Than Tech: "chrome o.s." --> https://www.swipetips.com/how-to-tell-if-your-chromebook-is-64-bit/ T3/r7/2021-06-26.txt.gz:{chan ch=tech}Than Tech: has a walkthrough on how its configured T3/r7/2021-06-26.txt.gz:{chan ch=tech}Than Tech: did you look into lutris? sounds like it simplifies things for you.. T3/r7/2021-06-27.txt.gz:{chan ch=tech}Than Tech: anyone know if possible to flush mushclient without closing the process? T3/r7/2021-06-27.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: silly question, but what prompts mush to perform a database backup? T3/r7/2021-06-27.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: i get bored T3/r7/2021-06-27.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: does it happen for everyone at the same time? T3/r7/2021-06-27.txt.gz:{chan ch=tech}Grimmur Tech: It's a timer in the mapper plugin T3/r7/2021-06-27.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: gotcha T3/r7/2021-06-27.txt.gz:{chan ch=tech}Qyx Tech: I have an alias called 'lev110' as follows: SetVariable("lotusPot","arf") If I type lev110 it will change the variable but when I try and trigger it off 'You raise a level! You are now level 110.' the variable won't change. I have a trigger 'You raise a level! *' that does 'dinv set wear palading' every level properly. Anyone go any idea what's going wrong? T3/r7/2021-06-27.txt.gz:{chan ch=tech}Qyx Tech: paladin* T3/r7/2021-06-27.txt.gz:{chan ch=tech}Morill Tech: wrong sendto probably? T3/r7/2021-06-27.txt.gz:{chan ch=tech}Negader Tech: did you send it to Execute? T3/r7/2021-06-27.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: do you have "Send to: Execute" set? T3/r7/2021-06-27.txt.gz:{chan ch=tech}Grimmur Tech: Set 'keep evaluating' on all trigs T3/r7/2021-06-27.txt.gz:{chan ch=tech}Brightness Jasnah Tech: what is the trigger set to? Send / Execute / Script etc T3/r7/2021-06-27.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: wow all the responses all at once :P T3/r7/2021-06-27.txt.gz:{chan ch=tech}Qyx Tech: hehe the lev110 trigger is set to execute T3/r7/2021-06-27.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: I would try to debug it using Ctrl+Shift+F12 (debug simulated world output) T3/r7/2021-06-27.txt.gz:{chan ch=tech}Selitos Tech: should eb script right? T3/r7/2021-06-27.txt.gz:{chan ch=tech}Qyx Tech: I can try script and do a test trigger T3/r7/2021-06-27.txt.gz:{chan ch=tech}Qyx Tech: and then debug T3/r7/2021-06-27.txt.gz:{chan ch=tech}Selitos Tech: all my alias with sim format are script T3/r7/2021-06-27.txt.gz:{chan ch=tech}Selitos Tech: hor triggers T3/r7/2021-06-27.txt.gz:{chan ch=tech}Qyx Tech: yeah the alias is script and works on its own but not when I trigger it T3/r7/2021-06-27.txt.gz:{chan ch=tech}Negader Tech: since you said there's multiple triggers, consider Grimmur's suggestion and checkmark keep evaluating. T3/r7/2021-06-27.txt.gz:{chan ch=tech}Qyx Tech: oh hang on T3/r7/2021-06-27.txt.gz:{chan ch=tech}Qyx Tech: that must the be the problem I have a general trigger for every level and also triggers for specific levels. this causes a clash? T3/r7/2021-06-27.txt.gz:{chan ch=tech}Negader Tech: i believe so, once it hits one trigger, if not keep evaluating, then next same trigger wont activate T3/r7/2021-06-27.txt.gz:{chan ch=tech}Qyx Tech: ah that must be what's happened. let me try it T3/r7/2021-06-27.txt.gz:{chan ch=tech}Grimmur Tech: Indeed T3/r7/2021-06-27.txt.gz:{chan ch=tech}Tech: Qyx tosses Grimmur up in the air, he loves it! T3/r7/2021-06-27.txt.gz:{chan ch=tech}Qyx Tech: woo! thank you! T3/r7/2021-06-27.txt.gz:{chan ch=tech}C= Amigan Tech: Is anyone else using termighty right now? I'm on Linux with latest tmux and tt++ but the map isn't showing in the window for some reason. I can only see the tail commands to the map.log file? T3/r7/2021-06-27.txt.gz:{chan ch=tech}Mique Tech: type clients to see what clients different folk are using, maybe that will show you waht you want to know T3/r7/2021-06-27.txt.gz:{chan ch=tech}Mannec Tech: unidentified and unknown clients are two different categories ... venn would be so proud. T3/r7/2021-06-28.txt.gz:{chan ch=tech}Naricain Tech: SnD 5.88 released. Bug fixes. Should no longer have any weird issues when mob or room names contain parentheses, also a rare bug in quick where should be fixed T3/r7/2021-06-28.txt.gz:{chan ch=tech}OMG It's Aleks Tech: Is it easy to upgrade SnD? Where's the latest download? T3/r7/2021-06-28.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: migrating datase on upgrade T3/r7/2021-06-28.txt.gz:{chan ch=tech}Naricain Tech: oh right, `snd update` to get it (assuming you're already on crowleys) T3/r7/2021-06-28.txt.gz:{chan ch=tech}OMG It's Aleks Tech: I'm on v3.0 right now - snd update doesn't work T3/r7/2021-06-28.txt.gz:{chan ch=tech}Naricain Tech: yeaaah there was a bug that was causing (wounded) and (aimed) mobs to be added to the mobs db with that in their name, the migration removes them T3/r7/2021-06-28.txt.gz:{chan ch=tech}Naricain Tech: oh yeah that's a much older version. https://github.com/AardCrowley/Search-and-Destroy/archive/refs/tags/v5.88.zip has the upgrade T3/r7/2021-06-28.txt.gz:{chan ch=tech}Naricain Tech: too many changes to list but once you upgrade you can do `snd changelog` to see everything that's been added T3/r7/2021-06-28.txt.gz:{chan ch=tech}OMG It's Aleks Tech: Okay so just dowload it, extract it and copy over what I have? Then just remove what I have and add the updated version? T3/r7/2021-06-28.txt.gz:{chan ch=tech}Naricain Tech: yep T3/r7/2021-06-28.txt.gz:{chan ch=tech}OMG It's Aleks Tech: Awesome T3/r7/2021-06-28.txt.gz:{chan ch=tech}Katsumoto Tech: Thanks for the update! T3/r7/2021-06-28.txt.gz:{chan ch=tech}OMG It's Aleks Tech: Yes, thank you! T3/r7/2021-06-28.txt.gz:{chan ch=tech}Naricain Tech: and now you're on the easy upgrade path; that has automatic update check and notifications, and you can upgrade it from the mud console when new version come out. No more fiddling with files :D T3/r7/2021-06-28.txt.gz:{chan ch=tech}OMG It's Aleks Tech: That's awesome. Great work :D T3/r7/2021-06-28.txt.gz:{chan ch=tech}Naricain Tech: oh I see, hold when I turn in the last item T3/r7/2021-06-28.txt.gz:{chan ch=tech}Tech: Smart move! Naricain tries to start some discussion about the weather, hoping no one noticed his last mischan. T3/r7/2021-06-28.txt.gz:{chan ch=tech}Mique Tech: yep T3/r7/2021-06-28.txt.gz:{chan ch=tech}OMG It's Aleks Tech: Is there a command in SnD to reindex the database? T3/r7/2021-06-28.txt.gz:{chan ch=tech}OMG It's Aleks Tech: or is it soley based on areas I've already explored and not some other "database"? T3/r7/2021-06-28.txt.gz:{chan ch=tech}Naricain Tech: you can reindex the areas, but the rooms are based on what you've explored. It uses the mapper db T3/r7/2021-06-28.txt.gz:{chan ch=tech}OMG It's Aleks Tech: Ahh okay - that's what I thought T3/r7/2021-06-28.txt.gz:{chan ch=tech}Naricain Tech: dinv doesn't seem to be prioritizing bracers of iron grip despite me having set an iron grip priority of 5000 in my priority list. Probably because on identify it doesn't show the irongrip effect. Is there a way to tell it about irongrip on them, or otherwise make it so it only wears bracers of iron grip? T3/r7/2021-06-28.txt.gz:{chan ch=tech}Tinypotato Tech: do a dinv refresh at rt iden from recall T3/r7/2021-06-28.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Wow. I thought iron grip was a flag, but apparently not. Does not show up on mine, anyway. Hmm... not sure how you can weight it now, though. T3/r7/2021-06-28.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Bracers do not show an iron grip flag, even with full identify. T3/r7/2021-06-28.txt.gz:{chan ch=tech}Naricain Tech: hmm never mind. Dinv missed them on a full rebuild but caught them on a refresh T3/r7/2021-06-28.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well then. :p T3/r7/2021-06-28.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Naricain, make sure you register a complaint with Durel. He loves complaints. Make sure to tell him I sent you T3/r7/2021-06-28.txt.gz:{chan ch=tech}Naricain Tech: sounds legit. T3/r7/2021-06-28.txt.gz:{chan ch=tech}LoUd-JuIcE Yamillay Tech: Dell euro keyboards are not durable I just dropped it once and 2 buttons popped out and 1 is chipped somehow... Bad enough I have to keep remembering how to use it all the time and I was already clumbsy with an american dell keyboard till it broke.. HOW DO I PROTECT MY KEYBOARD? T3/r7/2021-06-28.txt.gz:{chan ch=tech}Vondo Tech: what whacky funhouse do you use your computer in that you're regularly dropping your keyboard? o.O T3/r7/2021-06-28.txt.gz:{chan ch=tech}LoUd-JuIcE Yamillay Tech: I'm in my bedroom silly spoof! T3/r7/2021-06-28.txt.gz:{chan ch=tech}LoUd-JuIcE Yamillay Tech: when you aard in the bedroom you keyboard at your own risk T3/r7/2021-06-28.txt.gz:{chan ch=tech}Vondo Tech: you can also usually pop keyboard keys in and out pretty freely, i pop them out the clean my keyboard on occasion. maybe you can pop the ones that flew out back in? T3/r7/2021-06-28.txt.gz:{chan ch=tech}LoUd-JuIcE Yamillay Tech: getting the pieces in is easy but remember this is a dell-euro-keyboard so I have to remember special punctuations T3/r7/2021-06-28.txt.gz:{chan ch=tech}Vondo Tech: if you're unsure about layout, just look up the keyboard layout online T3/r7/2021-06-28.txt.gz:{chan ch=tech}Kagaku Tech: take a photo before ripping it apart T3/r7/2021-06-28.txt.gz:{chan ch=tech}Morill Tech: what is the command to enable/disable newlines between command outputs? T3/r7/2021-06-29.txt.gz:{chan ch=tech}Grizz Tech: my connection has been locking up periodically. Sometimes it comes back after a few seconds, most times I have to quit and reconnect. Is this normal? T3/r7/2021-06-29.txt.gz:{chan ch=tech}Summoner Yuna Tech: No. T3/r7/2021-06-29.txt.gz:{chan ch=tech}Grizz Tech: any ideas what I can do to narrow down the cause? T3/r7/2021-06-29.txt.gz:{chan ch=tech}Mique Tech: anyone know how to check a manor's healer's level? T3/r7/2021-06-29.txt.gz:{chan ch=tech}Tinypotato Tech: anyone knows of a plugin to help manage a list of bypassed areas based on current level? T3/r7/2021-06-29.txt.gz:{chan ch=tech}Your Intuition Tech: Don't know if there's a plugin you can add a trigger per level you want to update the bypass list, nothing too complex T3/r7/2021-06-29.txt.gz:{chan ch=tech}Your Intuition Tech: but * you can add T3/r7/2021-06-29.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: zafrusteria had one. Maybe someone who has a copy can share T3/r7/2021-06-29.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: got another one, snd apparently will send a blank line feed if you try to attack a mob with divine protection T3/r7/2021-06-29.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: not sure why T3/r7/2021-06-29.txt.gz:{chan ch=tech}Sath Tech: anyone know of a MUSH plugin that performs blocking operations on a separate thread? T3/r7/2021-06-29.txt.gz:{chan ch=tech}Exa Tech: what's the command help file for changing the color of a channel? I can't remember :( T3/r7/2021-06-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: help colorset T3/r7/2021-06-29.txt.gz:{chan ch=tech}Exa Tech: thx T3/r7/2021-06-29.txt.gz:{chan ch=tech}Antifa Raded Tech: anyone have any tips for getting in touch with Microsoft support regarding Azure AD migration issues T3/r7/2021-06-29.txt.gz:{chan ch=tech}Ogreskull Tech: log a support case through whoever is the accoutn holder for your MS stuff T3/r7/2021-06-29.txt.gz:{chan ch=tech}Ogreskull Tech: put it at A priority, the ywill call you back within an hour T3/r7/2021-06-29.txt.gz:{chan ch=tech}Ogreskull Tech: yes, it costs money T3/r7/2021-06-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: "Thank you for calling Microsoft Windows! You are having a virus, correct? Please give me your credit card for a one time payment of $399.99!" T3/r7/2021-06-29.txt.gz:{chan ch=tech}Antifa Raded Tech: what if the issue is we can't get into the account holder's account T3/r7/2021-06-29.txt.gz:{chan ch=tech}Ogreskull Tech: call your sales rep then T3/r7/2021-06-29.txt.gz:{chan ch=tech}Antifa Raded Tech: okay, I'll pass that info along T3/r7/2021-06-29.txt.gz:{chan ch=tech}Tech: Antifa Raded thanks Ogreskull heartily. T3/r7/2021-06-29.txt.gz:{chan ch=tech}Katsumoto Tech: Is it weird that I just got randomly disconnected by the server? T3/r7/2021-06-29.txt.gz:{chan ch=tech}Haike Tech: i crashed twice so far T3/r7/2021-06-29.txt.gz:{chan ch=tech}Haike Tech: yea something is wrong, pretty laggy too T3/r7/2021-06-29.txt.gz:{chan ch=tech}Katsumoto Tech: my mush crashed overnight when I was sleeping, lost my keys...again. :( T3/r7/2021-06-29.txt.gz:{chan ch=tech}Katsumoto Tech: Pretty bad lag here as well. T3/r7/2021-06-29.txt.gz:{chan ch=tech}Macbeth Tech: there is script that auto attempt to reconnect when you got dc T3/r7/2021-06-29.txt.gz:{chan ch=tech}Macbeth Tech: not sure if it's fiendish or abelinc's T3/r7/2021-06-29.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: also built into mush T3/r7/2021-06-29.txt.gz:{chan ch=tech}Katsumoto Tech: How does one enable this wizardy? T3/r7/2021-06-29.txt.gz:{chan ch=tech}Katsumoto Tech: Disconnected...again, twice within 5 seconds. :\ T3/r7/2021-06-29.txt.gz:{chan ch=tech}Geslor Tech: am fine here T3/r7/2021-06-29.txt.gz:{chan ch=tech}Sath Tech: yeah I've been getting dced a bunch, 3 times in the last two minutes T3/r7/2021-06-29.txt.gz:{chan ch=tech}RagingFury Tech: Using the Durel inventory plugin, do I have to manually save its information somehow before I close mush? Seems like the information isnt carrying over day to day and i have to re initialize T3/r7/2021-06-29.txt.gz:{chan ch=tech}Karathos Tech: is it just me? or is hadar.ninja down? the item search part at least? T3/r7/2021-06-29.txt.gz:{chan ch=tech}Sleekr Tech: has been down for a few days. notified hadar but he hasnt been able to fix as yet it looks like. T3/r7/2021-06-29.txt.gz:{chan ch=tech}Karathos Tech: T_T T3/r7/2021-06-30.txt.gz:{chan ch=tech}Zhalut Tech: how do we remove the aardwolf image from the main MUSH window, and make it a solid black? T3/r7/2021-06-30.txt.gz:{chan ch=tech}KinPYtterP Moolb Tech: Zhalut, https://github.com/fiendish/aardwolfclientpackage/wiki/FAQ#how-do-i-remove-or-change-the-aardwolf-logo-background-image-in-the-main-output I think is what you are looking for T3/r7/2021-06-30.txt.gz:{chan ch=tech}Zhalut Tech: thanks, Moolb :) T3/r7/2021-06-30.txt.gz:{chan ch=tech}Countula Tech: how does one remove a blockexit from mapper? Just run it again and set level to 0? Or is there a better way? T3/r7/2021-06-30.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: an exit level lock? Just right-click the room on the mapper T3/r7/2021-06-30.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: you can go to the room that leads to it then right click the room on the map T3/r7/2021-06-30.txt.gz:{chan ch=tech}Countula Tech: tnx, didn't know you could rightclick :) Seems it does the same as setting a lockexit to lvl 0 :) T3/r7/2021-06-30.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Someone tell me how 455.59, when converted to minutes:seconds (mm:ss) in Excel, converts to 9 minutes 36 seconds? ... T3/r7/2021-06-30.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: on the surface it is impossible T3/r7/2021-06-30.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: check there is nothing else in the cell T3/r7/2021-06-30.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: There isn't anything else in cell except the number. T3/r7/2021-06-30.txt.gz:{chan ch=tech}Warrio Tech: it's 2:09:36 T3/r7/2021-06-30.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It was a simple thing... have to divide it by 86400 to get the proper time. T3/r7/2021-06-30.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: oh, I assumed the 455.59 was in seconds T3/r7/2021-06-30.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It is. T3/r7/2021-06-30.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's 455.59 seconds, divide that by 86400, and format it to mm:ss, and it returns properly. T3/r7/2021-06-30.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: is you devide by 86400 it has to be in multiple of days T3/r7/2021-06-30.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: ah, I see T3/r7/2021-06-30.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: 455.59 returns the long date based of Jan 1 1900. It was reading it as 455.59 days after the beginning of 1900, or March 30, 1901. T3/r7/2021-06-30.txt.gz:{chan ch=tech}Sivak Tech: why is aardmush telling me {roomchars} T3/r7/2021-06-30.txt.gz:{chan ch=tech}Sivak Tech: {/roomchars} too T3/r7/2021-06-30.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Because you have roomchars tag on. T3/r7/2021-06-30.txt.gz:{chan ch=tech}Sivak Tech: the new crowley search and destroy is cool btw :) T3/r7/2021-06-30.txt.gz:{chan ch=tech}Sivak Tech: its faster I think works good with the fast hunt wish T3/r7/2021-06-30.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Thanks. Naricain has been doing a great job with fixing some of the bugs and whatnot. :)