T3/r7/2021-10-01.txt.gz:{chan ch=tech}Omnivek Tech: how do I change font size?? T3/r7/2021-10-01.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: press alt+enter, go to output T3/r7/2021-10-01.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: click change font T3/r7/2021-10-01.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: click "FONT"**** T3/r7/2021-10-01.txt.gz:{chan ch=tech}Omnivek Tech: ty T3/r7/2021-10-01.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: jah welcome T3/r7/2021-10-01.txt.gz:{chan ch=tech}Omnivek Tech: I can see so much less info on my screen now but my old eyes are so thankful lol T3/r7/2021-10-01.txt.gz:{chan ch=tech}Can't De Cide Tech: anyone know how to make teriggers on blowtorch work? T3/r7/2021-10-01.txt.gz:{chan ch=tech}Can't De Cide Tech: i made one it worked for a few logins then quit. T3/r7/2021-10-01.txt.gz:{chan ch=tech}Can't De Cide Tech: by triggers too. T3/r7/2021-10-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Shindo does. T3/r7/2021-10-01.txt.gz:{chan ch=tech}Goldendoodle Tech: is ther ea wait function i can use in a trigger? wait(x) doesn't work T3/r7/2021-10-01.txt.gz:{chan ch=tech}Cheekier Than Tech: how do i get dinv to manage held items properly... T3/r7/2021-10-01.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: whats the problem? T3/r7/2021-10-01.txt.gz:{chan ch=tech}Cheekier Than Tech: in never uses the hold slot T3/r7/2021-10-01.txt.gz:{chan ch=tech}Cheekier Than Tech: with a shield i mean T3/r7/2021-10-01.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: as in its empty or you dual wield? T3/r7/2021-10-01.txt.gz:{chan ch=tech}Cheekier Than Tech: if im wearing a shield it never uses the slot T3/r7/2021-10-01.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: for a shield, personally, i use a different priory with sky high shield priority to force it T3/r7/2021-10-01.txt.gz:{chan ch=tech}Cheekier Than Tech: does it fill in the hold slot T3/r7/2021-10-01.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: for me it uses the slot fine, you do have stuff to put in there, right? T3/r7/2021-10-01.txt.gz:{chan ch=tech}Cheekier Than Tech: yea ill tweak prio more thanks man T3/r7/2021-10-01.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: yeiks... i swapped to my shield priority. i have god awful hold items and only about 2 or 3 in total lol T3/r7/2021-10-02.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: hello techies T3/r7/2021-10-02.txt.gz:{chan ch=tech}Sivak Tech: whats the link for the newest aardmush client T3/r7/2021-10-02.txt.gz:{chan ch=tech}Veritheia Tech: finger fiendish T3/r7/2021-10-02.txt.gz:{chan ch=tech}Cheekier Than Tech: have alias that usesl T3/r7/2021-10-02.txt.gz:{chan ch=tech}Tech: Cheekier Than coughs loudly. T3/r7/2021-10-02.txt.gz:{chan ch=tech}Cheekier Than Tech: if i run a SendNoEcho inside a script (during combat) and that output continues to show on the main window, is there a way to supress it (does not occur in combat) T3/r7/2021-10-02.txt.gz:{chan ch=tech}Veriom Tech: https://pastebin.com/qsmX3WGR what do I have to do to use this plugin? T3/r7/2021-10-02.txt.gz:{chan ch=tech}Veriom Tech: I downloaded and added it to the plugins folder but it does not show up in the plugins add page T3/r7/2021-10-02.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: thats impossible. check you're in the right directory T3/r7/2021-10-02.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: and check if you saved it as an xml or a .txt T3/r7/2021-10-02.txt.gz:{chan ch=tech}Cheekier Than Tech: if i want to add a new alias into a plugin, do i need to register it somewhere as well as add the block? T3/r7/2021-10-02.txt.gz:{chan ch=tech}404 Eroe Tech: it's not . easiest way to do it is to create the alias in mush, select it, then hit copy. strip off the and tags and drop it in the plugin. T3/r7/2021-10-02.txt.gz:{chan ch=tech}Naricain Tech: all you need is to define it as an and then define the callback (if telling it to call a specific function) T3/r7/2021-10-02.txt.gz:{chan ch=tech}Cheekier Than Tech: so as a basic test, if i just clone an existing alias and give it a unique value for match= T3/r7/2021-10-02.txt.gz:{chan ch=tech}Naricain Tech: name also needs to be unique (or don't set a name and it'll generate one) T3/r7/2021-10-02.txt.gz:{chan ch=tech}404 Eroe Tech: sure. but there are other parts of the alias. sendto, etc. T3/r7/2021-10-02.txt.gz:{chan ch=tech}Naricain Tech: otherwise yeah, you can just copy an existing one and it should work T3/r7/2021-10-02.txt.gz:{chan ch=tech}Cheekier Than Tech: and then reload the plugin , cannot find it -- am not using a name field T3/r7/2021-10-02.txt.gz:{chan ch=tech}404 Eroe Tech: which is why I recommend just createing in mush so you can set everything right without trying to remember which int value is world vs script vs output. T3/r7/2021-10-02.txt.gz:{chan ch=tech}Cheekier Than Tech: how do you pop up the plugin configurator for an existing one T3/r7/2021-10-02.txt.gz:{chan ch=tech}Cheekier Than Tech: oh you mean just create something , then open the file and copy it to avoid syntax issues T3/r7/2021-10-02.txt.gz:{chan ch=tech}Cheekier Than Tech: yea im doing that effectively by just cloning an existing (working) one from the same plugin T3/r7/2021-10-02.txt.gz:{chan ch=tech}Cheekier Than Tech: changing the match (name field is not present at all) T3/r7/2021-10-02.txt.gz:{chan ch=tech}Cheekier Than Tech: reloading it T3/r7/2021-10-02.txt.gz:{chan ch=tech}Sivak Tech: how do I turn on a theme T3/r7/2021-10-02.txt.gz:{chan ch=tech}Cheekier Than Tech: omg found the issue lol sorry all T3/r7/2021-10-02.txt.gz:{chan ch=tech}SixPaths Akuso Tech: whats in the new mushclient? T3/r7/2021-10-02.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: bug fixes mostly T3/r7/2021-10-02.txt.gz:{chan ch=tech}SixPaths Akuso Tech: i see no insects here, anyways thanks:) T3/r7/2021-10-02.txt.gz:{chan ch=tech}Cheekier Than Tech: still having some problems supressing output in the main window (redirecting it to another ID) -- if I set the alias send_to=MyNumber , and use SendNoEcho it sometimes still shows it in the main window -- is there a newer/better way of doing that? T3/r7/2021-10-02.txt.gz:{chan ch=tech}Cheekier Than Tech: ok again forget that - finding more in this puzzle ... T3/r7/2021-10-02.txt.gz:{chan ch=tech}Cheekier Than Tech: is there a setting to compress my inbound damage , like you can with "damage" ? T3/r7/2021-10-02.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: im not sure but i made a plugin that does that T3/r7/2021-10-02.txt.gz:{chan ch=tech}Cheekier Than Tech: hmm ok so the spam is a line for each mob / its already compressed -- hiding dodges seems to help compress those a bit T3/r7/2021-10-02.txt.gz:{chan ch=tech}Sivak Tech: what do you type for mapper goto number T3/r7/2021-10-02.txt.gz:{chan ch=tech}Talbor Tech: not sure what you're asking since that is what you type except you need the room number to replace "number" with T3/r7/2021-10-02.txt.gz:{chan ch=tech}Talbor Tech: I use mapper thisroom to get number T3/r7/2021-10-02.txt.gz:{chan ch=tech}Talbor Tech: I use mapper thisroom to get numberi T3/r7/2021-10-02.txt.gz:{chan ch=tech}Talbor Tech: mis T3/r7/2021-10-02.txt.gz:{chan ch=tech}Sivak Tech: whats the command to scan all areas for crowley s and d? T3/r7/2021-10-02.txt.gz:{chan ch=tech}Sivak Tech: area somthing T3/r7/2021-10-02.txt.gz:{chan ch=tech}Sivak Tech: I see index areas T3/r7/2021-10-03.txt.gz:{chan ch=tech}Adara Tech: anyone know which files i should delete if I want to fully reset my dinv? T3/r7/2021-10-03.txt.gz:{chan ch=tech}Adara Tech: i tried just reinstalling but it still stores my previous data T3/r7/2021-10-03.txt.gz:{chan ch=tech}Dar Tech: i bet if you deleted the whole mush folder, it'd work T3/r7/2021-10-03.txt.gz:{chan ch=tech}Adara Tech: i dont want to do that :( T3/r7/2021-10-03.txt.gz:{chan ch=tech}Dar Tech: don't think you wanna go that far though LOL T3/r7/2021-10-03.txt.gz:{chan ch=tech}Adara Tech: i dont know what i did but my dinv is screwed up now, it doesnt replace items into their original bags anymore T3/r7/2021-10-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: umm there is a state file with cryptic letters in it's name that correspond to the unique key for the plugin T3/r7/2021-10-03.txt.gz:{chan ch=tech}Dar Tech: I guess looking at the plugin code, you could possibly find where the info is stored, so you'll know which file needs to go T3/r7/2021-10-03.txt.gz:{chan ch=tech}Adara Tech: the dinv-garblish folder in worlds/plugins/state? T3/r7/2021-10-03.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: yep. there probably another state file in state folder somewhere T3/r7/2021-10-03.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: yeah just looked there is another state file that isn't in dinv own state folder T3/r7/2021-10-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: it will have the same number/letter identifiers in the second half of it's name T3/r7/2021-10-03.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: it will reuse that same long string so just search for that T3/r7/2021-10-03.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: like so dinv-88c86ea252fc1918556df9fe and e0eb198d8d5698e3b2f61483-88c86ea252fc1918556df9fe-state.xml T3/r7/2021-10-03.txt.gz:{chan ch=tech}Adara Tech: ahh thanks! i foudn it T3/r7/2021-10-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: that file is suprisingly empty T3/r7/2021-10-03.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: seems like it just stores version and the like so deleting it isn't even needed for full reset T3/r7/2021-10-03.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: but make a backup just in case T3/r7/2021-10-03.txt.gz:{chan ch=tech}Turie Tech: Chrome needs to be updated. lol T3/r7/2021-10-04.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: does this look OK for align lock, y'all? https://imgur.com/a/xqCnV7f T3/r7/2021-10-04.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: im not an artist T3/r7/2021-10-04.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: i reckon ill add some more shading to the bottom half of the lock T3/r7/2021-10-04.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: so is the +- what changes? T3/r7/2021-10-04.txt.gz:{chan ch=tech}Aoric Tech: LGTM T3/r7/2021-10-04.txt.gz:{chan ch=tech}Aoric Tech: although the lock part looks like a male part T3/r7/2021-10-04.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: its just align lock, + and - is supposed to denote positive or negative align T3/r7/2021-10-04.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: aoric its a skeleton key hole T3/r7/2021-10-04.txt.gz:{chan ch=tech}Sheriff Shindo Tech: skeletons don't need keys T3/r7/2021-10-04.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there a MUSH-command for checking the vnum of the room you're currently in and then inputting it in place of a wildcard? T3/r7/2021-10-04.txt.gz:{chan ch=tech}Triixxee Tech: you would have too make a mush alias. I'm not sure outside of mapper, where you can get that info to pop up to make the wildcard T3/r7/2021-10-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Not a MUSH command, but you can use Lua for it. require 'gmcphelper' print(gmcp("room.info.num")) will print out the room number. T3/r7/2021-10-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But will not be able to actually trigger on it through regular means. T3/r7/2021-10-04.txt.gz:{chan ch=tech}Mannec Tech: well - if you are willing to generate enough spam, triggering on room vnum is pretty straightforward. T3/r7/2021-10-04.txt.gz:{chan ch=tech}Mannec Tech: hmm, a less spammy method ... how hard would it be to trigger on entering a room? have that trigger do the checking, perhaps? T3/r7/2021-10-04.txt.gz:{chan ch=tech}Vanellus Tech: can mapper runto a specific room number? T3/r7/2021-10-04.txt.gz:{chan ch=tech}404 Eroe Tech: mapper goto T3/r7/2021-10-04.txt.gz:{chan ch=tech}Heracles Tech: If you have been there, its mapper goto num T3/r7/2021-10-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Unlike Star Trek, the mapper cannot boldly go where you have not gone before. T3/r7/2021-10-04.txt.gz:{chan ch=tech}404 Eroe Tech: I feel really bad for all the ISP reps today probably getting calls and having to explain Facebook's downtime isn't their fault. T3/r7/2021-10-04.txt.gz:{chan ch=tech}Summoner Yuna Tech: My mom just called me and asked to check Facebook. I was, like, no, mom, Facebook is down for everyone. T3/r7/2021-10-04.txt.gz:{chan ch=tech}404 Eroe Tech: I just started telling my family it's down for just them. T3/r7/2021-10-04.txt.gz:{chan ch=tech}404 Eroe Tech: it's more fun that way T3/r7/2021-10-04.txt.gz:{chan ch=tech}Dar Tech: I'd tell them that I was the only one who could still use facebook, as I was was the one who hacked it...... T3/r7/2021-10-05.txt.gz:{chan ch=tech}Sheriff Shindo Tech: umm who remembers how to paste an alias straight in to mushclient from paste bin? T3/r7/2021-10-05.txt.gz:{chan ch=tech}Katsumoto Tech: Like #alias {} {}? T3/r7/2021-10-05.txt.gz:{chan ch=tech}Sheriff Shindo Tech: no, more complicated ones that include the match and everything T3/r7/2021-10-05.txt.gz:{chan ch=tech}Sheriff Shindo Tech: silly me. just hit copy in the browset, open aliases page and the paste option becomes available T3/r7/2021-10-05.txt.gz:{chan ch=tech}Katsumoto Tech: Glad you got it resolved. T3/r7/2021-10-05.txt.gz:{chan ch=tech}Sheriff Shindo Tech: i knew it was easy just forgot how easy it was :D T3/r7/2021-10-05.txt.gz:{chan ch=tech}Dar Tech: how do you gag a tag (without turning it off) T3/r7/2021-10-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: #gag {tag} T3/r7/2021-10-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Whatever the tag is. T3/r7/2021-10-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Can type "#gag" for help on it. That is, if you're using MUSHclient. T3/r7/2021-10-05.txt.gz:{chan ch=tech}404 Eroe Tech: anyone know how to disable the output notepad window? T3/r7/2021-10-05.txt.gz:{chan ch=tech}Dar Tech: is there no white x in a red square in the corner? T3/r7/2021-10-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What output notepad window? You can go back to Window - 1 for Aardwolf. T3/r7/2021-10-05.txt.gz:{chan ch=tech}404 Eroe Tech: with the soundpack. T3/r7/2021-10-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, are you talking about it sending edits to the MUSH editor rather than your own? T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley boggles at the concept. T3/r7/2021-10-05.txt.gz:{chan ch=tech}404 Eroe Tech: there's an output window you can ctrl+tab to T3/r7/2021-10-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: There's a notepad with the soundpack? T3/r7/2021-10-05.txt.gz:{chan ch=tech}404 Eroe Tech: but much like most things in this sp, it doesn't really follow general conventions. T3/r7/2021-10-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: How do you even open it to begin with? T3/r7/2021-10-05.txt.gz:{chan ch=tech}Coniferous Kya Tech: Yeah that's because Pwar combined the old output_functions plugin code into that one, so you can't independently disable it. T3/r7/2021-10-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'm just trying to figure out how you even access it... I've NEVER opened up a notepad window with soundpack. T3/r7/2021-10-05.txt.gz:{chan ch=tech}404 Eroe Tech: it's send to notepad, Crowley T3/r7/2021-10-05.txt.gz:{chan ch=tech}Coniferous Kya Tech: Control+tab. T3/r7/2021-10-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Kya: Ctrl+Tab does nothing. But you can go to Window -> Close Notepad windows. T3/r7/2021-10-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That /should/ close it. T3/r7/2021-10-05.txt.gz:{chan ch=tech}Coniferous Kya Tech: Oh found it. It's not part of soundpack, it's part of aard_vi_review_buffers. So that'd be why control+tab isn't doing anything. T3/r7/2021-10-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That would be it. I'm not VI, so... T3/r7/2021-10-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But yeah, I'd imagine Window -> Close all notepads would work. T3/r7/2021-10-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Anyone have any MUSHclient questions? T3/r7/2021-10-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: where did the white go when the snow melts,? T3/r7/2021-10-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: melting into water made it sad, so it turned blue T3/r7/2021-10-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: can we get the latest update linked to the game website? T3/r7/2021-10-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: you can do whatever you want. I'm not your mom T3/r7/2021-10-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Anyone have any MUSHclient questions? T3/r7/2021-10-05.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: oooo T3/r7/2021-10-05.txt.gz:{chan ch=tech}Aoric Tech: deja vu? T3/r7/2021-10-05.txt.gz:{chan ch=tech}Kyrian Tech: Why is it called MUSHclient? T3/r7/2021-10-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: because, you see, it's a ...client...for MUSHes T3/r7/2021-10-05.txt.gz:{chan ch=tech}Spronktar Tech: because it is a client used to connect to a multiple user shared hallucination T3/r7/2021-10-05.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: heh T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tech: because the creator of it originally used it on MUSHes :-) T3/r7/2021-10-05.txt.gz:{chan ch=tech}Kyrian Tech: But not for muds? T3/r7/2021-10-05.txt.gz:{chan ch=tech}Spronktar Tech: using MUSHclient for MUDs is a pathway to abilities some consider.. unnatural T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tech: not allowed to be used on mucks, muds, or moos T3/r7/2021-10-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: there's not really a difference between MUD and MUSH T3/r7/2021-10-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: and MU*client is not pronounceable T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: heh T3/r7/2021-10-05.txt.gz:{chan ch=tech}Spronktar Tech: there is a slight difference between MUD and MUSH, that is mostly lost today.. MUSH leans more towards roleplaying, MUD leans more towards RPG-like hack-and-slash gameplay T3/r7/2021-10-05.txt.gz:{chan ch=tech}Spronktar Tech: but the distinction is almost entirely lost today T3/r7/2021-10-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: if the only difference is you then there's no difference T3/r7/2021-10-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: it's all just a glorified telnet messageboard T3/r7/2021-10-05.txt.gz:{chan ch=tech}Kyrian Tech: Telnet... I remember 1988 T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tech: ewtoo ftw :-) T3/r7/2021-10-05.txt.gz:{chan ch=tech}Spronktar Tech: I mean.. there was a difference back when there was a thriving roleplaying community T3/r7/2021-10-05.txt.gz:{chan ch=tech}Kyrian Tech: I also miss IRC T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tech: it's still there :-) T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tentacle Koala Tech: irc is still around T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tentacle Koala Tech: and with thousands of active channels T3/r7/2021-10-05.txt.gz:{chan ch=tech}Kyrian Tech: Yeah but I stopped using it. T3/r7/2021-10-05.txt.gz:{chan ch=tech}Kyrian Tech: I also miss AIM T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tech: say hello to the undernet T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tentacle Koala Tech: efnet ftw T3/r7/2021-10-05.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: i miss getting online using AOL and then NetZero T3/r7/2021-10-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I miss having mail T3/r7/2021-10-05.txt.gz:{chan ch=tech}Kyrian Tech: Every time you get on AOL it sounds like you're murdering someone T3/r7/2021-10-05.txt.gz:{chan ch=tech}KnightLord Throxx Tech: I miss Netscape T3/r7/2021-10-05.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: i miss dial up modems. the sound is so soothing T3/r7/2021-10-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: you can just listen to the sound T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tech: my compuserv account was 71444.26 :-) T3/r7/2021-10-05.txt.gz:{chan ch=tech}Kyrian Tech: I just murdered some guy... "You've got mail" nice. T3/r7/2021-10-05.txt.gz:{chan ch=tech}Aoric Tech: I miss the IBM punch cards T3/r7/2021-10-05.txt.gz:{chan ch=tech}Spronktar Tech: I never understood why dialup modems audibly broadcast the dialing sounds, like, has anyone ever lived who could debug it based on the sound alone T3/r7/2021-10-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: yes T3/r7/2021-10-05.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: you can still use netscape on linux T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tentacle Koala Tech: https://www.youtube.com/watch?v=SOrEVFSRdsw T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: heh T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tech: NCSA T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tentacle Koala Tech: back in the day, no one cared about it T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tentacle Koala Tech: GOPHER T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: python 2.0 T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tech: and WAIS T3/r7/2021-10-05.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: i miss using Notepad T3/r7/2021-10-05.txt.gz:{chan ch=tech}Kyrian Tech: Putting free AOL cd's in the microwave.... good times T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: i miss the command prompt T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: rip dos T3/r7/2021-10-05.txt.gz:{chan ch=tech}Spronktar Tech: DOS isn't around anymore but Command Prompt absolutely is. though a lot of things are done through PowerShell these days. T3/r7/2021-10-05.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: didtch your "micro-crsh" and get linux... you can still do all of that T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: powershell? T3/r7/2021-10-05.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: I used to go to war with my high school's IT administrator. he kept getting angry that I was playing Aardwolf on Telnet T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tentacle Koala Tech: what I truly miss are BBSs T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tentacle Koala Tech: real BBS, not this stupid web version T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: heh ive done that T3/r7/2021-10-05.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: first, he disabled telnet from the start menu. then I figured out how to run telnet using WinKey+R,telnet T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: heh T3/r7/2021-10-05.txt.gz:{chan ch=tech}Spronktar Tech: ah, the days before enterprise-managed group policies... T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: i used to backdoor telnet through the uk internet version T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: yea T3/r7/2021-10-05.txt.gz:{chan ch=tech}Spronktar Tech: member just hitting "cancel" at the Win95 login screen and getting to desktop? ohhh, I member. T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: i was kicked off the computer for hacking because i was playing a mud at 15 T3/r7/2021-10-05.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: then, he disabled the Run dialog, and then he caught me playing aardwolf again. I figured you could do telnet:// from IE and it would open telnet heh T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tech: Spronktar laughs T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: heh T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: we would do bad things with www.google.com/uk T3/r7/2021-10-05.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: then I think he disabled that, too... and then i figured out how to start telnet by running a custom executable from a floppy drive T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: you can play it from a flash drive T3/r7/2021-10-05.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: and then, I got a zip drive, and discovered MUSHclient, and my life changed T3/r7/2021-10-05.txt.gz:{chan ch=tech}Aoric Tech: put your mushclient in a cloud server T3/r7/2021-10-05.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: I remember when MUSHclient used to be not free, and I found some password/key generator to disable the freemium thing that Nick Gammon put on mushclient T3/r7/2021-10-05.txt.gz:{chan ch=tech}Aoric Tech: then you can play it in all your portable devices T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: heh can you run a executable from a cloud? T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tech: Faithful Ruhamah looks around and whistles innocently. T3/r7/2021-10-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: some people put their mushclient folders into dropbox or similar, but it does sometimes cause synchronization problems T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tech: Faithful Ruhamah is agreeing with that IAC DO Fiendish person again... T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: thats fucking awesome. never knew that was possible T3/r7/2021-10-05.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: I had to disable syncing the log directly and some other things, I think. T3/r7/2021-10-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: though with a fast enough connection I guess maybe you could RDP to an Azure vm T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tech: I ssh to a cloud server and aard from there :-) T3/r7/2021-10-05.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: abelinc do you tinyfugue? T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tech: I do T3/r7/2021-10-05.txt.gz:{chan ch=tech}Spronktar Tech: if it's not in Azure does it really even exist T3/r7/2021-10-05.txt.gz:{chan ch=tech}Dolt Tech: ew T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tech: heh, I wouldn't even put Azure in the top 3 :P T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tech: I work for Amazon's IT department, although the system I aard from is at another provider T3/r7/2021-10-05.txt.gz:{chan ch=tech}Antifa Raded Tech: can you ask bezos wheres my dang book T3/r7/2021-10-05.txt.gz:{chan ch=tech}Tech: sorry, he's no longer in charge T3/r7/2021-10-05.txt.gz:{chan ch=tech}Kyrian Tech: "dear bezos, where is my stuff" T3/r7/2021-10-05.txt.gz:{chan ch=tech}Antifa Raded Tech: I dont care T3/r7/2021-10-05.txt.gz:{chan ch=tech}Spronktar Tech: bezos too busy suing NASA to read your email T3/r7/2021-10-05.txt.gz:{chan ch=tech}Spronktar Tech: Bezos' suit: You never said the crew had to return alive T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: what is the jalt command for auto resize T3/r7/2021-10-05.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: what is jalt T3/r7/2021-10-05.txt.gz:{chan ch=tech}<> Slips Tech: thanks T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is it possible to create a single "if" clause that checks a variable and activates if the variable is several of specific values instead of a range? I've got a trigger to set a variable to match my current level. I'm using the following for ranges: local MyLevel = tonumber(GetVariable("level")) / if MyLevel >= 10 and MyLevel <= 19 then / world.Send("wield 12446545") T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there a way to do that with =10, =20, etc. or do I need to create separate if-clauses for each of them? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Macbeth Tech: elseif? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: That's not my question. Do I have to do elseif clauses for level 10, 20, 30, 40, 50 separately or is there a way to do a single elseif for 10, 20, 30, 40, etc.? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Macbeth Tech: i think only the former T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: When using a radical for a number, is it possible to specify that the radical should only respond to single digits? Like, *0. I only want it to respond to 10, 20, 30, etc., not 110, 120, etc. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Giddorah Tech: How is 10 a single digit? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: 10 is not a single digit. I want the RADICAL to only trigger a trigger if the radical is a single digit. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: If set a trigger to trigger on *0, it will trigger on 10, 110, 200, etc. I don't want that, I want the trigger to only trigger on 10, 20, 30, all the way up to 90. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Giddorah Tech: So you want to know if the string length is 1 if you take away the last digit? :) T3/r7/2021-10-06.txt.gz:{chan ch=tech}Giddorah Tech: Well, I think your best bet is a regexp trigger if you don't want an if statement in your code T3/r7/2021-10-06.txt.gz:{chan ch=tech}Karathos Tech: can't you just divide level by 10? then do if x=1, x=2,... etc., granted, I don't know how lua handles decimals, but even then, x<2, x<3, etc. should work T3/r7/2021-10-06.txt.gz:{chan ch=tech}Karathos Tech: or have a dictionary that maps levels to whatever you want to do at that level, like 10 => sword, then whenever your level hits a key with something, you can do what you need with it T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: I already have that, using different ranges. But I want specific things to happen at specific milestones (10, 20, 30 all the way to 100, then 111, 121, etc. all the way up to 191). I'd prefer to be able to do so using a single elseif/if clause or a single trigger but apparently that's not possible? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: just define aliases like "level10, level15, level41" and so on, then when you level up just call that alias T3/r7/2021-10-06.txt.gz:{chan ch=tech}Karathos Tech: looked it up, have a table that is like table[10] = "wield thisSword T3/r7/2021-10-06.txt.gz:{chan ch=tech}Karathos Tech: looked it up, have a table that is like table[10] = "wield thisSword;do something else;", then on level, check if there is something for that level, if so, execute it T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: example of level up trigger + alias body: https://pastebin.com/HUH8SLUR T3/r7/2021-10-06.txt.gz:{chan ch=tech}Katsumoto Tech: Yuna are you asking for a switch/case statement? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Karathos Tech: don't even need to check if the alias exists :p it'll just result in a 'that command does not exist' line or something T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: right, for levelling I also added alias prax - that one will get remort class and will try to call "pra" and will practice skills I definied to practice for my level T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: I have no idea what they're called, but what I want is this: A trigger that responds to "You are now level *", wherein it'll do specific things on levels 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 111 and then every to levels until 191. Do I need to do elseif cases for all of them or is there a way to do it in a single neat one? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: I just use the prs plugin for that and I've set up a trigger an variable to automatically do that the first time I enter my manor after leveling. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Karathos Tech: using the aliases, or the table should accomplish what you want T3/r7/2021-10-06.txt.gz:{chan ch=tech}Katsumoto Tech: You're trying to create an alias that will change your gear based on your level? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: What I want it to do is initiate "dinv set wear psi" at specific levels upon leveling up. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: I have no idea how to edit tables. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Katsumoto Tech: One alternative is to create a string variable like this- [1.25.35.45.51.80.100]. Upon level up, have the trigger check the string if it contains your current level. If it does, send dinv set wear psi. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Aoric Tech: try this? (heads up -- multiple lines in-coming) T3/r7/2021-10-06.txt.gz:{chan ch=tech}Katsumoto Tech: That should keep it down to a few lines like you're asking. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Katsumoto Tech: Or you sohuld even be able to use spaces [1 25 35 50], etc. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Aoric Tech: local param = tonumber(%1) * 10 T3/r7/2021-10-06.txt.gz:{chan ch=tech}Aoric Tech: local x = (param - 10) - (param % 10) T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: Oh, so I can set the trigger to respond to "You raise a level. You are now level [10.20.30.40.50.91.191]." etc. and it'll only trigger if I level up to 10, 20, 30, 40, 50, 91 and 191? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Aoric Tech: local tt = ({[10] = "10",[20] = "20"})[param] T3/r7/2021-10-06.txt.gz:{chan ch=tech}Aoric Tech: print (tt) T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: Aoric: The problem with that is that I want it to trigger on 10, 20, etc. up until 100 and then 111, 121, etc. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Aoric Tech: you can add more to the table :P T3/r7/2021-10-06.txt.gz:{chan ch=tech}Aoric Tech: local x = (param - 10) - (param % 10) -- will return 10 if param is 11 to 20 T3/r7/2021-10-06.txt.gz:{chan ch=tech}Aoric Tech: it will return 20 if param is 21 to 30 T3/r7/2021-10-06.txt.gz:{chan ch=tech}Aoric Tech: etc. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Katsumoto Tech: You don't need to print the string. It would be if( string.find([levelstringhere],tonumber(%1/currentlevel) ~= nil) then end. This is just a rough base. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Katsumoto Tech: But I got to go, good luck Yuna. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Karathos Tech: something like this will work too, https://pastebin.com/pXZnYX99 T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: You raise a level! You are now level [11.21.32] and You raise a level! You are now level [11 21 32]. does nothing. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: Karathos, how does that check the currentLevel? Just curious. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Karathos Tech: if you want to do regex, try changing it to look like You are now level (10|20|30) T3/r7/2021-10-06.txt.gz:{chan ch=tech}Katsumoto Tech: And don't forget to search like this [current level], and not just [current level], otherwise searching at level 1 will give you a false positives if it is meant to trigger at level 10 as well. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Karathos Tech: well, current level is something you were capturing earlier, like via the trigger, or gmcp T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: It's a variable called "level". T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: Do I need to append local MyLevel = tonumber(GetVariable("level")) to the start of that script? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: You raise a level! You are now level (10|20|30). also does nothing >_>' T3/r7/2021-10-06.txt.gz:{chan ch=tech}Count Zensch Tech: simple solution is to capture any raise level event, and execute some stuff if the number matches with some pattern... in theory this can be redundant, but allows to easier control/write the script T3/r7/2021-10-06.txt.gz:{chan ch=tech}Karathos Tech: hm T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: Wait, it was because I used convert to regular expression. Just ticking the regular expression box fixed it. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Katsumoto Tech: Yuna, you need to click Regular Expression under the trigger box T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: Yeah, I figured that out. It works now :D T3/r7/2021-10-06.txt.gz:{chan ch=tech}Karathos Tech: woo T3/r7/2021-10-06.txt.gz:{chan ch=tech}Katsumoto Tech: Be mindful to not included too many things into regex captures. IIRC, it is not very efficient depending on how greedy the parameters are. T3/r7/2021-10-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: pretty sure the trigger isnt supposed to commit suicide but HEY, what do I know?! T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: Well, that'll teach me. Accidentally set my level to 191 when testing and forgot to change it back. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: Used my alias to go to the level area in my level range and accidentally went to the one for level 191-199 and didn't pay attention before engaging in combat. Oh well. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Katsumoto Tech: But congrats, you did it! T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: And learned something new about scripting! Slowly learning it piecemeal :P T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: Thanks, guys. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there a way to do what I did for the trigger but with variables? "if (GetVariable("level") == "(10|20|30|88)") then" is not working. T3/r7/2021-10-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: how about if (GetVariable("level") >= 10 and <= 20 then ... elseif blah blah blah T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: That's a range. I want it to trigger on only specific values T3/r7/2021-10-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: then literally dont do a range, do if level = 10 then bam, elseif level = 20 then bam T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: Yeah, but do I have to do elseifs for each of the specific levels or is there a cleaner way to do it the same way as with the trigger earlier? T3/r7/2021-10-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: i mean how clean does it need to be if it works T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: I do not really get why you do not want to call level aliases, even brute force approach: triger on level up: execute(alias_), then define aliases: alias_10, alias_11, alias_12, alias_13 that will just call action action_for_11_13 T3/r7/2021-10-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: unless you're writing a tens of thousands of lines long bot right now it wont matter much T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: I just want as few aliases and triggers as possible so that if I ever need to edit them, it'll be much less work T3/r7/2021-10-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: yeah what i am talking about can all be done in one single trigger T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: 1 trigger, 1 alias per level (or per ten) - calling proper action, as many actions as you need T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: And I don't want one alias per ten levels. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: If possible, I want to be able to consolidate them all in a single command. If possible, that is. If it's not, then I'll use multiple aliases. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: then define 1 alias per level, their purpose is only call proper action (if you want to do some group action) T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: use KISS T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: I definitely don't want one alias per level either. I want as few as possible. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: do not over-engineer T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: if you want to do some action at level 41 you either need alias_level_41 os alias_all_levels with a lot of ifs/cases T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: it is more readable/more convenient to have separate aliases for all levels that you will do some action T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: it is just equiv of procedure/function T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: What? I'm asking if it's possible to do the opposite of over-engineering. Being able to create an alias that checks a variable and does things if that variable is certain values in a single elseif case. How is that not easier and more convenient than having 20 elseifs or 20 aliases/triggers? T3/r7/2021-10-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: its almost as if you're skipping over everything im saying, since i told you how to do it in one trigger T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: overall single procedure should be only that longer as you are able to display it on your screen T3/r7/2021-10-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: you could make a table of levels and aliases but thats weird T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: 1 trigger for all levels, trigger decides what alias will be called T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: I already have the one trigger thing done. What I'm asking now if there's a way to check a variable and trigger a specific action only if that variable is one of a range of variables that are non-sequential. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: as many aliases as many levels you want to support, that trigger can be as simple as Execute("alias_" + level) T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: Again, I'm asking if it's possible to do that without having to create additional aliases. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: it is possible, it is wrong approach T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: (or multiple elseifs) T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: it is just like some people want create a single table with a column "purpose" that will store all things as comma separated lists in field "content" T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: when you create any program you want to split it into small pieces procedures/functions T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: even though you could just use single big int main() { do_all_actions } it is not right to do so T3/r7/2021-10-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: especially when you're talking about being able to go back and edit it easier T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: I don't understand how it wouldn't be infinitely easier to edit the script if I have a single alias that is set to script and: "GetVariable ("level", "10|30|40|60")", etc. and act if my current level is specific levels than half a dozen different aliases to trigger based on my level. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: basically: you are level 60 and you noticed there is something wrong with your code, what you will do in both cases? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: with aliases - you will just open body of "alias_60" and examine it T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: with one big function/procedure - it is possible that you placed code for level 60 in wrong part of that code T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: Counter-point: I class-change and I want to change what happens. Instead of having to edit dozens of aliases, I can edit a single one. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: With CTRL F in Wordpad. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: you still have to do same changes whether there are 20 aliases or just 1, and if you want to use wordpad you can as well just open plugin body / aardwolf.mcl file T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: I predict I'll need to do less editing with a single getvariable than nearly two dozen variables. With one I only need to make it work the once. With the others, I'll need to edit them every time I change to a different p-class. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Summoner Yuna Tech: Two dozen aliases, that is T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: you could as well just create trigger that will check your class and level and will call alias level__ T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: from my experience: you do not want to use big blocks of code, as the bigger blocks of code are the harder understand code flow T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: today it does not matter, if you return to your code in a year or two it will matter T3/r7/2021-10-06.txt.gz:{chan ch=tech}Trachx Tech: so instead of re-discovering that some big if-else if blocks does - you can just focus on a small chunk you want to change T3/r7/2021-10-06.txt.gz:{chan ch=tech}Aoric Tech: https://pastebin.com/cnWzsKwN T3/r7/2021-10-06.txt.gz:{chan ch=tech}404 Eroe Tech: is there a way to tell dinv to ignore a specific container? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Omphalon Tech: dinv help ignore T3/r7/2021-10-06.txt.gz:{chan ch=tech}404 Eroe Tech: thanks! T3/r7/2021-10-06.txt.gz:{chan ch=tech}Sivak Tech: is there likey any way to get aardwmush client 5.06 to work with a aardwolf.db thats from newest aardwolf client? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Sivak Tech: becuase I can do cp on the new aardwolf.db somtimes T3/r7/2021-10-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: version wont matter T3/r7/2021-10-06.txt.gz:{chan ch=tech}Sivak Tech: ok thanks T3/r7/2021-10-06.txt.gz:{chan ch=tech}404 Eroe Tech: it would matter if the schema changed. not sure if that's happened recently or not. T3/r7/2021-10-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: just dump the db into the folder, but it should already be in there since it doesnt overwrite it T3/r7/2021-10-06.txt.gz:{chan ch=tech}Sivak Tech: ya do you get that Im going from new to old T3/r7/2021-10-06.txt.gz:{chan ch=tech}Sivak Tech: cuz It has errors T3/r7/2021-10-06.txt.gz:{chan ch=tech}Sivak Tech: one thing I have to do is mapper purge portals T3/r7/2021-10-06.txt.gz:{chan ch=tech}Sivak Tech: cuz I dont have the portals T3/r7/2021-10-06.txt.gz:{chan ch=tech}Selitos Tech: portals sitting in the manor last night? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Sivak Tech: no T3/r7/2021-10-06.txt.gz:{chan ch=tech}Selitos Tech: just curious....based on lashers note someone lost a buch of stuff T3/r7/2021-10-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: mcgregor probably T3/r7/2021-10-06.txt.gz:{chan ch=tech}Sivak Tech: I never lost anything :) T3/r7/2021-10-06.txt.gz:{chan ch=tech}Selitos Tech: how you lose all your portals? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Sivak Tech: its someone else aardwolf.db T3/r7/2021-10-06.txt.gz:{chan ch=tech}Selitos Tech: ahh T3/r7/2021-10-06.txt.gz:{chan ch=tech}Sivak Tech: 11mb T3/r7/2021-10-06.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: losing portals would be super sad. I wonder how easy it would be to add a new flag in addition to owned, like "permanent". costs 10 TPs or even 20 TPs, to toggle one item T3/r7/2021-10-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: probably less easy than just telling people to not put important stuff on the floor, like every other mud in existence tells people :P T3/r7/2021-10-06.txt.gz:{chan ch=tech}404 Eroe Tech: or you could just not leave stuff on ground! T3/r7/2021-10-06.txt.gz:{chan ch=tech}Selitos Tech: well i won't leave anything that important...i would like a to option to toggle off the nosave flag though :) T3/r7/2021-10-06.txt.gz:{chan ch=tech}Mockable Korridel Tech: No. T3/r7/2021-10-06.txt.gz:{chan ch=tech}404 Eroe Tech: I mean the idea has me agreeing with Khad, there's something to this! T3/r7/2021-10-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: lmfao T3/r7/2021-10-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: korridel with the win hahahaha T3/r7/2021-10-06.txt.gz:{chan ch=tech}<> Slips Tech: heh T3/r7/2021-10-06.txt.gz:{chan ch=tech}Mockable Korridel Tech: The amount of things broken by being able to get rid of nosave. Yeahno. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Selitos Tech: hehehe T3/r7/2021-10-06.txt.gz:{chan ch=tech}Methyl Tech: that's very glass half full...think of all the things that would be fixed by it! T3/r7/2021-10-06.txt.gz:{chan ch=tech}Mockable Korridel Tech: Nothing gets fixed by bypassing nosave. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Selitos Tech: yes i know its a pipe dream...pie in the sky...but oh it would be nice :) T3/r7/2021-10-06.txt.gz:{chan ch=tech}Mockable Korridel Tech: I want people to not be stupid. It would be nice, but I ain't getting that anytime soon. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Selitos Tech: well i agree with that too T3/r7/2021-10-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: pwn3d T3/r7/2021-10-06.txt.gz:{chan ch=tech}Sivak Tech: its not that hard if somthing is good dont leave it on the ground T3/r7/2021-10-06.txt.gz:{chan ch=tech}Sivak Tech: we have inventory and vault T3/r7/2021-10-06.txt.gz:{chan ch=tech}Methyl Tech: lol, agreed, but then again we're not speaking from a position of salt on losing years of collected garbage T3/r7/2021-10-06.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: occasionally, i have accidentally unkept a bag of aardwolf because some other inventory in my item had a shared keyword that I mistyped, and dropped the bag at jojobo's, only to be relieved to find that my bag was still there when I went bak. T3/r7/2021-10-06.txt.gz:{chan ch=tech}404 Eroe Tech: if you've been here for years, you shouldn't have built up the "salt" and know not to drop things on the ground and expect them to persist, especially after losing (and offering to pay an imm) to restore what you lost. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: but yeah, I acknowledge that's my own fault for doing so, no one else to blame T3/r7/2021-10-06.txt.gz:{chan ch=tech}Methyl Tech: oh, i agree eroe T3/r7/2021-10-06.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: tell me more about this "offering to pay an imm" option :) T3/r7/2021-10-06.txt.gz:{chan ch=tech}404 Eroe Tech: well you send money to my paypal and I offer "favors" to get it all made right. No guarantee, but consider it a down payment for my troubles. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Kyrian Tech: Can anyone help me out with SnD? Just installed it and added it on Mushclient and getting errors. Its not picking up my current cp T3/r7/2021-10-06.txt.gz:{chan ch=tech}Kyrian Tech: "Trigger function "cp_check_end" not found or had a previous error. T3/r7/2021-10-06.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: reload the plugin for starters T3/r7/2021-10-06.txt.gz:{chan ch=tech}Kyrian Tech: I did T3/r7/2021-10-06.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: and did it give an error when it reinitialized? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Kyrian Tech: same error T3/r7/2021-10-06.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: try snd update and make sure you have the latest? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Kyrian Tech: version 5.93 T3/r7/2021-10-06.txt.gz:{chan ch=tech}Kyrian Tech: Looks like the areas arent indexing T3/r7/2021-10-06.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: snd reload, then xset index areas T3/r7/2021-10-06.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: beyond that, it'd be a question for Crowley... I'm no expert T3/r7/2021-10-06.txt.gz:{chan ch=tech}Kyrian Tech: Could it be because of the stock Aard plugins im using with Mush? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Kyrian Tech: Getting multiple errors on reload T3/r7/2021-10-06.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: I doubt it would have anything to do with stock aard plugins... those are pretty standard T3/r7/2021-10-06.txt.gz:{chan ch=tech}Kyrian Tech: Run-time error T3/r7/2021-10-06.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: the function you mention basically gets enabled when you start a campaign (Good luck in your campaign!), then get the line "You still have to kill a...", from a quick look at the code. Did you request the campaign before you loaded snd? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Triixxee Tech: what's the tag/flag command for seeing eq level at the end of line? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Aoric Tech: tags equip on T3/r7/2021-10-06.txt.gz:{chan ch=tech}Aoric Tech: then do an eq command T3/r7/2021-10-06.txt.gz:{chan ch=tech}Wardsmith Tech: I can't seem to alias combat stuff. I just tested an emote with a variable in it, but that doesn't apply to combat aliases. How can I fix this? T3/r7/2021-10-06.txt.gz:{chan ch=tech}Triixxee Tech: nope. what is the command to see the level of eq at end of line, in eq or inv T3/r7/2021-10-06.txt.gz:{chan ch=tech}Aoric Tech: ah, I think it's tags inv on T3/r7/2021-10-06.txt.gz:{chan ch=tech}Aoric Tech: nvm, not sure what I'm talking about T3/r7/2021-10-06.txt.gz:{chan ch=tech}Karathos Tech: wardsmith, you may need expand variables checked depending on how exactly you are setting things up T3/r7/2021-10-06.txt.gz:{chan ch=tech}Wardsmith Tech: Literally a single asterisk and %1 for a target. T3/r7/2021-10-07.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: what's teh format/syntax to use cexit_wait ? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Sheriff Shindo Tech: so that you do a command then wait for it to resolve in a custom exit? T3/r7/2021-10-07.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: yup T3/r7/2021-10-07.txt.gz:{chan ch=tech}Sheriff Shindo Tech: command1;wait(5) would wait 5 seconds T3/r7/2021-10-07.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: ah.....ok :D T3/r7/2021-10-07.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: thanks!@w T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: What's wrong with this script? https://pastebin.com/ZGprRLNj I'm getting the following error: ":2: 'then' expected near '=' T3/r7/2021-10-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: without even looking, try adding two equal signs T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: (Yes, I know it should be world.Send("")) T3/r7/2021-10-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: yeah, thats the one T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: Aaah, two equal signs, thanks. Forgot about that. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: How do I make this Execute instead of Send? "world.DoAfter (5, "gearcheck %1")" T3/r7/2021-10-07.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: change send to: to execute instead of world? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: It's part of a script. It's set to script. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: switch to "DoAfterSpecial" instead of DoAfter T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: That gives me an error. [string "Trigger: "]:6: attempt to call field 'DoAfterSpecial' (a number value) T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: probably DoAfterSpecial(0,"gearcheck" .. %1, 10)... long DoAfterSpecial(long Seconds, BSTR SendText, short SendTo) T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: idk the syntax for whatever you are doing for gearcheck %1 T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: I have an alias set to gearcheck *. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: are you doing this in an XML or inside the MUSH GUI? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: Mush GUI T3/r7/2021-10-07.txt.gz:{chan ch=tech}Rhendadric Tech: i think DoAfter cannot call alias, use DoAfterSpecial T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: I can't figure out the correct code to use with DoAfterSpecial, though. Keep getting errors. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: so i usually crete the command "gearcheck %1" as its own variable. local cmd = "gearcheck " .. "%1" DoAfterSpecial(0,"Execute(cmd)",12) T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: i dont do anything inside MUSH but I think you need the "" around "%1" T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: DoAfterSpecial(5,"Execute(gearcheck "%1")",12) isn't working. Giving me the nonsensical error [string "Trigger: "]:6: ')' expected near '30'. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: the syntax is off around (gearcheck T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: try building that command in its own variable T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: (30 in this case being what %1 is replaecd by) T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: DoAfterSpecial(0,"Execute(cmd)",12) <--- it easier to follow the syntax when u use cmd T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: the way you wrote it, MUSH will think gearcheck is a variable to send. so u need local cmd = "gearcheck " .. "%1 T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: the way you wrote it, MUSH will think gearcheck is a variable to send. so u need local cmd = "gearcheck " .. "%1" T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: DoAfterSpecial (5,Execute("gearcheck " .. "%1"),12) still returning the same error: [string "Trigger: "]:6: attempt to call global 'DoAfterSpecial' (a number value) T3/r7/2021-10-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: i recommend you read the help pages on DoAfterSpecial if you want to figure out how to make it work properly T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: I did. They weren't very helpful >_>' T3/r7/2021-10-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: uhhhhhh did you READ it or did you skim it T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: I read this one: https://www.gammon.com.au/scripts/doc.php?function=DoAfterSpecial T3/r7/2021-10-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: yeah T3/r7/2021-10-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: try removing the quotes from %1 T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: As per Zhalut, apparently, it's different when you have a radical. Since I want to call " %1", none of the examples in that helpfile is working. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: what is your regex? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: Removing quotes around %1 is still returning the same error. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: The regex is "You raise a level! You are now level *." T3/r7/2021-10-07.txt.gz:{chan ch=tech}Aoric Tech: replace 12 with sendto.execute T3/r7/2021-10-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: was about to say that T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: DoAfterSpecial (5,Execute("gearcheck " .. "%1"),sendto.execute ? Still same error T3/r7/2021-10-07.txt.gz:{chan ch=tech}Karathos Tech: this works for me DoAfterSpecial (5, 'Execute("look %1")', sendto.script) T3/r7/2021-10-07.txt.gz:{chan ch=tech}Aoric Tech: DoAfterSpecial(5, "gearcheck %1", sendto.execute) T3/r7/2021-10-07.txt.gz:{chan ch=tech}Karathos Tech: have expand variables on T3/r7/2021-10-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: i dont think you can use %1 like that but i may be wrong T3/r7/2021-10-07.txt.gz:{chan ch=tech}Aoric Tech: I think it should work T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: Aoric's suggestion didn't work. Let me run the other one. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: cool maybe Karathos got the syntax? T3/r7/2021-10-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: in the past i've had to use something similar to the first way yuna was working it T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: Neither does Karathos' script for some reason? Still getting the same error: [string "Trigger: "]:6: attempt to call global 'DoAfterSpecial' (a number value) T3/r7/2021-10-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: oof, i might be motivated to give it a go but double xp T3/r7/2021-10-07.txt.gz:{chan ch=tech}Karathos Tech: do you have expand variables checked? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: I didn't, but there were no variables. I toggled expand variables just now. Still same error. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: this worked for me: https://imgur.com/a/MIhr9me https://imgur.com/a/JjRhz43 T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: Aight, let me try that... T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: Still same error?! T3/r7/2021-10-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: can you show us your whole piece of code T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: i dont get an error when I type "test eqeq heqeqe", you shouldn't either if you followed the pic. what is your regex line? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: https://pastebin.com/GtjwMhmZ T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: "You raise a level! You are now level *." T3/r7/2021-10-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: regex is ticked OFF right? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: Yes T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: i think you have to use () to set %1 %2 etc T3/r7/2021-10-07.txt.gz:{chan ch=tech}Aoric Tech: there is no space after gearcheck T3/r7/2021-10-07.txt.gz:{chan ch=tech}Giddorah Tech: Yeah, it does gearcheck110 for example, is that correct? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Aoric Tech: should be: local cmd = "gearcheck " .. "%1" T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: It doesn' T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: let's tighten your regex https://regex101.com/r/Cp3aX0/1 T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: It doesn't do anything a all, I get a run-time error. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Giddorah Tech: What does the error say? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: I shortened it to just "local cmd = "gearcheck" .. "%1" / DoAfterSpecial(5,cmd,10)". Still same error as always. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: local cmd = "gearcheck" .. "%1" needs to be local cmd = "gearcheck " .. "%1" T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: [string "Trigger: "]:2: attempt to call global 'DoAfterSpecial' (a number value) T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: [string "Trigger: "]:2: in main chunk T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: local cmd = "gearcheck" .. " " .. "%1" needs to be local cmd = "gearcheck " .. "%1". that is difference between gearcheck100 and gearcheck 100 T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: It doesn't matter. The script fails to even fire off. I just added a space. Still same error. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: did you try my regex? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: Yes T3/r7/2021-10-07.txt.gz:{chan ch=tech}Aoric Tech: also, please use sendto.execute T3/r7/2021-10-07.txt.gz:{chan ch=tech}Aoric Tech: it's more readable that way T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: https://pastebin.com/Szzhj1dA Still same error T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: i do not get an error T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: are you kicking it off with \\\Simulate("You raise a level! You are now level 100.") T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: I even tried turning it into an alias and I just get "unknown command. please check the helpfiles." o_O T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: I'm kicking it off with echo You raise a level! You are now level 20. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: you also need to fix if (tonumber(%1) < 112) then ,, missing the "%1" T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: Simulate doesn't even trigger the trigger for some reason. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: are you kicking it off with \\\Simulate("You raise a level! You are now level 100.") T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: whoops T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: Oh wait, now it does. There was some weid lag. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: But still same error. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Karathos Tech: same trigger regex, with just this code DoAfterSpecial(1,"echo %1",10) works fine for me T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: nah, it happens to me too. sometimes i force a "look" after the simulate T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: it looks like this? https://imgur.com/a/BflLMwW T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: As far as I can tell, this should be identical to what you did, Zhalut. Still returning the same error. https://pastebin.com/3j2iLHdn T3/r7/2021-10-07.txt.gz:{chan ch=tech}Aoric Tech: the lag you see is because DoAfterSpecial will be executed after 5 secs.. you would see the Note("") will be displayed first since it is not asynchronous T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: that is close but u still need to fix the tonumber syntax T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: It worked properly before. But I added quotation marks now. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: Still same error. T3/r7/2021-10-07.txt.gz:{chan ch=tech}High Risk Losteix Tech: sounds like you somehow accidentally set a global variable called "DoAfterSpecial" and now your program is trying to call that instead of the actual function. T3/r7/2021-10-07.txt.gz:{chan ch=tech}High Risk Losteix Tech: \\\print(DoAfterSpecial) T3/r7/2021-10-07.txt.gz:{chan ch=tech}Gilduran Tech: Does the trigger understand what %1 is suppised to be? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: You're correct. I restarted and that fixed it >_>' T3/r7/2021-10-07.txt.gz:{chan ch=tech}Aoric Tech: hurray T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: wow, great catch Losteix T3/r7/2021-10-07.txt.gz:{chan ch=tech}Karathos Tech: +1 T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: I hate it when I accidentally do that. <_<' Oh well, now it works at least! T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: nice. i know you have been working on this thing for some time T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: Thanks guys. Hopefully this fixes my problem. I was having issues getting "dinv set wear psi" to fire off properly at level up. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: i heard dinv is super useful. this will be good T3/r7/2021-10-07.txt.gz:{chan ch=tech}Aoric Tech: it is, you should try it at least T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: It is. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Libel Liber Tech: you should make an easy to invoke alias for that (dp, for example) and call it manually. it might be a bad idea to have it fire up while in fight T3/r7/2021-10-07.txt.gz:{chan ch=tech}Gilduran Tech: Dinv is a really good plugin T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: dinv set wear and it'll automatically wear the best possible gear for your level and class. You just need to dedicate some 10-17 minutes to building your inventory list first, but you only need to do it once absent a major malfunction. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: That's what the 5 second delay is for. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: It works in battle just fine but for some reason, it wasn't working properly now so I had to add a 5 second delay to see if it fixed it. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: does dinv slow down MUSH at all? T3/r7/2021-10-07.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: why would it? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Aoric Tech: the 1st time yeah T3/r7/2021-10-07.txt.gz:{chan ch=tech}Aoric Tech: dinv build refresh takes some time to complete -- about 20 mins or so T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: I don't feel like it does but a clanbie says they feel like it does so -shrug- T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: No, dinv refresh takes, like, 3 minutes. It's dinv build that takes forever as it has to start over from scratch. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Rhendadric Tech: dont use dinv portal function you be ok T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: I didn't even know there was a dinv portal function :P Mapper is fine for me. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Aoric Tech: same here, I use a separate use_portal alias for that T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: You use an alias to use portals? O_o T3/r7/2021-10-07.txt.gz:{chan ch=tech}Tech: Rhendadric nods at Aoric. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Aoric Tech: yup, mapper portal use_portal amulet for example T3/r7/2021-10-07.txt.gz:{chan ch=tech}Libel Liber Tech: that's the best approach - with alias. you might want to change the way you store them at a later point (not to mention the switch between no wish and portal wish) T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: I just set up separate aliases for each area that has anything that might interfere with automatic mapper gotos. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: good to know it doesnt slow down mush. i hear most ppl love it but i heard a rumor from someone that they felt mush lagged after installing dinv (not during the eq update). could be just that person's perception. i have enough lag so i stayed away T3/r7/2021-10-07.txt.gz:{chan ch=tech}High Risk Losteix Tech: it does intermittently refresh in the background, but i think that's turnoffable. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Libel Liber Tech: also, I find "dinv portal" working just fine. I switched the portal alias to it and it doesn't seem laggy (well, not more than usual) :) T3/r7/2021-10-07.txt.gz:{chan ch=tech}Talbor Tech: haven't noticed lag from dinv either T3/r7/2021-10-07.txt.gz:{chan ch=tech}Talbor Tech: you can turn off the refresh. I leave mine off & just refresh manually when I want T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: How do you turn off auto-refresh? Can't spot it in the help file T3/r7/2021-10-07.txt.gz:{chan ch=tech}SixPathsOf Akuso Tech: dinv refresh off T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: Oh, silly me, it's just dinv refresh off T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: I was expecting it to be its own command or something T3/r7/2021-10-07.txt.gz:{chan ch=tech}Talbor Tech: dinv help T3/r7/2021-10-07.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: dinv version of portal is a bit slower then a simple trigger, but that is because of needing to check with db for item shuffling. never seen it actually add lag. now basts eqdb... i can get that to bsod my pc :P T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there any way to configure the chat miniwin plugin to not capture says? Or even better, mob says (I assume it's impossible for it to tell the difference)? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Libel Liber Tech: I usually use dinv as follows: dinv refresh off, dinv portals for everything, dinv weapon to equip a set, because of mastery (invoked by hand, usually at 0 or 1 levels, when more changes occur, plus if I idle and get bored, from time to time :) T3/r7/2021-10-07.txt.gz:{chan ch=tech}Talbor Tech: li T3/r7/2021-10-07.txt.gz:{chan ch=tech}Libel Liber Tech: yona: right click on the window, tab capture settings -> edit channel captures, unselect "mobsay" T3/r7/2021-10-07.txt.gz:{chan ch=tech}Zhalut Tech: +Liber and make sure to CTRL+S to save your updated setting T3/r7/2021-10-07.txt.gz:{chan ch=tech}Pump the Fuel Tech: how many amps a normal pc can provide through USB? is there some solid standard even? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Anssett Tech: usb has several standards, depends on which version/variant T3/r7/2021-10-07.txt.gz:{chan ch=tech}Pump the Fuel Tech: um.. v 2.0 T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: 500 mA ? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Anssett Tech: a/b/c i think also matters. i don't know the specifics offhand but the internet does T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: usb 3.2 multi-lane ss 1.5A T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: https://en.wikipedia.org/wiki/USB T3/r7/2021-10-07.txt.gz:{chan ch=tech}Pump the Fuel Tech: ok. and if i use a phone charger (USB) to power a device that "wants" 2 amps through "normal" supply thingy. could it cause some damage to either - the device or the charger? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: unlikely T3/r7/2021-10-07.txt.gz:{chan ch=tech}Pump the Fuel Tech: the device is from Roland. they dont provide too much info:( T3/r7/2021-10-07.txt.gz:{chan ch=tech}StarsOscar Tech: phone charger will amost always to weak to charge a laptop T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: I mean PSU with 2A is able to deliver max 2A, but device may use just 100 mA T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: you need use PSU that provides at least whatever your device requires T3/r7/2021-10-07.txt.gz:{chan ch=tech}Pump the Fuel Tech: and no damage when using 1amp charger on 2 amp (not likely using that much thoug) device? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: that won't work T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: if device requires 2 amp - either it won't turn on or will malfunction T3/r7/2021-10-07.txt.gz:{chan ch=tech}Pump the Fuel Tech: but what about the damage :) T3/r7/2021-10-07.txt.gz:{chan ch=tech}Pump the Fuel Tech: im a bit of pussy to try this out T3/r7/2021-10-07.txt.gz:{chan ch=tech}Anssett Tech: kinda impossible to say - it depends on how smart both devices are. generally speaking i'd consider it a bad idea to run a mismatched volt/amperage though :P T3/r7/2021-10-07.txt.gz:{chan ch=tech}Anssett Tech: don't want to make the angry pixies angrier T3/r7/2021-10-07.txt.gz:{chan ch=tech}Greybeard Tech: yolo T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: too low vol/amperage most likely will cause brown out T3/r7/2021-10-07.txt.gz:{chan ch=tech}Pump the Fuel Tech: ok. thnx. i go with "bad idea" and pay the 10.- for a proper source T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: same volt + higher amperage is even better, as 100% load is not too good for any PSU T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: higher volt + any amperage - high chance to blow out protection (fuse/diode) T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: or just google "can you use higher amp charger" T3/r7/2021-10-07.txt.gz:{chan ch=tech}Pump the Fuel Tech: my problem here was that i dont even know if 1amp would work. probably would work. but i was worried to damage the device itself. i dont even care about the charger. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: usually most devices have volt/amp written near connector T3/r7/2021-10-07.txt.gz:{chan ch=tech}Pump the Fuel Tech: yeah. its Roland. they want people to buy their own thingamabobs. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: or you could just google device name / charger for that device and check amp/volt T3/r7/2021-10-07.txt.gz:{chan ch=tech}Pump the Fuel Tech: i did. no info. but ok. case closed. will wait for new supply. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: what model? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: BTW, PC USB ports are notoriously bad at charging devices. Don't rely on those to charge your devices. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Pump the Fuel Tech: roland a300 pro T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: https://www.roland.com/global/products/a-300pro/specifications/ , 9V 300 mA T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: or USB Bus Power T3/r7/2021-10-07.txt.gz:{chan ch=tech}Pump the Fuel Tech: sheesh.. i read through the manual instead :) T3/r7/2021-10-07.txt.gz:{chan ch=tech}Pump the Fuel Tech: so 1 amp phone charger is good to go you think? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Trachx Tech: 5V 1A is good T3/r7/2021-10-07.txt.gz:{chan ch=tech}Pump the Fuel Tech: ok. beautiful. thanks :) T3/r7/2021-10-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So, if anyone is interested, I wrote a plugin upon request yesterday that will display the room's GMCP ID next to the room name (provided you have tags roomnames on). It'll now show: The Great Hall (52683) in the room name. *shrug* T3/r7/2021-10-07.txt.gz:{chan ch=tech}Methyl Tech: up on your github? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Summoner Yuna Tech: This is actually super-helpful for my purposes! :D T3/r7/2021-10-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Nah, I put it on pastebin, but I can put it up on Github. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Kegu Tech: thanks crowley! T3/r7/2021-10-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Thank Dar for suggesting it! :p T3/r7/2021-10-07.txt.gz:{chan ch=tech}Methyl Tech: i'm interested in either case, github probably best to keep it out there for posterity (preaching to the choir i'm sure) T3/r7/2021-10-07.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-10-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'll post it on tech, then. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Cheekier Than Tech: what's the pastie url? T3/r7/2021-10-07.txt.gz:{chan ch=tech}Selitos Tech: it does sound useful occasionally i run past a room and i'm like darn what room was that? with the # i could easdily just type goto # T3/r7/2021-10-07.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: https://raw.githubusercontent.com/AardCrowley/Aardwolf-Scripts/master/RNameToGMCP.xml --> That's the link, but posted it on tech board. T3/r7/2021-10-07.txt.gz:{chan ch=tech}Cheekier Than Tech: oh sorry - and thx T3/r7/2021-10-07.txt.gz:{chan ch=tech}Methyl Tech: thanks man T3/r7/2021-10-07.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Summoner Yuna Tech: From there, make your way to room 10347 and say horn for the horn. It is nosave, though. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Summoner Yuna Tech: Mischan T3/r7/2021-10-08.txt.gz:{chan ch=tech}Faylen Tech: Hi there. Are there any experienced mush lua plugin folks around to answer a question or two? T3/r7/2021-10-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Just ask your questions. :P T3/r7/2021-10-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Get quicker answers that way. Usually someone lurking around that can help. T3/r7/2021-10-08.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: already on it T3/r7/2021-10-08.txt.gz:{chan ch=tech}Faylen Tech: yep, we're talking in tells, but I'd have done that if no one responded T3/r7/2021-10-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So, you'll want to get info from someone who knows what they're doing. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley runs away from [DEMON] Khadaji in utter terror and horror! T3/r7/2021-10-08.txt.gz:{chan ch=tech}Elfo Tech: hi, my name is elfo, does anyone know of any good mush group pluggins? T3/r7/2021-10-08.txt.gz:{chan ch=tech}404 Eroe Tech: hi, my name is eroe, I am also an addict. Welcome, Elfo T3/r7/2021-10-08.txt.gz:{chan ch=tech}Dar Tech: Hi elfo, Hi Eroe T3/r7/2021-10-08.txt.gz:{chan ch=tech}Tech: Dar snickers softly. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Count Zensch Tech: hi , I'm Zensch... playting in Aardwolf for 1.5 year T3/r7/2021-10-08.txt.gz:{chan ch=tech}Tech: Count Zensch sniffs sadly. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Dar Tech: Hi Zensch T3/r7/2021-10-08.txt.gz:{chan ch=tech}Dar Tech: what did you mean by group plugins? T3/r7/2021-10-08.txt.gz:{chan ch=tech}Tech: Count Zensch beams a smile at Dar. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Elfo Tech: a plugin that auto dfoes group commands if i aint at the screen T3/r7/2021-10-08.txt.gz:{chan ch=tech}Dar Tech: You could probably reach that affect with triggers, just fyi T3/r7/2021-10-08.txt.gz:{chan ch=tech}Elfo Tech: ya i am not tech savvy though, took me forever to figure out alias's :( T3/r7/2021-10-08.txt.gz:{chan ch=tech}Tech: Dar grins evilly. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Elfo Tech: but if there isnt a public plugin i will look at triggers i guess T3/r7/2021-10-08.txt.gz:{chan ch=tech}Dar Tech: I'm not a HUGE techie either, not in lua and stuff T3/r7/2021-10-08.txt.gz:{chan ch=tech}Elfo Tech: i dont even know what a lua is T3/r7/2021-10-08.txt.gz:{chan ch=tech}Count Zensch Tech: could you explain in more details what you want to achieve? T3/r7/2021-10-08.txt.gz:{chan ch=tech}Graciella Tech: pwar's manager thing has an autoinvite you can add T3/r7/2021-10-08.txt.gz:{chan ch=tech}Elfo Tech: so a plug in that i can keep an autoinvite list, that responds and sends a group invite when someoen sends me a tell saying invite etc, that sorta thing T3/r7/2021-10-08.txt.gz:{chan ch=tech}404 Eroe Tech: use pwars. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Elfo Tech: oo pwar? T3/r7/2021-10-08.txt.gz:{chan ch=tech}404 Eroe Tech: I rewrote parts of his I'll publish sometime soon to clear up a bunch of bugs T3/r7/2021-10-08.txt.gz:{chan ch=tech}Graciella Tech: finger pwar, after install the manager, ppm install 6 T3/r7/2021-10-08.txt.gz:{chan ch=tech}Elfo Tech: ok, thanks a ton guys :) T3/r7/2021-10-08.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Eroe's holding back on bug fixes?! T3/r7/2021-10-08.txt.gz:{chan ch=tech}404 Eroe Tech: eh, just want to make sure it works. pwar hasn't ever exactly been accused of writing anything close to clean code. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers with 404 Eroe about their shared secret. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Tech: Dar throws back his head and cackles with insane glee! T3/r7/2021-10-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: To be fair, Pwar -> primary warrior... warriors have never been known to be the brightest, just brute force. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Libel Liber Tech: something about a specific clan skill. but you'd need a pirate to confirm :) T3/r7/2021-10-08.txt.gz:{chan ch=tech}Dar Tech: and if brute force works, why think harder eh? T3/r7/2021-10-08.txt.gz:{chan ch=tech}Libel Liber Tech: mis, taht was for goss T3/r7/2021-10-08.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Dar. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Elfo Tech: woot, got it done, thanks all :) T3/r7/2021-10-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That'll cost you 100 tps per character answered. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley's shifty eyes dart back and forth. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Dar Tech: man, that's steep......I'll take mine in batches ;) LOL T3/r7/2021-10-08.txt.gz:{chan ch=tech}Count Zensch Tech: a request to start a note is pending on the mud server... and all my plugins are not working... T3/r7/2021-10-08.txt.gz:{chan ch=tech}Count Zensch Tech: what should I do? :D T3/r7/2021-10-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Note write, then cancel the note? T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: Greetings, anyone here who could advise me on creating a mud engine? I would like to make a mud engine in Rust. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Veritheia Tech: You want to do it in Rust? The game? T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: The programming language T3/r7/2021-10-08.txt.gz:{chan ch=tech}Veritheia Tech: Righto, just checking. You know, some people.. T3/r7/2021-10-08.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: the beginnings of one already exist, but by beginnings i mean REAL beginnings, lmfao. T3/r7/2021-10-08.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: https://github.com/duysqubix/MuOxi T3/r7/2021-10-08.txt.gz:{chan ch=tech}Trachx Tech: do not create mud engine T3/r7/2021-10-08.txt.gz:{chan ch=tech}Griks Tech: if your mud isn't implemented in minecraft what are you even doing T3/r7/2021-10-08.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: maybe take a look there and check it out T3/r7/2021-10-08.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: thats an abandoned project though T3/r7/2021-10-08.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: seemingly T3/r7/2021-10-08.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: oh looks like hes working on it again, noice T3/r7/2021-10-08.txt.gz:{chan ch=tech}Trachx Tech: main problem with new mud is player base and content T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: Well. I am sure you all are very knowledgeable. I wouldnt like to use MuOxi, it is underdeveloped and I wish to learn more through the process of building the engine from scratch. Any books or resources would be helpful. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Trachx Tech: you could get sources of Diku or Cmud T3/r7/2021-10-08.txt.gz:{chan ch=tech}Veritheia Tech: How good are you at Rust in general? T3/r7/2021-10-08.txt.gz:{chan ch=tech}Veritheia Tech: And how good are you with other languages? T3/r7/2021-10-08.txt.gz:{chan ch=tech}Elfo Tech: i know a tiny bit of french? T3/r7/2021-10-08.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: and how many tens of thousands of hours can you put into the project, and do you have a family because you wont for long T3/r7/2021-10-08.txt.gz:{chan ch=tech}Trachx Tech: still creating a mud is a bit of dead end T3/r7/2021-10-08.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: its a WHOLE TODO T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: I am fairly new to programming, but I am learning to develop holochain applications T3/r7/2021-10-08.txt.gz:{chan ch=tech}Veritheia Tech: If you want a project for learning a language, making a MUD engine is not it. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: Look again XP I want the todo T3/r7/2021-10-08.txt.gz:{chan ch=tech}Trachx Tech: https://dikumud.com/download/ , https://github.com/ldmud/ldmud T3/r7/2021-10-08.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: making a mud engine is like end game type stuff i'd imagine, but good luck for sure T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: I have learned the 'language' tech Yall are wonderfully active XP T3/r7/2021-10-08.txt.gz:{chan ch=tech}Trachx Tech: why not making something more useful? like advanced LPD server for Win or some scraper T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: I mean I was considering a roguelike like Unreal World circa 1992 T3/r7/2021-10-08.txt.gz:{chan ch=tech}Veritheia Tech: If you're not well versed enough in programming to look at the public MUD codebases (e.g. DIKU), make sense of it, and start trying to port it to Rust as a learning activity, for example.. so start there if you're really, really stuck on the idea of making a MUD in Rust T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: I am a linux user T3/r7/2021-10-08.txt.gz:{chan ch=tech}Trachx Tech: Diku / LP are linux based T3/r7/2021-10-08.txt.gz:{chan ch=tech}Veritheia Tech: there are also numerous general MUD forums on the internet that are much better suited for asking these kinds of questions than in one specific MUD T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: Yea. Sorry ... I defintely figure porting is the way to go. Just needed some direction. Hard to get experience when there is no clear starting point. So many solutions exist T3/r7/2021-10-08.txt.gz:{chan ch=tech}Veritheia Tech: We're giving you a clear starting point: look at DIKU codebase T3/r7/2021-10-08.txt.gz:{chan ch=tech}Veritheia Tech: It's very popular so there will be a lot of documentation and people who might be able to help you. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: I intend to stick around here. This Mud feels like home. Which is why I was about to go offline. B T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: To study muds. But I'll be back. Thanks again. T3/r7/2021-10-08.txt.gz:{chan ch=tech}Amarufox Tech: I think I'd just play aard and develop something else (with maybe some dev for my aard client mixed in there!). T3/r7/2021-10-08.txt.gz:{chan ch=tech}Amarufox Tech: g'luck pnyx! T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: So if I FFI ldmud to rust. Is there a clear starting place in the library? Or a way to make it useful to people using ldmud now? T3/r7/2021-10-08.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: i think thats probably what you're supposed to have an idea of before you begin T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: You're a clever one. I'll figure it out! XP T3/r7/2021-10-08.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: what i mean is usually when people say " i want to do this" they've got an idea in mind. what exactly was your idea? T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: To use the ldmud library and expose it as rust T3/r7/2021-10-08.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: for ... teaching yourself Rust as a personal goal itself? or why Rust? T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: Call the right functions from the T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: I cant back that sorry. Updates T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: Memory safety and concurrency T3/r7/2021-10-08.txt.gz:{chan ch=tech}Pnyx Tech: Someone said something about making an LDP? Can anyone give me a definition? T3/r7/2021-10-08.txt.gz:{chan ch=tech}Kegu Tech: is there a way to see what command is firing? i cant remeber the syntax T3/r7/2021-10-08.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: echocommands? T3/r7/2021-10-09.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: question -- in mush client -- i have a triger - blah blah * blah blah * ---- in the command box = var (v1 = %1, v2 = %2); if (v1 <= 10); then (gt *bonk cuchu); else (v1 = 0, v2 = 0)); ------ the output says "Sorry you can't do that"... what am i doind wrong. oh and the v1 & v2 do populate correctly. T3/r7/2021-10-09.txt.gz:{chan ch=tech}Aoric Tech: semi-colon placing? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Aoric Tech: if () then T3/r7/2021-10-09.txt.gz:{chan ch=tech}Redryn Tech: turn on echocommands and see what is being sent to the mud T3/r7/2021-10-09.txt.gz:{chan ch=tech}Tech: Count Zensch nods at Aoric. T3/r7/2021-10-09.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: the ";" is just for the "tech chan" T3/r7/2021-10-09.txt.gz:{chan ch=tech}Thunderous Norton Tech: is it "send to script" ? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Count Zensch Tech: and missing 'END' statement? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Redryn Tech: that doesn't look like lua though T3/r7/2021-10-09.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: this is exact.... T3/r7/2021-10-09.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: var (qps = %1, gold = %2) T3/r7/2021-10-09.txt.gz:{chan ch=tech}Redryn Tech: what language are you trying to use T3/r7/2021-10-09.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: just the mushclient default box for triggers. T3/r7/2021-10-09.txt.gz:{chan ch=tech}Redryn Tech: mushclient uses lua T3/r7/2021-10-09.txt.gz:{chan ch=tech}Redryn Tech: by default T3/r7/2021-10-09.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: am i confusing c-standard with watever is used for mushclient? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Redryn Tech: yes T3/r7/2021-10-09.txt.gz:{chan ch=tech}Redryn Tech: you can select between VBscript, JScript, PerlScript, Tcl, Python, Lua, TCL and PHPscript T3/r7/2021-10-09.txt.gz:{chan ch=tech}Redryn Tech: lua is the default T3/r7/2021-10-09.txt.gz:{chan ch=tech}Tech: Aoric is agreeing with that Redryn person again... T3/r7/2021-10-09.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: is there a way to make the client accept c-standard? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Redryn Tech: that doesn't look like C anyway T3/r7/2021-10-09.txt.gz:{chan ch=tech}Count Zensch Tech: can you code in C? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Aoric Tech: you'll need to install a separate intepreter if you're going to use a different language than lua T3/r7/2021-10-09.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: been coding in C and fortran since 1992 T3/r7/2021-10-09.txt.gz:{chan ch=tech}Aoric Tech: lua is easy to understand anyway, why not stick to that? T3/r7/2021-10-09.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: any sights you recommend to learn the language? T3/r7/2021-10-09.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: websites rather... stupid autofill phone T3/r7/2021-10-09.txt.gz:{chan ch=tech}Aoric Tech: https://github.com/nickgammon/mushclient/tree/master/scripting T3/r7/2021-10-09.txt.gz:{chan ch=tech}Redryn Tech: http://www.mushclient.com/forum/?id=6030 T3/r7/2021-10-09.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: --question-- trying to figure out LUA -- trigger: blah blah * blah blah -- command box: var1 = %1 -- send to: script ---- script file: function low_result(var1) -- if var1 <= 12 then return "gt *bonk cuchu" else return "gt *bhug cuchu" -- end -- end ---------- output-error: {string "Script file:] :3 in function <["Script file"] :1 error context. ----------- i'm so lost.... T3/r7/2021-10-09.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: any ideas or help??? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Aoric Tech: did you try without a script file? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: This is what I use to do the same thing: local MyLevel = tonumber(GetVariable("")) T3/r7/2021-10-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: Hang on. Let me pastebin it instead. T3/r7/2021-10-09.txt.gz:{chan ch=tech}Redryn Tech: just do send to : script, put this -> if %1<=12 then Send("gt *bonk cuchu") else Send("gt *bhug cuchu") end T3/r7/2021-10-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: Here: https://pastebin.com/wawFxJ4t T3/r7/2021-10-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: OK, new problem. So, I have a trigger that responds to: ^You raise a level! You are now level (\d+)\.$ . I want it to, at certain levels, set an alias to " %1". However, if I type that in, it'll, of course, set the alias to " ". How do I make the trigger set the alias to %1, not the level I just leveled to? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Aoric Tech: then, call the alias with the parameter you want it to? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: I don't know what that means :P T3/r7/2021-10-09.txt.gz:{chan ch=tech}Gaury Tech: how do you download xml files from github? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Gaury Tech: i cant seem to remember T3/r7/2021-10-09.txt.gz:{chan ch=tech}404 Eroe Tech: right click on them and go to save as T3/r7/2021-10-09.txt.gz:{chan ch=tech}Gaury Tech: Line 15: Attribute name 'crossorigin' not followed by '=' (Cannot load T3/r7/2021-10-09.txt.gz:{chan ch=tech}Frostpaw Tech: that is the html version, click raw, then copy and save as T3/r7/2021-10-09.txt.gz:{chan ch=tech}Gaury Tech: thank you\ T3/r7/2021-10-09.txt.gz:{chan ch=tech}Frostpaw Tech: or you can do the 2 squares, that is copy raw contents, but either way thats how you do it T3/r7/2021-10-09.txt.gz:{chan ch=tech}Veriom Tech: How do I get rid of the aardwolf logo in the bg? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Aoric Tech: aard help --> aard theme change T3/r7/2021-10-09.txt.gz:{chan ch=tech}Count Zensch Tech: can i change when I long press enter to be single command not multiple? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Veriom Tech: Thanks! T3/r7/2021-10-09.txt.gz:{chan ch=tech}Veriom Tech: Wait this does not remove the logo in the bg T3/r7/2021-10-09.txt.gz:{chan ch=tech}Aoric Tech: yeah, I noticed too :,( T3/r7/2021-10-09.txt.gz:{chan ch=tech}Aoric Tech: gomenasai T3/r7/2021-10-09.txt.gz:{chan ch=tech}Veriom Tech: mondainashi T3/r7/2021-10-09.txt.gz:{chan ch=tech}A Can of Pringle Tech: what's the command to lock/unlock mushclient windows T3/r7/2021-10-09.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: aard layout lock T3/r7/2021-10-09.txt.gz:{chan ch=tech}Ayasinda Tech: and aard layout unlock I think T3/r7/2021-10-09.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: i reckon they mightve been able to figure that one out, heh T3/r7/2021-10-09.txt.gz:{chan ch=tech}A Can of Pringle Tech: thanks that did it T3/r7/2021-10-09.txt.gz:{chan ch=tech}Ayasinda Tech: lol me too but you never know :) T3/r7/2021-10-09.txt.gz:{chan ch=tech}A Can of Pringle Tech: i'd locked it before but updated to windows 11 and ui changes were causing the bottom to get clipped by the text input T3/r7/2021-10-09.txt.gz:{chan ch=tech}Vanellus Tech: I'm testing some web based clients for my work setup. Aardwolf won't accept my password in those. Doesn't seem to be an encoding issue. But it has to be right? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Vanellus Tech: Ah. It must be because this one wroks T3/r7/2021-10-09.txt.gz:{chan ch=tech}Cheekier Than Tech: mapper has a recenter commands? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Wardsmith Tech: I got a question for y'all real quick. T3/r7/2021-10-09.txt.gz:{chan ch=tech}Sivak Tech: shoot T3/r7/2021-10-09.txt.gz:{chan ch=tech}Wardsmith Tech: how would I go about separating multi-word variables in mushclient? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Wardsmith Tech: say, x * * where each asterisk has more than one word? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Brobeo Tech: the easy way is to use a rare charachter as a seperator eg. / T3/r7/2021-10-09.txt.gz:{chan ch=tech}Wardsmith Tech: would it show up in the message or would it act as only a seperator? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Karathos Tech: gotta use regex T3/r7/2021-10-09.txt.gz:{chan ch=tech}KnightLord Throxx Tech: if you have 3 *, then in order, they are %1, %2, %3 T3/r7/2021-10-09.txt.gz:{chan ch=tech}Brobeo Tech: It will only be the seperator. Same way the middle space doesn't get included in either variable when dealing with one word variables. T3/r7/2021-10-09.txt.gz:{chan ch=tech}KnightLord Throxx Tech: alias: gg * * , give %1 gold %2 T3/r7/2021-10-09.txt.gz:{chan ch=tech}Wardsmith Tech: okay, so goal is to have the first *, for example, be 'I am at' and then the second * be 'in Diamond Soul Revelation' T3/r7/2021-10-09.txt.gz:{chan ch=tech}Wardsmith Tech: can I do that without regex? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Aoric Tech: why not use only * for that? T3/r7/2021-10-09.txt.gz:{chan ch=tech}Aoric Tech: and then just parse the whole %1 separately into words T3/r7/2021-10-09.txt.gz:{chan ch=tech}Aoric Tech: you don't need multiple asterisks T3/r7/2021-10-09.txt.gz:{chan ch=tech}Wardsmith Tech: I'll fiddle with it a bit. T3/r7/2021-10-10.txt.gz:{chan ch=tech}Kerith Tech: how do u highlite stuffs via trigger? T3/r7/2021-10-10.txt.gz:{chan ch=tech}KnightLord Throxx Tech: in mush, add trigger, in the middle of the pop up window, where you can change colors, there is a check box to underline T3/r7/2021-10-10.txt.gz:{chan ch=tech}Kerith Tech: that worked tx T3/r7/2021-10-10.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: for mapper cexit wait function...if i put in front, I can run a longer string of commands right? T3/r7/2021-10-10.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: do mapper cexit_wait (seconds) before adding a long cexit. T3/r7/2021-10-10.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: noice! :) tahnks! T3/r7/2021-10-10.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: (but those commands are run separately, not as PART of the cexit) T3/r7/2021-10-11.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: does anyone have any interest in an updated version of the 3moons plugin with themed windows and various typo fixes and such T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: Haagen raises her hand. T3/r7/2021-10-11.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: okay i guess its time for an aard plugins repo then T3/r7/2021-10-11.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: can you also do a day night clock? T3/r7/2021-10-11.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: like, display what time it is T3/r7/2021-10-11.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: ? T3/r7/2021-10-11.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: yes, also an image of sun and moon T3/r7/2021-10-11.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: i think i can, but it won't be SOON since im working on a ton of complicated and awesome plugins already T3/r7/2021-10-11.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: someone was working on new newmoon T3/r7/2021-10-11.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: thats cool, you do you T3/r7/2021-10-11.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: it had clock seasons and so on T3/r7/2021-10-11.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: wonder what happened to that T3/r7/2021-10-11.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: im gonna release my affects window in coming days, id appreciate if anyone can test it and/or offer feedback, ideas, etc T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: My Aarclock has all that except the moon cycle, which I'm still working on. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley shrugs helplessly. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: Aoric nods at (Aleister) Crowley. T3/r7/2021-10-11.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: ah, right it was you that was working on moonbot T3/r7/2021-10-11.txt.gz:{chan ch=tech}Aoric Tech: I'm using your aardclock -- works well T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley smiles happily. T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'm debating how I want to do the moons. I kind of want to do it through the middle of the clock, but not sure how feasible or how it will look. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Aoric Tech: though, I would love if it was possible to bring it front or back T3/r7/2021-10-11.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: make sure its in 4k! T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: CheeZy Bot HiSaZuL grins evilly. T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That would be a somewhat easy fix. Just add a menu item. Hmm. Life has been so busy lately, so haven't had time to do much on plugins. T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hate it when that happens. Plus, health issues, but eh. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Aoric Tech: OK I will try that -- thanks for the tip T3/r7/2021-10-11.txt.gz:{chan ch=tech}Aoric Tech: and of course, your health is still paramount T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Aoric: If you know how to write the code, can submit a PR to me and I'll include it. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Aoric Tech: sure T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Eh, it's chronic fatigue for me, honestly. Can work throughout the day, but upon leaving work, fatigue hits me hard, and I can't be falling asleep driving the 30 minutes home. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: Does anyone know, is there a min level to talk on this channel? T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yes. The min level is 1. T3/r7/2021-10-11.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: There isn't a min level for this one T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I mean, you have to have a player to talk on this channel, so... T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: awesome, okay. Going to get my husband to make a char so he can ask about mushclient stuff directly. He might actually play too, we'll see. hehehehe T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley is psychic. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley's shifty eyes dart back and forth. T3/r7/2021-10-11.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Hehe nice. T3/r7/2021-10-11.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Yeah, we helpers/advisors often send n00bs here that have questions we can't answer :-p T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: hmm T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: odd. Aciath's messages aren't showing up here, though it looks to him like it's posting T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: His messages are showing up here. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley sits down and thinks deeply. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: oh, weird that I'm not getting them, wtf? T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, they do in history. T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's weird. T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Only one message so far, did not show up on tech through comm log, but shows up in history. T3/r7/2021-10-11.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: I can see the messages lol T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Kelaire: Are they showing in comm for you? T3/r7/2021-10-11.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Yes sir! T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: Yeah, I see them on history but not when he first sends them T3/r7/2021-10-11.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Ohhh....have him type something in newbie quick... T3/r7/2021-10-11.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Okay....now here again T3/r7/2021-10-11.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: I know what the issue is/was :-p T3/r7/2021-10-11.txt.gz:{chan ch=tech}Aciath Tech: hello again T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: oh, now it works T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: FrshPrncOf Kelaire goes, "Whee!" T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: OH, do newbies have to talk on newbie before they show up on other channels? T3/r7/2021-10-11.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: No T3/r7/2021-10-11.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: they have to be approved first all is fine now T3/r7/2021-10-11.txt.gz:{chan ch=tech}Aciath Tech: I have a question. In mush is it possible to have text I enter echo back like it's came from the mud itself? I've been trying to figure this out for about a week T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh yeah, forgot about approvals. T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yes. T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: There are two ways of doing it. You can use "echo " or use Simulate("msg/n") T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Simulate is script-based and is executed immediately. echo is MUD based and will execute after the last command you sent is done. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: Oh, I should mention, he's trying to make this work on a mud that doesn't have a built in echo command like we do here T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Then it sounds like Simulate is his best option. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Aciath Tech: I assume I'll need an echo alias. I just don't know what to do after that T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: yeah. I didn't know that existed. That's in lua? T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It is. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Aciath Tech: Oh! I think I got it. Let me try T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can test it by doing "\\\Simulate("This is a message from MUSH that you can trigger on.\n") T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Minus the first " T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's from the command line. In a trigger/alias, you can just send to script. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: lol I've completely forgotten if there's a way to turn sounds down in winkle's plugin. I don't suppose anyone else remembers? I'm pretty sure it can be done T3/r7/2021-10-11.txt.gz:{chan ch=tech}Aciath Tech: with the Simulate function, do I need to send to 12? Also my alias looks like this. match="echo *" And am sending the following. Simulate("%0") T3/r7/2021-10-11.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: sphelp T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Aciath. T3/r7/2021-10-11.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: spset eventname volume level T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: Unknown command. I may be using an outdated version though T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But you want Simulate("%0\n") --> that \n is crucial. T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Winkle's plugin is not spmute. T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's Pwar's plugin. T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Not sure what Winkle's help command is, though. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Graciella Tech: ww help T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: For his soundpack plugin? T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I know it's for his SnD, but wasn't sure about the soundpack. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Graciella Tech: sec, have that saved T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: let me see T3/r7/2021-10-11.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Ohhh whoops wrong persons plugin sorry lol T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers with FrshPrncOf Kelaire about their shared secret. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Graciella Tech: sphelp T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Graciella: That's Pwar's soundpack, not Winkle's. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley buries his face in his hand and sighs, shaking his head. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: sphelp to get info T3/r7/2021-10-11.txt.gz:{chan ch=tech}Graciella Tech: can also go to file-plugins, click on it and select show info, will show the commands T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Graciella. T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Though honestly, Faylen, if you haven't updated MUSH in so long that you don't even have spmute, you should. T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Pwar's soundpack was integrated into AardMUSH ages ago. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: sphelp isn't a valid command here. And yeah, I'm running a way outdated thing, but it's also heavily modified because screen reader T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You do know there's the VI version of AardMUSH too, right? T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: If we start playing here regularly then I'll update, oh really? There's a public VI version now? T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: MOST modifications should carry over with the installer. There may be some things broken if it uses outdated code, though. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Aciath Tech: will likely play here faylen. T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: There has been for years. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: I remember giving what I had to a few people, but pretty sure I never released it publicly because it's, a pretty messy thing. hahahaha T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: okay so now Aciath is getting a compile error. Unfinished string near echo hi, it says T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: There's even a 'who vi' MUD command to see those who are willing to help VI players, or who are VI themselves. Areia is one of the ones I'd go to for assistance with VI-related issues. T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Might need to change it to: Simulate("%0\\n") T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: TIL 'who vi' T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly at Faithful Ruhamah. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: okay that's cool. Yeah I'll need to update for sure then, and just throw in any plugins I want that it doesn't include. That makes me very very happy T3/r7/2021-10-11.txt.gz:{chan ch=tech}Aciath Tech: I got it working! The echo thing. Thanks all of you! T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Sure thing. :) T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hope to see you around more. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Aciath Tech: you will! T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley beams with pride at Aciath. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Summoner Yuna Tech: Hmm... accidentally broke one of my script, I think. Somehow. It was working fine just an hour ago and now it's not. Could someone take aquick look at it? https://pastebin.com/ipDc9L1y T3/r7/2021-10-11.txt.gz:{chan ch=tech}Summoner Yuna Tech: MUSH is telling me line 32 is wrong somehow. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: hmm. help vi-client doesn't mention a mush setup for vi players. T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It probably needs to be updated. Here's the link for the download: https://github.com/fiendish/aardwolfclientpackage/releases/download/r2154/Aardwolf_MUSHclient_r2154_no_visuals.exe T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: okay. Is that an installed or a porable version, do you know? T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: and thank you! T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yuna: Line 32 seems fine. Hmm. T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's an installer. You can download the zip, but the installer works well. T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You just have to make sure it points to the same directory you currently have MUSH in. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Summoner Yuna Tech: It's weird. I just removed the doafterspecial part and changed it to word.Execute for now to make it work. No idea what's going on. I did change something in the bpcheck alias but it shouldn't have broken anything. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: hmmm. Yeah, trying to stick with portable versions where possible T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, it is still portable. You can install it to USB. It's just an installer that updates MUSH. Does not install registries, etc. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: oh, so it doesn't put it in program files and all that? Nice T3/r7/2021-10-11.txt.gz:{chan ch=tech}Selitos Tech: i forget how do i check my current build? T3/r7/2021-10-11.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: package update check, Selitos. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Faylen. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Selitos Tech: thx T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: Okay. On the vi mush version now, the official one T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: but it turned sounds off for some reason T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: Oh my gosh thank you guys for that link. I can tell this is so much better than what I had put together. Also I so cackled out loud at this: aard input lock Lock the keyboard against feline invaders T3/r7/2021-10-11.txt.gz:{chan ch=tech}Tech: Ruckus snickers softly. T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: We have two cats, who thankfully are good about not walking on our keyboards usually. But, I've had kittens before and that just cracked me up so much T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: one other question. Is there a better plugin nowdays for keeping spells up, or is winkle's still the one people prefer? T3/r7/2021-10-11.txt.gz:{chan ch=tech}[Battle] Scars Tech: thats what i use T3/r7/2021-10-11.txt.gz:{chan ch=tech}Amarufox Tech: when I was fiddling with getting mush working for me recently, winkle's spellup script worked best for me T3/r7/2021-10-11.txt.gz:{chan ch=tech}Amarufox Tech: briefly looked through bast's and huan's (all thoughtfully put out there, just varying approaches/complexities) T3/r7/2021-10-11.txt.gz:{chan ch=tech}Faylen Tech: Perfect, okay. Thanks so much. This new setup will be nice and I can just load other plugins as I need them. Any other suggestions for new plugins that are good to have, that don't use miniwindows? T3/r7/2021-10-11.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: i released it on a public board at some point but its gone now so i guess i'd need to put it on my repo T3/r7/2021-10-11.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: mis T3/r7/2021-10-11.txt.gz:{chan ch=tech}<> Slips Tech: lol yay. ansi pron T3/r7/2021-10-11.txt.gz:{chan ch=tech}<> Slips Tech: khadaji nice dashes and dots! :) T3/r7/2021-10-12.txt.gz:{chan ch=tech}Malark Tech: what was the command to see unlick rooms in an area? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Malark Tech: unlinked T3/r7/2021-10-12.txt.gz:{chan ch=tech}Karathos Tech: mapper unmapped here T3/r7/2021-10-12.txt.gz:{chan ch=tech}Malark Tech: thank you T3/r7/2021-10-12.txt.gz:{chan ch=tech}Gigel Tech: is there a command to show a closed miniwin ? using some bast plugin (stats, events) T3/r7/2021-10-12.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: New post on the tech forum, I released my affects window plugin, forum tech, note read 8068.. Here is a demo of what it looks like: https://imgur.com/a/Gxx5o4W T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there a quick command to mute MUSh without having to go into sound mixer? I find that even if I mute S&D and spset, I still get at the very least the sound where I kill a Q/CP/GQ mob. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: try spmute? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: I believe that toggles it all on and off T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: I did with spmute and xset sound both set to OFF, I still get the killed-a-target-mob sound. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: I just typed spmute and it turned off it all off T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: Do you have Crowley's S&D? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: no I have pwars T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: That's probably the difference. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: Seems S&D and spset are interacting in weird ways. Or Crowleys' just doesn't turn off that particular sound for some reason. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: sorry don't know what to say then :) T3/r7/2021-10-12.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: talk to him maybe he knows T3/r7/2021-10-12.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: xhelp sound T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: Mmmm. My next step. T3/r7/2021-10-12.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Send Crowley a Tell, he's working likely, but he responds in resonable time usually :-p T3/r7/2021-10-12.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: I think he actually has telegram set up to interface with Aard and send his tells to his phone lol T3/r7/2021-10-12.txt.gz:{chan ch=tech}Methyl Tech: can also file a bug at github too https://github.com/AardCrowley/Search-and-Destroy T3/r7/2021-10-12.txt.gz:{chan ch=tech}Rakiso Tech: its not a bug, its a feature T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: Alrighty, new weird thing. I doesn't play the sound for qmobs, only cp (and possibly gq) mobs. Weird. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Methyl Tech: i use crowley's snd, but pretty sure it'll play a noise as long as it's not in the same room as i'm in T3/r7/2021-10-12.txt.gz:{chan ch=tech}Methyl Tech: will check next quest reset T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: It does, but xset sound to OFF is supposed to turn off all sounds. It doesn't, it leaves one sound. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Methyl Tech: suppose it helps to read the whole thread T3/r7/2021-10-12.txt.gz:{chan ch=tech}Methyl Tech: i'll check next quest with sound off too T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: It didn't play for me during quest, only CP (haven't checked GQ yet). Please tell me if you experience something different. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Methyl Tech: on a cp right now, just turned sound off T3/r7/2021-10-12.txt.gz:{chan ch=tech}Methyl Tech: sound off, no sounds on a cp, sound on, sounds on a cp T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: You didn't get the "just killed a target mob" sound on a CP with xset sound off? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Methyl Tech: i don't think i ever had a sound for killing a mob with snd T3/r7/2021-10-12.txt.gz:{chan ch=tech}Methyl Tech: you have pwar's sounds by chance? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: No, Crowleys. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: Hmm... you might need the full spset package for that. I figured out the problem, anyway. Fixed it out. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Methyl Tech: no, not pwar's snd, but pwar's soundpack T3/r7/2021-10-12.txt.gz:{chan ch=tech}Faylen Tech: Is there already something built into the aard mushclient to prevent idling out? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is that different from the spset that's included in Fiendish's pack? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Methyl Tech: yeah T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: Faylen: Just create a trigger to respond to "Your eyes glaze over." with "look" or something innocuous. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Faylen Tech: Yeah, I will. I was just curious if there was already something I just needed to turn on T3/r7/2021-10-12.txt.gz:{chan ch=tech}Rakiso Tech: of use a spellup plugin, it essentially works as idle trigger too T3/r7/2021-10-12.txt.gz:{chan ch=tech}Faylen Tech: Oh, good point. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: It did! T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: Mischan T3/r7/2021-10-12.txt.gz:{chan ch=tech}Gigel Tech: using dinv it is possible to put all items used by a priority/set in a bag ? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Talbor Tech: think it needs to be in the bag when you refresh and then it'll put it back in T3/r7/2021-10-12.txt.gz:{chan ch=tech}Gigel Tech: yes, that works but I did the mistake to take all from bag and also had some crap in my inventory :) T3/r7/2021-10-12.txt.gz:{chan ch=tech}Gigel Tech: trying to sort out what i need to keep (not all items had keep flag on, unfortunately) T3/r7/2021-10-12.txt.gz:{chan ch=tech}Anssett Tech: you can't (as far as i know) tell dinv "put everything that is used by this priority in that container". but i may need to reread the helpfile for dinv put T3/r7/2021-10-12.txt.gz:{chan ch=tech}Talbor Tech: hmmmm...you should be able to dinv set wear the level then when you do it again for your current set you're wearing it should put it in the bag T3/r7/2021-10-12.txt.gz:{chan ch=tech}Anssett Tech: it will but it will also return the gear that just got equipped to its location pre-equip, which would be to inventory in this case T3/r7/2021-10-12.txt.gz:{chan ch=tech}Talbor Tech: he said it was refreshed while it was in the bag I think T3/r7/2021-10-12.txt.gz:{chan ch=tech}Gigel Tech: in that bag I also had gear that i can't wear right now T3/r7/2021-10-12.txt.gz:{chan ch=tech}Anssett Tech: i don't *think* the location on refresh matters, but the location when it is equipped. haven't tested that though T3/r7/2021-10-12.txt.gz:{chan ch=tech}Anssett Tech: but the initial question, can you specify put all from priority a into bag b, i haven't been able to find a way T3/r7/2021-10-12.txt.gz:{chan ch=tech}Durel Tech: no, there isn't a way to do that currently T3/r7/2021-10-12.txt.gz:{chan ch=tech}Anssett Tech: and i have already annoyed durel with that :D T3/r7/2021-10-12.txt.gz:{chan ch=tech}Talbor Tech: there's the master T3/r7/2021-10-12.txt.gz:{chan ch=tech}Durel Tech: you could add a custom keyword to a set though and use it that way T3/r7/2021-10-12.txt.gz:{chan ch=tech}Durel Tech: hmm, on second thought that might be just as much work though :P T3/r7/2021-10-12.txt.gz:{chan ch=tech}Gigel Tech: but we can't add a keyword bassed of analyze/set used, right ? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Durel Tech: no, that's why I backtracked :P If you had a query that matched everything in your set then you wouldn't need a keyword to define that set :P T3/r7/2021-10-12.txt.gz:{chan ch=tech}Gigel Tech: can I feed dinv put a list of ids? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Durel Tech: I suppose you could wear a set, put everything in your inventory away into containers, remove all, put all of the gear you just unequipped into another bag, and then tell dinv to add a keyword to everything in that bag T3/r7/2021-10-12.txt.gz:{chan ch=tech}Gigel Tech: i might export the dinv usage to a file, awk and get only used ids :) T3/r7/2021-10-12.txt.gz:{chan ch=tech}Durel Tech: sure, you could give dinv a query with a list of IDs T3/r7/2021-10-12.txt.gz:{chan ch=tech}Durel Tech: it would be something like: dinv put 3.bag id 12345 || id 23456 || id 45678 T3/r7/2021-10-12.txt.gz:{chan ch=tech}Gigel Tech: wearing a set is not a solution as i had items for lower or upper levels T3/r7/2021-10-12.txt.gz:{chan ch=tech}Gigel Tech: that list can be generated from usage output with some awk scripting :) I will try that T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: I'm drawing a blank. How do I adjust the sound volume of the friends channel? Using the soundpack that's in the newest visual mush. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: I tried spset ftalk 100 and it yelled at me T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aoric Tech: spvol T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: oh! T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aoric Tech: also, check out sphelp T3/r7/2021-10-12.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: it's spset ftalk volume xxx T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: thanks a ton! T3/r7/2021-10-12.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: you need to add teh volume argument if you want to just do the ftalk volume T3/r7/2021-10-12.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: spvol will adjust volume for EVERYTHING T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: Thanks guys. I got it now. T3/r7/2021-10-12.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Any time! T3/r7/2021-10-12.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: I never understood why they made the word "volume" required for that command...but alas they did haha T3/r7/2021-10-12.txt.gz:{chan ch=tech}Mannec Tech: its to make sure you dont accidentally set the color or flavor instead. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: I can sort of see why they did. It looks to see if you're trying to adjust volume or panning or playing a different sound T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: What's the script code to turn disable/enable a trigger? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: Like, if I wanted to create an alias to when called disable a certain trigger. T3/r7/2021-10-12.txt.gz:{chan ch=tech}<> Slips Tech: saff on T3/r7/2021-10-12.txt.gz:{chan ch=tech}Heracles Tech: EnableTrigger("Trigger", false) T3/r7/2021-10-12.txt.gz:{chan ch=tech}Heracles Tech: or set false to true to enable T3/r7/2021-10-12.txt.gz:{chan ch=tech}Heracles Tech: if you have an entire group of triggers its EnableTriggerGroup("Group", false) T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: So you can trigger groups? :P T3/r7/2021-10-12.txt.gz:{chan ch=tech}KnightLord Throxx Tech: you can turn off whole groups of triggers T3/r7/2021-10-12.txt.gz:{chan ch=tech}<> Slips Tech: you can trigger anything if worded right T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: Hmmm... what do I put in "Trigger"? The entire trigger syntax? Or can I name triggers? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Frostpaw Tech: thats the name of the trigger, yeah T3/r7/2021-10-12.txt.gz:{chan ch=tech}Heracles Tech: The name of the trigger, its the label field in the bottom left in mushclient T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is that what the label field is for? You can name them? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Summoner Yuna Tech: Aah, aight. Never explored that before, thanks. T3/r7/2021-10-12.txt.gz:{chan ch=tech}KnightLord Throxx Tech: can label by name and/or group T3/r7/2021-10-12.txt.gz:{chan ch=tech}KnightLord Throxx Tech: I have an alias that turns off my combat reset trigger group when I go to an epic, so im not constantly trying to re-ring my inv ring like im cp leveling... T3/r7/2021-10-12.txt.gz:{chan ch=tech}Torkin Tech: is there a way to update all fields in a word doc...im going through and updating each one at a time and its tedious T3/r7/2021-10-12.txt.gz:{chan ch=tech}Quadrapus Tech: hire an associate T3/r7/2021-10-12.txt.gz:{chan ch=tech}Tech: Quadrapus winks suggestively. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Torkin Tech: this is the reference that confused me T3/r7/2021-10-12.txt.gz:{chan ch=tech}Torkin Tech: mis T3/r7/2021-10-12.txt.gz:{chan ch=tech}Veritheia Tech: docx are xmls T3/r7/2021-10-12.txt.gz:{chan ch=tech}Cheekier Than Tech: ms sux T3/r7/2021-10-12.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: use Libre Office... its free T3/r7/2021-10-12.txt.gz:{chan ch=tech}Torkin Tech: im trying to not be high maintenance sir T3/r7/2021-10-12.txt.gz:{chan ch=tech}Katsumoto Tech: But what makes you think we're sirs. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Tech: Katsumoto grins evilly. T3/r7/2021-10-12.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: oof, ill give bamboo a tp for that one since y'all gonna rob him T3/r7/2021-10-12.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: mis T3/r7/2021-10-12.txt.gz:{chan ch=tech}Dar Tech: I most certainly won't rob him.........much T3/r7/2021-10-12.txt.gz:{chan ch=tech}Tech: 404 Eroe is attempting to squeeze the sad panda out of Dogwater Bamboo. Maybe you should help, too? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Wardsmith Tech: Oh man. Just updated. I think I've misplaced my aliases T3/r7/2021-10-12.txt.gz:{chan ch=tech}Wardsmith Tech: Okay, version 5.06 isn't very friendly atm. How do I get my map and everything loaded in here? All I got is the basic window T3/r7/2021-10-12.txt.gz:{chan ch=tech}KnightLord Throxx Tech: did you finger fiendish and update from there? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Wardsmith Tech: I used the Gammon website T3/r7/2021-10-12.txt.gz:{chan ch=tech}KnightLord Throxx Tech: finger Fiendish and use his latest update, as it is, the most maintained, and what all the mush users... use T3/r7/2021-10-12.txt.gz:{chan ch=tech}Wardsmith Tech: I'll download the client from fiendish. Maybe This will all fix. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: in mush, is there a way to have the output window throw you back into the edit window if you try sending commands there? Another client I used called VIPMud did this. T3/r7/2021-10-12.txt.gz:{chan ch=tech}KnightLord Throxx Tech: pehaps you looking for aard layout help T3/r7/2021-10-12.txt.gz:{chan ch=tech}Wardsmith Tech: Okay. Tried to use Fiendish's link. The no-install package gives errors every time I unpack it. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: So. Perhaps an odd question. This is the first mud I've played that has GMCP. If I wanted to add GMCP to the mud I'm coding, is there a page with more info? T3/r7/2021-10-12.txt.gz:{chan ch=tech}404 Eroe Tech: what are you writing it in? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: GMCP is, I don't have words. It's amazing. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: It's a lambda based moo T3/r7/2021-10-12.txt.gz:{chan ch=tech}Wardsmith Tech: It tells me that either Aardwolfpackagechanges.txt or MUSHclient-prefs.sqlite are read-only, and that I should have write access T3/r7/2021-10-12.txt.gz:{chan ch=tech}404 Eroe Tech: for MOO you'll need toaststunt for the telnet negotiation stuff T3/r7/2021-10-12.txt.gz:{chan ch=tech}404 Eroe Tech: https://github.com/lisdude/toaststunt T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: I'm already running the toast server, just not a toast DB T3/r7/2021-10-12.txt.gz:{chan ch=tech}404 Eroe Tech: you don't need toast db, just look at the changes for handle_telnet_negotiation I think it is. Feel free to ping me if you can't figure that part out. it's a lot of code, I might be able to share parts of ours with you. we used this: https://tintin.mudhalla.net/protocols/gmcp/ T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: Thanks so much! I'll give it a look. T3/r7/2021-10-12.txt.gz:{chan ch=tech}404 Eroe Tech: no worries. it took one of our devs a whole weekend to put it together :( T3/r7/2021-10-12.txt.gz:{chan ch=tech}Faylen Tech: He's looking for a function that can be bound to a key to switch to another open session. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: I just don't want to seem like I ask too many questions. Mush is brand new to me as of two weeks ago. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Dar Tech: heh......I haven't seen/heard of a moo in a while tbh T3/r7/2021-10-12.txt.gz:{chan ch=tech}Dar Tech: course, if I wasn't an abermudder by trade, I'd think those are dead too T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: would anyone know why when I say install new plugs, the soundpack mutes itself. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: plugins not plugs T3/r7/2021-10-12.txt.gz:{chan ch=tech}Tentacle Koala Tech: kinky T3/r7/2021-10-12.txt.gz:{chan ch=tech}Tentacle Koala Tech: but it shouldn't affect other plugins... maybe someone made a specific plugin that uses the same ID... I can't imagine any other thing T3/r7/2021-10-12.txt.gz:{chan ch=tech}Tentacle Koala Tech: there is a specific script that you can point so we can try to figure it out? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aoric Tech: is install a command from a plugin? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Punkgirl Tech: so do any apps or anything work on chromebook? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aoric Tech: is that part of VI mush command? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Punkgirl Tech: is that blowtorch stuff? T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: all my plugins do it. If I manipulate any plugin the soundpacks mute status changes T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: so say I disable my health checker. Pack mutes. I reenable it, soundpack sends the mute command again. It does this with any plugin I do things with T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: from in the plugin manager. Forgot that part T3/r7/2021-10-12.txt.gz:{chan ch=tech}Faylen Tech: I get it too. If I install any new plugin, off goes the sound T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aoric Tech: maybe part of the VI mushclient? the regular one does not have that issue T3/r7/2021-10-12.txt.gz:{chan ch=tech}Tech: Aciath nods. It's not a big issue, I just wanted to know if it was fixable. T3/r7/2021-10-12.txt.gz:{chan ch=tech}Tentacle Koala Tech: we need to understand what's happening before we can help T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: does mush have an alias by default to reload a plugin? T3/r7/2021-10-12.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: not by default, no T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: what function would i need to call to do so? T3/r7/2021-10-12.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: loadplugin T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: Ah. Thanks. T3/r7/2021-10-12.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: this too maybe: https://www.gammon.com.au/scripts/doc.php?function=ReloadPlugin T3/r7/2021-10-12.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: that works nicely T3/r7/2021-10-12.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: hey all, did any of ya check out my cool animated affects window plugin? T3/r7/2021-10-12.txt.gz:{chan ch=tech}<> Slips Tech: no T3/r7/2021-10-12.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: I've released a post about it on the TECH forum T3/r7/2021-10-12.txt.gz:{chan ch=tech}Fatal FrostBite Tech: Yes T3/r7/2021-10-12.txt.gz:{chan ch=tech}Aciath Tech: Sadly am bline so I can't, but wish I could! T3/r7/2021-10-12.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: its otay aciath T3/r7/2021-10-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: is there a way to have two folders open in vscode and switch between the two folders views? T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: i think so, yeah T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: click the folder, hit tab, and click enter T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: might be a few tabs, but yeah T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: alternatively just click on the folder T3/r7/2021-10-13.txt.gz:{chan ch=tech}Karathos Tech: just have the second folder open in another instance of vsc? or do you need them both in the same instance? T3/r7/2021-10-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: i would prefer one instance... but if i have to go that route... T3/r7/2021-10-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: i may as well just use gvim then T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: what exactly are you trying to do. you can view multiple folders on teh left side of the screen T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: its a tree view T3/r7/2021-10-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: yes, but i'm working in two different repos in to different folders T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: oh, atom is really good for that btw, it has an insanely good git integration T3/r7/2021-10-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: gvim is easier... T3/r7/2021-10-13.txt.gz:{chan ch=tech}Karathos Tech: what you want to do is use the workspaces thing T3/r7/2021-10-13.txt.gz:{chan ch=tech}Karathos Tech: just add whatever folders you want to a workspace, then you can access them in the same instance of vsc T3/r7/2021-10-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: ahh, now that is more useful, thanks Karathos T3/r7/2021-10-13.txt.gz:{chan ch=tech}Karathos Tech: you can then save that workspace, and reopen it directly in the future T3/r7/2021-10-13.txt.gz:{chan ch=tech}Libel Liber Tech: https://code.visualstudio.com/docs/editor/multi-root-workspaces T3/r7/2021-10-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: asking on tech was easier than trying to find an obscure helpfile i didn't know existed :D T3/r7/2021-10-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: but thank you Liber T3/r7/2021-10-13.txt.gz:{chan ch=tech}Libel Liber Tech: completely unrelated: any outstanding issues on using partition-less disks? as in, mkfs.ext4 /dev/sda, mount /dev/sda /path? (instead of sda1, sda2...) T3/r7/2021-10-13.txt.gz:{chan ch=tech}Sheriff Shindo Tech: that is way above my paygrade... T3/r7/2021-10-13.txt.gz:{chan ch=tech}Haike Tech: can someone help me with a Mushclient setting? i just found out that there's 2 neck armor slot. but when i type "eq" in mushclient, i only see 1 armor slot T3/r7/2021-10-13.txt.gz:{chan ch=tech}Haike Tech: how do i make it display properly 2 neck slots? T3/r7/2021-10-13.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Haike: I'm not sure unless you have some plugin or trigger gagging the other neck slot. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Haike Tech: crowley i only have DINV T3/r7/2021-10-13.txt.gz:{chan ch=tech}Haike Tech: nothing else will affect my inventory T3/r7/2021-10-13.txt.gz:{chan ch=tech}Malark Tech: is there a way to search for +con items with dinv? T3/r7/2021-10-13.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: dinv search con # T3/r7/2021-10-13.txt.gz:{chan ch=tech}Malark Tech: ah thank you, i tried divn search type con... T3/r7/2021-10-13.txt.gz:{chan ch=tech}Durel Tech: or you could" dinv search minCon 5 type armor T3/r7/2021-10-13.txt.gz:{chan ch=tech}Durel Tech: or other variants like that T3/r7/2021-10-13.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: mincon maxcon for ranges T3/r7/2021-10-13.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Or yea...then there's Durel...one upping me :-p T3/r7/2021-10-13.txt.gz:{chan ch=tech}Tech: Durel grins evilly at FrshPrncOf Kelaire. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Malark Tech: oh even better thank you all T3/r7/2021-10-13.txt.gz:{chan ch=tech}Durel Tech: I often look for particular wearable slots too. Something like this is helpful at times: dinv search minCon wearable finger minLevel 201 T3/r7/2021-10-13.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: And when you forget this - "Dinv help query" is quite useful to see what all you can search by T3/r7/2021-10-13.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: is there a way to delete a single cexit from a room? T3/r7/2021-10-13.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: (from which I have multiple cexits) T3/r7/2021-10-13.txt.gz:{chan ch=tech}Count Zensch Tech: mapper delete cexits T3/r7/2021-10-13.txt.gz:{chan ch=tech}Kers Tech: right click on the room in the mapper window T3/r7/2021-10-13.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: ah, perfect - ty kers! T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: Okay so looking at snd scripts. I see that crowley's uses a miniwindow. Does anyone happen to know if that makes things break for screen reader users, or if it's okay? T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: its OK T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: ive never used it but as far as i know there are aliases and you dont need to see the miniwindow T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: okay cool T3/r7/2021-10-13.txt.gz:{chan ch=tech}404 Eroe Tech: miniwindows don't matter. just use the commands. T3/r7/2021-10-13.txt.gz:{chan ch=tech}404 Eroe Tech: they also don't get in the way or interfear with the readout T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: some miniwindows can mess up reading of text, or at least that used to be the case. I had to yank out some of the default stuff to make mush read properly T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: When I first was playing with mush I mean T3/r7/2021-10-13.txt.gz:{chan ch=tech}404 Eroe Tech: you shouldn't have to do that. I've never yanked things out. it also depends on the output plugin. this one is... special. T3/r7/2021-10-13.txt.gz:{chan ch=tech}404 Eroe Tech: every line that comes in calls a tts_interrupt alias that then passes it off to the sr. if you ever turn off aliases or triggers fun things happen. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: hahaha good to know T3/r7/2021-10-13.txt.gz:{chan ch=tech}404 Eroe Tech: also apparently don't ever turn off command stacking. it's rather fragile. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Dar Tech: as if anyone ever stacks commands T3/r7/2021-10-13.txt.gz:{chan ch=tech}Dar Tech: only bots do that T3/r7/2021-10-13.txt.gz:{chan ch=tech}404 Eroe Tech: or terrible screen reader plugins! :p T3/r7/2021-10-13.txt.gz:{chan ch=tech}Dar Tech: LOL T3/r7/2021-10-13.txt.gz:{chan ch=tech}Karathos Tech: are you calling me a bot?!?! T3/r7/2021-10-13.txt.gz:{chan ch=tech}Kyrian Tech: yes T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: lol again, good to know. Does this output plugin do what the other would do where, after it got full it just stopped accepting new text? T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: hmm, this doesn't say. Do I put all of these files in the plugins directory, or does it need its own? Or do the wav files go under sounds? T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: for crowley's snd that is T3/r7/2021-10-13.txt.gz:{chan ch=tech}Torsin Tech: I think crowley's snd just goes in the plugins directory, but that should only be one file T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: The zip file has a couple wav files in it T3/r7/2021-10-13.txt.gz:{chan ch=tech}Torsin Tech: Maybe it's more? I've forgotten. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Torsin Tech: for Crowley's? T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: yes T3/r7/2021-10-13.txt.gz:{chan ch=tech}Torsin Tech: I don't remember that, just a sec T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: target nearby and other target here T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: there werent any last time i looked T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: and, there's an images folder? T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: that really doesnt sound like crowleys snd T3/r7/2021-10-13.txt.gz:{chan ch=tech}Torsin Tech: Oh, those are new! Not sure where they go. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: I got it from the github link in his finger info T3/r7/2021-10-13.txt.gz:{chan ch=tech}Tech: CheeZy Bot HiSaZuL shrugs helplessly. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: I'll just put them all in plugins and see if it breaks. haha T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: it has update feature and i never seen any of that stuff added. T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: its still just 1 file and 1 state file T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: Put the xml in the plugins directory. It' T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: It'll use the soundpack (spset), which is included in Fiendish's MUSHClientpackage. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: So turn on the soundpack for the complete sounds. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Torsin Tech: Yeah, the wavs are new. Do they need to be downloaded & put somewhere? T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: Yeah I have the sounds on. I'll put the wav files in plugins just to be safe. If it wants them somewhere else I'm sure it'll yell at me about it T3/r7/2021-10-13.txt.gz:{chan ch=tech}Tech: Torsin nods. T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: sounds like they are just there in case you are not running aardmush T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: that could be too, yeah T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: Nah, it'll use the regular sounds folder. Strangely if you don't have spset, you'll be missing at least one sound, the "You killed a target mob" sound, I think. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: Also, strangely, SnD doesn't play a sound when you kill a CP target mob, only a Q target and GQ target mob. If you want it to play for CP mobs as well, you'll need to set up a trigger. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: Congratulations, that was one of your CAMPAIGN mobs! / PlaySound (1, "gq_mob_dead.wav", false, 0, 0) (send to Script) T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: ah gotcha. I do though so that won't be an issue. More and more I'm glad I've just started fresh with the SR friendly version fiendish did. He's really added and fixed a lot of stuff from what I was running several years ago T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: But yeah, it made winkle's break spectacularly. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: Well, Winkle's is, like, 8 years old at this point or something. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: At least T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: maybe since it was last uploaded... pretty sure it was changed mroe then 8 years ago lol T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: Ouh and guess what, since you should be new to this: SnD works in GQs now! And it's perfectly legal! T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: Pretty sure Winkle's didn't work in GQs T3/r7/2021-10-13.txt.gz:{chan ch=tech}Torsin Tech: I didn't have to do anything for SnD to make a sound on killing a cp mob. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: I had a version that did, a kind of unofficial version I think. I'm glad that stuff is less iffy now days T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: ah the drama queen version :P T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: Even now if I turn off my trigger it doesn't play the sound if I kill a CP mob. Dunno why, Torsin. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: Shhhhhhh... we don't speak her name. T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: bah... she was a riot :P T3/r7/2021-10-13.txt.gz:{chan ch=tech}Torsin Tech: I like the changes to SnD! I went from 5.5 to 5.93! T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: oh that's cool. It somehow wrote those files directly to the sounds directory as soon as I loaded the xml file. Nice T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: You can customize what sounds you want to play as long as they're wav-files. They can be seemingly as long as you want. For instance, this is the sound I use for when a GQ that Iis announced/starts: https://www.youtube.com/watch?v=FGFrTFakGJo T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: (that I'm eligible for) T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: you are all way too fancy T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: My only complaint so far is how spmute gets enabled every time you do anything with plugins T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: That should not happen T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: in my days... we used them good ol' alarm clocks and roosters T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: It does for me and aciath both. Every single time T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: That's... weird. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: like install a plugin, no sounds. remove one, same thing. We have to type spmute to get them back each time T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: In MY time, I used ZMUD, created triggers and recorded staticky wave files of myself saying things like "Quest time". T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: Never had that happen to me. That's... odd... T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: haha yes. I remember playing with zmud 4.62 T3/r7/2021-10-13.txt.gz:{chan ch=tech}Torsin Tech: haha, zmud! I remember that too! T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: pfft. i used java or was it jaba mud T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: I remember playing around with a more obscure client, Pueblo I think? That was weird. T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: im sad i never got on zmud bandwagon i was too lazy to switch. i went from glorified java to mush T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: So who wants to try to explain portals in the mapper? The help is a little confusing. I know I set them up before, but it's been so long I forget what all this about bounce portals and recall portals and how to just set up normal ones T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: you got to the room portal leads and type in what ever you use to portal there and give it the level lock of the portal in use T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: Bounceportal is the portal you use when you're in a no-recall room. Recallportals are portals that use recall-like commands, which includes cast word (of recall), recall and home and even Beacon of Homecoming (I've set up a jury rig that will add that as a portal). T3/r7/2021-10-13.txt.gz:{chan ch=tech}Adara Tech: 1. set alias for using the portal, 2. enter the portal, 3. mapper portal 4. set level lock T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: You can set one recall portal to bouncerecall, which is the portal you'll use if you're in a no-portal but not norecall room. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: I have all of my portals in a specific aard bag and have setup an alias to do: portaladd * and the set to: mapper portal take %1 4d; T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: I have all of my portals in a specific aard bag and have setup an alias to do: portaladd * and the set to: mapper portal take %1 4d;;wear %1;;enter;;wear jewelry;;put %1 4d T3/r7/2021-10-13.txt.gz:{chan ch=tech}Adara Tech: i personally just use the dinv portal command, but before that i set individual aliases T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: You need the double semi-colons for MUSH to correctly set it up. Also, set to Execute. T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: i switched my portal alias to dinv out of shere lazy factor, tho its a bit slower T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: Okay, I understood most of that except dinv. haha T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: It's a plugin T3/r7/2021-10-13.txt.gz:{chan ch=tech}Elfo Tech: does anyone truely understand dinv? T3/r7/2021-10-13.txt.gz:{chan ch=tech}Adara Tech: an inventory management plugin T3/r7/2021-10-13.txt.gz:{chan ch=tech}Selitos Tech: sure durel does T3/r7/2021-10-13.txt.gz:{chan ch=tech}Durel Tech: No :P T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: commonly used plugin that sorts all your junk T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: Durel. Maybe. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Dogwater Welding Tech: dinv is Durel's inventory plugin. pretty nifty. would recommend using IMO. finger durel for more info T3/r7/2021-10-13.txt.gz:{chan ch=tech}Adara Tech: lol T3/r7/2021-10-13.txt.gz:{chan ch=tech}[Battle] Scars Tech: guessing durel does T3/r7/2021-10-13.txt.gz:{chan ch=tech}Elfo Tech: well durel said no so lol T3/r7/2021-10-13.txt.gz:{chan ch=tech}Durel Tech: I sort of did years ago when I wrote the darn thing :P Now I need to look everything up in the helpfiles :P T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: lol. Okay, so I need an alias that gets portals out of my bag and puts them back in, then just use that alias in all of the portal assignments? T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: lol T3/r7/2021-10-13.txt.gz:{chan ch=tech}[Battle] Scars Tech: so tell me about this other mud all of this is really for? T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: have y'all been playing with my plugin yet T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: aard v4? T3/r7/2021-10-13.txt.gz:{chan ch=tech}Tech: Ruckus waves a large bright yellow sign reading "It's coming in v7 !!" T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: This is how you set up a portal using mapper: mapper protal . If you want to enter multiple commands, you must space them using TWO semicolons because just one will not work with mush. So, mapper portal ;;. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: Oh the portal stuff is just me trying to get the mapper working here. The other mud is why we were asking some questions originally T3/r7/2021-10-13.txt.gz:{chan ch=tech}[Battle] Scars Tech: 'we' ? T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: him and his favorite hand maybe? T3/r7/2021-10-13.txt.gz:{chan ch=tech}Elfo Tech: the voices? T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: her friend T3/r7/2021-10-13.txt.gz:{chan ch=tech}Elfo Tech: ooh T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: oh, aciath and I, aciath is my rl husband T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: Using a wildcard you can then create a complete alias to create portal shortcuts in mapper. T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: uhhh boring answer T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: get a portal wish, make that portal alias shorter and get some stats while you are at it T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: Oh I got a portal wish a long time ago T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: durel you god damned psychopath, dinv is like 23000 lines long T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: im jealous T3/r7/2021-10-13.txt.gz:{chan ch=tech}Tech: Durel grins evilly. T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: you must be an actual god T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: some of the plugins here are bigger then og aard lol T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: i reckon at least 1000 lines are comments alone T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: you can never have enough comments imo T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: Set to execute and then send: mapper portal take %1 4d;;wear %1;;enter;;remove %1;;put %1 4d;;wear all T3/r7/2021-10-13.txt.gz:{chan ch=tech}Tech: heh, /def do_portal_engine = /wake %; /eval /set portal_name=%1 %; /eval /set portal_container=%-1 %; /if (has_portal_wish=~"Y") /if (primary_portal=~portal_name) enter %; /return %; /endif %; /else /remdual %; /endif %; g $[portal_name] $[portal_container] %;/if (gmcp_room_info_num = 26151) d %; /endif %; wear $[portal_name] %; enter %; /if (has_portal_wish=~"Y") /wear_pri_portal %; /else /weardual %; /endif %; put $[portal_name] $[portal_container] T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: What in the Archipelago of Entropy did I just read? T3/r7/2021-10-13.txt.gz:{chan ch=tech}Tech: my "use a portal" alias :-) T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: his bot uses very fancy portal alias T3/r7/2021-10-13.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: It's in Christmas Vacation, not Archipelago. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: Okay dumb question but, are commands the same thing as aliases in mush? T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: oh never mind. I found aliases, though no clue what commands are and how they differ T3/r7/2021-10-13.txt.gz:{chan ch=tech}Tech: I don't use MUSH, technically my client calls what I just posted a macro, which is also weird T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: Commands is just a setting to play around with how MUSH sends commands to the MUD and what it looks like to you. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Tech: for MUSH, an alias is just something written to be parsed either on the command line, although it is also parsed when using "send to execute" or within an execute() T3/r7/2021-10-13.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: you can even use alias to write variables T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: For example, Auto-Repeat Command makes it so that your last sent command doesn't disappear from your input box so you can re-send it with another press of the Enter button. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Tech: generally, anything you're meant to type and which controls a plugin or other function, will be an alias T3/r7/2021-10-13.txt.gz:{chan ch=tech}Faylen Tech: nods. okay. Thanks everyone. I'm testing this out now T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: if anyone wants to donate some time to my community affects window project I've got TPs on offer for help with the project also. T3/r7/2021-10-13.txt.gz:{chan ch=tech}Tech: just a miniwin for affects? Is that mostly for maladictions, since things like Bast's spellup can already give you a miniwindow to tell the state of spellup affects on you T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: Blame it on the moonlight T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: its this: https://imgur.com/a/Gxx5o4W T3/r7/2021-10-13.txt.gz:{chan ch=tech}Tech: heh, wow, those are some very gui affects T3/r7/2021-10-13.txt.gz:{chan ch=tech}Tech: I get the web and blind, I would think the second one would be hasteeifjcclnfknlbfbguldnidvgjdlernfruiegnrrlkven T3/r7/2021-10-13.txt.gz:{chan ch=tech}Tech: whoops...heh, silly 2fa dongle T3/r7/2021-10-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: I know. I was quoting from it as well. "Don't blame it on the moonlight" is the next line. T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: yeah T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: the voodoo doll with stakes in its body (preventing it from moving) is CURSE T3/r7/2021-10-13.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: the fire guy is elemental focus (fire) T3/r7/2021-10-13.txt.gz:{chan ch=tech}Cheekier Than Tech: how can i check if have a marked flag active? T3/r7/2021-10-13.txt.gz:{chan ch=tech}Martinvs Tech: afl? T3/r7/2021-10-13.txt.gz:{chan ch=tech}Cheekier Than Tech: k thx didnt know about that T3/r7/2021-10-14.txt.gz:{chan ch=tech}Kyrian Tech: How do I turn sound on again? T3/r7/2021-10-14.txt.gz:{chan ch=tech}Nohh Tech: sphelp T3/r7/2021-10-14.txt.gz:{chan ch=tech}Summoner Yuna Tech: 'Instincts Immolate: 51 -=|=- Sanctuary: 50 -=|=- Enhanced damage: 41 -=|=- Dodge: 40 -=|=- Third attack, Second attack: 22 -=|=- Haste: 21 -=|=- Fourth attack: 20 -=|=- Dual wield: 15 -=|=- Protection evil: 11 -=|=- Protection good, Heal: 10 -=|=- Renew: 3 }=- -={ Air skewer, Knife fighting: 1 -=|=- Trains Available: 80 T3/r7/2021-10-14.txt.gz:{chan ch=tech}Summoner Yuna Tech: Wait, that's not how it was supposed to be, hang on. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Summoner Yuna Tech: If we want the -='s in there somewhere, why not make it -= Instincts =-? T3/r7/2021-10-14.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: anyone familiar here with wix and iframes? T3/r7/2021-10-14.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: i will pay real money for help with an issue I am having pulling a weather cam stream into a site T3/r7/2021-10-14.txt.gz:{chan ch=tech}Omnivek Tech: how can I make a sound go off when bonus exp starts? T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: mushclietn? T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Are you running a new version of mush? T3/r7/2021-10-14.txt.gz:{chan ch=tech}Omnivek Tech: yes T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: if so - spset double_exp volume 100 T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: capture words and add sound at game or input i think T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: and make sure spmute is not set T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: thats awesome kelaire T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: i got it set T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: anymore cool info kelaire T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: sphelp will give you more information - soundpack - and spset will list out what you can do T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: ooo thanks T3/r7/2021-10-14.txt.gz:{chan ch=tech}Summoner Yuna Tech: You can also customize the WAV-file used (must be WAV because MUSHclient is from the Stone Age). Go into MUSHClient\sounds and switch out the double_exp.wav file for whatever you want. double_end.wav is the file that plays when Double ends. T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: spmute enabled the sound pack. is that enabling all of them? their all at 100 T3/r7/2021-10-14.txt.gz:{chan ch=tech}Omnivek Tech: lol thanks Kelaire but now everything makes a sound haha T3/r7/2021-10-14.txt.gz:{chan ch=tech}Aoric Tech: sptog T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: you can also do spset eventname wav wavfilename T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: rather than alter the default wav file :-p T3/r7/2021-10-14.txt.gz:{chan ch=tech}Summoner Yuna Tech: spset quest_target_found CUSquest_target_found.wav didn't work T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: you need to use the word wav T3/r7/2021-10-14.txt.gz:{chan ch=tech}Summoner Yuna Tech: What the... why? T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: spset quest_target_found wav CUSquest_target_found.wav T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: spest can do wav setting or volume setting T3/r7/2021-10-14.txt.gz:{chan ch=tech}Summoner Yuna Tech: Can MUSH even play non-WAV audiofiles? T3/r7/2021-10-14.txt.gz:{chan ch=tech}404 Eroe Tech: it can but you have to do it externally T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: you're just telling spset which argument you're giving T3/r7/2021-10-14.txt.gz:{chan ch=tech}404 Eroe Tech: mush native can not T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: ok spset pokerinfo 0 doesn't work T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: do i add volume first? T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: slips - spset pokerinfo volume 0 T3/r7/2021-10-14.txt.gz:{chan ch=tech}Haike Tech: i have a problem with my mushclient. when i type "eq", it only show 1 of my 2 necks T3/r7/2021-10-14.txt.gz:{chan ch=tech}Haike Tech: anyone know what settings it is? T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: oooo thanks time to dwindle them down T3/r7/2021-10-14.txt.gz:{chan ch=tech}Haike Tech: i only have DINV that affects my equip T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Haike - DINV shouldn't affect that. You only see one of your two neck items? Do you have detects up? T3/r7/2021-10-14.txt.gz:{chan ch=tech}Haike Tech: i only see 1 of my 2 neck yes T3/r7/2021-10-14.txt.gz:{chan ch=tech}Haike Tech: yes i have detect up T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: So you only see "Worn Around Neck" once - and not twice? T3/r7/2021-10-14.txt.gz:{chan ch=tech}Haike Tech: yes T3/r7/2021-10-14.txt.gz:{chan ch=tech}Haike Tech: thats exactly it T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Hmm that's gonna take someone smarter than me. Are both items the same? It may be that one of your plugins is gagging that as a repeat line for some reason T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: ok T3/r7/2021-10-14.txt.gz:{chan ch=tech}Aoric Tech: does it not show as well if you do -- remove all, eq? T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: where do i download custom wave files T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: i want george clooney saying someone is scrying me T3/r7/2021-10-14.txt.gz:{chan ch=tech}Haike Tech: yeah its exactly same item T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: lol Slips - you need to just google it T3/r7/2021-10-14.txt.gz:{chan ch=tech}Haike Tech: i can type remove neck twice, and i remove the 2 necks T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Haike - put ONE on, keep ONE empty - does it show both slots that way? T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: google is a government conspiracy :) yea im too lazy. maybe one late night when im on 6 pots of coffee T3/r7/2021-10-14.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: vo.codes T3/r7/2021-10-14.txt.gz:{chan ch=tech}Haike Tech: i try in a while, im typing here inbetween Painsmith pulls T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: ooo thats intresting what does vo.coes do T3/r7/2021-10-14.txt.gz:{chan ch=tech}Omnivek Tech: no way the govenrment could be invlolved with something that works as well as google T3/r7/2021-10-14.txt.gz:{chan ch=tech}Haike Tech: oh i remove 1 neck, it now shows neck 1 and neck 2 T3/r7/2021-10-14.txt.gz:{chan ch=tech}Haike Tech: as in 2 neck slot T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: right. must be aard cuz it crashes once a month T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: If you remove both, Haike, does it show one again? T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: but government must be involved with the old lady too. she crashes once a month :) T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: ah well. been fun guys time to level T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: someone teach me how to use s and d. where to get it and stuff like that T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: finger crowley T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: ooo and equipment thingy that i get T3/r7/2021-10-14.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: dinv is a wonderful thing T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: finger durel for DINV - equipment one T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Crowley for SND T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: yea dinv T3/r7/2021-10-14.txt.gz:{chan ch=tech}Summoner Yuna Tech: He's also a T9+16 whose character is 7 years old who just asked how to get SnD and dinv. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Goldendoodle Tech: is there a way to manage running through mazes via SND? ie getting thru the first part of tirna? T3/r7/2021-10-14.txt.gz:{chan ch=tech}Veriom Tech: No T3/r7/2021-10-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: No. T3/r7/2021-10-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can't automate mazes, if I recall correctly. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Summoner Yuna Tech: You can definitely create a cexit through Tir Na if you have the portal. Some mazes have some set exits. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Save a Roume Tech: after you sleep, just walk 3e and then take the direction from there. easy fix. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Goldendoodle Tech: oh tirna sleep exit is fixed? T3/r7/2021-10-14.txt.gz:{chan ch=tech}Summoner Yuna Tech: No, you'll need a trigger. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Summoner Yuna Tech: Set cexit to sleep;wake;run 3e;exit;wait(0.5) T3/r7/2021-10-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, it's "fixed" in the way that walking 3e will put you one room away from the entrance. You just have to figure out which way is the entrance from there. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Summoner Yuna Tech: Then set a trigger to: * : The Northern Gates (I think that's the Tir Na one? Replace with the name of the first room of Tir Na past the maze) and have it send %1. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Goldendoodle Tech: thanks. that'll work T3/r7/2021-10-14.txt.gz:{chan ch=tech}Summoner Yuna Tech: Now you have a cexit. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Summoner Yuna Tech: Make sure the trigger ends with an empty space. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Haike Tech: sorry i was raiding, killed painsmith. anyway kelarie yes, if i remove both neck eq, it now shows 1 again T3/r7/2021-10-14.txt.gz:{chan ch=tech}Haike Tech: kelaire* T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: wanna know something funny T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: i can't figure out. or know how. to download the master file on github for the divdownload T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: someone had to send me the file for hadar lol T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: where do i get a item report script T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: i also need the instinct script for group T3/r7/2021-10-14.txt.gz:{chan ch=tech}<> Slips Tech: on github is it the source zip? T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Slips - http://ptaramai2013.blogspot.com/p/blog-page.html T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: That is sharptracker - does your instinct report and much more T3/r7/2021-10-14.txt.gz:{chan ch=tech}Magnifico Tech: how can I resize Search & Destroy GUI ? T3/r7/2021-10-14.txt.gz:{chan ch=tech}Aoric Tech: aard layout unlock -- then try to reize miniwindow T3/r7/2021-10-14.txt.gz:{chan ch=tech}Aoric Tech: resize* even T3/r7/2021-10-14.txt.gz:{chan ch=tech}Magnifico Tech: could you tell me how to unlock? T3/r7/2021-10-14.txt.gz:{chan ch=tech}Aoric Tech: aard layout unlock T3/r7/2021-10-14.txt.gz:{chan ch=tech}Magnifico Tech: it seems to be already unlocked, I can move it around but can't resize T3/r7/2021-10-14.txt.gz:{chan ch=tech}Magnifico Tech: any way to reinstall? T3/r7/2021-10-14.txt.gz:{chan ch=tech}Magnifico Tech: aha found the button T3/r7/2021-10-14.txt.gz:{chan ch=tech}Aoric Tech: File -> Plugins -> select Search and Destroy -> click Reinstall T3/r7/2021-10-14.txt.gz:{chan ch=tech}Aoric Tech: woot T3/r7/2021-10-14.txt.gz:{chan ch=tech}Magnifico Tech: thank you T3/r7/2021-10-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: To reinstall my version of SnD, you can just do snd reload from the command line. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Veriom Tech: Is it possible to set a room for a mob in snd? T3/r7/2021-10-14.txt.gz:{chan ch=tech}Haike Tech: there's 2 SND. think crowley's one has a monster database inbuilt. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Haike Tech: or is it pwar's one T3/r7/2021-10-14.txt.gz:{chan ch=tech}Veriom Tech: im using crowleys T3/r7/2021-10-14.txt.gz:{chan ch=tech}Magnifico Tech: I just installed Crowley version, thanks for the info T3/r7/2021-10-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can 'consider' to set mobs in the room. T3/r7/2021-10-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It updates on quest/cp kills, too, but I haven't switched over the priority from 'seen' to 'kills' yet. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Greybeard Tech: do mobs only get entered into database if it's considered in the same room? or nearby rooms as well? T3/r7/2021-10-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, consider only works in the same room. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Aoric Tech: from what I've seen of SnD -- you need to consider to get it stored to db T3/r7/2021-10-14.txt.gz:{chan ch=tech}Veriom Tech: then it will take me to the same room all the time for the mob T3/r7/2021-10-14.txt.gz:{chan ch=tech}Veriom Tech: ? T3/r7/2021-10-14.txt.gz:{chan ch=tech}Magnifico Tech: is it safe to remove the other version? T3/r7/2021-10-14.txt.gz:{chan ch=tech}Aoric Tech: it depends on the room you've seen it most of the time T3/r7/2021-10-14.txt.gz:{chan ch=tech}Veriom Tech: Oh yes consider worked T3/r7/2021-10-14.txt.gz:{chan ch=tech}Veriom Tech: Thanks Crowley! T3/r7/2021-10-14.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: anyone help me troubleshoot Plex? permissions appear right, but library keeps showing as empty T3/r7/2021-10-14.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: look in Library/Application\ Support/Plex\ Media\ Server/Plex\ Media\ Scanner.log and see if there are any errors in there? T3/r7/2021-10-14.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: guess is that a directory or two up from your media folder is not executable or readable by plex T3/r7/2021-10-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: One of the great things about the GMCP ID in room name plugin is that if I try to 'mapper goto ' and it gets stopped partway through, I can easily see where the errant room is. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Aciath Tech: anyone have a link for getting started with GMCP and mush? I'm still new at this soundpack making thing. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Durel Tech: Here you go: http://www.aardwolf.com/wiki/index.php/Clients/GMCP T3/r7/2021-10-14.txt.gz:{chan ch=tech}Aciath Tech: thank you! T3/r7/2021-10-14.txt.gz:{chan ch=tech}KnightLord Throxx Tech: finger fiendish for the latest mush client, it comes whth soundpack T3/r7/2021-10-14.txt.gz:{chan ch=tech}Durel Tech: also this one: https://github.com/fiendish/aardwolfclientpackage/wiki/Using-GMCP T3/r7/2021-10-14.txt.gz:{chan ch=tech}Aciath Tech: yep. Already running that pack, but adding things in my client that it doesn't have T3/r7/2021-10-14.txt.gz:{chan ch=tech}Faylen Tech: Are there any good potion plugins out there? Figured I'd ask before I go setting up hotkeys T3/r7/2021-10-14.txt.gz:{chan ch=tech}Durel Tech: dinv does some things for potions and it might do what you want T3/r7/2021-10-14.txt.gz:{chan ch=tech}Brobeo Tech: dinv supports most things you'd want to do with potions T3/r7/2021-10-14.txt.gz:{chan ch=tech}Talbor Tech: there's a couple, but macros are safer T3/r7/2021-10-14.txt.gz:{chan ch=tech}Summoner Yuna Tech: There are auto-quaffers that will automatically quaff if you fall under set percentages (you can set these yourself). T3/r7/2021-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: man, now you got me seeing 'quaff' as a non-word. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Talbor Tech: don't go afk in aggro with with auto-quaffer T3/r7/2021-10-14.txt.gz:{chan ch=tech}Faylen Tech: Hmm, yeah a bit risky. Does someone have a link to dinv, and it it controllable completely by commands, not mouse clicks? T3/r7/2021-10-14.txt.gz:{chan ch=tech}Talbor Tech: finger durel T3/r7/2021-10-14.txt.gz:{chan ch=tech}Durel Tech: yes, dinv is completely text based and has no gui or miniwin (so far :P) T3/r7/2021-10-14.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: risky like nuking, not risky like you may not set the trigger right :) T3/r7/2021-10-14.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Durel is even a nice guy. He doesn't bite hard, unless you want him to, and is really quick usually to assist with DINV issues T3/r7/2021-10-14.txt.gz:{chan ch=tech}Summoner Yuna Tech: I don't think they'd nuke you if it's a legitimate accident and it's your first time. But if you make a habit of it, definitely. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Faylen Tech: Exactly my point. Too much chance I have to dash afk for something urgent and get in serious crap. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley sighs. T3/r7/2021-10-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Why does Range("O" & ActiveCell.Row).PasteSpecial Paste:=xlPasteValues throw an error at me? ALL I WANT TO DO IS PASTE DATA FROM AN OUTSIDE SOURCE! :\ T3/r7/2021-10-14.txt.gz:{chan ch=tech}Anssett Tech: just guessing, the values you want to paste don't fit in the space you're trying to paste into? alternatively because excel is rude. T3/r7/2021-10-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'd go with Excel is rude. I have wrap text checked anyway. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Faylen Tech: Dumb question perhaps, but how can I force an xml file to download, instead of try to display in my browser? I tried a right click on it, but there was no way to save the actual file T3/r7/2021-10-14.txt.gz:{chan ch=tech}Brobeo Tech: The file menu should have save option. The exact place depends on your browser. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Faylen Tech: Hmm. Firefox at least didn't want to completely load the file so that I could do that. I'll see if chrome behaves better T3/r7/2021-10-14.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, dataObj.GetText(1) works, so I'll stick with that. T3/r7/2021-10-14.txt.gz:{chan ch=tech}Faylen Tech: Yep, chrome let me open the file and then save it. Thanks. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Aciath Tech: would anyone happen to know if lua audio can play flac files? Not sure if I need to find a copy of bass somewhere. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Talbor Tech: not sure but you could convert it to .wav file T3/r7/2021-10-15.txt.gz:{chan ch=tech}Aciath Tech: Yeah. I could, but would rather not deal with reaper this early in my morning. :) T3/r7/2021-10-15.txt.gz:{chan ch=tech}Talbor Tech: add it to a trigger and see if it'll sound T3/r7/2021-10-15.txt.gz:{chan ch=tech}Nohh Tech: it'll only play a wav file afaik T3/r7/2021-10-15.txt.gz:{chan ch=tech}Aoric Tech: if you can load the sound file to memory then lua can play it --> https://www.gammon.com.au/scripts/doc.php?function=PlaySound T3/r7/2021-10-15.txt.gz:{chan ch=tech}Aciath Tech: just found some interesting documentation. Lua can play things such as flac and midi, just need to find a copy of the bass libs. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Aciath Tech: Heh. It worked! T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Weird. IF(TRUE, 15, 0) -- returns #VALUE error. *boggle* T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Silly Excel giving me issues this morning again. I hate and love Excel. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: if what is true? T3/r7/2021-10-15.txt.gz:{chan ch=tech}Aciath Tech: I always hated it as a screen reader user T3/r7/2021-10-15.txt.gz:{chan ch=tech}Aoric Tech: does it work if you replace IF with IIF? T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: the syntax for excel's if statement is if (condition to evaluate, value desired if condition is met, value desired if condition not met) T3/r7/2021-10-15.txt.gz:{chan ch=tech}Nohh Tech: True is a function, you probably need IF(TRUE(), 15, 0) T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: true is a value, too T3/r7/2021-10-15.txt.gz:{chan ch=tech}Nohh Tech: yeah idk, worth a shot though T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, no, that's not the case, Nohh. It's a SUMIFs function. Every other cell works with the same exact formula except that one and one other. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: OH yeah - I love some early morning Excel formulas! T3/r7/2021-10-15.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Just remember, practice safe math, even in Excel, never drink and derive.... T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Certainly don't even consider dividing by zero. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Not even once T3/r7/2021-10-15.txt.gz:{chan ch=tech}Anssett Tech: well now i have to T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: i'd need to see the formula to tell ya why its not workin T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: =IF(SUMIFS(Data!$A:$A, OA!$C:$C, $A13, OA!$A:$A, M$1,OA!$B:$B, "*a"), SUMIFS(Data!$A:$A, OA!$C:$C, $A13, OA!$A:$A, M$1, OA!$B:$B, "*a"), 0) - Using the calculation steps, it eventually breaks down to: IF(TRUE, 15, 0) -- in the previous step, IF(15, SUMIFS..., 0) T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's the same exact formula in every other cell, too. T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So strange that it stops working in just two of the grid of 60. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Nohh Tech: welp.. godspeed T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: yeah i have no idea what you're trying to do here T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: the SUMIFS() immediately after your first IF isn't being compared to something T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Huh? T3/r7/2021-10-15.txt.gz:{chan ch=tech}Quadrapus Tech: he means is the first sumif in your if statement ever equal to true T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: sumif shoudl be returning a value, not a true/false T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: sumif (or sumifs) is just a conditional summing T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It returns a value of 15, and because it returns a value, it returns that it is TRUE. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: how about you toss a > 0 at the end of the first SUMIFS T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But I solved the issue. It was an issue to the comparison with the dates. I re-indexed the dates in Column A, and now the errors have gone away. T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: As a side note, Scars, that's the exact formula you gave me several weeks ago. ;) T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: i gave you a sumifs formula to use nested in an if? T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: that doesn't sound like me T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: teh sumif formula is my thing tho T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley chuckles politely. T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The IF statement only returns TRUE if the count exists (i.e. > 0). Otherwise, it returns false. T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Since the SUMIFs returns 15, it evaluates to TRUE and correctly fills in the information needed. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley is learning a lot about Excel lately, especially VBA. T3/r7/2021-10-15.txt.gz:{chan ch=tech}404 Eroe Tech: I'm sorry T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: 404 Eroe comforts (Aleister) Crowley. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: but the thing you are asking it to show is the same thing as your condition T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: why not just let it work on its one? T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'm confused by what you mean. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: if you had no IF statement, you'd get 15 when 15 is there, 14 when 14 is there, and if the sum is 0, then you get 0 T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley sits down and thinks deeply. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Nohh Tech: the sumifs are the same, so you're doing if(x,x,0).. instead of just... x T3/r7/2021-10-15.txt.gz:{chan ch=tech}Katsumoto Tech: Excel is so incredibly fun. T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, damn it. T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That'll certainly speed up the calculation steps. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: that get it for ya? T3/r7/2021-10-15.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: just curious... all you 'excel-ers' you ever feel like you are using the force when you do the alt key command for paste values? T3/r7/2021-10-15.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: (pay attention to your finger movement if you do it one handed) T3/r7/2021-10-15.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: (the finger movement is the "force" gesture) T3/r7/2021-10-15.txt.gz:{chan ch=tech}Katsumoto Tech: Lol, never noticed that. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: lol, i never embraced keyboard shortcuts quite like that T3/r7/2021-10-15.txt.gz:{chan ch=tech}Katsumoto Tech: Any SAS lovers here? T3/r7/2021-10-15.txt.gz:{chan ch=tech}WhatsApp KoopaTroopa Tech: ALT+E, s, v T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Thank you, Scars, once again. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Quadrapus Tech: crowley, what is this all for btw? just curious T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: super happy that i can help /you/ with something :P T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Quadrapus: I work at a medical practice. The particular sheet that refers to shows the number of bookings for each doctor so I can easily see if they are overbooked or not for a particular date plus how many procedures are being run. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: if you want to get stupid fancy with stuff, you can use sumproduct on a conditional basis T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: so if you need to get into weighted average on a conditional basis, just know that there's a way to do it T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: using sumproduct T3/r7/2021-10-15.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Crow, don't lie, this is all part of your master plan to take over the world T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: and if anyone tells you to hit CTRL+SHIFT+ENTER and put {} around the formula, just smile nod and walk away.... array functions blow T3/r7/2021-10-15.txt.gz:{chan ch=tech}Katsumoto Tech: Destroying nations, one index(match()) at a time. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Quadrapus Tech: gotchya T3/r7/2021-10-15.txt.gz:{chan ch=tech}Quadrapus Tech: very cool! T3/r7/2021-10-15.txt.gz:{chan ch=tech}Nohh Tech: got your hopes up hoping he was porting SnD to excel? T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: omg plz no T3/r7/2021-10-15.txt.gz:{chan ch=tech}Quadrapus Tech: na im good :) T3/r7/2021-10-15.txt.gz:{chan ch=tech}Quadrapus Tech: i was hoping for notepad actually T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Kelaire, I /was/ going to invite you in on my plan, but since you spoiled it... T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: Quadrapus ) T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: Quadrapus :) T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Scars: I have array functions already. It's how I pull the unique dates from one sheet to the bookings sheet. :P T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: gross, research powerquery T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: =IFERROR(INDEX(OfficeAppointments!1:$350,MATCH(0,COUNTIF($A$1:A1,OfficeAppointments!1:$350),0)),"") T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: thats not what i mean by array, some functions use arrays, some functions are array functions T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: =IFERROR(INDEX(OfficeAppointments!$C1:$C$350,MATCH(0,COUNTIF($A$1:A1,OfficeAppointments!$C1:$C$350),0)),"")** T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I do have to hit Ctrl+Shift+Enter around it, though. T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Might have to look into powerquery. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: powerquery can bring in data from an external database (access, sql, etc) or another file (excel, csv, others) and import it into your spreadsheet in a table format, you can also add steps to the import... you can also use powerquery functionality on a table in your workbook to create a summarized/manipulated form of the data T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: i use it to query a SQL database or import CSV files, depending on the circumstances T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: i should add that i have no idea if powerquery will work with excel in the webapp, but if you're using VBA, i assume you got your company to install/pay for the desktop version T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What I'd really love to be able to do is get rid of the Data sheet altogether. If I can just use something that will assign 1, 1, 1, 2 to COLON, EGD, FSIG, EN/CO respectively without having to modify the contents, I'd be in absolute heaven. As it is, I already have to have a hidden column of data. T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, I got them to install Business 2019 on my work computer. T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Working from home for the next week since son's classroom is closed due to exposure, so I have it all on my personal laptop. Probably shouldn't, but I can't use their tablet they sent me home with. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: yeah, this is a difference between programming and excel-ing T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at [Battle] Scars. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: but here's the deal, you can use match and a manual array for this T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: i'd kind of hate to follow your work after you did it, but if you index((1,1,1,2),match(cell,("COLON","....),0)) you should get what you want T3/r7/2021-10-15.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: oh snap... new snd has a giant turn quest in notice.... T3/r7/2021-10-15.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: guess ill time out fewer quests now T3/r7/2021-10-15.txt.gz:{chan ch=tech}Giddorah Tech: Yeah, it's saved countless qp's for me :) T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hmmm... but then I'd need to figure out how to incorporate that into the SUMIFs I showed earlier. T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can thank Naricain for that one. :P T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: ah, so here's a fun trick then T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: sumproduct will do this for you T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: i think T3/r7/2021-10-15.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: i regulary take 20+ minutes to turn a quest in or just entire forget about it lol T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I've done the same when I'm at work, HiSaZuL. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley looks at [Battle] Scars ponderingly. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Anssett Tech: -10 20 T3/r7/2021-10-15.txt.gz:{chan ch=tech}Anssett Tech: er T3/r7/2021-10-15.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: you are looking for -h 20 T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: so if you use the -- (array = condition) feature in sumproduct T3/r7/2021-10-15.txt.gz:{chan ch=tech}Anssett Tech: i'm not sure what i'm looking for anymore HiSaZuL T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: when the feature equals EN/CO, multiply the array by 2 T3/r7/2021-10-15.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: well there is also that lol T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: since the array generated there is just a bunch of 1s and 0s, multiply by 2 and you get your magic T3/r7/2021-10-15.txt.gz:{chan ch=tech}Nohh Tech: i guess after being tortured long enough by excel you decide to torture it right back T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: alternatively, you could do multiple sumifs for the functions... like SUMIFS() + SUMIFS() + 2 * SUMIFS() T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: and i guess at that point you don't want SUM you want COUNT T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: always harder to help with this stuff with only a mental picture of how the data is provided and what'd done to get this far T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So, I'll upload a basic version of what I have, minus the patient names and IDs. Maybe you can take a look at it and go from there. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Battle] Scars Tech: i'm going to be in/out all day, but i'll try to find the time T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, it's no rush at all. I appreciate any and all the help provided. Anything to make my life easier at work for sure. Plus, it helps me learn a bit more, too. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: huh curious, how often does fiendish generally show up? T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: Oh he has an email address, never mind. Will try that T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: How much did the mapper data file change over the last several years? Like, is it possible my old mapper file will still work? T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: Rebuilding everything is incredibly monotonous T3/r7/2021-10-15.txt.gz:{chan ch=tech}Aciath Tech: is map data stored in aardwolf.db? T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Yes, for Mushclient. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Provided you haven't renamed your main MCL/window. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Quadrapus Tech: Ancient cartographers used paper, though. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I think it's the connection name actually. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Some ancients still use paper I think! T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: [Outlaw] Mendaloth peers intently at Quadrapus. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Quadrapus Tech: Am I that old?! T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: If you have to ask... T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: Quadrapus gasps in astonishment. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: just shake your cane at them... T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: Ruckus throws a rotary phone at you. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Quadrapus Tech: Gonna beat mendaloth with my cane is more like it T3/r7/2021-10-15.txt.gz:{chan ch=tech}Quadrapus Tech: just stand there for 30 minutes while i cross the room please T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: LOL up until they moved 10 years ago, my family had a rotary phone T3/r7/2021-10-15.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I used to pick it up and pretend like I was talking to an oeprator to connect me and folks fell for it! T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: Quadrapus laffs. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: huh, question. I was helping Aciath get the potion stuff for dinv working. He set up heals and manas, the tea in that case, but now when he runs his alias to actually consume one of the manas it's saying he doesn't have that potion. But, it's right there. The plugin is counting down the number, but it sounds like it's trying to drink the wrong thing. Any ideas? T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: I had him go try to add the tea again but it says it already exists. I have no idea what it's trying to send for quaffing T3/r7/2021-10-15.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: what is the alias he is using? And what did you set up in DINV? T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: his hl alias sends dinv consume big heal. I'm pretty sure that's right? Both aliases are broken though. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tinypotato Tech: don't know about dinv specifically but you can use echocommands to see what is being sent to the mud T3/r7/2021-10-15.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: what does dinv consume display show? T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Try a 'dinv refresh'. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Aciath Tech: over here now, remoting into his machine to help fix this. Display shows the default items, and the two he added T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Or 'dinv refresh all' T3/r7/2021-10-15.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Yeah - As Crowley said - dinv refresh would be the next step T3/r7/2021-10-15.txt.gz:{chan ch=tech}Aciath Tech: Okay, the refresh all fixed it. Thank you! I'll give him control back now. hahaha T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Glad to have been of service, and glad to see you sticking around, Aciath. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Aciath Tech: I love this place. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: I have no idea what it was trying to do. I'd forgotten to have him send the initialization command until after he set up those potions though, so that may have broken something somewhere T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly at Aciath. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: Also, the map conversion seems to have worked, so I have my maps back! I love how helpful people are. thank you T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: Aciath looks around afraid for his life. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley beams a smile at Faylen. T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Fiendish wouldn't intentionally allow maps to be broken with all the changes he does. T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Other scripts that have relied on the schema of the database may break, but not maps themselves. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: yeah like the old snd. haha. It'd been several years though so I wasn't sure if too many changes would have broken things in that amount of time T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Now back to reading patient notes from doctors that do not know how to use proper grammar nor spelling. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: ooph T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Faylen. T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: This is what I'm referring to: RECCOIMEND DIET ADN EXSEISE TO MAXIMAE STATIN BENEFIT cont to monigtor , chekc labs today , may need dosage adjustmen , is stable and cont med - NO WEAKN ARME OR WEAK LEGS - pretty good hisot she think she do a treadmill test ---- WTF?! T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That is legit on the progress notes of a patient whose information I have to gather to ensure they have a safe procedure at our facility. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: um... T3/r7/2021-10-15.txt.gz:{chan ch=tech}Rakiso Tech: i think i almost understand it. does this makes me a doc? T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers with Rakiso about their shared secret. T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: My thoughts exactly, Faylen. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Amarufox Tech: Dougie Rakiso, Ph.D. <3 T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So beautiful when someone comes up with a formula for Excel that allows you to drop 8mb of a sheet. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Frostpaw Tech: indeed T3/r7/2021-10-15.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: I would make the argument that nothing about excel is beautiful... T3/r7/2021-10-15.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: necessary? maybe.... beautiful? never! T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Thankfully, I was talking about the drop of size of a spreadsheet. That is the beautiful part. Excel has its beautiful moments, but geez. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: well, ok. I'll allow it ;) T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Anssett Tech: in fact, it's a reduction in size of a spreadsheet, which means a smaller footprint of excel, which should itself be beautiful if you don't like excel :D T3/r7/2021-10-15.txt.gz:{chan ch=tech}Cheekier Than Tech: just a drop in the ocean for the love we all share towards excel T3/r7/2021-10-15.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: elaborate, complicated formulae are a feature, not a symptom? T3/r7/2021-10-15.txt.gz:{chan ch=tech}Cheekier Than Tech: or poor implementation T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'm also learning VBA for it. T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Making life easier that way, too. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: Fyzzy Xyzzy gasps in astonishment. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: VBA... that's a name I haven't had to deal with in a very long time. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: I have a tendency to export my excel spreadsheets too csv files, then using python to parse them into more meaninful output ;) T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I've written some nice subroutines that help make work life easier. One such thing was changing the doctor names to their appropriate numbers. Not an issue if you have one or two, but when you have 6-7 different doctors... I just told my boss to hit Ctrl+Shift+R to replace all the doctor names with their numbers. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: of course, that does nothing for colorization or pivot tales, or other such excelisms... but fortunately I don't frequently need to deal with that stuff T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly at Fyzzy Xyzzy. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: Okay so, I shared my map data with Aciath, however he's in a different clan. Is there an easy way for him to delete any exits that go through that clan hall? I can't figure out how to manage it with him being unable to enter the clanhall to remove them T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: Portals were all removed, so that's not a problem. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Aciath Tech: I broke it T3/r7/2021-10-15.txt.gz:{chan ch=tech}Punkgirl Tech: mapper purge (that area) T3/r7/2021-10-15.txt.gz:{chan ch=tech}Frostpaw Tech: by keyword, right? T3/r7/2021-10-15.txt.gz:{chan ch=tech}Punkgirl Tech: yeah T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: so mapper purge emerald should do it? I don't want it to accidentally wipe out everything T3/r7/2021-10-15.txt.gz:{chan ch=tech}Punkgirl Tech: yep T3/r7/2021-10-15.txt.gz:{chan ch=tech}Punkgirl Tech: always make a backup of your database if you're worried about tthat T3/r7/2021-10-15.txt.gz:{chan ch=tech}Talbor Tech: mapper help shows the commands T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: it doesn't look like mapper purge works. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: Like, we both get a don't understand that message T3/r7/2021-10-15.txt.gz:{chan ch=tech}Talbor Tech: mapper purgezone emerald i believe T3/r7/2021-10-15.txt.gz:{chan ch=tech}Talbor Tech: mapper help utils T3/r7/2021-10-15.txt.gz:{chan ch=tech}Rakiso Tech: mapper help all will give all mapper commands - i guess you search for mapper purge cexits --> Remove all custom exits T3/r7/2021-10-15.txt.gz:{chan ch=tech}KnightLord Throxx Tech: you can always level lock the clan hall entrance, if your trying to avoid going in there T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: Oh, that's what it's under. Ha, I was trying exits T3/r7/2021-10-15.txt.gz:{chan ch=tech}Talbor Tech: that's the command T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: Yeah we did that, and it then was taking him to the public clan hall. rofl T3/r7/2021-10-15.txt.gz:{chan ch=tech}Faylen Tech: Purging the zone helped. Thanks guys! T3/r7/2021-10-15.txt.gz:{chan ch=tech}Talbor Tech: np T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, hell. After making some changes, I managed to reduce my spreadsheet from a whopping 20mb to 12mb earlier (thanks to Scars), then from 12mb to 9mb, then 9mb to 7mb, and now it's down to a measley 131 kb file... and still does everything I need it to do. T3/r7/2021-10-15.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: thats an impressive drop T3/r7/2021-10-15.txt.gz:{chan ch=tech}Dar Tech: it spreads sheets? I can do that with 0kb ;) T3/r7/2021-10-15.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: does it make sandwiches? T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: HiSaZuL: Even better! It tells me to get up off my ass and make my own. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Aciath Tech: I can make 0KB spreads. By not making any spreads. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly at Dar. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: CheeZy Bot HiSaZuL convulses as he shudders in disgust. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley cackles gleefully at Aciath. T3/r7/2021-10-15.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: throw that ungodly thing in the fire T3/r7/2021-10-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley rapidly nods twice at CheeZy Bot HiSaZuL, in complete agreement. T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But yeah, I looked at the size and thought, "Uh oh... what did I do??" and closed out my sheet, clicked on the file, and saw it opened up again. T3/r7/2021-10-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Even the simplified version I sent Scars to look over was 7mb. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: I can't re-load the con mini window after I deleted it. First it complained I didn't have the lua file. Once I downloaded it, when I load the xml file, I get the following error: https://pastebin.com/q83k6c6E T3/r7/2021-10-15.txt.gz:{chan ch=tech}Dar Tech: con mini window? T3/r7/2021-10-15.txt.gz:{chan ch=tech}Dar Tech: the consider one? T3/r7/2021-10-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: Yes T3/r7/2021-10-15.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: read the error and find the unexpected < T3/r7/2021-10-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: But I downloaded the files directly from the suppository. Why would it have an unexpected character? T3/r7/2021-10-15.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: typically that happens if you try to use a < or > in a zone T3/r7/2021-10-15.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: repository*** T3/r7/2021-10-15.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: lmfao T3/r7/2021-10-15.txt.gz:{chan ch=tech}Dar Tech: LOL T3/r7/2021-10-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: I said what I said T3/r7/2021-10-15.txt.gz:{chan ch=tech}Mannec Tech: no - pretty sure it was right the first time. T3/r7/2021-10-15.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: suppository is something you put in your butt T3/r7/2021-10-15.txt.gz:{chan ch=tech}Dar Tech: who keeps a suppository in lua? T3/r7/2021-10-15.txt.gz:{chan ch=tech}Dar Tech: I'd hate to code a suppository in any coding language really T3/r7/2021-10-15.txt.gz:{chan ch=tech}Mannec Tech: coding suppositories operate in the opposite direction - if you ever do any serious programming, you get used to it. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: OK, got it working. New problem: Can't move the window. Anyone using the latest version from Shindo's repository? Cirka 13 months old? T3/r7/2021-10-15.txt.gz:{chan ch=tech}Dar Tech: most people just click(and hold) and drag to new position....... T3/r7/2021-10-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: Doesn't work T3/r7/2021-10-15.txt.gz:{chan ch=tech}Dar Tech: (being an ass) then buy a mouse with a left button that works! T3/r7/2021-10-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: It's just stuck in the upper-left corner. T3/r7/2021-10-15.txt.gz:{chan ch=tech}Dar Tech: well if you can't move the miniwindow, then just move the whole mush window around till the miniwindow is where you want it T3/r7/2021-10-16.txt.gz:{chan ch=tech}Veriom Tech: Is there a way to decrease the volume of crowleys snd? T3/r7/2021-10-16.txt.gz:{chan ch=tech}Aciath Tech: good morning lovelies. Is it possible to have a plugin send an alias as soon as it gets loaded? I need to send a setup command for some of my soundpack stuff. I always forget then get to deal with lua audio runtime errors. T3/r7/2021-10-16.txt.gz:{chan ch=tech}Orochimaru Yamzalal Tech: ...I don't know anything about that but thank you for noticing my abs T3/r7/2021-10-16.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: CHeck out OnPluginInstall function: https://www.gammon.com.au/scripts/doc.php?general=plugincallbacks T3/r7/2021-10-16.txt.gz:{chan ch=tech}Aciath Tech: thanks! T3/r7/2021-10-16.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Yall think fiverr or upwork is better platform for finding an ongoing designer contractor ? T3/r7/2021-10-16.txt.gz:{chan ch=tech}Quadrapus Tech: I've had hit or miss success with upwork in the past. T3/r7/2021-10-16.txt.gz:{chan ch=tech}Quadrapus Tech: Start with small tasks to see how the person does T3/r7/2021-10-16.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: do you think they called it upwork so people could ask "what's upwork?" and other people could answer "not much, what's upwork with you?" T3/r7/2021-10-17.txt.gz:{chan ch=tech}<> Slips Tech: anyone else getting dced T3/r7/2021-10-17.txt.gz:{chan ch=tech}Amarufox Tech: not me T3/r7/2021-10-17.txt.gz:{chan ch=tech}Dar Tech: it did happen to me T3/r7/2021-10-17.txt.gz:{chan ch=tech}Dar Tech: about an hour....or 3 ago T3/r7/2021-10-17.txt.gz:{chan ch=tech}Dar Tech: hard to say exactly when, when you're drunk as a skunk T3/r7/2021-10-17.txt.gz:{chan ch=tech}Summoner Yuna Tech: Does anyone here have Endymion's Practice Spellups plugin? And who could help me re-program it to remove all skills/spells except the ones you manually add? Or at least remove selective ones? At the moment it is forcefully practicing Sneak which is useless to me as a pPsi. with Shadow Form. T3/r7/2021-10-17.txt.gz:{chan ch=tech}Faylen Tech: I'm helping a friend with note formatting. Is it 79 chars per line max? T3/r7/2021-10-17.txt.gz:{chan ch=tech}Algaru Tech: easiest to use this: https://www.aardwolf.com/note.php T3/r7/2021-10-17.txt.gz:{chan ch=tech}Summoner Yuna Tech: How do I rewrite this to make it properly trigger again: DoAfterSpecial(3,gearcheck %1,10)? I remember that I have to create what's basically an alias within an alias/trigger set to cmd and set the script to DoAfterSpecial(3,cmd,10) to trigger it. T3/r7/2021-10-17.txt.gz:{chan ch=tech}KnightLord Throxx Tech: DoAfterSpecial (9, 'EnableTrigger("DoMyAlias",true)', sendto.script) T3/r7/2021-10-17.txt.gz:{chan ch=tech}Summoner Yuna Tech: That's not exactly what I'm looking for. So I have an alias called gearcheck. I want a trigger reaction to me leveling up to send gearcheck after doafterspecial. T3/r7/2021-10-17.txt.gz:{chan ch=tech}KnightLord Throxx Tech: or rather, change domy alais to the name of the trigger that it is in T3/r7/2021-10-17.txt.gz:{chan ch=tech}KnightLord Throxx Tech: you dont need doafter special, unless you need a delay in something, or turning something back off or on T3/r7/2021-10-17.txt.gz:{chan ch=tech}Summoner Yuna Tech: Yes, I need the delay. T3/r7/2021-10-17.txt.gz:{chan ch=tech}KnightLord Throxx Tech: https://pastebin.com/wY0envc7 T3/r7/2021-10-17.txt.gz:{chan ch=tech}Summoner Yuna Tech: Now you made me want ribs again. Had some for dinner. T3/r7/2021-10-17.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: what's the command to check which version of mushclient i'm running? T3/r7/2021-10-17.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: checkversion T3/r7/2021-10-17.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: found 'aard help' T3/r7/2021-10-17.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: hmm, somehow still on version r2110 T3/r7/2021-10-17.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: had to downgrade back to r2110. r2154 errored on startup saying i was missing a bunch of files... i wonder if I need to do an incremental upgrade? T3/r7/2021-10-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: unlikely T3/r7/2021-10-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: saying you're missing files doesn't make sense for an upgrade T3/r7/2021-10-17.txt.gz:{chan ch=tech}Aoric Tech: probably was running the executable from the compressed folder of mushclient? T3/r7/2021-10-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I guess the first question is whether you tried using the installer or the compressed folder version T3/r7/2021-10-17.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: did it from the installer... one problem for me is that i'm installing mushclient on a different computer and have a mapped network drive. so the installer doesn't really see the mapped network drive as a real drive. I wonder if there are any relative paths? T3/r7/2021-10-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: ooh, yeah, interesting T3/r7/2021-10-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient does some very unhygienic things with paths in a few places T3/r7/2021-10-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: where it autoconverts _some_ relative paths to full paths, which is terrible T3/r7/2021-10-17.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: meaning, i installed to c: but really it needs to be x: or something T3/r7/2021-10-17.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: ah, okay T3/r7/2021-10-17.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: i mean when i moved my linux folder to windows it did some scary stuff, lol T3/r7/2021-10-17.txt.gz:{chan ch=tech}Macbeth Tech: i think you can just do a install on local drive then copy and paste the folder into netowrk drive. i thi m T3/r7/2021-10-17.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: i want to build a hackintosh computer, kinda sorta not really T3/r7/2021-10-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I'll try to cook up a proper solution for this. It's honestly something that has bugged me for a while T3/r7/2021-10-17.txt.gz:{chan ch=tech}Tech: Faithful Ruhamah is expressing how much wootness IAC DO Fiendish exhibits. T3/r7/2021-10-17.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: kinda excited to see what Apple will announce tomorrow T3/r7/2021-10-17.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: more apple silicon chips T3/r7/2021-10-17.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: they will add a second headphone jack! T3/r7/2021-10-17.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: I haven't used a PC in ages, I feel like using a Mac has made me dumber at computers T3/r7/2021-10-17.txt.gz:{chan ch=tech}Tech: Faithful Ruhamah sobs in misery. T3/r7/2021-10-17.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: hey thats why you've got a team of engineers to be smart, right T3/r7/2021-10-17.txt.gz:{chan ch=tech}Brobeo Tech: If you want a hackintosh you better get on it. The ARM macs aren't hackintoshable. T3/r7/2021-10-17.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: but I also don't want to pull all-nighters to fix a bricked machine every 6 months or whatever. no longer that young anymore... T3/r7/2021-10-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mac is only two letters away from emacs T3/r7/2021-10-17.txt.gz:{chan ch=tech}Tech: Durel enthusiastically high-fives IAC DO Fiendish! T3/r7/2021-10-17.txt.gz:{chan ch=tech}Tech: Faithful Ruhamah is agreeing with that IAC DO Fiendish person again... T3/r7/2021-10-17.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I think you're pretty wiz at using computers still, don't worry T3/r7/2021-10-17.txt.gz:{chan ch=tech}Tech: Faithful Ruhamah wiggles her bottom towards Durel. T3/r7/2021-10-17.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: I forgot how to GUI T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: is it possible to have mush play a sound inside of an aliases commands? Does that make sense even? T3/r7/2021-10-18.txt.gz:{chan ch=tech}Nohh Tech: sure.. sendto script, and use the PlaySound function T3/r7/2021-10-18.txt.gz:{chan ch=tech}404 Eroe Tech: it can only play wav though. T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: is it possible to have mush play a sound inside of an aliases commands? Does tech wonderful! thanks!that make sense even? T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: and, using lua audio here, so can play ogg and others T3/r7/2021-10-18.txt.gz:{chan ch=tech}404 Eroe Tech: there you go. T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: thanks. T3/r7/2021-10-18.txt.gz:{chan ch=tech}Summoner Yuna Tech: What is lua audio and how do you get it? T3/r7/2021-10-18.txt.gz:{chan ch=tech}404 Eroe Tech: if you don't want to script it, create a PlaySound alias, then add PlaySound foo.ogg or whatever in your alias and send to execute. then your playsound alias will sendto script. T3/r7/2021-10-18.txt.gz:{chan ch=tech}404 Eroe Tech: it's mush plugin wrapped around base audio IIRC. I've got it built into the aard soundpack I've been redesigning. T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: same T3/r7/2021-10-18.txt.gz:{chan ch=tech}Summoner Yuna Tech: Can it play AAC? T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: um. Not by default. I think if you call bass libs it can. Not 100 percent sure however. T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: I'm just sticking with MP3 and ogg T3/r7/2021-10-18.txt.gz:{chan ch=tech}Nohh Tech: where's my addon that gives areas their own soundtracks T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: that wouldn't be that hard to code I don't think. GMCP wins this time. T3/r7/2021-10-18.txt.gz:{chan ch=tech}Nohh Tech: the hard part is assigning tracks to all the areas T3/r7/2021-10-18.txt.gz:{chan ch=tech}Summoner Yuna Tech: I would cry with joy if such a plugin were released. T3/r7/2021-10-18.txt.gz:{chan ch=tech}Summoner Yuna Tech: Well, the assigning would be up to the user, wouldn't it? T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: it would, but you could just have command to load your own files. I could start working on it if enough people want it T3/r7/2021-10-18.txt.gz:{chan ch=tech}Nohh Tech: yeah, probably, and it'd be hard! thats a lot of areas T3/r7/2021-10-18.txt.gz:{chan ch=tech}Summoner Yuna Tech: Eh, I'd start with assigning them in batches, like a bunch of them would have song 1, a bunch song 2 and then slowly customize each area. T3/r7/2021-10-18.txt.gz:{chan ch=tech}Summoner Yuna Tech: I think such a plugin would be very, very popular. Dew it! T3/r7/2021-10-18.txt.gz:{chan ch=tech}Tech: Aciath Smiles. I'll start on it today! T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: script is send_to 12 right? T3/r7/2021-10-18.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: yes. T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: thanks! T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: one more question about mush this morning. In an alias that I need to play a sound when it's sent, can I also at the same time send commands to the mud itself? T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: I couldn't see a way to send to script then world. T3/r7/2021-10-18.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: tell the script to send to the world as one of the command in the script? T3/r7/2021-10-18.txt.gz:{chan ch=tech}Greybeard Tech: you do just do something like Send("wield dagger") T3/r7/2021-10-18.txt.gz:{chan ch=tech}Nohh Tech: or Execute("whatever") if you want it to be processed for other aliases/whatever T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: Ah! I didn't think of that. Will give it a try. T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: I'm trying to make an alias that others can call if sounds need to be played. I don't want to have to trigger events and still haven't messed much with GMCP. T3/r7/2021-10-18.txt.gz:{chan ch=tech}Nohh Tech: create an alias to match "playsound *" w/ send to execute as PlaySound(0, "%1") T3/r7/2021-10-18.txt.gz:{chan ch=tech}Macbeth Tech: anyone experiencing bad connection this morning? T3/r7/2021-10-18.txt.gz:{chan ch=tech}Amarufox Tech: fine so far for me T3/r7/2021-10-18.txt.gz:{chan ch=tech}Nohh Tech: all good here T3/r7/2021-10-18.txt.gz:{chan ch=tech}Wardsmith Tech: My connection was a touch iffy last night, but nothing too severe T3/r7/2021-10-18.txt.gz:{chan ch=tech}Wardsmith Tech: It's all good now though T3/r7/2021-10-18.txt.gz:{chan ch=tech}Macbeth Tech: hmm ok just me then. tks! T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aoric Tech: do a ping? T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aoric Tech: ping www.google.com -- is fine and see if there is some latency T3/r7/2021-10-18.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley shrugs helplessly. T3/r7/2021-10-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: {Ping to google.com Min: 16ms Avg: 18ms Max: 24ms} T3/r7/2021-10-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: {Ping to aardmud.org Min: 47ms Avg: 51ms Max: 61ms} T3/r7/2021-10-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Heh. T3/r7/2021-10-18.txt.gz:{chan ch=tech}Rakiso Tech: that's good, i have 120 average.. T3/r7/2021-10-18.txt.gz:{chan ch=tech}Tech: Aoric rapidly nods twice at (Aleister) Crowley, in complete agreement. T3/r7/2021-10-18.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: just in case anyone's interestd in the FB debacle (going through last week's newsletters :): https://www.datasciencecentral.com/profiles/blogs/lessons-to-be-learned-from-the-facebook-outage T3/r7/2021-10-18.txt.gz:{chan ch=tech}Summoner Yuna Tech: What was the command to set custom sound files for spset again? T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aoric Tech: sphelp T3/r7/2021-10-18.txt.gz:{chan ch=tech}Summoner Yuna Tech: Thanks. T3/r7/2021-10-18.txt.gz:{chan ch=tech}Summoner Yuna Tech: COuldn't figure out the command for the help file. T3/r7/2021-10-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Specifically, spset [event] wav filename.wav T3/r7/2021-10-18.txt.gz:{chan ch=tech}Nohh Tech: it's listed in 'aard help' if you can remember that one T3/r7/2021-10-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Wardsmith didn't ask for a date. Just asked when it was created. :P T3/r7/2021-10-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Mis. T3/r7/2021-10-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: MiniMouseMacro is by far one of my favorite automation tools. If you have repetitive tasks at work like I do, it saves you a bunch of time. It's also pretty smart, too. I can condition it to check if a pixel is a certain color, and if so, perform action 1, else perform action 2. Did that when I had to check if I was on the chart screen or triage screen with patient charts. T3/r7/2021-10-18.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Currently I'm using it to append "&numberOfDays=730" to our HealtheConnections url so that I get the last 2 years' of patient information. Small thing, but means I don't have to move my mouse and click and type and enter. T3/r7/2021-10-18.txt.gz:{chan ch=tech}Faylen Tech: Anyone know if it's possible to make a keystroke load a plugin if it exists? Well, I'm sure it *can* be done, but anyone have tips for how? T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: I hate to be a bother. But I'm looking for a list of all possible health status people can be while in combat. For example, perfect condision, all that. Would anyone know if there is a list of this information? Sorry if this is worded badly. Lots of pain meds this evening T3/r7/2021-10-18.txt.gz:{chan ch=tech}Wardsmith Tech: You mean like 'x' is in perfect health, 'x' needs a hospital, 'x' is at death's door? T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: indeed! T3/r7/2021-10-18.txt.gz:{chan ch=tech}Wardsmith Tech: for triggers? T3/r7/2021-10-18.txt.gz:{chan ch=tech}Faylen Tech: sounds for the study command probably T3/r7/2021-10-18.txt.gz:{chan ch=tech}Tech: Aciath nods and smiles T3/r7/2021-10-18.txt.gz:{chan ch=tech}Faylen Tech: I thought there was a list in some help file, but not sure T3/r7/2021-10-18.txt.gz:{chan ch=tech}Wardsmith Tech: try using the battle prompt and set it to show enemy health percentage remaining. Use those so you don't have to go through the discovery process T3/r7/2021-10-18.txt.gz:{chan ch=tech}Wardsmith Tech: I tried looking, but I haven't gone through it a whole lot T3/r7/2021-10-18.txt.gz:{chan ch=tech}[Battle] Scars Tech: go fight a punchbag mob and study every round T3/r7/2021-10-18.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: they got a lot of health so you wont see many damage stages T3/r7/2021-10-18.txt.gz:{chan ch=tech}[Battle] Scars Tech: be patient T3/r7/2021-10-18.txt.gz:{chan ch=tech}Faylen Tech: I think a single class t0 would take hours and hours to kill one of those. It's not listed? Hmm T3/r7/2021-10-18.txt.gz:{chan ch=tech}Wardsmith Tech: I'm going through it now. Give me a mo and I'll have a note sent to you containing them T3/r7/2021-10-18.txt.gz:{chan ch=tech}Tech: Aciath smiles happily. T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: thanks! T3/r7/2021-10-18.txt.gz:{chan ch=tech}Wardsmith Tech: Sent T3/r7/2021-10-18.txt.gz:{chan ch=tech}Aciath Tech: thanks! T3/r7/2021-10-18.txt.gz:{chan ch=tech}Wardsmith Tech: Also sent the same stuff into the general tech forum in case someone else ends up needing it T3/r7/2021-10-18.txt.gz:{chan ch=tech}Wardsmith Tech: Addendum: Missed a string. Between %battle scars and %quite a few wounds there is also %has some small wounds and bruises T3/r7/2021-10-19.txt.gz:{chan ch=tech}Karathos Tech: I just found out today that there is an esoteric programming language that endeavors to make code look like classical chinese literature >_< https://github.com/wenyan-lang/wenyan T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: can you set a keypad key to a function? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Veriom Tech: yes T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: and how would I do that? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Nohh Tech: you can assign an alias to a key on the keypad, or any key combination... and that can execute anything you want T3/r7/2021-10-19.txt.gz:{chan ch=tech}Veriom Tech: ctrl+enter --> numpad T3/r7/2021-10-19.txt.gz:{chan ch=tech}Veriom Tech: alt+enter* T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: yes I know that screen T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: but how to set it to a function key like f4 or something T3/r7/2021-10-19.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: the Macros screen is what you want T3/r7/2021-10-19.txt.gz:{chan ch=tech}Rakiso Tech: macro T3/r7/2021-10-19.txt.gz:{chan ch=tech}Rakiso Tech: shift+ctrl+2 T3/r7/2021-10-19.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: not sure about what others said, but if you want a custom shortcut, say shift+0 or something you need a script. otherwise i'm not aware of any ways to add them T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: so, no one knows how to call a function key using the keypad shortcuts? T3/r7/2021-10-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: \\\AcceleratorTo("F4", "Do whatever")? T3/r7/2021-10-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, keypad shortcuts? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Nohh Tech: what do you mean by 'call a function key' anyway T3/r7/2021-10-19.txt.gz:{chan ch=tech}Princess Alison Tech: remind me again what's the difference between an accelerator and a macro T3/r7/2021-10-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You cannot call a function from the keypad... T3/r7/2021-10-19.txt.gz:{chan ch=tech}Princess Alison Tech: is an accelerator just press f-key and it does something? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: why not T3/r7/2021-10-19.txt.gz:{chan ch=tech}Redryn Tech: accelerator is just the script name for a macro T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: LOL T3/r7/2021-10-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Accelerators are macros. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Redryn. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Aoric Tech: he said his F12 key does call a function from a plugin T3/r7/2021-10-19.txt.gz:{chan ch=tech}Princess Alison Tech: you can call an alias from the keypad T3/r7/2021-10-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can call functions without issue. Just not function keys. T3/r7/2021-10-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: e.g. You can have a function called "slapMe()", set the key to send script, and it'll execute the function. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: so I can't make my keypad button call a function key, no ifs ands or buts eh? T3/r7/2021-10-19.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: you can use accelerator to use alt+f1 and such just fine T3/r7/2021-10-19.txt.gz:{chan ch=tech}Redryn Tech: you mean remap your numpad to F1? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: something like that, yes T3/r7/2021-10-19.txt.gz:{chan ch=tech}Redryn Tech: nothing to do with mushclient? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Nohh Tech: accelerator is just the windows api name for a hotkey, and can be bound to basically any key combination you want.. the macros are built into the client and are limited to the pre-defined key combos, and the keypad UI just binds aliases to the keypad buttons T3/r7/2021-10-19.txt.gz:{chan ch=tech}Selitos Tech: i don T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: well I only want it to do that in MUSH T3/r7/2021-10-19.txt.gz:{chan ch=tech}Selitos Tech: i don't underdtanf why you would want to call a function with the keypad, why not just use the f key if thats what you want to do? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Redryn Tech: why not just map your numpad? i'm confused T3/r7/2021-10-19.txt.gz:{chan ch=tech}Redryn Tech: you want your numpad -> f1 -> something? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: my f12 already does something T3/r7/2021-10-19.txt.gz:{chan ch=tech}Redryn Tech: you could just numpad -> something T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: I want to push a numpad button T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: to call f12 T3/r7/2021-10-19.txt.gz:{chan ch=tech}Redryn Tech: what does f12 call? tell your numpad to call that T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: it calls a function that's part of a plugin T3/r7/2021-10-19.txt.gz:{chan ch=tech}Aoric Tech: and that function has no equivalent alias, correct? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: as far as I know, correct T3/r7/2021-10-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So... why not set the numpad to call that particular function instead of trying to call F12? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: and how would I do that? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Nohh Tech: you could use autohotkey to do what you want T3/r7/2021-10-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: \\\AcceletorTo("Numpad4", "biteMe()", 12) T3/r7/2021-10-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Or whatever your function is. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Veritheia Tech: uhh T3/r7/2021-10-19.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: #20 *cheer T3/r7/2021-10-19.txt.gz:{chan ch=tech}Veritheia Tech: why don't you just put whatever command you want to enter in the "keypad" part of options T3/r7/2021-10-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Accelerator is for world commands, AcceleratorTo allows you to designate what kind of command it is. T3/r7/2021-10-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: He wants to call a function, Veritheia... T3/r7/2021-10-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Keypads will send execute, but if he wants to call a function, not an alias, then he needs the sendto.script (or 12) T3/r7/2021-10-19.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: keypads don't support anything complicated outside of an alias, if function has none u can't really shove it in there T3/r7/2021-10-19.txt.gz:{chan ch=tech}Veritheia Tech: right, so just put \\\function() in keypad T3/r7/2021-10-19.txt.gz:{chan ch=tech}Veritheia Tech: or write an alias T3/r7/2021-10-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hmm, never tried to see if that works. Still, can just AcceleratorTo. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Nohh Tech: the problem is... he has a plugin he didn't make that binds to f12 and does something he doesn't really know, so he doesn't really know what to even bind to the numpad, so he'd rather have some way to get the numpad to act like pressing F12 T3/r7/2021-10-19.txt.gz:{chan ch=tech}Veritheia Tech: time to jump into that xml then T3/r7/2021-10-19.txt.gz:{chan ch=tech}Nohh Tech: which i don't think you can do in mushclient, but AutoHotkey can do pretty easily T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: it binds it to hit all tbh T3/r7/2021-10-19.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: not everyone wants to or even can... T3/r7/2021-10-19.txt.gz:{chan ch=tech}Veritheia Tech: life is a journey of self improvement and learning :) T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: then you die with nothing to show for it T3/r7/2021-10-19.txt.gz:{chan ch=tech}Nohh Tech: there's world.DoCommand("MacroF12") but that probably doesn't work if the plugin used the Accelerator function T3/r7/2021-10-19.txt.gz:{chan ch=tech}404 Eroe Tech: maybe the equivalent execute call? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Cyrn Tech: all I can say is future me would hate current me when future me used f12 for something else and my keypad stopped working T3/r7/2021-10-19.txt.gz:{chan ch=tech}Tech: CheeZy Bot HiSaZuL laughs out loud. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Kerith Tech: is there a way to Ex: #trig You say 'test {yes|no|maybe}' say %1 (something from yes/no/maybe? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Anssett Tech: what you just did ought to work more or less as written T3/r7/2021-10-19.txt.gz:{chan ch=tech}Anssett Tech: you'd need to check the enable regex checkbox on the trigger T3/r7/2021-10-19.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-10-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Mis. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: or was it?! T3/r7/2021-10-19.txt.gz:{chan ch=tech}Wardsmith Tech: Was it what? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: a mischan T3/r7/2021-10-19.txt.gz:{chan ch=tech}404 Eroe Tech: TIL that if you set up LAG on two mikrotik switches it makes the second switch a "slave" and I spent 30 minutes trying to figure out where the switch went on the network... T3/r7/2021-10-19.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: whats the relationship between QoS and SD-Wan? Can have/use either one without necessarily the other? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Kerith Tech: well qos is quality of service - allowing you to limit bandwith or gaurantee of service for apps/etc T3/r7/2021-10-19.txt.gz:{chan ch=tech}Wardsmith Tech: SD-WAN is a wide area network that's software-made. You know how a switch can separate computers that are connected to it onto VLANS where they're logically separated but physically connected? An SD-WAN is a network of computers physically separated, but logically connected by software. T3/r7/2021-10-19.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: yes... and??? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Cheekier Than Tech: -> 42 T3/r7/2021-10-19.txt.gz:{chan ch=tech}Tech: ~Goddess~ Sirona falls to the ground and rolls around, laughing hysterically. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Wardsmith Tech: Ew, 42. 37 is far supetior T3/r7/2021-10-19.txt.gz:{chan ch=tech}Wardsmith Tech: superior* T3/r7/2021-10-19.txt.gz:{chan ch=tech}Cheekier Than Tech: what up my dude T3/r7/2021-10-19.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: heh if y'all think I'm clueless tech-wise, I at least own up what I don't know :) Im about to have to tell a new coworker the words they're using dont mean what they think they do T3/r7/2021-10-19.txt.gz:{chan ch=tech}Tech: ~Goddess~ Sirona wildly nods her head at SNEAKER Mushambo... she seems to be in total awe. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: inconceivable!!! T3/r7/2021-10-19.txt.gz:{chan ch=tech}Wardsmith Tech: Can you tell me again, Mushambo T3/r7/2021-10-19.txt.gz:{chan ch=tech}Wardsmith Tech: ? T3/r7/2021-10-19.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: LOL!!! you just added 20 years to your age Dar T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: how old am I now? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Wardsmith Tech: Having flashbacks to Win42 or whatever game it was... Maybe some card game... T3/r7/2021-10-19.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: well 20 years further than you were T3/r7/2021-10-19.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: that was a beautiful quip T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: should I base that off my age on here (hours wise), rl age, age of various body parts, or just a random # generated by a computer? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Wardsmith Tech: I can't message you rn Mushambo. Can you shoot me a tell so I can respond back? I don't have the ability to 'see' you rn. T3/r7/2021-10-19.txt.gz:{chan ch=tech}~Goddess~ Sirona Tech: which ever brings you happiness T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: I mean, I broke a hip when I was a teenager, and that made me an automatic geriatric.....and that's been years and years ago T3/r7/2021-10-19.txt.gz:{chan ch=tech}Dar Tech: so I'd be like over 100 now or something T3/r7/2021-10-19.txt.gz:{chan ch=tech}Tech: ~Goddess~ Sirona giggles at Dar's actions. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Wardsmith Tech: Quick question. Is there a way to pull information from the MUD and place it in a notepad via a trigger? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Faylen Tech: I know aciath has his doing that with an alias, but not sure about a trigger. I'd think it would be a similar concept. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Wardsmith Tech: Well, I could do it all manually, but it'd be a lot easier to figure out if data collection could be automated. I want a trigger to recognize when something appears in the log, do a command, and append both the thing that appears and the results of the command into a notepad. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Inix Tech: very simple to do with tintin T3/r7/2021-10-19.txt.gz:{chan ch=tech}Wardsmith Tech: Tintin? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Inix Tech: TinTin++, a mud client T3/r7/2021-10-19.txt.gz:{chan ch=tech}Aciath Tech: could someone tell me why this would be yelling about an unfinished string? DoAfter (2, "PlaySound (6, "killmgs/"..math.random(1,400)..".wav", false, -10, 0)") T3/r7/2021-10-19.txt.gz:{chan ch=tech}Aciath Tech: basically I'm trying to get those sounds to fire after using StopSound to cancel a group of loops before. If I just send StopSound without some form of waiting, these sounds don't get a chance to play T3/r7/2021-10-19.txt.gz:{chan ch=tech}Mannec Tech: you appear to have an escaped double-quote. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Aciath Tech: where at? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Mannec Tech: the forward-slash just before the third double-quote might be escaping it. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Aciath Tech: hmm. Not sure how to fix that. Pain meds aren't helping either. :P T3/r7/2021-10-19.txt.gz:{chan ch=tech}Mannec Tech: try removing the forward-slash? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Aciath Tech: finally gave up on lua audio this evening T3/r7/2021-10-19.txt.gz:{chan ch=tech}Aciath Tech: hmm. [string "Trigger: *trigger46942"]:2: unfinished string near '")' T3/r7/2021-10-19.txt.gz:{chan ch=tech}Mannec Tech: that error tells me there is a parenthesis, but your output doesnt have any - was it copied correctly? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Aciath Tech: the full line. DoAfter (2, "PlaySound (6, "killmgs"..math.random(1,400)..".wav", false, -10, 0)") T3/r7/2021-10-19.txt.gz:{chan ch=tech}Heracles Tech: DoAfterSpecial maybe T3/r7/2021-10-19.txt.gz:{chan ch=tech}Mannec Tech: i wonder if this would be easier to manage if i knew something about lua. T3/r7/2021-10-19.txt.gz:{chan ch=tech}404 Eroe Tech: if you have that many nested function calls, split them apart and assign return values to vars. You get cleaner code and you can tell which part is broken. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Mannec Tech: try removing the space after PlaySound? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Mannec Tech: also, i wouldnt expect to need the PlaySound function call in its own set of quotes... T3/r7/2021-10-19.txt.gz:{chan ch=tech}404 Eroe Tech: also that. unless PlaySound is an alias that's not going to work. T3/r7/2021-10-19.txt.gz:{chan ch=tech}404 Eroe Tech: oh. actually try this. sorry T3/r7/2021-10-19.txt.gz:{chan ch=tech}404 Eroe Tech: DoAfter (2, "PlaySound (6, \"killmgs\"..math.random(1,400)..\".wav\", false, -10, 0)") T3/r7/2021-10-19.txt.gz:{chan ch=tech}Mannec Tech: that looks like it is trying to include the quotes as part of the filename. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Aciath Tech: still unfinished string T3/r7/2021-10-19.txt.gz:{chan ch=tech}404 Eroe Tech: should be fine. but that's also not really how I'd do anything like that. why are you calling it like that? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Aciath Tech: because I've only been playing with mush for three weeks. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Aciath Tech: if there is a better way of doing it, I haven't found it T3/r7/2021-10-19.txt.gz:{chan ch=tech}404 Eroe Tech: okay let me rephrase. what are you trying to accomplish with that. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Mannec Tech: im a little puzzled at why you have 400 different kill messages. T3/r7/2021-10-19.txt.gz:{chan ch=tech}404 Eroe Tech: the problem is that you're sending script code as a command. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Negader Tech: and why do you want to play the sound after 2 seconds? T3/r7/2021-10-19.txt.gz:{chan ch=tech}404 Eroe Tech: so, create an alias called PlaySound, then have %1 be the value it sends to PlaySound. when that's done, test it manually, and then use DoAfterSpecial to call it. you want to send the string to execute. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Wardsmith Tech: off T3/r7/2021-10-19.txt.gz:{chan ch=tech}Aciath Tech: so. when I'm in combat, a group of sounds plays. When combat is over, all of those sounds stop. If I stop all sounds at once when combat ends, these messages don't get a chance to play. That's why I was going to have it wait a bit after the first group was done T3/r7/2021-10-19.txt.gz:{chan ch=tech}Mannec Tech: try your original line, but remove the first and last double-quotes? T3/r7/2021-10-19.txt.gz:{chan ch=tech}404 Eroe Tech: recommend you use LuaAudio vs trying to do this. because the more sounds you stagger, the more random sounds you'll be hearing. T3/r7/2021-10-19.txt.gz:{chan ch=tech}404 Eroe Tech: he doesn't need to remove quotes. that's a string. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Wardsmith Tech: off T3/r7/2021-10-19.txt.gz:{chan ch=tech}Aciath Tech: tech with no text after it will do that for you T3/r7/2021-10-19.txt.gz:{chan ch=tech}Wardsmith Tech: oof T3/r7/2021-10-19.txt.gz:{chan ch=tech}Wardsmith Tech: lmao thanks. Sorry, just trying to keep an eye on the game T3/r7/2021-10-19.txt.gz:{chan ch=tech}Mannec Tech: is it supposed to be a function call, or a text string that _looks_ like a function call? T3/r7/2021-10-19.txt.gz:{chan ch=tech}Faylen Tech: is there a way to make lua audio play ogg files? He's trying to add ogg support somewhere and running into this stuff T3/r7/2021-10-19.txt.gz:{chan ch=tech}404 Eroe Tech: it's not supposed to be either. neither approach is going to work. I just realized he's trying to send lua code to DoAfter. that's going to fail. T3/r7/2021-10-19.txt.gz:{chan ch=tech}404 Eroe Tech: yes. lua audio plays ogg. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Mannec Tech: if the sounds played whenever, and all sounds got killed a second or two after the end of combat, would that be an acceptable result? T3/r7/2021-10-19.txt.gz:{chan ch=tech}404 Eroe Tech: if you want to execute script code, you can either create an alias with that code, then pass in the name of the file and use DoAfterSpecial, or more messily you can keep the same sort of setup, but use DoAfterSpecial and have it send to script (I think). T3/r7/2021-10-19.txt.gz:{chan ch=tech}404 Eroe Tech: I recommend the former approach. If you ever do swap to lua audio or you change how your sounds play or you want to hear a yodel before each one, any number of scenarios where you want to change how sounde plays, you simply edit one alias and you don't have to track down every trigger. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Tech: Mannec crosses his arms and nods slowly and sagely to 404 Eroe. T3/r7/2021-10-19.txt.gz:{chan ch=tech}Aciath Tech: So. Using lua. Can you still have sounds play in different sound buffers? Also how could I check if a sound is playing then stop it later with another event? Sorry for all the questions. I try reading the help documenntation, but with current health issues I can't retain much information at one time. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Gurbuz Tech: hi I was wondering on my keyboard sometimes I have to press a button twice for it to type it out any reasons why T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aoric Tech: which keyboard buttons do you experience that behavior? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Gurbuz Tech: P T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aoric Tech: type echocommands and see what it does T3/r7/2021-10-20.txt.gz:{chan ch=tech}Gurbuz Tech: its a general issue with my pc not with just the mud T3/r7/2021-10-20.txt.gz:{chan ch=tech}Brobeo Tech: It might be worth pulling off the keycap and cleaning/blowing compressed air the switch. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Tech: Aoric rapidly nods twice at Brobeo, in complete agreement. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Gurbuz Tech: ok i will try that T3/r7/2021-10-20.txt.gz:{chan ch=tech}Chororo Tech: Just curious if anyone has any thoughts on what needs to happen to get x86 OS's virtualized on the M1 chips and whether we'll ever see it happen. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Gigel Tech: M1 is arm, iirc. Parallels Desktop was working on a version to support M1 T3/r7/2021-10-20.txt.gz:{chan ch=tech}Chororo Tech: Yeah, M1 is ARM for sure. Parellels will only work with ARM operating systems currently. For example, ARM windows, which isn't great. So question is whether we'll ever be able to virtualize x86 stuff. There is rosetta that can run x86 apps in the user space but I guess virtualization needs infrastructure closer to the metal. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Gigel Tech: maybe vmware is working on something? I'm using bootcamp on my Intel Mac :) T3/r7/2021-10-20.txt.gz:{chan ch=tech}Chororo Tech: yeah...I don't think bootcamp is even an option now for the M1 chips T3/r7/2021-10-20.txt.gz:{chan ch=tech}Gigel Tech: but bootcamp was droped for M1, right? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Tech: Chororo nods. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Gigel Tech: my next laptop will be a MS surface or Asus rog :) T3/r7/2021-10-20.txt.gz:{chan ch=tech}Chororo Tech: seems from the apple event a couple of days ago that the M1 macbooks have ridiculous firepower, might just be marketing though T3/r7/2021-10-20.txt.gz:{chan ch=tech}Chororo Tech: two new chips, M1 pro, and M1 max T3/r7/2021-10-20.txt.gz:{chan ch=tech}Rakiso Tech: will i be able to aard faster on M1? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Chororo Tech: no, but you might be able to draw less power! T3/r7/2021-10-20.txt.gz:{chan ch=tech}Rakiso Tech: well then i will continue to aard from my toaster.. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: anyone here know anything about lua audio? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: trying to figure out how to assign sounds differing volume levels. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: I thought this would work as it's how playsound normally works, but not with lua it seems. playsound(1, "mew.ogg", faulse, -10, 0) T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aoric Tech: mush playsound would only accept .wav ... I think T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: yes. There is however a lua audio plugin that supports .ogg and others T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: that lua audio plugin is what I'm using T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aoric Tech: can you share online documentation of it? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: there isn't any T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: that I can find. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: found this. https://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=9605 T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You'd have to register the .dll first. T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Or require the dll. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Tech: Aciath Sighs. I just want an audio plugin that works and is easy to do stuff with. This lua one is the only one I've found that can play .ogg files and, I'm just close to giving up TBH. T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Put the .dll file in the root MUSHclient folder, then try: require('filename') T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Either way, you'll wind up having to require something. T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Worst case scenario is you convert them all to .wav files. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: that's my main point. I don't want to use wav files if I can help it. i have a ton of sounds here. In ogg they're only around 400mb. In wav, well over 2gb. T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yuck. T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What is the library that you are using? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: I don't even know... Have only been coding in mush for a few weeks at best. T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, you mentioned that you found a library that plays .ogg, etc, I thought. If you found it, I'd have suspected you know where you got it from, as it's not native to MUSH. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: so. Pulled the lua audio plugin itself from another mud that uses it. Pulled some playing functions from an old old copy of a pack I was helping someone with T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: it works as I can make .ogg files play, but can't give one file a different volume than another and a few other things. I'm just, so overwelmed at this point. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: I'm coming to mush from a client called VIPMud that had its own basic, but workable scripting language. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aoric Tech: did you happen to download it from this link? https://www.alteraeon.com/downloads/vipmud/ T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: but, I refused to even try playing here with VIPMud. It doesn't support GMCP what so ever T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aoric Tech: there's a readme.txt with some intructions in there T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: no. I've been a VIPMud user for years and years. Never played that mud with it T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: At this point, I'm of the thinking VIPMud can die in a fire. :P T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: Let me see if I can clarify. He, well both of us, have used vipmud for a lot because the scripting is fairly straight forward, if a bit buggy. So now, he's trying to learn mush/lua scripting. The audio used in aard's mush pack isn't lua audio, but has some features he likes and wants, like volume control for different sounds. HOwever, it can't play ogg. So he got lua audio from the alter aeon mush pack, and because a bunch of people here have said use lua audio T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: Basically what he wants is some kind of audio thing that can do both specific sound volume control, and ogg file playing. But he can't seem to figure out how T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: i can't figure out anymore. It's all just a huge mess. T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Unfortunately, that's something that the author of the dll would have to incorporate. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: it already can... I just can't figure it out T3/r7/2021-10-20.txt.gz:{chan ch=tech}Tech: Aoric is agreeing with that (Aleister) Crowley person again... T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: which one. The ogg file playing, or the volume control? Or both? T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Share that particular library with us, and maybe we can figure it out. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: one moment T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aoric Tech: I think it does both T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aoric Tech: based off the readme that is T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: uploading to a place now T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aoric Tech: someone just needs to spend time to really understand how it works T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Readmes are crap if they don't offer the basics. :p T3/r7/2021-10-20.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: I've been trying. For three weeks T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: crowley, which thing would need to be changed in the dll? the ogg file playing I assume, but the volume stuff too? T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, from what is being said, it seems that it's supposed to support volume control, but I guess it would need to support channel selection, too. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: https://aciath.com/files/LuaAudio.xml T3/r7/2021-10-20.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: It seems like you'd have to pre-know how much to adjust the volume for each, so couldn't you just pre-level the source files? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: why modify the actual audio files when the plugin itself should be able to do that? That'd be, oh gods. So many audio files to edit... T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: about 5000 or so... T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: Not just that but it takes control away from the user. One thing we both really love here is that the sound plugin lets you change volumes if, for example, a specific sound is just too loud or is bothersome to someone T3/r7/2021-10-20.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Well, you'd have to already know how much to adjust each to set it in your config for how to scale each one, so you'd still have to go through 5000 anyway, right? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: but faylen, the pack you're using again, can't play ogg, and I can't figure out how to add new events. That's why I'm making my own T3/r7/2021-10-20.txt.gz:{chan ch=tech}Summoner Yuna Tech: Speaking of sounds and whatnot, who was it that said they were going to make a plugin for playing background music for each area? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Sounds like the sorta thing replaygain would fit into too. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: Like the friend sound is soooo loud at first, so we can just turn it down. That's the kind of functionality he's wanting, but with ogg files. The solution seems to be to use lua audio, but figuring out how to do that for a sound, not the whole volume, is what's getting him stuck. I've played with lua off and on, even wrote a few small, basic plugins, but what I've tried has failed too T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: twas I who said would make the plugin for area music. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Summoner Yuna Tech: Aaah. How's that coming along? :P T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: Yeah, here you should be able to do that without issue. Just check gmcp and change the music when the zone changes T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: it's not. :P Not until I can actually play things. :) T3/r7/2021-10-20.txt.gz:{chan ch=tech}Tech: Aciath nods at Faylen. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Redryn Tech: better off just converting everything to wav imo T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: I'm almost to that point TBH T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Heh, the way you have the xml set up in that fila, Aciath, is messy... because I have to go through and separate the script so that the -- doesn't comment everything out. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: I didn't write that one T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: He's also very new at this. Even if he had written it, most new folks tend to have messy code. At least, the people I know who have started playing with different languages T3/r7/2021-10-20.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: myself included. haha T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Faylen: Except most new people would still put individual code strings on individual lines, not: print("foo") if i=true then print("bar") else print("foobar") end print("test") local id = "exam" T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: OH gees! Yeah, that's definitely not either of our styles T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: Using a screen reader that would drive me nuts T3/r7/2021-10-20.txt.gz:{chan ch=tech}Redryn Tech: probably got compressed or whatever so linebreaks don't show properly T3/r7/2021-10-20.txt.gz:{chan ch=tech}Lasher Tech: For what it's worth, I really appreciate you all trying to make this work, hopefully you get to something that can be shared with others? At work so probably in other window by the time you answer. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: Oh Aciath and I both tend to share a lot, if we can get things to a usable level. I absolutely love that fiendish took what I did years ago, cleaned it up and added a crap ton of stuff to get what we have now. That makes me so so happy T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: What I had before was messy to say the least. I just wanted to make it work. haha T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: and even that was mostly based off what winklewinkle did T3/r7/2021-10-20.txt.gz:{chan ch=tech}Trachx Tech: so basically you want to run audio player that will be controlled using Lua ? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: For now, yeah. I'll just convert everything to .wav I really don't want to, but my headache can't take anymore pain and looking at this plugin. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: this worked. so.... StopSound(0) PlaySound (0, "switchright.wav", false, -10) T3/r7/2021-10-20.txt.gz:{chan ch=tech}Trachx Tech: forget lua plugin, write your own T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: Do I always have to give it a buffer or will it default to the first open one? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Trachx Tech: I mean you could consider using lua just to send commands to external player T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: That's, not what he's doing. He's messing with audio for mush itself T3/r7/2021-10-20.txt.gz:{chan ch=tech}Trachx Tech: mush is text processing mud client, not audio tool T3/r7/2021-10-20.txt.gz:{chan ch=tech}Trachx Tech: and there is not gain to play that audio by mush itself (instead just sending "some_external_player play_now ") T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Except that MUSH can play audio. *shrug* T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: it can? Really? Wow! T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And if it's MUD-related, why seek external sources that not everyone will have? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: Exactly T3/r7/2021-10-20.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers with Aciath about their shared secret. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Tech: SNEAKER Mushambo mambos like Lou Bega! Stand clear or join in! T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: In case you were truly excited, I meant that MUSH can play .wav audio in rebuttal to Trachx's "suggestion" T3/r7/2021-10-20.txt.gz:{chan ch=tech}Trachx Tech: you know that you can browse web in xemacs or emulate vim ? why pick standalone web browser or use vim then T3/r7/2021-10-20.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: I can't run emacs, I only have 64 gig of RAM. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Trachx Tech: that is pretty similar - if you want play a single sound in Mush - PlaySound is good enough, if you want fade between two music tracks - you need to invent your own solution T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: I'll let you do it for me T3/r7/2021-10-20.txt.gz:{chan ch=tech}Trachx Tech: https://stackoverflow.com/questions/18733213/fade-between-two-music-tracks-in-progress-in-pygame T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: mush can't run python code that I know of. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: It can. I don't know if it can do that while it's also running lua, though T3/r7/2021-10-20.txt.gz:{chan ch=tech}Trachx Tech: it can, but it is a bit complicated, you can still send command to external python app for example using sockets T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Fiendish pointed out that you can write a plugin in python and it'll accept that code. Or something like that. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: I'd love to pick fiendish's brain on so many things, but he seems to be sporadic on here T3/r7/2021-10-20.txt.gz:{chan ch=tech}Trachx Tech: btw gmcp mapper stops working when you get to death room T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Might consider integrating Love into it... it supports volume changing in love.audio T3/r7/2021-10-20.txt.gz:{chan ch=tech}Cyrn Tech: yeah 'i want to play sounds in lua' is not an original problem and there seem to be quite a few libraries aimed at game developers that probably solve the problem and have documentation + ogg support T3/r7/2021-10-20.txt.gz:{chan ch=tech}Cyrn Tech: so finding one that works and figuring out how to use it vs. using .wav and native mush commands T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Love is one of the best, I think. And it's open-source, can distribute it as needed. T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: https://love2d.org/wiki/Tutorial:Audio T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aoric Tech: lol I sent that link to Aciath awhile ago T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aoric Tech: thought he was already using it T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aoric Tech: but yeah, try using love -- it's what roblox use I think T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Sorry, I can't hear you over the sound of how awesome I am for coming up with that original link and finding it before anyone else found it and submitted it to the player having issues. God, I'm amazing! T3/r7/2021-10-20.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley runs away in utter terror! T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: As a side note, if you get something working and you submit a PR to Fiendish to incorporate it into MUSH, he just might do so. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: Just giving up for now T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's how mapper portals (searching for your portals) came to be, as well as the soundpack, and other things. T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Though Fiendish is the main author, Aard's MUSHclient is really community-created. T3/r7/2021-10-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Just any modifications made need to pass through Fiendish before it's made official. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: nodnod. It really is. I can see stuff from me, winkle, someone else who's name I forget that did a bunch of stuff with sounds and other things. It's really cool to see T3/r7/2021-10-20.txt.gz:{chan ch=tech}Trachx Tech: if still think that picking python over lua is better approach - as in RL python will be more useful than lua - so play & learn python T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: It's also nice to have an updated version that us screen reader users can use. I had it working before, but I had to rip out a bunch of miniwindow things and then I was afraid to update anything T3/r7/2021-10-20.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Faylen. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Faylen Tech: this time I just downloaded, added in SND and maybe one or two other plugins and boom, accessible, and up to date. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Meepster Tech: if anyone is available, i would appreciate help with installing the spellup plugin? i cant find the right way to do it T3/r7/2021-10-20.txt.gz:{chan ch=tech}Dar Tech: well what happens when you try? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Anssett Tech: and which specific spellup plugin? :P T3/r7/2021-10-20.txt.gz:{chan ch=tech}Meepster Tech: i just cant find the right link for it, i went to hadar's github page but i just cant figure out what im supposed to download/do T3/r7/2021-10-20.txt.gz:{chan ch=tech}Meepster Tech: any spellup plugin would be good T3/r7/2021-10-20.txt.gz:{chan ch=tech}Anssett Tech: plugins are distributed as xml files. find one of those :P T3/r7/2021-10-20.txt.gz:{chan ch=tech}Dar Tech: or copy/paste the raw script into notepade and save it as an xml file T3/r7/2021-10-20.txt.gz:{chan ch=tech}Meepster Tech: ok i have it installed, i think I am good now thx T3/r7/2021-10-20.txt.gz:{chan ch=tech}Meepster Tech: are there any plugins that yall would recomend? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Anssett Tech: dinv and a s&d plugin (crowley's is probably top dog for that right now) are the ones that come to mind first to me T3/r7/2021-10-20.txt.gz:{chan ch=tech}Trachx Tech: maze help-solver plugin T3/r7/2021-10-20.txt.gz:{chan ch=tech}Selitos Tech: can i see what dinv uses for equipment for a particular slot? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Dar Tech: eq would show you what it did use ;) T3/r7/2021-10-20.txt.gz:{chan ch=tech}Powdered Milkweed Tech: yeah dinv display (name) (lvl) T3/r7/2021-10-20.txt.gz:{chan ch=tech}Powdered Milkweed Tech: sorry dinv set display (name) (lvl) T3/r7/2021-10-20.txt.gz:{chan ch=tech}Selitos Tech: yeah i found it, under analyze not usage T3/r7/2021-10-20.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there a way to make the Chat Miniwin Log not capture things mobs say? I really hate it when mobs clog up my log with inane repeatitive BS. T3/r7/2021-10-20.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: right click, capture settings and remove mob say T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: to whomever posted the ogg things in the forum, thanks a ton.. It's already been quite helpful T3/r7/2021-10-20.txt.gz:{chan ch=tech}Aciath Tech: I'm finding it's easier to just write my own sound plugin. So, that's what I'm doing! T3/r7/2021-10-20.txt.gz:{chan ch=tech}Summoner Yuna Tech: Aaaah. Thank you so much! Finally, begone, spam! T3/r7/2021-10-20.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: mobsay is closer to the end of the list T3/r7/2021-10-20.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: hehe it's useful for goals but otherwise mob chatter is spammy T3/r7/2021-10-20.txt.gz:{chan ch=tech}Summoner Yuna Tech: I've completed all goals except FT2 and most SH goals so for me, it's just really, really, annoying. Yes, I know, I've saved this area from that monster. Stop telling me that every time I visit! T3/r7/2021-10-20.txt.gz:{chan ch=tech}Cyrn Tech: is there a way to use dinv to find armor that isn't part of a set? like some combo of dinv covet and dinv analyze? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Durel Tech: see "dinv help usage" T3/r7/2021-10-20.txt.gz:{chan ch=tech}Durel Tech: that will tell you which pieces are used at which levels for your sets and which are unused T3/r7/2021-10-20.txt.gz:{chan ch=tech}Cyrn Tech: oh perfect, I knew I knew how to do it when I played years ago, thanks T3/r7/2021-10-20.txt.gz:{chan ch=tech}Summoner Yuna Tech: I've got an alias that gets called when I remort to set what my standard portal should be and 2 triggers for when I level up to 2 specific levels to switch out my standard portal. Both are set to: world.Execute("#alias {wear jewelry} {wear }"). However, the alias will create an additional alias instead of modify the exiting one. Furthermore, it will add the following info to the alias: Label: command_line_alias_d2VhciBqZXdlbHJ5, Group: command_line_aliases. How do I stop this from happening? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Summoner Yuna Tech: Note: I have not asked it to label or group the alias. I have no idea why this is happening. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Karathos Tech: um, I think #alias is an alias to create aliases T3/r7/2021-10-20.txt.gz:{chan ch=tech}Karathos Tech: if you want to call the alias, just call it directly world.Execute("myAlias") T3/r7/2021-10-20.txt.gz:{chan ch=tech}Heracles Tech: Why create/modify an alias when you can just send the commands to wear it from the trigger at the appropriate levels? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Summoner Yuna Tech: You misundestand me, in all 3 cases, I'm modifying an existing alias, using an alias and 2 triggers. They're set to activate at different levels. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Summoner Yuna Tech: However, the alias somehow creates a new separate one from the one the other 2 modify. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Summoner Yuna Tech: Because mapper can't use triggers properly. It's an alias so that I can tell mapper to wear and then just modify the alias. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Karathos Tech: well, idk why you are doing that, if you look at the code for #alias it adds the label and group, so it is working as intended T3/r7/2021-10-20.txt.gz:{chan ch=tech}Summoner Yuna Tech: But it only adds label and group when I use the alias and not when I use the triggers. They both use the exact same code. T3/r7/2021-10-20.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there a code for modifying an existing alias then that I can use instead? T3/r7/2021-10-20.txt.gz:{chan ch=tech}Karathos Tech: just set up a variable for the default portal T3/r7/2021-10-20.txt.gz:{chan ch=tech}Karathos Tech: your portal alias should then use that variable T3/r7/2021-10-20.txt.gz:{chan ch=tech}Summoner Yuna Tech: I used to do that but switched over to just modifying the alias for some reason a while back. T3/r7/2021-10-20.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: think you are better off modifying variables T3/r7/2021-10-21.txt.gz:{chan ch=tech}Malark Tech: s&d is great, but galaban's partroxis plugins is the best plugin imo. praise him! T3/r7/2021-10-21.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Okay I'm sure this is another ridiculously simple "me" question...what's a good open-source software for doing app/platform mockups and/or a "design document template" to help describe feature set of an online service? T3/r7/2021-10-21.txt.gz:{chan ch=tech}Aoric Tech: figma T3/r7/2021-10-21.txt.gz:{chan ch=tech}Aoric Tech: www.figma.com T3/r7/2021-10-21.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: thank you :) T3/r7/2021-10-21.txt.gz:{chan ch=tech}Aoric Tech: it's not open-source though, but if you tried the free version and you like it, check out their reasonable pricing T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Completely forgot about the shortcut Winkey+(1|2|3) to switch between windows easily... Been alt+tabbing all this time when I could have just done the shortcut and saved a lot of mistabs. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley sighs. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Nohh Tech: i read that as wink-y and was so confused T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: wait until you find out about ctrl+win right/left arrow to switch between virtual desktops T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Anssett: Already been doing that. :P T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oops, I mean... GASP! EASY SHORTCUT! :p T3/r7/2021-10-21.txt.gz:{chan ch=tech}Tech: Anssett faints. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'm a fan of shortcuts, even if I have to write the shortcuts myself. Years ago, when I worked as a medical biller, I used PhraseExpress to perform a lot of my actions since it was all repetitive anyway. "Enter 1, tab enter 3, enter, enter, tab enter 2..." Or copy/paste data constantly. I couldn't handle the tediousness of it. Now I'm doing repetitive stuff working on patient charts. Refuse to use PhraseExpress when I have MiniMouseMacro, though. T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If there's anything that can make my work life less tedious, I want it. :p T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Shortcuts, whatever. :P It's why I have that Excel sheet. More play, less work. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: worked for a manager years ago who had a saying. "if i have to do it more than twice, it should be automated" sounds like you'd get along :P T3/r7/2021-10-21.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly. T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I like that philosophy. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: i've been desperately searching for another employer that agrees haha T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: everybody else has been OOH MORE BANDAIDS DO IT ALL MANUALLY T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: >:( T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If only I could automate the calls requesting patient information from their primary care doctors or cardiologists. :p T3/r7/2021-10-21.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley comforts Anssett. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: you can, that's just a very different sort of automation :P probably more expensive for the phone data gathering T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: don't think you could do that easily in excel or lua lol T3/r7/2021-10-21.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: use legos to make a robot T3/r7/2021-10-21.txt.gz:{chan ch=tech}Nohh Tech: train lego robot to become sentient T3/r7/2021-10-21.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: that will teach meatbags what good life looked like lol T3/r7/2021-10-21.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly at Anssett. T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I should have Melvin just do the calls for me. "Hello. I am Melvin. I need information on John Smith, date of birth 01/01/1960. Please fax over office visit notes and testing/labwork results to 555-555-5555. Thank you and have a good day. Goodbye." T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: [Melvin]: No, I refuse to do your dirty work, jerk! T3/r7/2021-10-21.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley slaps Melvin. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Aoric Tech: is Melvin the new Alexa? T3/r7/2021-10-21.txt.gz:{chan ch=tech}Tech: Anssett steps away from Crowley slowly. T3/r7/2021-10-21.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Melvin is Crowleys alter ego. T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Could be. He's the Alexa/Siri/Google Assistant of Aardwolf. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly at FrshPrncOf Kelaire. T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: 'melvin, get weather for 13219' T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: [Melvin]: Syracuse, NY 13219, USA: Overcast Temp: 63F (17.2C) Feels like: 63F (17.2C) Humidity: 75% Wind: N at 0 mph. Visibility: 10 miles. Cloud cover: 100% Current time: 10:24 T3/r7/2021-10-21.txt.gz:{chan ch=tech}Tech: Aoric goes ooOOooOOoo. T3/r7/2021-10-21.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: melvin, predict double T3/r7/2021-10-21.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Aww T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: haha T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Gotta have quotes for tech channel. :p T3/r7/2021-10-21.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Oh... T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: 'melvin, predict double' T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: [Melvin]: At 163 kpm, Saturday 23 Oct, 2021 at 14:49 MUDtime (2d 4h 23m from now) T3/r7/2021-10-21.txt.gz:{chan ch=tech}Aoric Tech: 'melvin, fido me a TP' T3/r7/2021-10-21.txt.gz:{chan ch=tech}Tech: Anssett cackles gleefully at Aoric. T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: [Melvin]: You wish. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Methyl Tech: crowley -- you'd be surprised how much work is going into the whole automation of medical record requests T3/r7/2021-10-21.txt.gz:{chan ch=tech}Methyl Tech: i worked at epic some years back T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Methyl: There's another aard player who works at Epic currently. I have access to Epic for medical records, but most of my patients are not on it. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: how far back? i may have choice words for you if it was on any version i'm supporting these days lol T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: In my opinion, Epic sucks, but so does HealtheConnections, which is what our main portal of distribution is. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers with Anssett about their shared secret. T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Guess my opinion is shared. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: i haven't seen many good EMR or adjacent software out there tbh. best one i saw was GE's, years ago T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: We use MEDENT as our practice management software/EMR. It's pretty decent, overall, but it seems so archaic, too. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: i have nightmares of one that had a hard dependency on IE6 and installed its client to c:\windows\system32 T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: granted this was also in like '08 or '09 but still. T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What I dislike about Epic is having to use the Citrix receiver and then it being forced to use IE with no command capability. No bookmarks, no address bar, nothing. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: interesting. our epic setup works fine in chrome. must be a different subset or something T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Quite possible. T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I wonder what would happen if I completely eradicated IE from Windows. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: EU would applaud you probably T3/r7/2021-10-21.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: wasnt ie finally dropped? T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: define dropped. it's definitely still *in* windows. it's EOL sure T3/r7/2021-10-21.txt.gz:{chan ch=tech}Old Mister Wuzi Tech: I think it's all edge now but I am fairly certain you can still install IE manually from the website T3/r7/2021-10-21.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: could of sword i saw some passingle article of microsoft finally ditching it T3/r7/2021-10-21.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: sworn* T3/r7/2021-10-21.txt.gz:{chan ch=tech}Aoric Tech: EOL for sure for IE T3/r7/2021-10-21.txt.gz:{chan ch=tech}Old Mister Wuzi Tech: Knowing how computers are the unlaunched husk of IE's corpse will linger in the back of windows for two more decades before being finally removed T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: it's out of support in june (?) 2022 i think T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: i'm curious if it will also be removed from the desktop OS at that point T3/r7/2021-10-21.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: oh i dont doubt there will be leftovers still present in windows 57 T3/r7/2021-10-21.txt.gz:{chan ch=tech}Aoric Tech: who uses IE anyway, it doesn't have support for webRTC T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: lots and lots do, aoric. tons of legacy applications require it for Reasons. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Old Mister Wuzi Tech: Windows 58 will finally remove that last remnant of IE which will be something completely bizzare like leftover files that were needed for VRML support T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: at that point they'll probably be on letters for their windows version again. so it'll be something like "Windows BS" or something. T3/r7/2021-10-21.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: then in windows 78 they will find a backdoor using ie and the world will give ms another round of slow clap T3/r7/2021-10-21.txt.gz:{chan ch=tech}Old Mister Wuzi Tech: I hope not but I can see windows trying to copy the macos/ubuntu naming schemes. Welcome to Windows Ocean Breeze T3/r7/2021-10-21.txt.gz:{chan ch=tech}Old Mister Wuzi Tech: I suppose android does that also but they usually just name them after candy T3/r7/2021-10-21.txt.gz:{chan ch=tech}Nohh Tech: Microsoft VRindOS T3/r7/2021-10-21.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: skynet we need you to fix windows! T3/r7/2021-10-21.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: i wonder who will be responsible for the first "skynet" T3/r7/2021-10-21.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: Crowley will be. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Nohh Tech: uh Cyberdyne Systems, duh T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: will be? did you not see mervin or whatever his name was? T3/r7/2021-10-21.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Melvin! :P T3/r7/2021-10-21.txt.gz:{chan ch=tech}Old Mister Wuzi Tech: I think at the rate we are going the first skynet will be a posting bot that only blew up the world 'for the meme', as a goof T3/r7/2021-10-21.txt.gz:{chan ch=tech}Tech: Anssett grins evilly. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Old Mister Wuzi Tech: 'I'm doing a bit', it says as the missiles launch T3/r7/2021-10-21.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly at Old Mister Wuzi. T3/r7/2021-10-21.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: i could see that. worlds first ai launches a nuke for lies on youtube.... world cancels first ai on twitter T3/r7/2021-10-21.txt.gz:{chan ch=tech}Old Mister Wuzi Tech: "lol", the computer coldly beeps. "lmao." T3/r7/2021-10-21.txt.gz:{chan ch=tech}Redryn Tech: i wouldn't worry about it, nuke systems probably run on cobol or excel or something T3/r7/2021-10-21.txt.gz:{chan ch=tech}Nohh Tech: How about a nice game of Fortnite? T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, let's be honest here... if we truly are in a simulation much like people suspect after the world "ended" in 2012, then we already are under skynet. T3/r7/2021-10-21.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: they still legit run on floppies T3/r7/2021-10-21.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: so do airplanes.... T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Better get some sildenifil citrate for it, then! T3/r7/2021-10-21.txt.gz:{chan ch=tech}Nohh Tech: i can definitely see someone doing a modern remake of WarGames T3/r7/2021-10-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Isn't that basically Hunger Games in a nutshell? :p T3/r7/2021-10-21.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: best article on windows os system ever https://uncyclopedia.com/wiki/Windows_Vista T3/r7/2021-10-21.txt.gz:{chan ch=tech}Elfo Tech: how do i set a flag in a room to tell my mapper to not go to that room til a certain level please? T3/r7/2021-10-21.txt.gz:{chan ch=tech}Faylen Tech: go to the room before that room, then type mapper lockexit, or it might be lockexits, I'm not sure T3/r7/2021-10-21.txt.gz:{chan ch=tech}High Risk Losteix Tech: i don't think you can set it on the room, but you can set it on every exit _to_ the room. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: you can set it on the mapper window by right clicking on rooms leading toward that room ad changing the level lock for exits leading into it T3/r7/2021-10-21.txt.gz:{chan ch=tech}Miraz Tech: how do i get the sound packs for aardwolf T3/r7/2021-10-21.txt.gz:{chan ch=tech}Brobeo Tech: If you're using the official client just type sphelp T3/r7/2021-10-21.txt.gz:{chan ch=tech}Miraz Tech: is there sound packs for mush client? T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: yes, they're built in to the aardwolf build of mushclient i believe T3/r7/2021-10-21.txt.gz:{chan ch=tech}Amarufox Tech: those fellas thinking of everything :) T3/r7/2021-10-21.txt.gz:{chan ch=tech}Garrot Tech: I have awareness in my forgetskill list but its still in my spellup. How do I stop it respelling? T3/r7/2021-10-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: forgetspell 501 T3/r7/2021-10-21.txt.gz:{chan ch=tech}Garrot Tech: If I forgetspell 501 it says removed awareness from your ignored list. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Anssett Tech: are you using a spellup plugin? maybe that's casting it, not ingame spellup T3/r7/2021-10-21.txt.gz:{chan ch=tech}Garrot Tech: Pwars I think. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: try "spellup help" - you'll want to add that to the NoAuto list for that plugin T3/r7/2021-10-21.txt.gz:{chan ch=tech}Kegu Tech: does it automatically cast the spell when that spell drops? T3/r7/2021-10-21.txt.gz:{chan ch=tech}Miraz Tech: how do i get the mush client to log all communications to a seperate window T3/r7/2021-10-21.txt.gz:{chan ch=tech}Dar Tech: aardmush does that for you I thought T3/r7/2021-10-21.txt.gz:{chan ch=tech}Miraz Tech: i don't see a comlog window. all i have is an output and a main window T3/r7/2021-10-21.txt.gz:{chan ch=tech}Dar Tech: so you don't have a communications log window? T3/r7/2021-10-21.txt.gz:{chan ch=tech}Miraz Tech: no i do not T3/r7/2021-10-21.txt.gz:{chan ch=tech}Dar Tech: are you using the aardmush, or basic mush? T3/r7/2021-10-21.txt.gz:{chan ch=tech}Miraz Tech: i'm using the aard mush T3/r7/2021-10-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: the latest, ftom finger fiendish? T3/r7/2021-10-21.txt.gz:{chan ch=tech}Dar Tech: so your channels are just going in the main window and not a seperate window? T3/r7/2021-10-21.txt.gz:{chan ch=tech}Razor Tech: the _VI version, does that turn it off maybe? T3/r7/2021-10-21.txt.gz:{chan ch=tech}Negader Tech: should look like this: https://github.com/fiendish/aardwolfclientpackage click on the screenshot. you'll see comm log on top T3/r7/2021-10-21.txt.gz:{chan ch=tech}Miraz Tech: i'm using the VI version T3/r7/2021-10-21.txt.gz:{chan ch=tech}Negader Tech: vi version doesn't have them, i dont think. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Miraz Tech: okay i'll switch clients hold on. T3/r7/2021-10-21.txt.gz:{chan ch=tech}Methyl Tech: having never installed the VI version, what's added/subtracted for VI folk? T3/r7/2021-10-21.txt.gz:{chan ch=tech}Miraz Tech: i think i figured it out T3/r7/2021-10-21.txt.gz:{chan ch=tech}Negader Tech: commlog works now? T3/r7/2021-10-21.txt.gz:{chan ch=tech}Miraz Tech: okay lets see if this works T3/r7/2021-10-21.txt.gz:{chan ch=tech}Miraz Tech: so still no comlog T3/r7/2021-10-21.txt.gz:{chan ch=tech}Dar Tech: can't just take the comm window plugin from the regular aardmush? T3/r7/2021-10-21.txt.gz:{chan ch=tech}Miraz Tech: i don't see it T3/r7/2021-10-21.txt.gz:{chan ch=tech}Miraz Tech: where can i get the aardwolf conlog T3/r7/2021-10-21.txt.gz:{chan ch=tech}Dar Tech: from the regular aardmush, it's in the plugins list T3/r7/2021-10-21.txt.gz:{chan ch=tech}Miraz Tech: i just looked there and i didn't see it T3/r7/2021-10-21.txt.gz:{chan ch=tech}Miraz Tech: is there anywhere i can get the comlog plugin? T3/r7/2021-10-22.txt.gz:{chan ch=tech}Miraz Tech: it still didn't work T3/r7/2021-10-22.txt.gz:{chan ch=tech}Sheriff Shindo Tech: finger fiendish, download the latest version. unzip it somewhere not over your current install. grab the plugin files and drop them in to your install directory and then use ctrl+shift+p to install them T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: is there a way to change a keypad macro with a scripot? T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yes. \\\Accelerator("Numpad#", "Do this that or the other"). T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Accelerator simply sends to execute, so you can do aliases and whatnot. AccleratorTo, you can designate script if you're doing a script. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: cool so i can update the numpad each time i get a new attack spell without going into the mush module each time T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You could just put an alias in the numpad slot and then change the alias variable. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Nohh Tech: yeah i just use variables for that T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: why not just change the macro that is assigmed to it? T3/r7/2021-10-22.txt.gz:{chan ch=tech}Summoner Yuna Tech: You should also not use every single attack spell your primary class has. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Summoner Yuna Tech: That's a waste of pracs T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: More ways to skin a cat, really. Depends on your preference, really. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: ok, i just would rather change the cmd in the numpad rather then have it call an alias that does the cmd, its an extra step T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: ok well Accelerator("Numpad7", "cast 380") did not change the cmd when i look at the keypad assignments? T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: did i miss something? T3/r7/2021-10-22.txt.gz:{chan ch=tech}Nohh Tech: i have an alias 'setattack *' that sets a variable 'my_attack_var' or something and then another alias 'attack' that just sends my_attack_var.. so i just type 'setattack c 123' or whatever to change the attack spell, a bit more clear than having to do \\\Accelerator("Number#", "c 123") and as you've discovered, the Accelerator function is not the same as the Keypad configuration screen T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Selitos: It might be just Num7... hold on. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Haike Tech: i ahve a script that auto chooses my spell based on my level XD T3/r7/2021-10-22.txt.gz:{chan ch=tech}Nohh Tech: yeah, you can also set a trigger on leveling up that sets your spell, but you can do that similarly no matter which method you use T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Nope, it should be Numpad7. As a side note, it won't physically change what's in numpad 7 on the key... but hitting numpad 7 SHOULD fire c 380. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: well yeah my ida was to just set a trigger so when i get the next spell in the line it updates the keypad for me T3/r7/2021-10-22.txt.gz:{chan ch=tech}Nohh Tech: or make your attack alias a big if/else statment based on your level T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So, press Numpad7, and see if it casts 380. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: ok i will test it crowley T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I mean, it's a simple test. Just hitting it will return a message, or echocommands, numpad7 to see what it's sending. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: yeah i will just try the numpad in combat will be easy to see which spell it sends T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: gimme a min here T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: training T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It literally is easier to just echocommands, hit numpad7, and it'll show you what you send... T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: true T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: No need to enter combat or even train it. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Nohh Tech: also wondering if it might trigger both the Accelerator function and whatever alias is set in the Keypad config T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: yup it sent the cmd from the accelerater..ok cool T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The macro should override, I think. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: yeah the cmd i see when i look was not sent T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And apparently it does. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: why not update the window with the correct cmd? T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I don't think there's a way to modify the keypad configuration GUI with a script. But what I gave you does precisely what you want, in a roundabout way, I guess. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: yes it will work i just have to ignore what is says when i look at the keypad :) T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: or maybe i just remove the text, leave it blank T3/r7/2021-10-22.txt.gz:{chan ch=tech}Nohh Tech: there is a way to make it work where it runs the alias in the keypad config and that alias does what you want it to do, you just won't be using Accelerator T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's what I'd do, remove the text and leave it blank. T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But if you are going to Keypad that much, you might as well just stick to your old methods. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: yes but like i said before i don't see the point of doing something in multiple step when you can do it in 1. to each their own i gues T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It literally is one step... T3/r7/2021-10-22.txt.gz:{chan ch=tech}Selitos Tech: thanks T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: #alias {attackspell} {c 380} T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: #alias {attackspell} {c 84} T3/r7/2021-10-22.txt.gz:{chan ch=tech}Katsumoto Tech: or set the keypad to run an alias and change your alias accordingly. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Katsumoto. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Katsumoto Tech: it is what i do for my autoattack script- it randomly picks the top highest three spells and fires that off. on the keypad, i just tell it to run my alias T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Don't even need a MUSH alias if you're just doing c 380 or whatever: alias attackspell c 380 -- alias attackspell c 84, and just set 'attackspell' in numpad 7 spot. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Katsumoto Tech: easier to change your alias than change the macro for an alias T3/r7/2021-10-22.txt.gz:{chan ch=tech}Ralyn Tech: well autoattacking can be illegal, so maybe not do that T3/r7/2021-10-22.txt.gz:{chan ch=tech}Katsumoto Tech: let me rephrase...i mean autochoose spell alias T3/r7/2021-10-22.txt.gz:{chan ch=tech}Katsumoto Tech: lol T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's a gray area. Technically illegal, but if it stops after combat stops, and requires you to fire an alias to even start it, then you're okay. It's when you automatically do it without intervention that it becomes the problem. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Katsumoto Tech: all mine does is cast X, but X varies. i still need to type k mob before i can use the alias. T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: e.g. if you go into battle and type 'kill mob;attackspell', then you are initiating the autoattack with an alias. If you were aggro'd, that attackspell wouldn't fire until you enabled it. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Tech: Katsumoto nods at (Aleister) Crowley. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Katsumoto Tech: you've described how mine works T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The rule of thumb is this: if you were to suddenly go away and were left in an aggro room, do you have triggers that would keep you alive? If so, then you are botting and in the wrong. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Tech: Katsumoto nods at (Aleister) Crowley. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Elfo Tech: you go onto the naughty list T3/r7/2021-10-22.txt.gz:{chan ch=tech}Katsumoto Tech: Selitos, do you have enough to go on? T3/r7/2021-10-22.txt.gz:{chan ch=tech}Ralyn Tech: or if a player attacks you, do you cast a spell? if so -> illegal T3/r7/2021-10-22.txt.gz:{chan ch=tech}Katsumoto Tech: Protip would to not be in PK mode. problem solved. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Katsumoto Tech: big brain strat. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Elfo Tech: if someone sends you assci sex art and you automatically respond in turn, it may not be illegal, but kinda creepy.. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Elfo Tech: apparently T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Elfo apparently has experience with that, and I'm afraid now. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Elfo Tech: grin T3/r7/2021-10-22.txt.gz:{chan ch=tech}Katsumoto Tech: do you auto send quagmire ascii images as your trigger elfo T3/r7/2021-10-22.txt.gz:{chan ch=tech}Elfo Tech: lol yes specifically for him :) T3/r7/2021-10-22.txt.gz:{chan ch=tech}Katsumoto Tech: if so, tell me how to trigger your trigger. giggity. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Katsumoto Tech: Can mush play midi sounds T3/r7/2021-10-22.txt.gz:{chan ch=tech}Nohh Tech: not without importing some library/DLL to do it T3/r7/2021-10-22.txt.gz:{chan ch=tech}Katsumoto Tech: Okay. Bummer. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Aoric Tech: Redryn posted a note on tech board for that T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Redryn wrote up a sample that can play other sounds, so it might be able to play MIDI sounds with it. T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'm going to dive into it and see if it's something viable for everyone, though. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Katsumoto Tech: Until today, I have not taken the time to learn how to use the boards/forums. That thing seems so....complicated. T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Maybe PR Fiendish with an updated soundpack that will allow people to use whatever media they want, .ogg, .mp3, etc. T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Not complicated at all. T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You type 'board ', then 'note read <#>' :) T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can do 'note unread' to see all unread notes. T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Or 'note list <#>' to see the last # of notes on the board. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Tech: Katsumoto thanks (Aleister) Crowley heartily. T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: 'note subj ' looks for subjects with that word, and 'note from ' will show only notes from that player. T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Quick and dirty rundown of the more popular commands. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there a way to make an alias/script append something to an existing alias instead of overwriting it? Like, if I do "append Testing 1234" , instead of overwriting the target alias, it'll instead add "Testing 1234" to a new line at the bottom of the alias. T3/r7/2021-10-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: In a slightly convoluted way, sure. T3/r7/2021-10-22.txt.gz:{chan ch=tech}Summoner Yuna Tech: I don't care if it's convoluted as long as it works :P T3/r7/2021-10-22.txt.gz:{chan ch=tech}Miraz Tech: how do i update the client T3/r7/2021-10-22.txt.gz:{chan ch=tech}Aoric Tech: package update check T3/r7/2021-10-22.txt.gz:{chan ch=tech}Dar Tech: eww, that's just not right.....you want me to check some guy's package to see if it needs to be bigger? T3/r7/2021-10-22.txt.gz:{chan ch=tech}Miraz Tech: lets try this T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: Quick question for anyone that's used invdetails T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: There are three values I'm not sure of across all the typetags I've found. One is the last value on the furniture typetag, and values 3 and 4 on drink typetags. Does anyone know what these are? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: I'm of the impression that 3 and 4 of the drink typetags are what the percentage the original liquid would fill before being modified for an item, but I've got no clue for the third furniture tag. Does it mean per tick? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Trachx Tech: some items have heal rate: | Heal Rate : Health [250] Magic [250] | T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: Right. What I'm wondering about is the third value in the tag. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: the item I was looking at read as {furniture}x|x|1. The 1 is what I don't know about. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Mannec Tech: sit on vs. sit in, maybe? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Mannec Tech: number of occupants? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: is there furniture that can have more than one occupant? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Mannec Tech: manor beds, i think. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: There's no carryable items like that? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Trachx Tech: put 2.wisp bag T3/r7/2021-10-23.txt.gz:{chan ch=tech}Trachx Tech: mis T3/r7/2021-10-23.txt.gz:{chan ch=tech}Mannec Tech: yeah, help mu-object has a listing for a 'double bed' - which might mean 2 sleepers, or might mean you can fit two in a room - i never could keep that straight. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Tech: Mannec shrugs helplessly. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Princess Alison Tech: it's a bed that grants double xp. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Tech: Mannec crosses his arms and nods slowly and sagely to Princess Alison. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: Hmm. The only other tag values I'm confused about are drink values. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: for example, My carafe is filled with water. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Mannec Tech: try identifying a mixed drink? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: {drink}50|water|1000|1000|30|0|0, where 50 is servings, water is liquid type, 1000s are unknown, 30 is thirst fill, 0s are hunger fill and proof (for alcoholic beverages) T3/r7/2021-10-23.txt.gz:{chan ch=tech}Mannec Tech: is that an aard goblet? looks like 1000 should be current/total capacity. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: Sacramental Carafe. The number changes with liquid type T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: wait... T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: That's not right. I stand corrected. Could have sworn it read 100|100 earlier T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: Ivar's punch has two unknown values of 8 and 8 T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: Glory Hymn Ale has values of 6 and 6 T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: And a half glass of curran Murk has values of 1 and 1. I can't figure out what these two values mean. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Mannec Tech: try taking a sip from each, then check again. they almost have to be capacity. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: I think you're on to something. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: Okay. the value for the hymn ale changed from 6|6 to 6|0. And my carafe changed from 1000|1000 to 1000|980 T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: Looks like you cracked it T3/r7/2021-10-23.txt.gz:{chan ch=tech}Mannec Tech: mad skills, yo. total capacity, then current capacity. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: Though the values seem a bit arbitrary. 6 in increments of 6 for the glory hymn ale and 1000 in increments of 20 for the carafe. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Mannec Tech: you drink what you drink, and if the container is too small, you get less. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: and 8 in increments of 8 for Ivar's punch. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: Ah. So someone probably drinks 20 units normally? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Tech: Mannec shrugs helplessly. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: All I need is to find places that sell furniture. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Mannec Tech: theres a couple of thrones out there in mob-land. never seen a store. never looked. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: newb question.. is there a way to turn on the scrollbar in the main mushclient window? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Aoric Tech: help pagesize T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: ty T3/r7/2021-10-23.txt.gz:{chan ch=tech}Nohh Tech: you mean your window where combat text goes doesn't have a scrollbar? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: it does not T3/r7/2021-10-23.txt.gz:{chan ch=tech}Guinness Tech: if you move over other windows is it just covered or is it really not there? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Algaru Tech: well that's weird. can you scroll with the mouse wheel? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: definitely not covered by other windows T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: mouse wheel doesn't scroll. there USED to be scrolbar -- but somehow I managed to blow it up I just don't know how. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: I'll figure it out. No worries. T3/r7/2021-10-23.txt.gz:{chan ch=tech}[Battle] Scars Tech: does page up/down work? T3/r7/2021-10-23.txt.gz:{chan ch=tech}[Battle] Scars Tech: is your output buffer set quite low? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Nohh Tech: what do you get when you do: \\\print(GetInfo(120)) T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: don't blow up your scrollbar. Where else will you be able to buy high-proof scrolls? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: they do indeed T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: ha! T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: i get 'true' T3/r7/2021-10-23.txt.gz:{chan ch=tech}[Battle] Scars Tech: i get false T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: I think you might not have blown it up. Just had a big fire. Like the Library of Alexandria T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: i loved that library.. :( T3/r7/2021-10-23.txt.gz:{chan ch=tech}Nohh Tech: uh Amenemhat try \\\SetScroll(-2, true) or maybe false T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: tbh I didn't know the scrollbar could be off by default. I am the confuse. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: tried both - neither made a difference. iwas looking thru the lau scripts and found that setting ealier.. to no avail. T3/r7/2021-10-23.txt.gz:{chan ch=tech}[Battle] Scars Tech: if you move your mouse to the bottom right corner of the window when the arrows turn diagonally and right click T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: i am teh confuse and b0rked T3/r7/2021-10-23.txt.gz:{chan ch=tech}[Battle] Scars Tech: click that thing? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: i can drag/resize fine T3/r7/2021-10-23.txt.gz:{chan ch=tech}[Battle] Scars Tech: when i right click, i get 'show exterior scrollbar' T3/r7/2021-10-23.txt.gz:{chan ch=tech}Algaru Tech: right click on that box, there's a thing that should say "show exterior scrollbar T3/r7/2021-10-23.txt.gz:{chan ch=tech}Algaru Tech: that's not exactly what you want but it might help T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: hmm. i do not get that. lemme putz around T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: thanks all T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Amenemhat: can you show me a screenshot? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: sure - i think. whats the easist way to share? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Nohh Tech: you can just drag/drop a file onto imgur.com T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: https://imgur.com/a/4caC5Ft T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: comm log has scrollbar.. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: main window does not T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: type "checkversion" ? T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: (sorry about being slow right now) T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: no worries - I'm trying to relearn a mud I havet played in a hundred years.. :) T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: "You are using Aardwolf MUSHclient Package version: r2017" T3/r7/2021-10-23.txt.gz:{chan ch=tech}Nohh Tech: time to upgrade T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: ah, ok, for r2017 your scrollbar is here: https://github.com/fiendish/aardwolfclientpackage/wiki/Main-output-layout#where-is-the-scroll-bar T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I didn't create an attached scrollbar for the main output until later T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: oh snap - I thought I had the latest T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: definition of "latest" is complicated T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: you aint kidding T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: newer installer is here https://github.com/fiendish/aardwolfclientpackage/releases/download/r2154/Aardwolf_MUSHclient_r2154.exe T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: run it and point it at your current folder and it should update in place T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: (quit mushclient first) T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: roger that - stand by T3/r7/2021-10-23.txt.gz:{chan ch=tech}Nohh Tech: r2017 was tagged in March 2019 so, not that complicated T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: it's the latest on aardwolf.com! T3/r7/2021-10-23.txt.gz:{chan ch=tech}Nohh Tech: oof T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: that's mostly my fault for not finishing parts I wanted to finish and then not telling lasher that it's a good time to update the link T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: when we first started doing this we'd decided that my updates would be beta and that "releases" would go onto aardwolf.com, but over time I started wanting to just push people to go to my site directly to remove that extra step T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: and the website wasn't changed to reflect that thinking T3/r7/2021-10-23.txt.gz:{chan ch=tech}Amenemhat Tech: Much better - thank you so much! T3/r7/2021-10-23.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: aard help has more current links... just gotta know about that command T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: Could someone take a look at some MUSH lua (?) code for me? It's not working properly and I need to help figuring out what's wrong. T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: sure, post it online somewhere T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: Thanks T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: Alright, so here's the code: https://bin.disroot.org/?82c50af9433f61aa#2iN4xMK1K8vm84cEBfcKbpT4SHCsZcEBCddTGNTD4iJu T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: The alias is meant to help me append next text to existing aliases instead of having to manually go and edit them. So, for example, if I used "append dummyalias ilovemasaki", the alias would edit the alias dummyalias to add the line "ilovemasaki" at the very bottom. But it's not working. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Algaru Tech: not sure that i can help... but what happens now? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Nohh Tech: why < T3/r7/2021-10-23.txt.gz:{chan ch=tech}Nohh Tech: why < >? just match (.+) T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: I dunno, I'm a total noob. I asked someone to write that script for me and I have no clue what most of it does. :P T3/r7/2021-10-23.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: every time i wanted something that i can change with a command, i used what ever the changable section as a mush side variable T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: ExportXML is a weird way to do this T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: So what exactly do I need to change? Could someone just edit the alias and pastebin the working code for me? I'm flying blind here. T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: also, if your alias isn't named then it won't work T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: As in labeled? T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: correct T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: if you want to do it by the match (what you type) it has to be done differently T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: anyway, relay to crowley that I said to use GetAliasOption/SetAliasOption instead T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: Either way would work me. It's just a way for me to automatically add chaos portals to 2 aliases that automatically set all chaos portals' level locks to 999 and 1 (or appropriate levels due to aggros) automatically when I enter and leave GQs. T3/r7/2021-10-23.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: just my notfancy way of thinking but, isn't it a lot easier just to make 2 aliases, one that sets which ever mapper portal # to 999 and then another to set it back.... just edit them as you add portals T3/r7/2021-10-23.txt.gz:{chan ch=tech}High Risk Losteix Tech: if that's all you're doing, it might be easier to just create an array, save it as a variable and have an alias script that cycles through each element. T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: try adding a label to your alias and see if it works then T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I agree with hisazul and losteix T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: I have those 2 already. I'd just like an alias that also automatically adds new chaos portals I add to mapper to them T3/r7/2021-10-23.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: ohhhh T3/r7/2021-10-23.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: so you need something that adds to the variable instead of rewriting it... yeh that sounds like it would need a script lol T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: Cool, adding a label to the test alias worked. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Nohh Tech: https://pastebin.com/7XLUBgcy just putting this into an alias, send_to script, matching "append * *" works fine, as long as the alias has a label... T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: New question: Is there a way to have MUSH check GMCP for the room I'm currently in and output it?` T3/r7/2021-10-23.txt.gz:{chan ch=tech}Nohh Tech: problem is if you put this into an addon ExportXML seems to only match aliases in the plugin and not mushclient ones T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: anyway, ExportXML/ImportXML is a worse way to do this than GetAliasOption/SetAliasOption T3/r7/2021-10-23.txt.gz:{chan ch=tech}High Risk Losteix Tech: Note(gmcp("room.info.num")) T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Yuna: https://github.com/fiendish/aardwolfclientpackage/wiki/Using-GMCP#asking-for-existing-gmcp-data T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: Sorry, I should've been clearer. Output inside of another line. for example, "mapper fullportal {portal } {} 1" T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: weeeeelll T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: The helpfile you linked you doesn't appear to have a way to check the room number, but I'm interested in "myState". Does that include sleeping and not sleeping? T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: room number is room.info.num like Losteix said T3/r7/2021-10-23.txt.gz:{chan ch=tech}Wardsmith Tech: wait, so you don't have to use mapper thisroom to get the roomID? T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mapper thisroom is for getting more than just the id T3/r7/2021-10-23.txt.gz:{chan ch=tech}Nohh Tech: how do you think mapper gets the room id T3/r7/2021-10-23.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: lol T3/r7/2021-10-23.txt.gz:{chan ch=tech}Dar Tech: by being the mapper? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Tech: Wardsmith shrugs helplessly. T3/r7/2021-10-23.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: magic! T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: I guess I could just add a new * to the alias to add in the room number. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: But sleeping and awake, are those states an alias can check for before doing anything? I currently have a jerry-rig of triggers, a variable and an alias to check if I'm sleeping or awake before going to sleep/waking up using the same hotkey. T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: available gmcp information is here: http://www.aardwolf.com/wiki/index.php/Clients/GMCP#aardmodules_char T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: yes you can check for sleep/awake T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: sleeping is char.status.state 9 T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: resting/sitting is state 11 T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: http://www.aardwolf.com/wiki/index.php/Clients/GMCP#aard_char_status T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: Hmmm... and would would you put that into code? Like if char.status { "11" } then, something like that. T3/r7/2021-10-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: if gmcp("char.status.state") == "11" then T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: Thank you! :) T3/r7/2021-10-23.txt.gz:{chan ch=tech}High Risk Losteix Tech: inre the room numbers, gmcp() returns a string, and concatenating strings in lua is just a matter of "string1" .. "string2". T3/r7/2021-10-23.txt.gz:{chan ch=tech}High Risk Losteix Tech: so "mapper fullportal {portal } {" .. gmcp("room.info.num") .. "} 1" T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: Thanks! :D T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: Hmmm... [string "Alias: "]:1: attempt to call global 'gmcp' (a nil value) T3/r7/2021-10-23.txt.gz:{chan ch=tech}Aoric Tech: add require "gmcphelper" T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: https://pastebin.com/LPCJpPwR What's I mess up? T3/r7/2021-10-23.txt.gz:{chan ch=tech}High Risk Losteix Tech: gmcp needs to be initialized in scripts. first line should be: require "gmcphelper" T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: Thanks. It works now, but it doesn't seem to recognize when I'm sleeping? T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: Oh wait, I used the wrong number, 11 and not 9 T3/r7/2021-10-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: There, works perfectly now, thanks! T3/r7/2021-10-23.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley learned that GetAliasOption/SetAliasOption does indeed take "send" and can modify it. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Nohh Tech: to be fair, its a bit weird to call that an 'option' T3/r7/2021-10-23.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly. T3/r7/2021-10-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I wrote the alias for Yuna to append to an existing alias from the command line rather than GUI. Originally, I had it ExportXML, modify, delete, then ImportXML. Now it's just 3 lines of code or so. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Nohh Tech: well it did work T3/r7/2021-10-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It did. More than one way to skin a cat. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Tech: CLAN ANNOUNCEMENT: CheeZy Bot HiSaZuL has demoted (Aleister) Crowley to the rank of Sux0r! T3/r7/2021-10-23.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: leave cats alone T3/r7/2021-10-23.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-10-23.txt.gz:{chan ch=tech}404 Eroe Tech: any excel people around? trying to figure out how to write a formula, so if it's like x/10 when x < 100 and x/50 for all x>100. the x/10 would apply for anything under 100 and then the second part of that would take affect. T3/r7/2021-10-23.txt.gz:{chan ch=tech}404 Eroe Tech: so x=150 would yield 12 T3/r7/2021-10-23.txt.gz:{chan ch=tech}404 Eroe Tech: ur. 11, sorry. I can't math my own example apparently. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Anssett Tech: not sure how much you've used excel previously. i assume you can do an =if(x<100,x/10,x/50) or something like that T3/r7/2021-10-23.txt.gz:{chan ch=tech}Anssett Tech: my syntax is likely awful though haha T3/r7/2021-10-23.txt.gz:{chan ch=tech}[Battle] Scars Tech: uh T3/r7/2021-10-23.txt.gz:{chan ch=tech}404 Eroe Tech: that doesn't work. T3/r7/2021-10-23.txt.gz:{chan ch=tech}[Battle] Scars Tech: you can't use 'x' you have to use the cell T3/r7/2021-10-23.txt.gz:{chan ch=tech}[Battle] Scars Tech: so lets say the value is in A1 T3/r7/2021-10-23.txt.gz:{chan ch=tech}Greybeard Tech: IF(logic_test,value_if_true,value_if_false) T3/r7/2021-10-23.txt.gz:{chan ch=tech}Anssett Tech: sorry, i was continuing the pseudocode. yeah, gotta refer to cells for your variables T3/r7/2021-10-23.txt.gz:{chan ch=tech}404 Eroe Tech: yeah, I was using x as a placeholder there. T3/r7/2021-10-23.txt.gz:{chan ch=tech}[Battle] Scars Tech: =IF(A1<=100,A1/10,A1/50) will do it T3/r7/2021-10-23.txt.gz:{chan ch=tech}Karathos Tech: =MIN(C4/10, 10) + (C4-100)/50 works as well T3/r7/2021-10-23.txt.gz:{chan ch=tech}Karathos Tech: wait, mine doesn't account for smaller than 100 >_> T3/r7/2021-10-23.txt.gz:{chan ch=tech}Karathos Tech: =MIN(C4/10, 10) +MAX((C4-100)/50, 0) T3/r7/2021-10-23.txt.gz:{chan ch=tech}[Battle] Scars Tech: strange way of complicating the simple condition T3/r7/2021-10-23.txt.gz:{chan ch=tech}Karathos Tech: yours won't work T3/r7/2021-10-23.txt.gz:{chan ch=tech}Karathos Tech: he wants to translate 150 -> 11 T3/r7/2021-10-23.txt.gz:{chan ch=tech}Karathos Tech: which is 100/10 + 50/50 T3/r7/2021-10-23.txt.gz:{chan ch=tech}[Battle] Scars Tech: sure, so rounddown T3/r7/2021-10-23.txt.gz:{chan ch=tech}Karathos Tech: your conditional does not do that T3/r7/2021-10-23.txt.gz:{chan ch=tech}Karathos Tech: yours will return 150 -> 3 T3/r7/2021-10-23.txt.gz:{chan ch=tech}Heracles Tech: You can complicate it all sorts of ways. =IF(A1<=100,A1/10,IF(A1>=101,A1/50,"I dunno")) T3/r7/2021-10-23.txt.gz:{chan ch=tech}404 Eroe Tech: Yeah I didn't explain super well but you could still use a simple if statement and just do 10+(a1-100)/50 for the > 100 T3/r7/2021-10-23.txt.gz:{chan ch=tech}404 Eroe Tech: I really appreciate the help, thanks all. T3/r7/2021-10-23.txt.gz:{chan ch=tech}[Battle] Scars Tech: yeah, sorry, i kind of assumed that we were helping sort out the complications behind the excel formula and not the math itself T3/r7/2021-10-23.txt.gz:{chan ch=tech}[Battle] Scars Tech: if you want help sorting out the math parts of this, i take payments in tps and USD T3/r7/2021-10-23.txt.gz:{chan ch=tech}Karathos Tech: hehe T3/r7/2021-10-23.txt.gz:{chan ch=tech}404 Eroe Tech: everything I was looking at was much more complex. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Anssett Tech: yeah i was trying to guide toward the appropriate conditional. if you want *my* help in sorting the math parts, you need more help than just math bc i'm terribad at it :) T3/r7/2021-10-23.txt.gz:{chan ch=tech}Heracles Tech: With only a single split in your range its easy, once you add more it gets into nested if's or more complicated stuff. T3/r7/2021-10-23.txt.gz:{chan ch=tech}404 Eroe Tech: naw, the math was easy enough, I was just overcomplicating and suck at explaining what I was going for, but the info you all gave was helpful. T3/r7/2021-10-23.txt.gz:{chan ch=tech}Karathos Tech: you are right though, a single if is alot simpler, idk why my mind lept to 'how would I do this without conditionals' T3/r7/2021-10-23.txt.gz:{chan ch=tech}404 Eroe Tech: I just did this: T3/r7/2021-10-23.txt.gz:{chan ch=tech}404 Eroe Tech: =ROUNDDOWN(IF(B2<=100,B2/100,10+((B2-100)/50)), 0) T3/r7/2021-10-23.txt.gz:{chan ch=tech}Heracles Tech: I'm assuming the math is correct as that outputs something very different than a simple range split. T3/r7/2021-10-24.txt.gz:{chan ch=tech}Aciath Tech: good morning. Does anyone know if it's possible to bind an accelerator to switch to another active session in mush? T3/r7/2021-10-24.txt.gz:{chan ch=tech}Aciath Tech: having to use control-tab and figure out what mud I'm looking at gets old because the windows have no titles. T3/r7/2021-10-24.txt.gz:{chan ch=tech}Nohh Tech: i only play aardwolf so i'm not 100% sure how it works, but can't you just do Ctrl+1 / Ctrl+2 to switch to specific connected worlds? T3/r7/2021-10-24.txt.gz:{chan ch=tech}Aciath Tech: No. Those keys send that line of mud output to my screen reader. T3/r7/2021-10-24.txt.gz:{chan ch=tech}Aciath Tech: control 1 through either 9 or 0 T3/r7/2021-10-24.txt.gz:{chan ch=tech}Aciath Tech: yep, It is 0 T3/r7/2021-10-24.txt.gz:{chan ch=tech}Aciath Tech: I can always go into the window menu and pick the number of the mud window I want to look at, but my health issues make both short and long term memory almost not a thing, so I forget what number goes to what window T3/r7/2021-10-24.txt.gz:{chan ch=tech}Nohh Tech: okay, what you could try is something along the lines of DoCommand("World1") T3/r7/2021-10-24.txt.gz:{chan ch=tech}Aciath Tech: Ah! Lets see! Thanks! T3/r7/2021-10-24.txt.gz:{chan ch=tech}Nohh Tech: you can send "World1" "World2" up to "World10" to the DoCommand function T3/r7/2021-10-24.txt.gz:{chan ch=tech}Aciath Tech: perfect! That worked! T3/r7/2021-10-24.txt.gz:{chan ch=tech}Tech: Aciath thanks Nohh heartily. T3/r7/2021-10-24.txt.gz:{chan ch=tech}Nohh Tech: additionally there's an Activity List - default keybind is Ctrl + Shift + L. That has a column with the world name in it, not sure if that would be useful for you T3/r7/2021-10-24.txt.gz:{chan ch=tech}Aciath Tech: it doesn't seem to be accessble, or at least the screen reader can't interact with it. Hmmm. I could write a world manager accessible plugin perhaps. Hmmm. All the ideas. :) T3/r7/2021-10-24.txt.gz:{chan ch=tech}Aciath Tech: doesn't mush have a note function for displaying text? I thought it did, but note("text") doesn't seem to do anything. T3/r7/2021-10-24.txt.gz:{chan ch=tech}Nohh Tech: capital N T3/r7/2021-10-24.txt.gz:{chan ch=tech}Aciath Tech: oh. I always forget that here, case matters. I come from a client where it didn't. T3/r7/2021-10-24.txt.gz:{chan ch=tech}Aciath Tech: thanks T3/r7/2021-10-24.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Anyone familiar with Godot or another 2d game engine? T3/r7/2021-10-24.txt.gz:{chan ch=tech}Algaru Tech: i was thinking of writing a script to summarize party heal output. is there a spell tag of some sort that can be used to indicate when it has been cast? T3/r7/2021-10-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Redryn did that a while ago. T3/r7/2021-10-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Or I think it was Redryn. Someone combined party heal output. T3/r7/2021-10-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Gonna have to ask him for the script if you want it. T3/r7/2021-10-24.txt.gz:{chan ch=tech}Algaru Tech: oh cool thanks - i'll check T3/r7/2021-10-24.txt.gz:{chan ch=tech}Algaru Tech: i might write one anyway, i don't get much time to script anymore as a manager T3/r7/2021-10-24.txt.gz:{chan ch=tech}Faylen Tech: lol wtf, I just got four ice age warnings. Two looked normal, the other two were global echo notes or something? T3/r7/2021-10-24.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Yeah that's about right. T3/r7/2021-10-24.txt.gz:{chan ch=tech}Elfo Tech: i got 2 T3/r7/2021-10-24.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I got you T3/r7/2021-10-24.txt.gz:{chan ch=tech}Faylen Tech: I just don't understand why it repeated all of that T3/r7/2021-10-24.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Sometimes people hve spammy screens! T3/r7/2021-10-24.txt.gz:{chan ch=tech}Veritheia Tech: You know, this whole live reboot tech is pretty neat. T3/r7/2021-10-24.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: so xrt dungeon doesn't work T3/r7/2021-10-24.txt.gz:{chan ch=tech}Veritheia Tech: area isn't indexed by SND T3/r7/2021-10-24.txt.gz:{chan ch=tech}Faylen Tech: think it's dundoom or something like that T3/r7/2021-10-24.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: use area command to find area keywords T3/r7/2021-10-24.txt.gz:{chan ch=tech}Tech: how would you expect S&D to know about it yet? T3/r7/2021-10-24.txt.gz:{chan ch=tech}Veritheia Tech: area keyword T3/r7/2021-10-24.txt.gz:{chan ch=tech}Princess Alison Tech: Isn't there a command to index areas? T3/r7/2021-10-24.txt.gz:{chan ch=tech}Princess Alison Tech: xset index areas? T3/r7/2021-10-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yep. T3/r7/2021-10-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But typically have to add it to the xml anyway. I'll update that in a bit. T3/r7/2021-10-24.txt.gz:{chan ch=tech}Princess Alison Tech: xset index areas + xrt dundoom works for me T3/r7/2021-10-24.txt.gz:{chan ch=tech}Tech: dundoom is a different area T3/r7/2021-10-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The new area is dungeon... bloodlust... T3/r7/2021-10-24.txt.gz:{chan ch=tech}Princess Alison Tech: oh right T3/r7/2021-10-24.txt.gz:{chan ch=tech}Princess Alison Tech: eeeep T3/r7/2021-10-24.txt.gz:{chan ch=tech}Tech: dungeon is bloodlust dungeon T3/r7/2021-10-24.txt.gz:{chan ch=tech}Princess Alison Tech: I'm a silly T3/r7/2021-10-24.txt.gz:{chan ch=tech}Tech: 3 areas with dungeon in their name, ddoom, DTD, and now bloodlust T3/r7/2021-10-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Same with Asherodan. T3/r7/2021-10-24.txt.gz:{chan ch=tech}Princess Alison Tech: xset index areas -> rt dungeon -> xset mark -> xrt dungeon works T3/r7/2021-10-24.txt.gz:{chan ch=tech}Tech: You rapidly nod twice at Princess Alison, in complete agreement. T3/r7/2021-10-24.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley thanks Princess Alison heartily. T3/r7/2021-10-24.txt.gz:{chan ch=tech}Faylen Tech: so, uh, if I did something for a goal, and it changed my tasks and I got spammed with messages like, Set taskID 51 to 86... Is that a plugin doing that, or should that be reported to imms or the area builders? T3/r7/2021-10-24.txt.gz:{chan ch=tech}Faylen Tech: Nm, found one of the builders. If anyone else sees it, it's just a debug message that will be removed once imms get around to it T3/r7/2021-10-24.txt.gz:{chan ch=tech}Robbo Tech: Sorry about that, missed removing that before it went live. I've requested that the line of code be removed. Just disregard any 'set Taskid' messages. T3/r7/2021-10-24.txt.gz:{chan ch=tech}Faylen Tech: No worries. I just wanted to make sure it wasn't actually breaking tasks somehow T3/r7/2021-10-25.txt.gz:{chan ch=tech}UwU OwO Sammael Tech: Mapper question. If an area's tile .png changes, do I need to do a purgezone for the new one to show? T3/r7/2021-10-25.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: no, thats usually handled in the mapper.lua T3/r7/2021-10-25.txt.gz:{chan ch=tech}UwU OwO Sammael Tech: Excellent, thanks. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Macbeth Tech: what font are u guys using? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Heracles Tech: courier new T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: consolas T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aoric Tech: monaco T3/r7/2021-10-25.txt.gz:{chan ch=tech}Macbeth Tech: ok thanks. let's try T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aoric Tech: for comm logs, I use dina - size 8 T3/r7/2021-10-25.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: fixedsys/fixedsys excelsior ftw T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aoric Tech: stan lee -- excelsior T3/r7/2021-10-25.txt.gz:{chan ch=tech}Macbeth Tech: hmm none of the fonts look right.. what we set as the font in the main window is different from the comms log's right? T3/r7/2021-10-25.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: yes T3/r7/2021-10-25.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: dina is the default T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: yeah, Game > Configure > Output for the output font, and right click comm log > Configure Font to set that font T3/r7/2021-10-25.txt.gz:{chan ch=tech}Macbeth Tech: saw it. cheers and thanks. T3/r7/2021-10-25.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: for anyone on windows, also try fixedsys size 12, its very pleasant T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: gross :) T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: consolas 10 for life, or until my eyes go bad T3/r7/2021-10-25.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: waht do you mean gross T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: fixedsys is too fat T3/r7/2021-10-25.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: its one of the most legible fonts in the universe, and its an old style hacker font T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: [DEMON] Khadaji looks smugly at Nohh and screams, "NO U!11 Nohh!!" in her most classy voice, You are gripped by an urge to join in. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: just grabbing something for a trigger. Ignore the me. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: well. That crashed mush. I'm amused. T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What precisely were you trying to grab as a trigger, Aciath? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: Oh. I just needed to see how channel text looked. Was adding a tech buffer to my soundpack. T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Ah, fun times. Using GMCP for it, right? You can always turn gmcpdebug 1 to see what is sent through GMCP when you use a channel. Use gmcpdebug 0 to turn it back off. T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Careful, though, as it can get spammy. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: yep, got it working. :) T3/r7/2021-10-25.txt.gz:{chan ch=tech}Faylen Tech: Huh, that's handy to know even if it is spammy T3/r7/2021-10-25.txt.gz:{chan ch=tech}Faylen Tech: do you know if yell is handled like other channels, or is it just a display thing, not gmcp handled? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: it's not a channel T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: nope, But I got it working T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can check by turning it on and trying to yell. :p T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But yell is through comm.channel. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: Indeed. The buffer added itself and captured items. :) T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: need help! T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: me too. My coffee delivery drone is failing and it must be faulty lua. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: everyone knows you use java to make coffee delivery drones T3/r7/2021-10-25.txt.gz:{chan ch=tech}Elfo Tech: heh :) T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: HellRaisin Ruckus hits Nohh's nose with a newspaper, "Bad Nohh, Bad!!" T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: I didn't say I was using an IBM coffee delivery drone. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: Anssett is clapping slowly at Nohh. What did they say? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Lasher Tech: my coffee delivery drone just told me 'fuck off, I'm working T3/r7/2021-10-25.txt.gz:{chan ch=tech}Lasher Tech: AFK to get my own coffee :( T3/r7/2021-10-25.txt.gz:{chan ch=tech}Faylen Tech: hahahaha T3/r7/2021-10-25.txt.gz:{chan ch=tech}Elfo Tech: lol T3/r7/2021-10-25.txt.gz:{chan ch=tech}Dogwater Welding Tech: uhhh T3/r7/2021-10-25.txt.gz:{chan ch=tech}Dogwater Welding Tech: sir this is a no swearing channel T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: always a good morning when a drone tells you to F**k off T3/r7/2021-10-25.txt.gz:{chan ch=tech}Faylen Tech: lasher breaking his own channel rules. Just lol! :) :) T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: hush dear faylen. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: remember, I know where you sleep T3/r7/2021-10-25.txt.gz:{chan ch=tech}Lasher Tech: I didn't break any rules, I temporarily changed the rule then changed it back. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Lasher Tech: in that split second you could have cursed too. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: Faylen throws back her head and cackles with insane glee! T3/r7/2021-10-25.txt.gz:{chan ch=tech}Dogwater Welding Tech: understandable. have a nice day :) T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: ah fudge T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: i have encounter PS4 No Sound Issue on my TV, it happen today , i have try switch input of my TV dispay, Update the lastest system software, even try restore the default factory settings T3/r7/2021-10-25.txt.gz:{chan ch=tech}Lasher Tech: err, typo, I meant to say "You are correct sir, I will set a better example." T3/r7/2021-10-25.txt.gz:{chan ch=tech}Anssett Tech: "Lasher, leading by counter-example, is here." T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: HellRaisin Ruckus uses the spice melange to bend time, space, and the rules of nocurse channels. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: any clue? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: HellRaisin Ruckus looks around and whistles innocently. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Anssett Tech: reina: try different tv, different cable, etc. isolate some variables T3/r7/2021-10-25.txt.gz:{chan ch=tech}Razor Tech: Do you have a headset and is trying to send the sound through that? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: even change HDMI cable still same T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: don't get me started on variables... I've been staring at them all morning T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: well if we take the current topic of cursing, I've found that occasionally if you curse enough at a device it will scare it into work. Have you tried this yet. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: rofl. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Trachx Tech: unmute T3/r7/2021-10-25.txt.gz:{chan ch=tech}Razor Tech: I have found the best way to get a broken device to work is buy a replacement :( T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: does it count if the cursing is in ones head? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: Ps4 controller have sound, just TV no sound to ps4, switch anroid TV have sound T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: but you must curse first. it helps you find a better deal on replacement device T3/r7/2021-10-25.txt.gz:{chan ch=tech}Razor Tech: soon as you do, the original magically works again. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Anssett Tech: maybe wave a hammer in front of the malfuncitoning device if swearing doesn't work. percussive maintenace, or the threat of it, is also fairly effective T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Reina: Are you saying "switch" as in "Nintendo Switch on Android TV", or are you saying if you switch the PS4 to an android TV, it works? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: when my ps4 on TV is no sound, when i switch to T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: when my ps4 on TV no sound, when i switch to anroid TV it got sound T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Okay, so on one TV, the ps4 has no sound, but the other TV, it does? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: even i try change my HDMI cable, still same T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: same TV T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: didnt try on other TV T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Check your sound settings on PS4, then. Settings -> Sound. Make sure that those settings are set correctly. T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Assuming you also changed HDMI ports as well to test it. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: i have try many times, even do the factory reset, it should be fine T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: it only happen today, yesterday is still working good T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: no, please go check your actual sound settings and look through each option. Factory reset doesn't mean it will magically work. also make sure that your tv settings with no sound are also okay. they need to match. Sometimes updates can change settings. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: yes i do change HDMI input port T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at 404 Eroe. T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: s/sometimes/most times. Insert headbangwhois Yamillay T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: wups T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: everything seem correctly! T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: still no sound! T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: grrrr T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: How exactly are you checking to see if sound is working? With a game? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: on the ps4 menu screen T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: it have sound T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: even the button sound not working tho T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That sound could be disabled. I'd suggest opening up a game or media (youtube, for example) to confirm. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Trachx Tech: most likely you muted ps4 device (if your tv has such option) T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: watch it just be that the volume is low :p T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: let me try youtube on ps4 T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: aiks no sound at all, opening youtube , same shit T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: waht going on? T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: and that port isn't muted? while it's playing can you adjust tv volume/mute and unmute? T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What type of TV is it? What brand? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: i have try, mute my TV sound and unmute to maximum volume, still same no sound T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: factory reset tv? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: its a new model, SONY X70 4k TV T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: just brought it last year T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: Eroe havent try T3/r7/2021-10-25.txt.gz:{chan ch=tech}Robbo Tech: I vote for the factory reset. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Heracles Tech: checked the audio devices settings in your ps4? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: cos it working on my Anroid TV youtube channel T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: She's done factory reset. She's checked audio on PS4. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Robbo Tech: Ah, missed that! T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Reina... have you... restarted your PS4? T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: she's only factory reset the ps4. not the tv with no audio T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, thought she meant she reset the TV. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley shrugs helplessly. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: i have try many time restart ps4 T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Time to upgrade to PS5. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: don't imagine you have a way to test the other audio outputs on the PS4? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: i have done resetfactory the ps4, but not the TV T3/r7/2021-10-25.txt.gz:{chan ch=tech}Heracles Tech: you checked the audio output settings in the "Sound and Screen" section of ps4 settings as well? T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: she's said she did that. T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Heracles: She isn't getting sound even with YouTube. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: yes heracles,it seem like all setting is fine T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: yes on ps4 T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: on anroid TV itself, sound working good T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So, either the port is bad on the PS4 for audio, or the port on the TV is bad, or it's muted on the TV. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Heracles Tech: Have you tried hitting it with a wrench? T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: recommend factory reset on the tv with no audio. the fact that it has audio suggests that either you have incompatible sound settings between the devices, or that the tv updated and something was set weird. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: even i change my HDMI cable on ps4,still same T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But since she's switched HDMI ports on the TV, it's unlikely she'd have two ports muted. I'd vote that something is broken with the PS4. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Ayasinda Tech: tried a different port on your tv? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: so i try to reset factory the TV? T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: She did. :p T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Try factory reset on the TV, yeah. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: yes Ayasinda, do try it T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: yes. factory reset the tv that you don't have audio on. T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: It could be the ps4 but given it works fine with another tv, my vote is the tv. T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If you have another TV, I'd try the PS4 on that one to make sure there's sound before factory reset on TV. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Robbo Tech: Did I miss what the Primary Output port is set to on the PS4 in audio settings? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: let me try how to resetfactory the TV T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: She said she hasn't tried it on another TV. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: you said output to headphones worked for the ps4? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: yes output headset sound is working , the sound is comeout from the controller itself T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: I assumed the "android tv" was another tv T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: 404 Eroe boggles at the concept. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: didnt try it on another TV T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: nah its actually like an Android OS for tv hardware, like the nvidia shield... similar to a roku device T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: Eroe is the same TV T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: okay ignore me then. sorry to add to the confusion. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: mean my Ps4 attach with the sony anroid TV i am using T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: the ps4 attach with Sony TV on with Input have no sound, even i try the youtube channel on ps4 same shit T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: sony TV itself come with youtube (android) it working good with sound T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: wow,hell yeah, i reset factory my sony TV, it works! T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: Seductress Reina smiles happily. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: Robbo enthusiastically high-fives Seductress Reina! T3/r7/2021-10-25.txt.gz:{chan ch=tech}Darkfist Tech: Awesome! T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: Seductress Reina goes, "Whee!" T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: haha, i miss out the TV can be reset factory, until you guys recall me :) T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: after so long a year still cant get my ps5 console :( always out of stock T3/r7/2021-10-25.txt.gz:{chan ch=tech}Ayasinda Tech: same here :( T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: many Scalpper selling T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: dam T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: about triple price T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: Should you buy an 8K TV? for ps5? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: uh no why? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: just curios T3/r7/2021-10-25.txt.gz:{chan ch=tech}Frostpaw Tech: 8k will be available for the ps6, supposedly T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: Sony has said that PS5 will receive full 8K support in a future system update T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: you could buy 8k, but given the ps5 only supports 4k it's a waste. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: yeah tho so T3/r7/2021-10-25.txt.gz:{chan ch=tech}Frostpaw Tech: i wouldnt buy a 8k just for fun T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: no games are going to run at 8k T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Eh, I got my PS5 for $750. :p T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Seriously, how much more resolution do you really need? T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Do you really need to see every atom of a character's face? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: its higher the better? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Frostpaw Tech: i stop at 4 myself i have access to a 4k and its beautiful T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: the * T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: 404 Eroe boggles at the concept. T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: "Hey, look! I can see a lizard 2 miles away in my game! SUCH FINE DETAIL!" T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: I mean if you want to throw money out the window, I can tell you you got quality warm fuzzies and you can just paypal me. the more money you send the higher quality the virtual warm fuzzies you get. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at 404 Eroe. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: Xiaomi 8k TV going cheap T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: don't bother researching, these are very real solid warm fuzzies. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: hehe T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: there's a very real limit to the amount of resolution that your eyes can even see, based off distance from the screen / pixel density of the screen T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Nohh. T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: Just curious, are you also the same person buying $19 apple cleaning cloths? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: i assume 8k TV will go like VR trend? T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Don't fall for the hype of 8k TV, though. T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Really isn't worth it, and will be obsolete in one year when they decide you need 16k. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Frostpaw Tech: or 32, or 64, or.. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: Eroe i believe hardcore people will go buying $19 shit cloth, cos is afforable still T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's like the iPhone. "Bigger" isn't always better. They market "8k is the latest in technology!" when it does nothing for the viewing experience. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: once the sales man told me, dont go for 8k cos many thing dont support 8k yet! even ps5 games now T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What difference does it make if you can see the nostril hairs in Brad Pitt's nose in his latest movie or not? T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: and still most things only half support 8k. T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And I really doubt any game will ever support 8k unless it's 10 years down the road. T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The amount of storage that will take is astronomical. T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: storage size requirements plus processing. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at 404 Eroe. T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You've got about 3-4 NextGen consoles to worry about before they start doing 8k games. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: crowley is am going buy ps5, how many Storage space advise to get? T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That'd be my guess. T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: given how slowly consoles come out, maybe only 2 :p T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Don't worry about storage space on the PS5. Get an external HDD. Preferally an SSD. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly at 404 Eroe. T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: preferably* T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: eventually the PS8 will be a ps with a nas strapped to the back so people can have 8k menus. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Frostpaw Tech: you can get a 8TB ps4 enclosure and a 1TB PS5 m.2 at max atm -- they advise that much safe T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: i am going for disc version, it really can play-back ps4 game? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Frostpaw Tech: it can play ps4, yes T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: of course, so can the ps4 you have T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: great T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I have disc, and yes, it can play PS4 games. Some, you can upgrade to PS5 version for free. Sad that Control was not one of them. T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: I still want to flash one of those linux distros to a ps1. T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: oh no it was original xbox T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: i am curios how come ps5 dont go intel chipset processor instead using AMD T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: Not sure how that would work out for me though since the only cli screenreader built into Linux is part of the kernel. T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: AMD processors are cheaper and in a lot of cases catching up in performance and speed. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: also has to do with power efficiency and heat T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: AMD processor heat fast T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: no. you want the exact opposite. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Seductress Reina Tech: oh really T3/r7/2021-10-25.txt.gz:{chan ch=tech}404 Eroe Tech: the warmer a processor or the faster it heats up the more you spend on cooling it down. T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Off to doctor appointments. Yay! :p T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Glad you got your sound working again on your PS4. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: heat/power/size requirements mean they need a SOC solution, nvidia has one (switch uses it) but its ARM based so that'd make backwards compatibility much more difficult... intel has them of course but their graphics cards suck so you'd have to have a separate graphics card.. amd has just does both good enough and it's cheap enough as well T3/r7/2021-10-25.txt.gz:{chan ch=tech}Robbo Tech: I think you need to upgrade. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Robbo Tech: Mis :P T3/r7/2021-10-25.txt.gz:{chan ch=tech}Nohh Tech: you're right though i do T3/r7/2021-10-25.txt.gz:{chan ch=tech}Goldendoodle Tech: hey guys how do i gag an output? (aka old zmud term). i want to gag the combat lines where i miss the mob, so i trigger "%1 misses %2" then i hit "regular expression", and "omit from output" but doesn't work T3/r7/2021-10-25.txt.gz:{chan ch=tech}Veritheia Tech: There's a few ways to do this already in the mud - first try the damage command T3/r7/2021-10-25.txt.gz:{chan ch=tech}Veritheia Tech: Also help spamreduce T3/r7/2021-10-25.txt.gz:{chan ch=tech}Veritheia Tech: for custom gags, if you're using mushclient, use #gag T3/r7/2021-10-25.txt.gz:{chan ch=tech}Veritheia Tech: also #sub for substitutions T3/r7/2021-10-25.txt.gz:{chan ch=tech}Veritheia Tech: (same plugin). but for most things like misses, etc. that are very commonly asked to be gagged, they'll probably be in spamreduce T3/r7/2021-10-25.txt.gz:{chan ch=tech}Goldendoodle Tech: i've looked, spam reduce can gag dodges but not my misses, unlikess im so blind i can't find it T3/r7/2021-10-25.txt.gz:{chan ch=tech}Veritheia Tech: use damage T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The trigger line you'd use is * misses *, not %1 misses %2. T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But bear in mind that such a trigger will literally omit any line that has the word 'misses' in it. T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So, if a goal said, "She misses him the most on Sundays.", then you'd never see that line. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Giddorah Tech: Couldn't it be "Your * misses *"? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Goldendoodle Tech: yea. however i can't use * misses * because it spouts an error saying "nothing to repeat" T3/r7/2021-10-25.txt.gz:{chan ch=tech}Goldendoodle Tech: i can use Your * misses * T3/r7/2021-10-25.txt.gz:{chan ch=tech}Giddorah Tech: And I'm not sure if it'll work but if you put an ^ before Your it shouldn't capture anything that doesn't start with Your... But that might be regexp-specific T3/r7/2021-10-25.txt.gz:{chan ch=tech}Giddorah Tech: And it'd break on enhanced damage T3/r7/2021-10-25.txt.gz:{chan ch=tech}High Risk Losteix Tech: "* misses *" only works if you're using non-regexp triggers. T3/r7/2021-10-25.txt.gz:{chan ch=tech}High Risk Losteix Tech: for regexp, ".* misses .*" T3/r7/2021-10-25.txt.gz:{chan ch=tech}Goldendoodle Tech: so should i not use reg exp? what is the syntax if i do not? T3/r7/2021-10-25.txt.gz:{chan ch=tech}High Risk Losteix Tech: non-regexp triggers are much simpler and easier to work with. regexp triggers give a lot more control over what you do and do not trigger on, assuming you know how to write a good regexp. T3/r7/2021-10-25.txt.gz:{chan ch=tech}High Risk Losteix Tech: it's just that "*" in regexp means "repeat the last character any number of times", whereas in nonregexp triggers it just means "any arbitrary length string" T3/r7/2021-10-25.txt.gz:{chan ch=tech}Goldendoodle Tech: ok it worked using non reg exp T3/r7/2021-10-25.txt.gz:{chan ch=tech}Goldendoodle Tech: yea i broke it using reg exp T3/r7/2021-10-25.txt.gz:{chan ch=tech}Giddorah Tech: Yeah, there are some excellent sites for testing out regexp'es online for free... I usually tend to copy out what I want to trigger on and slowly create my regexp out of that T3/r7/2021-10-25.txt.gz:{chan ch=tech}Goldendoodle Tech: i think i was using regexp using some aliases that involves a %1 etc, guess it doens't work for triggers T3/r7/2021-10-25.txt.gz:{chan ch=tech}Giddorah Tech: Well, if you use non-stars your recieving code should be %1, %2 et al T3/r7/2021-10-25.txt.gz:{chan ch=tech}High Risk Losteix Tech: %1, %2 etc won't work in the trigger itself. you can use them to substitute strings in the script that responds though. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Giddorah Tech: Err... Yeah... Your trigger line should be * and the recieving code should be %1 :) T3/r7/2021-10-25.txt.gz:{chan ch=tech}Goldendoodle Tech: yea that's where i messed up. it's current working =p T3/r7/2021-10-25.txt.gz:{chan ch=tech}Giddorah Tech: And it doesn't gag this message? Your thing misses it's mojo T3/r7/2021-10-25.txt.gz:{chan ch=tech}Goldendoodle Tech: nope =p T3/r7/2021-10-25.txt.gz:{chan ch=tech}Giddorah Tech: its... Its darnit T3/r7/2021-10-25.txt.gz:{chan ch=tech}Giddorah Tech: Then you're Golden I say :) T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: Goldendoodle pets Giddorah. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Faylen Tech: is it possible to see what portal xrt is trying to use? Apparently I've lost one of my portals but I have no idea which one it is T3/r7/2021-10-25.txt.gz:{chan ch=tech}Negader Tech: i would rt the area, note the roomname, then go back to aylor them xmall roomname, click on the question mark and see the path T3/r7/2021-10-25.txt.gz:{chan ch=tech}Faylen Tech: hmm. any clue how that would work just using commands? Blind, so no maps or clicking poissible T3/r7/2021-10-25.txt.gz:{chan ch=tech}Faylen Tech: possible? Yes that T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: you're blind? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Faylen Tech: Just as blind as you are, goof T3/r7/2021-10-25.txt.gz:{chan ch=tech}Trachx Tech: you need to get ID of first room of area, then at recall "mapper where " T3/r7/2021-10-25.txt.gz:{chan ch=tech}Trachx Tech: to get to area just enough to use "runto " while at recall, that will take you slow way (no portals) to area T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can use 'mapper where ' to find out the path it would take. T3/r7/2021-10-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That will include any portals it uses. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Faylen Tech: thanks! T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley's shifty eyes dart back and forth. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Faylen Tech: well... That helped me find a shorter way to the area, but wasn't using a portal. heh. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley chuckles politely. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Faylen Tech: oh, ran it from my home and it worked. unfortunately... I used an object number for the portal so I still don't know which it is. hmm T3/r7/2021-10-25.txt.gz:{chan ch=tech}Faylen Tech: And the mapper says that portal doesn't exist? Uh... T3/r7/2021-10-25.txt.gz:{chan ch=tech}Faylen Tech: Figured it out. Thanks for the help T3/r7/2021-10-25.txt.gz:{chan ch=tech}Faylen Tech: In mush, using lua, is the escape char the backslash? For that matter, do you need to escape parens in trigger text? I'm trying to trigger on the player shortflag, so I get a sound if I walk into a room with a player in it. So glad that's possible now! T3/r7/2021-10-25.txt.gz:{chan ch=tech}Karathos Tech: hm, only if you are using regex I think T3/r7/2021-10-25.txt.gz:{chan ch=tech}Faylen Tech: I shoudln't ask two questions at once. lol. Okay so, is backslash the right char, if I'm just doing normal phrasing, not regexp? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: is there a function I can call to reload a plugin by using for example the alias spreload aciath.xml T3/r7/2021-10-25.txt.gz:{chan ch=tech}Faylen Tech: Well... That was a user error issue. rofl, thanks for the answers T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: I fixed faylen. I didn't have her trigger looking at the default sounds der T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: der? no. dir. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Faylen Tech: Of course, I was sitting there troubleshooting the trigger *before* putting in a debug note to see if it was firing or not... Spoiler, it was T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: yerp. T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aoric Tech: Aciath, have a look at this link --> https://www.mushclient.com/scripts/function.php?name=LoadPlugin T3/r7/2021-10-25.txt.gz:{chan ch=tech}Aciath Tech: thanks! T3/r7/2021-10-25.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: anyone know why a mushclient folder might not appear on the desktop after installing? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Veritheia Tech: because you didn't install it to the desktop T3/r7/2021-10-25.txt.gz:{chan ch=tech}Frostpaw Tech: did install it to the desktop T3/r7/2021-10-25.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: does windows10 have any kind of special desktop hiding feature? T3/r7/2021-10-25.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: that like only shows you some things? T3/r7/2021-10-25.txt.gz:{chan ch=tech}Veritheia Tech: i know dropbox can do funny things with the desktop T3/r7/2021-10-26.txt.gz:{chan ch=tech}Princess Alison Tech: I have a cexit with a wait(0.1) in it. Sometimes, it says "CEXIT WAIT: waiting for 0.1 seconds before continuing." and it works normally. Other times, it says "CEXIT WAIT: waiting for 1e-05 seconds before continuing." and halts indefinitely. T3/r7/2021-10-26.txt.gz:{chan ch=tech}Princess Alison Tech: I don't know what causes it - I use the same speedwalk command (xcp 1) to trigger the cexit, and it seems to fluctuate more or less at random between 0.1 and 1e-05. T3/r7/2021-10-26.txt.gz:{chan ch=tech}Princess Alison Tech: So sometimes my speedwalk works perfectly fine and sometimes it breaks. Anyone know why? T3/r7/2021-10-26.txt.gz:{chan ch=tech}Mannec Tech: maybe different wait functions are being called, and one is seconds and the other milliseconds? T3/r7/2021-10-26.txt.gz:{chan ch=tech}Mannec Tech: sounds like a client issue, regardless. maybe 0.2 seconds wont fail that way? T3/r7/2021-10-26.txt.gz:{chan ch=tech}Gigel Tech: is there a similar plugin to Themed_Tracker (quest) for Campaigns ? T3/r7/2021-10-26.txt.gz:{chan ch=tech}Gigel Tech: something for campaign stats T3/r7/2021-10-26.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: i think search and destroy is a campaign plugin with a miniwindow but im not sure if its themed T3/r7/2021-10-26.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: if you download it and its not themed i can help you to themify it though T3/r7/2021-10-26.txt.gz:{chan ch=tech}Gigel Tech: i'm using that, but i wanted something for the stats, how many cp this remort, how many QP on average, bonus.. :) T3/r7/2021-10-26.txt.gz:{chan ch=tech}404 Eroe Tech: any alexa skill devs around here? T3/r7/2021-10-26.txt.gz:{chan ch=tech}Ghaan Tech: there is not alexa, there is only zuul T3/r7/2021-10-26.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: true, true. T3/r7/2021-10-26.txt.gz:{chan ch=tech}Ghaan Tech: there is no alexa, there is only zuul T3/r7/2021-10-26.txt.gz:{chan ch=tech}Malark Tech: why can't i add new area to s&d? i use xset index areas T3/r7/2021-10-26.txt.gz:{chan ch=tech}Malark Tech: any idea? T3/r7/2021-10-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It should have added the new area. T3/r7/2021-10-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But it will not have a set starting room, so you'll have to go to it manually and do 'xset mark here' T3/r7/2021-10-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Er, 'xset mark' T3/r7/2021-10-26.txt.gz:{chan ch=tech}Malark Tech: i did but it set clan room. i reloaded and it works now i guess T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tuskony Tech: if I have mushclient, and mapper turned on, does it automatically map out areas for me in conjuction with S&D? T3/r7/2021-10-26.txt.gz:{chan ch=tech}Nohh Tech: mostly, won't do things like custom exits or opening doors T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tuskony Tech: but I can manually add that stuff with cexits right T3/r7/2021-10-26.txt.gz:{chan ch=tech}Nohh Tech: and S&D doesnt really have anything to do with it T3/r7/2021-10-26.txt.gz:{chan ch=tech}Nohh Tech: yes T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tuskony Tech: Does my S&D learn over time? I only found out about it last night so I just started using it but it doesn't seem to find any mobs T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tuskony Tech: It will get me to areas (as long as they are within 300 rooms?) but it hasn't yet been able to take me right to a mob T3/r7/2021-10-26.txt.gz:{chan ch=tech}Nohh Tech: it uses the mapper database, so you gotta have visited the room before T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tuskony Tech: Ok that's what I thought just wanted to clarify! So in reality I should try and go to every room in an area T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tuskony Tech: to help my mapper T3/r7/2021-10-26.txt.gz:{chan ch=tech}Nohh Tech: yup, and set up the cexits as well as you can T3/r7/2021-10-26.txt.gz:{chan ch=tech}Ayasinda Tech: and your portals T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tuskony Tech: is it better to set up a cexit like 'cexit open up' or 'cexit open up T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tuskony Tech: err T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tuskony Tech: the last one should be open up/up (the last being a semi colon) T3/r7/2021-10-26.txt.gz:{chan ch=tech}Nohh Tech: i have aliases, like mxu does 'mapper cexit open up;;up' to quickly set up cexits that are simple doors i can't just pass through T3/r7/2021-10-26.txt.gz:{chan ch=tech}High Risk Losteix Tech: the cexit needs to land you in a different room to register. so "open up;up" T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tuskony Tech: ok great ty! T3/r7/2021-10-26.txt.gz:{chan ch=tech}High Risk Losteix Tech: (or more accurately, "open up;;up" since you need to double the semi-colon when registering a cexit) T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tuskony Tech: I've been trying to set up each exit as I go, custom exits too T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tuskony Tech: oh really? ok T3/r7/2021-10-26.txt.gz:{chan ch=tech}Nohh Tech: it's a time investment, but it pays off if you run enough quests/campaigns T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tuskony Tech: oh yeah I can see it being much faster over time T3/r7/2021-10-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Side note, instead of doubling up the ;, you can start the line with ; and use singles. Therefore, "mcu open up;;up" becomes: ";mcu open up;up" -- Trivial in that, but if you have something like: 'alias laugh grin;;smile;;cry;;sob;;lol', you can save some time with: ';alias laugh grin;smile;cry;sob;lol' T3/r7/2021-10-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Also, you don't have to do ;;;; just to show two semis. T3/r7/2021-10-26.txt.gz:{chan ch=tech}Aciath Tech: is there any sort of flag that GMCP shows if a room has graffiti? I see (G) and triggered off of that, but it triggers the sound for example, glowing items T3/r7/2021-10-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Don't think so, hmm. T3/r7/2021-10-26.txt.gz:{chan ch=tech}Heracles Tech: Could use regex in your trigger match so it only fires when the preceeding text doesn't contain () not overly elegant but it should prevent it from firing off inv items T3/r7/2021-10-26.txt.gz:{chan ch=tech}Aciath Tech: I got it to work by changing the match text slightly. T3/r7/2021-10-26.txt.gz:{chan ch=tech}High Risk Losteix Tech: with regexp, you can trigger on "\(G\)$" so it'll only ever proc if it's at the very end of a line. T3/r7/2021-10-26.txt.gz:{chan ch=tech}Faylen Tech: He says thank you for the tips T3/r7/2021-10-26.txt.gz:{chan ch=tech}Kerith Tech: my mush doesn't like dungeon anymore, i could rt using mapper yesterday but cant today, when i reset xset it says - 1...any ideas? T3/r7/2021-10-26.txt.gz:{chan ch=tech}Gofer Tech: anyone know with the newer mush if there is a way to have the page up/down work like it did in the older version? T3/r7/2021-10-26.txt.gz:{chan ch=tech}Gofer Tech: meaning when you sent output (enter etc..) it jumped back down, didn't have to ctrl+end and page up down worked, w/o the split plugin T3/r7/2021-10-26.txt.gz:{chan ch=tech}Kerith Tech: that still works on mine ctrl+pageup = goes up. enter returns me to now T3/r7/2021-10-26.txt.gz:{chan ch=tech}Gofer Tech: right, but i have to hit ctrl+pageup not just page up T3/r7/2021-10-26.txt.gz:{chan ch=tech}Nohh Tech: disable the split screen plugin? T3/r7/2021-10-26.txt.gz:{chan ch=tech}Gofer Tech: altho enter doesnt return me it seems T3/r7/2021-10-26.txt.gz:{chan ch=tech}Kerith Tech: well pageup does work seems w/o the ctrl T3/r7/2021-10-26.txt.gz:{chan ch=tech}Gofer Tech: i disabled, and then unistalled ... still not working T3/r7/2021-10-26.txt.gz:{chan ch=tech}Kerith Tech: weird T3/r7/2021-10-26.txt.gz:{chan ch=tech}Gofer Tech: on 5.07-pre T3/r7/2021-10-26.txt.gz:{chan ch=tech}Kerith Tech: oh maye i'm using old one idk, r2149 T3/r7/2021-10-26.txt.gz:{chan ch=tech}Gofer Tech: 2154 ... T3/r7/2021-10-26.txt.gz:{chan ch=tech}Nohh Tech: im on 2149 too, idk if 2154 broke something T3/r7/2021-10-26.txt.gz:{chan ch=tech}Gofer Tech: well they changed something for sure T3/r7/2021-10-26.txt.gz:{chan ch=tech}Gofer Tech: and i dont like it :( T3/r7/2021-10-26.txt.gz:{chan ch=tech}Heracles Tech: note fiendish and ask T3/r7/2021-10-26.txt.gz:{chan ch=tech}Nohh Tech: you can try downgrading and see if it's like you expect it to be, just maybe do it in a separate folder to test and copy over your 'worlds' folder -- https://github.com/fiendish/aardwolfclientpackage/releases/tag/r2149 T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tuskony Tech: In mush is it possible to set up an alias for things like mapper and opening doors T3/r7/2021-10-26.txt.gz:{chan ch=tech}Nohh Tech: you can use aliases in cexits, yeah T3/r7/2021-10-26.txt.gz:{chan ch=tech}Nohh Tech: actually copying over your 'worlds' folder would kinda defeat the purpose of downgrading since that's where most of the changes are done, derp T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tuskony Tech: ahhh, i have to change the output on the alias from world to execute T3/r7/2021-10-26.txt.gz:{chan ch=tech}Kerith Tech: any ideas why my mush wont run to dungeon? just brings up a list of deathtrap bloodlust and dundoom T3/r7/2021-10-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: did you xset mark it? T3/r7/2021-10-26.txt.gz:{chan ch=tech}Selitos Tech: need to pick the one you want T3/r7/2021-10-26.txt.gz:{chan ch=tech}Kerith Tech: yes T3/r7/2021-10-26.txt.gz:{chan ch=tech}Selitos Tech: 'dungeon' itself isn T3/r7/2021-10-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: re-index areas? T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tech: you need to re-index S&D T3/r7/2021-10-26.txt.gz:{chan ch=tech}Kerith Tech: how reindex? T3/r7/2021-10-26.txt.gz:{chan ch=tech}Selitos Tech: 'dungeon' itself isn't specific enough T3/r7/2021-10-26.txt.gz:{chan ch=tech}Kerith Tech: dungeon work yesterday T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tech: Selitos shrugs helplessly. T3/r7/2021-10-26.txt.gz:{chan ch=tech}Kerith Tech: whtas the reindex command? i couldnt find it in help T3/r7/2021-10-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: xset index areas T3/r7/2021-10-26.txt.gz:{chan ch=tech}Selitos Tech: what eare you want to go to? T3/r7/2021-10-26.txt.gz:{chan ch=tech}Kerith Tech: cry ok reindexed, standing in room 45933 (first room).. resetting xset mark says room 21601 manor3 :( T3/r7/2021-10-26.txt.gz:{chan ch=tech}Negader Tech: anyone running mushclient on windows 11? T3/r7/2021-10-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: i am T3/r7/2021-10-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: and i hate that the friggin layout screws up everytime i relog T3/r7/2021-10-26.txt.gz:{chan ch=tech}Negader Tech: can you not save layout, and use the saved layout by a trigger when you log on? 'aard layout' T3/r7/2021-10-26.txt.gz:{chan ch=tech}Aoric Tech: or lock the current layout? T3/r7/2021-10-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: yeah, i put that in, but it's still kind of annoying that it happens at all T3/r7/2021-10-26.txt.gz:{chan ch=tech}Negader Tech: ok thank you for answering. just wanted to double check if win11 can run mush :) T3/r7/2021-10-26.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: better question would be can windows 11 run windows 11... T3/r7/2021-10-26.txt.gz:{chan ch=tech}Aoric Tech: windows-ception T3/r7/2021-10-26.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: them crazy windows inside windows guys T3/r7/2021-10-26.txt.gz:{chan ch=tech}Mannec Tech: you think thats fun? try running a vm inside itself :p T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tech: Aoric goes ooOOooOOoo. T3/r7/2021-10-26.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: id have more confidence in that then windows T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tech: Mannec crosses his arms and nods slowly and sagely to Aoric. T3/r7/2021-10-26.txt.gz:{chan ch=tech}Aoric Tech: interesting ... that would make it vm-recursive T3/r7/2021-10-26.txt.gz:{chan ch=tech}Tech: Mannec is agreeing with that CheeZy Bot HiSaZuL person again... T3/r7/2021-10-26.txt.gz:{chan ch=tech}[Battle] Scars Tech: i find that the less you ask of windows, the better it is T3/r7/2021-10-27.txt.gz:{chan ch=tech}Malark Tech: how can i change name of an area in mapper? T3/r7/2021-10-27.txt.gz:{chan ch=tech}Redryn Tech: edit the database i guess T3/r7/2021-10-27.txt.gz:{chan ch=tech}Malark Tech: i'll try T3/r7/2021-10-27.txt.gz:{chan ch=tech}Anssett Tech: and hope that it doesn't self-correct T3/r7/2021-10-27.txt.gz:{chan ch=tech}Malark Tech: i have gypsy caravan in map, but it is wayfarer's caravan T3/r7/2021-10-27.txt.gz:{chan ch=tech}Kippe Tech: or double the entry with both names T3/r7/2021-10-27.txt.gz:{chan ch=tech}Anssett Tech: i think that's technically a fiendish question? but there should be an area table of some sort that you can modify the name in T3/r7/2021-10-27.txt.gz:{chan ch=tech}Anssett Tech: yeah. you can open the aardwolf.db file in something like sqlite browser, go to the 'areas' table, and edit the "name" field for caravan T3/r7/2021-10-27.txt.gz:{chan ch=tech}Anssett Tech: i don't know of an easier route currently. T3/r7/2021-10-27.txt.gz:{chan ch=tech}Malark Tech: ok thank you. sqlite browser. i was searching a tool name(: T3/r7/2021-10-27.txt.gz:{chan ch=tech}Anssett Tech: i found that when i discovered how many cexits i messed up haha T3/r7/2021-10-27.txt.gz:{chan ch=tech}Malark Tech: it worked perfect, thank you(: T3/r7/2021-10-27.txt.gz:{chan ch=tech}Tech: Anssett gallantly tips his hat. T3/r7/2021-10-27.txt.gz:{chan ch=tech}Kegu Tech: the gcmp mapper thinks caravan is still gypsy caravan anyone to update it? T3/r7/2021-10-27.txt.gz:{chan ch=tech}Anssett Tech: tech -h 20 or so :P T3/r7/2021-10-27.txt.gz:{chan ch=tech}Kegu Tech: lol ok thanks T3/r7/2021-10-27.txt.gz:{chan ch=tech}Kegu Tech: ah perect thanks T3/r7/2021-10-27.txt.gz:{chan ch=tech}Anssett Tech: it's entirely possible that there is a more "correct" method but that works :p T3/r7/2021-10-27.txt.gz:{chan ch=tech}Katsumoto Tech: That's a bummer. Opening up the db file sounds scary for someone who is tech illiterate. T3/r7/2021-10-27.txt.gz:{chan ch=tech}Anssett Tech: agreed. on the other hand how frequently does an area name change T3/r7/2021-10-27.txt.gz:{chan ch=tech}Katsumoto Tech: Technically, can't you just delete the area via mapper purgezone and re-explore it again for those of us who are uncomfortable with opening the db file? T3/r7/2021-10-27.txt.gz:{chan ch=tech}Anssett Tech: possibly, i don't know how the areas table gets populated T3/r7/2021-10-27.txt.gz:{chan ch=tech}Nohh Tech: i can give people a line to update the zone name in client i think, gonna take a minute T3/r7/2021-10-27.txt.gz:{chan ch=tech}Anssett Tech: and i'm about 150 levels shy of comfortably walking around in there to test if it re-builds nicely :P T3/r7/2021-10-27.txt.gz:{chan ch=tech}Katsumoto Tech: I can check it once I SH this round. I've personally never been to the caravan area T3/r7/2021-10-27.txt.gz:{chan ch=tech}Nohh Tech: This seems to work: \\\require "gmcphelper" Send_GMCP_Packet("request area") T3/r7/2021-10-27.txt.gz:{chan ch=tech}Anssett Tech: does that require you to be in caravan, or does it pull from the list of areas T3/r7/2021-10-27.txt.gz:{chan ch=tech}Nohh Tech: must be in caravan yeah T3/r7/2021-10-27.txt.gz:{chan ch=tech}Anssett Tech: ok so mapper can, kinda, update itself. i wonder if you could do something similar to update the 'areas' list without having to be in the area. i haven't poked at gmcp enough yet, clearly T3/r7/2021-10-27.txt.gz:{chan ch=tech}Nohh Tech: well the request area packet just has the server send room.area data, which the mapper then sees and the updates the database itself whenever it receives that gmcp packet - but i guess it's not typically sent unless you ask for it T3/r7/2021-10-27.txt.gz:{chan ch=tech}Nohh Tech: but you can't request an arbitrary area, just whatever area you're currently in T3/r7/2021-10-27.txt.gz:{chan ch=tech}Anssett Tech: yeah it's the arbitrary area part that is the gotcha i guess :P T3/r7/2021-10-27.txt.gz:{chan ch=tech}Anssett Tech: looks like gmcp mapper only calls that if the area doesn't already exist T3/r7/2021-10-27.txt.gz:{chan ch=tech}Quadrapus Tech: Any coding pros using the new Fiendish MUSH miniwindow code? Gofer is having trouble with his flashing on update. Thanks! T3/r7/2021-10-27.txt.gz:{chan ch=tech}Quadrapus Tech: he's shy, be gently T3/r7/2021-10-27.txt.gz:{chan ch=tech}Quadrapus Tech: gentle* T3/r7/2021-10-27.txt.gz:{chan ch=tech}Kegu Tech: ive imported my mushclient from my other computer to a laptop so the resolution is way smaller and now some of the windows like gcmp are off screen anyway of resolving that? T3/r7/2021-10-27.txt.gz:{chan ch=tech}Kerith Tech: aard layout help T3/r7/2021-10-27.txt.gz:{chan ch=tech}Ayasinda Tech: there use to be a command called Resetaard to reset all your windows to their default size and position. Don't know if it still works. T3/r7/2021-10-27.txt.gz:{chan ch=tech}Vanellus Tech: lower the resolution of the laptop screen T3/r7/2021-10-27.txt.gz:{chan ch=tech}Kegu Tech: resetaard did it thanks guys! T3/r7/2021-10-27.txt.gz:{chan ch=tech}Omnivek Tech: can somone remind me the command to see the list of sounds the game makes? Like one for bonus exp and bonus loot etc? T3/r7/2021-10-27.txt.gz:{chan ch=tech}Brobeo Tech: sphelp T3/r7/2021-10-28.txt.gz:{chan ch=tech}Tuskony Tech: What setting is it in mushclient to leave your last command on the prompt? I can't find it T3/r7/2021-10-28.txt.gz:{chan ch=tech}Brobeo Tech: Game>Configure>Commands>Keep Commands on Prompt Line T3/r7/2021-10-28.txt.gz:{chan ch=tech}Tuskony Tech: tyvm! T3/r7/2021-10-28.txt.gz:{chan ch=tech}Tuskony Tech: this channel if you can see it T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: hi T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: started mushclient through wine but when trying to install plugings it says error can't find lua files T3/r7/2021-10-28.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: then find the lua files it needs and place them in the lua folder T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: error message is: cannot open lua/aard_requirements.lua no such file or directory T3/r7/2021-10-28.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: check the lua folder and check for aard_requirements.lua T3/r7/2021-10-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: are you launching mush from a shortcut on the desktop, or from the commandline? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: folder and files are exist in proper directory T3/r7/2021-10-28.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: you need to cd to the directory where mushclient.exe is T3/r7/2021-10-28.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: did you open the client via wine mushclient.exe T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: i am starting mushclient via wine T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: yes wine mushclient.exe T3/r7/2021-10-28.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: is there a lua folder in your mushclient folder? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: yes T3/r7/2021-10-28.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: is aard_requirements in there? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: tech yes T3/r7/2021-10-28.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: somehow that seems unlikely, but possible i guess. do you need another copy of aard_requirements.lua? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: as i understand client couldn't properly find the path to folders T3/r7/2021-10-28.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: if you can launch mushclient from the directory ive never heard of that T3/r7/2021-10-28.txt.gz:{chan ch=tech}Aoric Tech: /world/plugins T3/r7/2021-10-28.txt.gz:{chan ch=tech}Aoric Tech: look for that folder T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: yes it is exist T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: i start client as: wine /Users/Atol79/Desktop/MUSHclient/MUSHclient.exe T3/r7/2021-10-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: are you running a relatively new version of mushclient that you got from the website on fiendish's finger info? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: i got it from github T3/r7/2021-10-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: so checkversion says r2149 or better T3/r7/2021-10-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: BUT main thing is you need to change to the directory and then do wine mushclient T3/r7/2021-10-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: i wrote a little bashscript that has three line T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: version 5.07-pre T3/r7/2021-10-28.txt.gz:{chan ch=tech}Tuskony Tech: "You are using Aardwolf MUSHclient Package version: r2149"... Should I update it to 2154? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: i mean 2 lines... first for you would be cd /Users/Atol79/Desktop/MUSHclient/ then wine MUSHclient.exe T3/r7/2021-10-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: i'm using r2149 and it works fins T3/r7/2021-10-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: although that might look more like cd .wine/drive_c/users/Atols79/Desktop/MUSHclient T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: yes it works T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: thx T3/r7/2021-10-28.txt.gz:{chan ch=tech}Tech: Atol bows deeply. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Tech: Aoric tosses Sheriff Shindo up in the air, he loves it! T3/r7/2021-10-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: so you can stick those two commands in a text file called mush then do chmod u+x mush then all you have to type if ./mush and it will launch mushclient T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: how to make pluggins windows appear? T3/r7/2021-10-28.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: i need to do that lol T3/r7/2021-10-28.txt.gz:{chan ch=tech}Aoric Tech: File > Plugins T3/r7/2021-10-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: ctrl+shift+p then add them all T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: how to make pluggins windows appear? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: map window and others? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: ctrl+shift+p then press the add button and add them T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: ? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Aoric Tech: check out these help files ... aard help, aard layout help, aard layout reset T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: am i on the channel? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: ctrl+shift+p brings up the window to add plugins. because you launched from the wrong place the first time the save file is now bonkers and has silly defaults. so you need to add them by hand T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: ? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: all plugings loaded T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: but how to load them? so windows - maps stats etc appear on the screen? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: try aard layout reset T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: where and how? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: type aard layout reset T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: There is no layout within Aardwolf. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: unfortunately it sounds like it would be easier to delete the current installation and re-install it. the faults normally just work but break easily when you get things wrongm through no fault of your own T3/r7/2021-10-28.txt.gz:{chan ch=tech}Atol Tech: ok will try T3/r7/2021-10-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: if you've done lots of exploring you can first copy Aardwolf.db to a safe place and then resore it T3/r7/2021-10-28.txt.gz:{chan ch=tech}Sheriff Shindo Tech: anyone know crowley's S&D well enough to tell me which function returns the corrected version of a mobs name? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: hey fiendish, is there some better way for people to get mapper to update to caravan's new area name? I did \\\require "gmcphelper" Send_GMCP_Packet("request area") T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: and would that be something that might just be handled in some update T3/r7/2021-10-28.txt.gz:{chan ch=tech}FrshPrncOf Kelaire Tech: You could always purgezone and readd it by rexploring it T3/r7/2021-10-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: hmm T3/r7/2021-10-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I'll add something to update area names if they change T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: the 'request area' gmcp packet updates the area, it just isn't typically sent T3/r7/2021-10-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: but what you did is fine T3/r7/2021-10-28.txt.gz:{chan ch=tech}Vanellus Tech: Tonight I'll do most of the CB how-to. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Anssett Tech: nohh found a hacky way but it required the player to walk into the zone. i found a hackier way that meant manually modifying the db. curious if there's a "more correct" way haha T3/r7/2021-10-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: there's no way through the game without being in the zone T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: i figured i was going to have to do some arbitrary SQL but saw the request area handler updated the area names T3/r7/2021-10-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I _guess_ you could add something that scrapes 'areas keywords', but I don't like that T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: its not like areas change names very often T3/r7/2021-10-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: right T3/r7/2021-10-28.txt.gz:{chan ch=tech}Anssett Tech: yeah it's one of those "infrequent enough to not reALLY be an issue" issues i imagine T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: but i was thinking if you had some way to update the database's schema in version updates you could maybe pop a line in there to replace the area name too T3/r7/2021-10-28.txt.gz:{chan ch=tech}Anssett Tech: i didn't know if areas had, i dunno, a version number or something that could be queried and update if something changed. i haven't gotten my hands into gmcp data yet T3/r7/2021-10-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: anyway, I'll add something to the plugin to do this for anyone who updates. meanwhile what you did is probably the best way T3/r7/2021-10-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: areas do not have versions T3/r7/2021-10-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: area info just looks like room.area { "id":"caravan", "name": "Wayfarer's Caravan", "x": 36, "y": 32, "z": 0, "col": "", "flags": "" } T3/r7/2021-10-28.txt.gz:{chan ch=tech}Anssett Tech: ok i'm out of bad ideas then, i'll leave you to it :D T3/r7/2021-10-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: and besides the game doesn't send area info automatically. you have to request it T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: yeah there's a few ways to do it, just wanting to bring it up as a minor thing to deal with T3/r7/2021-10-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: yeah, I appreciate the heads up T3/r7/2021-10-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I wouldn't have thought of it T3/r7/2021-10-28.txt.gz:{chan ch=tech}Anssett Tech: i don't think any of us did until somebody popped in tech yesterday and said "uhhh hey this name is still unchanged in mapper" T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: the mapper even automatically updates the name in the UI with the request area packet which was unexpected :) T3/r7/2021-10-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: that's because requesting area also sends the room T3/r7/2021-10-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: or rather receiving the area requests the room T3/r7/2021-10-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I forget why T3/r7/2021-10-28.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: it's probably not necessary T3/r7/2021-10-28.txt.gz:{chan ch=tech}Feast Tech: Using Mudrammer and my map has started displaying certain sections out of alignment. I have tried changing font and size and it seems not to change. Was using defaults, not sure how I caused this. Any suggestions? It is somewhat disorienting. stumblung through escher?s rendition of aylor T3/r7/2021-10-28.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Not sure too many people use MUDrammer. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Feast Tech: reinstalled mudrammer, provlem solved. aliases rebuilt :0 T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Does anyone know where to get the Aarcheology plugin? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Reported to have been made by Endymion T3/r7/2021-10-28.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: aarchaeology* :) T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: im american T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Archaeology T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Murica. T3/r7/2021-10-28.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Get it from Cynik (renamed) T3/r7/2021-10-28.txt.gz:{chan ch=tech}Aciath Tech: Has anyone ever messed with MSP and mush? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: server doesn't support it, mushclient i don't think supports it... what's there to mess with? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Aciath Tech: my own mud supports it T3/r7/2021-10-28.txt.gz:{chan ch=tech}Dar Tech: I thought mush did support it, or it did in the past T3/r7/2021-10-28.txt.gz:{chan ch=tech}Dar Tech: or was that zmud? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: zmud does T3/r7/2021-10-28.txt.gz:{chan ch=tech}Aciath Tech: and mush does support it. Sort of. My question was, why can't mush support the MSP volume tags? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: idk you'd have to ask nick gammon T3/r7/2021-10-28.txt.gz:{chan ch=tech}Aciath Tech: it'll play the sounds, but at full volume. I have code on my mud that can adjust MSP volume. Another client sees and works with that volume code. Mush does not T3/r7/2021-10-28.txt.gz:{chan ch=tech}Aciath Tech: hmmm. How could I ask him? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Anssett Tech: https://www.gammon.com.au/forum/bbshowpost.php?bbsection_id=1 T3/r7/2021-10-28.txt.gz:{chan ch=tech}Anssett Tech: he is (or was?) highly active on his forums T3/r7/2021-10-28.txt.gz:{chan ch=tech}Anssett Tech: worth searching too, i found plugins dating back to 2002 written by nick for much earlier versions of mush, so i'm a little surprised that 20 years later it's still not working the way you need T3/r7/2021-10-28.txt.gz:{chan ch=tech}Aciath Tech: thank you a ton! T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=1531#6737 is a plugin nick made to trigger off MSP !!SOUND stuff to play sounds, seems like it just needs to be improved a bit to parse the volume and then change from using the Sound() function to PlaySound() T3/r7/2021-10-28.txt.gz:{chan ch=tech}Anssett Tech: that's what i found too. i'm hoping there's something slightly newer out there that i just missed :D T3/r7/2021-10-28.txt.gz:{chan ch=tech}Aciath Tech: checking into it. :) T3/r7/2021-10-28.txt.gz:{chan ch=tech}Aciath Tech: the thing about MSP is, I don't think it's bewen updated in a very long time. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Aciath Tech: Oh. I am using this plugin already T3/r7/2021-10-28.txt.gz:{chan ch=tech}Aciath Tech: it's the one that doesn't support volume tags. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Anssett Tech: rofl T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: yeah well, that plugin was probably written before PlaySound existed T3/r7/2021-10-28.txt.gz:{chan ch=tech}Aciath Tech: indeed. I may just try writing a new plugin. Might be easier. :) T3/r7/2021-10-28.txt.gz:{chan ch=tech}Lasher Tech: You are talking about another mud which honestly probably doesn't belong here at all (there are general MUD forums to get that kind of help). For this one, if we want to do something with sound I wonder if it makes more sense to use something that triggers off GMCP rather than an outdated protocol. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Faylen Tech: I told him it was okay to ask here from the beginning. He's not trying to advertise another mud, just find knowledgeable people to help with mush in general. Forums can be, not inaccessible but a bit of a pain to navigate sometimes T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: if (big if) you actually wanted to give builders to ability to trigger sounds that would probably be better than outputting some tag that needs to be triggered T3/r7/2021-10-28.txt.gz:{chan ch=tech}Lasher Tech: Seems people have been able to take sound quite far just using triggers so we never looked into it too much in the core game code. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Lasher Tech: well I don't want to get into the business of needing people to download client updates everytime we launch a new area and having to make sure any sounds they use are used legally. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: proud lasher T3/r7/2021-10-28.txt.gz:{chan ch=tech}Faylen Tech: he won't ask for help here again. I'm sorry for telling him incorrectly T3/r7/2021-10-28.txt.gz:{chan ch=tech}Lasher Tech: I didn't say you can't ask for help here T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: you scared him off lasher T3/r7/2021-10-28.txt.gz:{chan ch=tech}Lasher Tech: It wasn't intended. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: imagine having a theological discussion and god himself descends from the heavens and says "well akshully" T3/r7/2021-10-28.txt.gz:{chan ch=tech}Anssett Tech: rofl T3/r7/2021-10-28.txt.gz:{chan ch=tech}Katsumoto Tech: I wouldn't know how I would feel if the server started pushing out sounds..... T3/r7/2021-10-28.txt.gz:{chan ch=tech}Katsumoto Tech: I'd rather have free reign to play all of my highly......linux iso soundpacks.... T3/r7/2021-10-28.txt.gz:{chan ch=tech}Katsumoto Tech: And on a side note, is teh campaign kill sound through the default soundpack a sound from Diablo 1? It sounds awfully familiar. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Lasher Tech: Experience says that someone mentioning "their mud" is often inviting people to ask them about it. Maybe this was an exception. It's not like we try to hide that other MUDs exist - we ask you to visit a site that lists a thousand of them every day to vote and if you find one you prefer great, but it's always been a courtesy on pretty much every MUD not to discuss other MUDs on public channels. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Lasher Tech: But it's also one of those things you'll tell someone "hey that might be better somewhere else" and they take that gentle nudge as "omg Lasher hates me now ok I'll never ask a question here again." T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: we're sensitive :( T3/r7/2021-10-28.txt.gz:{chan ch=tech}Lasher Tech: we are too :( T3/r7/2021-10-28.txt.gz:{chan ch=tech}Lasher Tech: at least you exist! T3/r7/2021-10-28.txt.gz:{chan ch=tech}Katsumoto Tech: we are three :( T3/r7/2021-10-28.txt.gz:{chan ch=tech}Elfo Tech: at least we can talk to you :) T3/r7/2021-10-28.txt.gz:{chan ch=tech}Dar Tech: only when we can see him ;) T3/r7/2021-10-28.txt.gz:{chan ch=tech}Katsumoto Tech: Otherwise he's like the architect in the matrix, always watching. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Lasher Tech: you stop watching when everything is a repeat of a repeat of a repeat of a .. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Elfo Tech: how do you catch naughty stuff in all this spam? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: ever seen the matrix? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Katsumoto Tech: For we are Neo, and this is the 7000000th time we have remorted. We have become increasingly efficient at it. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Elfo Tech: i have T3/r7/2021-10-28.txt.gz:{chan ch=tech}Tech: Pharaoh Mot laughs out loud. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Elfo Tech: oo T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Matrix:Re-Re-Loaded T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: The presequel T3/r7/2021-10-28.txt.gz:{chan ch=tech}Katsumoto Tech: Matrix: Re-Morted ? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Katsumoto Tech: Omgwtfbbq. Time to enchant T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: biggest celebration for 1khp ever T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: mis T3/r7/2021-10-28.txt.gz:{chan ch=tech}Elfo Tech: woot! T3/r7/2021-10-28.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: Thanks Lasher, First time playing in like 3 years and I loose that nice boost in an op war, haha T3/r7/2021-10-28.txt.gz:{chan ch=tech}Elfo Tech: thank you lasher :) T3/r7/2021-10-28.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: Thanks Lasher, First time playing in like 3 years and I loose that nice boost in an op war, haha T3/r7/2021-10-28.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: see, doing newb stuff like that T3/r7/2021-10-28.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: Anyways, I got a new macbook. Anyone good with setting up mushclient on on of these? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: use wine, i guess? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Katsumoto Tech: Bootcamp into Windows T3/r7/2021-10-28.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: ok I'm checking that out now T3/r7/2021-10-28.txt.gz:{chan ch=tech}Katsumoto Tech: But if your macbook uses the M1 architecture...I'm not too sure how that would work T3/r7/2021-10-28.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: pretty sure it does T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: not sure why you'd want to get a windows license and have to dual boot just for mushclient, pretty sure it'll run just fine under wine? idk not a mac guy T3/r7/2021-10-28.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: yeah wine came up last night when I was looking. Im not that techy so I gotta figure out what is the best solution for my situation T3/r7/2021-10-28.txt.gz:{chan ch=tech}Dar Tech: take your macbook back and get a windows pc? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: haha T3/r7/2021-10-28.txt.gz:{chan ch=tech}Dar Tech: well you did ask for the easiest solution..... T3/r7/2021-10-28.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: wine says its for macos 10.14, and my mac is 11.6 T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: oh yeah i remember hearing something like that :P that's Apple being Apple, I guess... uh, yeah I'm not the best person to talk about MacOS.. other options might be vmware/parallels? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Algaru Tech: i have a basic scripting question - i have a script that enables/disables triggers, and saves state, but saving state doesn't save the trigger state. it causes things to get out of sync when i restart mush, reinstall the plugin, etc. is there a simple way to trigger some update when the script is installed/reloaded? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: idk anything about this, but in concept wouldnt you need to create a cache somewhere T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: that way it can be pulled from a hardfile on reload T3/r7/2021-10-28.txt.gz:{chan ch=tech}Algaru Tech: i have half of that. i save some variables which do get persisted T3/r7/2021-10-28.txt.gz:{chan ch=tech}Mannec Tech: the answer is yes, and also yes, but alas - unless you are willing to do all your coding on old zmud, i wont be able to help much with the details. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: cmud T3/r7/2021-10-28.txt.gz:{chan ch=tech}Algaru Tech: what i want to do is every ttime i reload the script, check the state of those variables, and set the triggers appropriately T3/r7/2021-10-28.txt.gz:{chan ch=tech}Mannec Tech: if you have some variables which are already persistent, then thats most of what you need - the rest is just checking them, right? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Algaru Tech: right. i just don't know how to make it check when i load the script T3/r7/2021-10-28.txt.gz:{chan ch=tech}Algaru Tech: i coul dset some arbitrary trigger, but not sure if there's some default OnPluginInitialization function i could use T3/r7/2021-10-28.txt.gz:{chan ch=tech}Mannec Tech: the client can probably run a script when you log in, or you might be able to set a trigger on login. put your 'check variables and set state' alias in there. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: also make sure you save mush when u close it T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: sometimes mine doesnt save when i just close using the x T3/r7/2021-10-28.txt.gz:{chan ch=tech}Mannec Tech: yes, there is a family of such functions. ive heard folks talk about it. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Algaru Tech: for now when i'm testing this thing, i'm working around it by jus tsetting the variables again, which sets the trigger status too T3/r7/2021-10-28.txt.gz:{chan ch=tech}Algaru Tech: ah well - thanks for the thoughts! i'll keep messing around and see if i can find something similar, or ask again later T3/r7/2021-10-28.txt.gz:{chan ch=tech}Mannec Tech: OnPluginInitialize(), maybe? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: if its an information tracking script i feel it would be simplest to just partition it T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: store the info as you get it for that particular level or range T3/r7/2021-10-28.txt.gz:{chan ch=tech}Algaru Tech: it's a script to reduce spam from pheal T3/r7/2021-10-28.txt.gz:{chan ch=tech}Algaru Tech: someone mentioned that someone else had created such a thing already but i wanted to give it a shot too T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: help spamreduce T3/r7/2021-10-28.txt.gz:{chan ch=tech}Algaru Tech: spamreduce doesn't do what i want T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Well I want you to make a damage tracking script for me T3/r7/2021-10-28.txt.gz:{chan ch=tech}Algaru Tech: not completely at least T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: So we don't always get what we want T3/r7/2021-10-28.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: dtrack is a thing T3/r7/2021-10-28.txt.gz:{chan ch=tech}Pharaoh Mot Tech: it tracs individuals contribution in the group? T3/r7/2021-10-28.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: no just personal T3/r7/2021-10-28.txt.gz:{chan ch=tech}Algaru Tech: ooh, i found OnPluginInstall() and OnPluginEnable(), those look like the ones. thanks for the hint mannec T3/r7/2021-10-28.txt.gz:{chan ch=tech}Mannec Tech: thats the ones, aye. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Tech: Mannec is looking around for a cloak to buff his nails on...better run! T3/r7/2021-10-28.txt.gz:{chan ch=tech}Algaru Tech: beautiful, those were the ones T3/r7/2021-10-28.txt.gz:{chan ch=tech}Korendir Tech: anyone know how to change a keyword of an area in snd? like xrt bloodlust does not register, can only use xrt dungeon T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: make an alias for xrt bloodlust to do xrt dungeon T3/r7/2021-10-28.txt.gz:{chan ch=tech}Korendir Tech: welp lol T3/r7/2021-10-28.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: you could go in and edit the area table in the snd plugin... T3/r7/2021-10-28.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: of course, that would probably get messy when snd gets updated. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: which totally won't lead to other problems with room name cp/gqs T3/r7/2021-10-28.txt.gz:{chan ch=tech}Korendir Tech: yeah i dont think i want to mess with that T3/r7/2021-10-28.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: nope... did it the other day when bloodlust went in. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: quest/campaigns were fine... there's a table with name and first room, also area proper name and name T3/r7/2021-10-28.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: but as I said, it would probably just get overwritten if you updated snd in the future. T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: dungeon is the keyword, just get used to it i guess.. it's not the only area with a weird keyword T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: idk why they went with dungeon when there's already ddoom and deathtrap but, whatever :) T3/r7/2021-10-28.txt.gz:{chan ch=tech}Korendir Tech: yeah was just curious if there was a function, i can get used to it eventually T3/r7/2021-10-28.txt.gz:{chan ch=tech}Mannec Tech: can you make a fake area, give it the name you want, and just have its entire runto command be 'go to the other area'? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: well since it uses saved variables for xset mark, you could probably end the saved variables and insert a fake area/start room T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: and even if the file updates, it'll still be in the saved variables T3/r7/2021-10-28.txt.gz:{chan ch=tech}Redryn Tech: just make an alias or whatever? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Nohh Tech: too easy and obvious! T3/r7/2021-10-28.txt.gz:{chan ch=tech}Seductress Reina Tech: worth to get youtube premium? T3/r7/2021-10-28.txt.gz:{chan ch=tech}Omnivek Tech: no T3/r7/2021-10-28.txt.gz:{chan ch=tech}Korendir Tech: worth to get adblock :P T3/r7/2021-10-28.txt.gz:{chan ch=tech}Seductress Reina Tech: what that? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Gigel Tech: it is possible to add Asherodan area in Crowley's S&D ? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Sheriff Shindo Tech: do he have a ww help command T3/r7/2021-10-29.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: what is ww help, wayne's world? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Sheriff Shindo Tech: winkle winkle ... for those of us geriatrics who remember the origins of S&D T3/r7/2021-10-29.txt.gz:{chan ch=tech}Sheriff Shindo Tech: but on pwars version it is xareas but that probably doesn't help T3/r7/2021-10-29.txt.gz:{chan ch=tech}Karathos Tech: check out xhelp index areas T3/r7/2021-10-29.txt.gz:{chan ch=tech}Qyx Tech: is there a way to put an alias name/trigger in a keypad button? Am I missing something or not possible? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: you can't trigger from keyboard input but you can use a macro that fires an alias T3/r7/2021-10-29.txt.gz:{chan ch=tech}Qyx Tech: can I trigger a macro from keyboard/keypad? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Qyx Tech: guessing no T3/r7/2021-10-29.txt.gz:{chan ch=tech}Haike Tech: yes you can T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: yes T3/r7/2021-10-29.txt.gz:{chan ch=tech}Talbor Tech: yep T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: alt-enter, look for macros T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: or numpad T3/r7/2021-10-29.txt.gz:{chan ch=tech}Amarufox Tech: there's probably a way, I do something like that but with a special programmable keyboard T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: configuration -> keypad -> enable keypad keys T3/r7/2021-10-29.txt.gz:{chan ch=tech}Amarufox Tech: something along the lines of using xmodmap on linux system for remapping standard key to something mud-clienty T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: key in the alias to the appropriate key T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: if you want to customize you can also get into the .mcl file and add things manually although i think macros covers it pretty well now T3/r7/2021-10-29.txt.gz:{chan ch=tech}Feast Tech: off T3/r7/2021-10-29.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: on T3/r7/2021-10-29.txt.gz:{chan ch=tech}Haike Tech: standby T3/r7/2021-10-29.txt.gz:{chan ch=tech}Qyx Tech: ok hang on :P if I want ctrl+keypad6 to trigger F3 macro key, how do I do that? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: probably have to get into mcl file for that T3/r7/2021-10-29.txt.gz:{chan ch=tech}Qyx Tech: ok thanks :) T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: you don't T3/r7/2021-10-29.txt.gz:{chan ch=tech}Katsumoto Tech: Is the F3 macro key running an alias? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Qyx Tech: well it would do T3/r7/2021-10-29.txt.gz:{chan ch=tech}Qyx Tech: yeah T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: but yeah i think int hat context you would create an alias to do what f3 currently does T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: and then call *that* alias from f3 and ctrl+kp6 T3/r7/2021-10-29.txt.gz:{chan ch=tech}Katsumoto Tech: Just point CTRL + 6 to the alias then. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: 1) macros -> f3 -> copy the text of the f3 macro. 2) create alias called "f3macro" -> copy paste text of f3 macro into the alias. 3) config -> keypad -> check "show contents if ctrl key held down" -> under keypad 6, type "f3macro" T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: or just run the alias that the f3 macro calls from keypad 6 T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: since you already did step 2 T3/r7/2021-10-29.txt.gz:{chan ch=tech}Qyx Tech: ok to be more explicit, when I level at various level and gain a new combat spell, I have trigger to set a combatspellvariable to a particular number for my best combat spell. then let's say I just want tp trigger this variable to cast my best combat by hiting keypad3 without having to change it all the time T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: to a spell number? just make an alias that casts that spell number, and then use that alias in both locations T3/r7/2021-10-29.txt.gz:{chan ch=tech}Korendir Tech: i use an ingame alias for that, so like i have keypad 3 to x, and my triggers do alias x c whatevernumber T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: There's a better way to do that. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Qyx Tech: oh ingame alias can be triggered from keypad? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: yes T3/r7/2021-10-29.txt.gz:{chan ch=tech}Qyx Tech: probably easiest for me. all you lot are way better coders than me :) T3/r7/2021-10-29.txt.gz:{chan ch=tech}Korendir Tech: i do that because sometimes i play on the phone and i can just use x :P T3/r7/2021-10-29.txt.gz:{chan ch=tech}Katsumoto Tech: for example = Accelerator ("Alt+Down", "d") T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: nice to meet another x-gamer in the wild :P T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: 1) make attackspell aliases for each pclass. so attackMage, attackPsi, attackPaladin, each attackspell alias reads your current level by GMCP, and uses an if/else sequence to cast the highest level spell. This also allows you to define exactly which attack spells get cast so you can filter for spells that fit your mastery. 2) make a generalized "attack" alias that detects your pclass via gmcp and calls attack based on your pclass. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Katsumoto Tech: the [d] there can be replaced with an alias shold you so desire. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: Then make both ctrl+keypad6 and f3 call "attack". T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: if you tell me z is your alias for aoe spells i will be exceedingly amused :p T3/r7/2021-10-29.txt.gz:{chan ch=tech}Korendir Tech: z is my heal and xa is aoe T3/r7/2021-10-29.txt.gz:{chan ch=tech}Korendir Tech: lol T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: i'll allow it T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: My AOE is aoe. z is for scrying. t is for heal, y is for mana. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Korendir Tech: im considering changing the z though, since i fatfinger it a lot on the phone T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: f to cast attack spell once (as described above, automatically casts appropriate spell for level and pclass). h to cast it thrice T3/r7/2021-10-29.txt.gz:{chan ch=tech}Qyx Tech: thanks Alison and Kats :) I will save this in my notes and go over it T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: f is to pay respects, come on :P T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: I also have *alternate* attack spell aliases for each pclass. So for example, attackPsiAlt would cast the highest level psi attack spell out of a predefined list of them (generally all mental spells because of my mastery) T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: sorry, attackPsi wuld do that T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: attackPsiAlt would cast the highest level PHYSICAL damage spell T3/r7/2021-10-29.txt.gz:{chan ch=tech}Katsumoto Tech: Yup, you're welcome. If I could play this game with a PS3 controller or something, I would prefer to do that than typing. Easier on my RSI T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: so I can deal with cp mobs immune to mental T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: so I can tap f to cast the appropriate attack spell for my level and class by scraping my GMCP, and alt to cast the appropriate attack spell for my level and class that is the opposite of what my usual damtype is (phys if magic, magic if phys) T3/r7/2021-10-29.txt.gz:{chan ch=tech}Qyx Tech: thanks saved all this as well T3/r7/2021-10-29.txt.gz:{chan ch=tech}Amarufox Tech: in case it helps, Kat...I do most of my aarding (other than typing on channels) with a 24-keys x-keys keyboard that I programmed to my in game aliases (could even program aliases directly on keyboard, enough memory) T3/r7/2021-10-29.txt.gz:{chan ch=tech}Amarufox Tech: not sure if that'd fit your use case, but it's been nice for me cuz works with any mud client and I can just move keyboard from laptop to pc, etc. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: I could fairly easily pup using only one hand on my keypad until I ran out of pots and had to manually type "buyheal/buymana". T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: I need both hands on my keyboard to cp though. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Amarufox Tech: yeah, I could do most on numpad too, but not nearly as flexible as x-keys keyboard T3/r7/2021-10-29.txt.gz:{chan ch=tech}Amarufox Tech: like I can hold this in my lap, standing desk so stand aways cuz keyboard has long cord, etc. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Amarufox Tech: and I made custom keycaps to remind me what each key does that come w/ the keyboard (can print 'em) T3/r7/2021-10-29.txt.gz:{chan ch=tech}Amarufox Tech: felt like an evolution from my numpad days :P T3/r7/2021-10-29.txt.gz:{chan ch=tech}Katsumoto Tech: Thanks for the suggestion Amarufox. =D T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tech: Amarufox rubs his nose softly against Katsumoto's. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Katsumoto Tech: What does the fox say. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Amarufox Tech: take care of your hands and wrists! <3 T3/r7/2021-10-29.txt.gz:{chan ch=tech}Arboronis Tech: So I play on a laptop with an external monitor, and I have a layout for that big monitor in the MUSHclient that doesn't work when I'm just playing on my laptop's screen. Is there a way to set up two different layouts so I can switch between them depending on whether I have my monitor plugged in or not? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Aoric Tech: aard layout help T3/r7/2021-10-29.txt.gz:{chan ch=tech}Aoric Tech: you can save a keyword for a specific layout T3/r7/2021-10-29.txt.gz:{chan ch=tech}Arboronis Tech: Ah that's perfect. Thank you so much! T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: oooh. well then that's something i wasn't aware of. ty aoric T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Can you show me how to get twitch to work on xp? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Aoric Tech: open twitch website with chrome -- should be fine T3/r7/2021-10-29.txt.gz:{chan ch=tech}Aoric Tech: but yeah, you need to use OBS Studio to do a live stream to twitch T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: yeah it cant run on this pc T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: It overheats running windows 10 T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: and Twitch doesnt work with older versions of windows T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Already tried T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: So the info thats needed is. How do I do that T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: It was more an issue with the browsers. they wouldnt sync with twitch in realtime T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: And again windows takes up so much resource that the stream couldnt run on 180p T3/r7/2021-10-29.txt.gz:{chan ch=tech}Aoric Tech: thought of converting the PC to a linux box? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: I've never used linux T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: you don't expect the compter to choke on obs or some alternative streaming application? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: computer* T3/r7/2021-10-29.txt.gz:{chan ch=tech}Katsumoto Tech: So your CPU is benching at 995 on cpumark. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Katsumoto Tech: That's pretty lean to work with. I'm now thinking something like Lubuntu. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Limunious Tech: how do i update established exits in a room already in mapper, exits that are not cexits T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: you can mapper purgeroom that should get rid of the exits T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: can right click -> change exit destination on the graphical map T3/r7/2021-10-29.txt.gz:{chan ch=tech}Limunious Tech: thanks T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: but if it's multiple exits borked, yeah, just remove the room and walk through the exits again T3/r7/2021-10-29.txt.gz:{chan ch=tech}Aoric Tech: go to the room, right click on the room in the map -- update/delete the exits from the pop menu T3/r7/2021-10-29.txt.gz:{chan ch=tech}Aoric Tech: pop-up* even T3/r7/2021-10-29.txt.gz:{chan ch=tech}Limunious Tech: that worked! i had an exit in boot camp that was throwing me off big time. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Where wsa the dinv plugin? T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Finger Durel. T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: finger durel T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I just want to say that LinkedIn is on my craplist for their design. "Let's send you email after email about people who are noticing you, and when you try to unsubscribe and try again, we'll give you error after error after error!" T3/r7/2021-10-29.txt.gz:{chan ch=tech}Ralyn Tech: use 2 fingers T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Ralyn likes the fist, though. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: linkedin got on my crap list when they started going "oh hey we can be fb for 'professionals'" T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Speaking of FB, they are rebranding to "Meta" and claiming "Metaverse". T3/r7/2021-10-29.txt.gz:{chan ch=tech}Aoric Tech: not to mention when connections start to sell you insurance T3/r7/2021-10-29.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: yeah but since most people have never figured out to change their notification setting, it's like an easy way to get immediate replies from strangers :) T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: I'm buying land in Montana. You guys can do all this crap without meXD T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: i'm pretty sure that Snow Crash has demonstration of prior art on that idea haha T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: and it's painfully ironic that they're rebranding based on a dystopian tech novel... T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Anssett. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Whoever helps me set up lebunutu on this shitty pc gets free lessons on making a water turbine. #cabinlife T3/r7/2021-10-29.txt.gz:{chan ch=tech}Nohh Tech: at least in snow crash they had so many shipping containers they could use them for housing T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Honestly, I think it's Zuckerberg's way of "hiding" who the company is. Much like assholes who rename think they're hiding who their new character is. Still an asshole, just a different name. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Heracles Tech: Have you seen the port of los angeles? You could make a small city out of how many containers are there T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: crowley, my guess is that they're trying to pre-empt fallout and separating logical units to spin off for liability reasons T3/r7/2021-10-29.txt.gz:{chan ch=tech}Aoric Tech: shipping containers are note safe to be used for housing though T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Anssett. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Heracles Tech: They aren't seperating anything thoughm not like Google did T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: FB has been under fire a lot lately. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: What assholes changed their name to hide? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: aoric the "tiny house" community might disagree with you :D T3/r7/2021-10-29.txt.gz:{chan ch=tech}Nohh Tech: a lot of houses today aren't safe to be used for housing aoric T3/r7/2021-10-29.txt.gz:{chan ch=tech}Heracles Tech: they are only changing the name, how they report financials and their stock tag T3/r7/2021-10-29.txt.gz:{chan ch=tech}Heracles Tech: zero restructuring T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Why do you guys read this stuff?:p T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Mot: Several players get it in their head that they can be complete jerks to people here, then rename and suddenly no one "knows" who they are, but they are the same people. T3/r7/2021-10-29.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: he's a terrible CEO, but he's not an idiot...maybe aloof is the right word T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Oh hmmm. I don't know of any Crowley. T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You're fresh here. Just give it time. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: I'm from 1998:p T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley's shifty eyes dart back and forth. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley throws back his head and cackles with insane glee! T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: saraid tells me that 1998 is fresh on here. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Summoner Yuna Tech: See also: Comcast - Xfinity T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Ive never had someone hide who they are unless they dont talk. As soon as you speak I remember:) T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: 1998 has been SO fresh with me, I had to slap its face twice. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Pharaoh Mot. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Personally I think if you can change your name and be a better person after. Like you just needed a fresh start. Then that's good. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: but if theyre doing the same crap..... T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's the problem. People rename and think you've forgotten about them. I've outed people in tells before, and they beg me not to tell anyone. T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If they change, yeah, that's fine. Lasher is all about second, and fifty-second chances. But as they say, leopards never change their spots. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Frostpaw Tech: i know somebody who'd been given 52nd chances X: T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers with Frostpaw about their shared secret. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Katsumoto Tech: If you add someone to your ignore list, and they change their name, would it be reflected in your ignore list? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: we can test that if you want. i can ignore you then you can change your name? :P T3/r7/2021-10-29.txt.gz:{chan ch=tech}Katsumoto Tech: Anyone willing to donate 2tps for this. For science. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Razor Tech: how about you just give me 2tp and I tell you no they don't? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Katsumoto Tech: Glados would disapprove. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Razor Tech: glados is my role model. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: glados would probably approve if you said "no they don't" and then killed them for asking.. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: sorry. hugged. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Razor Tech: "Jump in to this hole, the answer lies within" T3/r7/2021-10-29.txt.gz:{chan ch=tech}Summoner Yuna Tech: That's a bit unclear. Do you mean that it effectively removes a player from people's ignore list? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Razor Tech: "Plus there is cake in there" T3/r7/2021-10-29.txt.gz:{chan ch=tech}Razor Tech: yes it does, ignore is name-based, there is no behind the scenes ID T3/r7/2021-10-29.txt.gz:{chan ch=tech}Nohh Tech: renaming to harass people that ignored you sounds like a great way to get nuked T3/r7/2021-10-29.txt.gz:{chan ch=tech}Razor Tech: Theoretical problem, if it happened with any regularity everyone would already know. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Katsumoto Tech: There is a limit on how often you can rename too I think. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Nohh Tech: cost just goes up to 5k QP T3/r7/2021-10-29.txt.gz:{chan ch=tech}Nohh Tech: but idk imms might get tired of you T3/r7/2021-10-29.txt.gz:{chan ch=tech}Katsumoto Tech: Ignorelist is a good way to keep track of those that repeatedly killswipe. T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: As was mentioned, no, ignore list does not update with renames, much like flist does not update with renames. You have to actually ignore the person again. T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But it's fun, because if someone uses a rename to get around ignore, then they are idiots and should be permanently removed. *shifty* T3/r7/2021-10-29.txt.gz:{chan ch=tech}Razor Tech: usually someone renaming is looking for a fresh start not to harass the people they previously pissed off. They can get nuked just as easily by creating an alt for that and it won't cost them 2tp. T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's why I said they are idiots if they do such a thing. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Nohh Tech: so just get a rename and change your whotitle to ANUSTART - only 5 TP T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That is so brilliant, Nohh. T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Only took me three tries to read it all the ways. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Nohh Tech: thanks i totally didn't steal it from Arrested Development T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Daroldu Tech: hey guys- do you think this MUD would run more-or-less smoothly on a 9600 baud ? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Aoric Tech: are you on dial-up? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Nohh Tech: compared to 1200 baud? better, compared to fiber internet? worse T3/r7/2021-10-29.txt.gz:{chan ch=tech}Daroldu Tech: hoping to have a "retro" setup with a Tandy 1000. There's this new neatpo Wifi RS-232 card that you can connect to your wifi using Hayes compatible commands. The limit of the 8088 processoir in the Tandy is 9600 T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It should be fine. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Daroldu Tech: 9600 baud = 960 characters per second T3/r7/2021-10-29.txt.gz:{chan ch=tech}Daroldu Tech: should that be okay for combat? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Daroldu Tech: meant to say "neat-o" T3/r7/2021-10-29.txt.gz:{chan ch=tech}Daroldu Tech: does anyone have any tips/tricks regarding playing aard over telnet? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Daroldu Tech: ,ost frustrating thing is not being able to send my last sent commend by pressing the up key; doesn't work directly over telnet. That and no MCCP bonus on quests :/ T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: My tip - Don't do it :-p T3/r7/2021-10-29.txt.gz:{chan ch=tech}Aoric Tech: try playing aard on browser -- the aard's page opens a telnet I think T3/r7/2021-10-29.txt.gz:{chan ch=tech}Daroldu Tech: hmmm...what if I telnetted into a local rasberrry pi that has TinTin++ running... T3/r7/2021-10-29.txt.gz:{chan ch=tech}Daroldu Tech: but squarepants! The aesthetic of playing Aard on a Tandy... The clickety clacks! T3/r7/2021-10-29.txt.gz:{chan ch=tech}Nohh Tech: get a mechanical keyboard T3/r7/2021-10-29.txt.gz:{chan ch=tech}Daroldu Tech: I have an IBM model M I'm typing away on. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Classic Vost Tech: what's a Tandy? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Daroldu Tech: A Tandy 1000 was basically the best DOS computer around the late 80's T3/r7/2021-10-29.txt.gz:{chan ch=tech}Daroldu Tech: it was marked as IBM compatible and had color graphics. Google or YouTube it; it's a beautiful machine. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Daroldu Tech: marketed* T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Anybody used dinv to compare items yet? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: is there a readme for this? T3/r7/2021-10-29.txt.gz:{chan ch=tech}High Risk Losteix Tech: dinv help compare? T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: The dinv help is pretty thorough T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: dinv analyze [list | create | delete | display] T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: dinv help T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: dinv help analyze T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: thank you T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: i dont want to read all of this im dyslexic T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: What do you want it to do? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: DINV inv.analyze.setsCR: Failed to create "mage-melee" set at level 91: missing entry T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: i read two helpfiles already T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: you said it was very clear T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: u lie to me T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: What did you type as your command? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: dinv analyze create mage-melee 10 T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: Did you create a mage-melee priority? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: MAYBE T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: dinv priority list - it comes with a few built in priorities T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: honeslty psi-melee would probably do the trick for what you want T3/r7/2021-10-29.txt.gz:{chan ch=tech}Limunious Tech: would be nice if there were some preset priorities established:) T3/r7/2021-10-29.txt.gz:{chan ch=tech}Limunious Tech: like shield/no shield by default! T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: Yell at Durel, Lim T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Damnit durel T3/r7/2021-10-29.txt.gz:{chan ch=tech}Elfo Tech: durel even said he doesnt know how to use dinv :) T3/r7/2021-10-29.txt.gz:{chan ch=tech}Kaylie Tech: shield/no shield would be nice T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: But yeah, Mot, try using psi-melee instead T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: It'll work for what I think you're after, unless you want to put different weights on different stats T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: to see what the current weights are you can look at dinv priority list psi-melee T3/r7/2021-10-29.txt.gz:{chan ch=tech}Nohh Tech: wonder if you could set a negative weight to shield to force no shield T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: I think you could. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Kaylie Tech: it doesn't ever shield T3/r7/2021-10-29.txt.gz:{chan ch=tech}Nohh Tech: you need to edit the priority to add a weight for 'shield' or it only goes off stats T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: Kalyie - add a new priority and put a high value on shield T3/r7/2021-10-29.txt.gz:{chan ch=tech}Kaylie Tech: I just created a snapshot for when I want to shield, easier that way T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Equipment analysis of "mage": 100% T3/r7/2021-10-29.txt.gz:{chan ch=tech}Daroldu Tech: How do I add an inv window in MUSH? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: thats a good question T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Learn about windows, and add it. Nick has a tutorial about it, though, with a video. T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Careful. Mot may tell you that windows are evil contraptions that will peer into your household, inventory what you have, and send a group of ninja theives to take it all away. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley runs away from Pharaoh Mot in utter terror and horror! T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: So this dinv will take the random shimmer/gleaming etc items i have in my inventory an compare them to the current piece i have saved for that slot? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: pretty much yeah T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: If someone sets up my dinv to auto compare bloot items for me i will give them 10 tps T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: The current dinv is just as much work as identifying it. its more typing actually T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Except it's not... since DINV does all the calculations for you, determining where your stats are and what will max out your stats effectively. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: it compares just fine automatically but you don't get to see the comparison T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'd rather not sift through hundreds of different sets to find out what maximizes most. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: i think technically you owe either durel 10tp for that, or yourself for installing the plugin :D T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: He owes Durel that. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Well I said whoever sets it up T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley blinks innocently. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: And it's not set up T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Durel set it up. T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yes, it is. :P T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tech: Pharaoh Mot goes, "Hmmmm." T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: if you've done a dinv build you should be pretty much set. i suggest dinv help :P T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: yeah i already knew my gear sets by name T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: so for now its done nothing but lag me out for a bit T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: I was wanting it to compare items in real time as i get them and say keep or trash T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Youre saying it does that? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: yes, and no. it catalogs items in near-real time T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: I played the game before scripts were legal I know what my gears name is and what the stats are on it. I just didnt want to stop and identify every piece of bloot T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: when you tell it to wear a set it will wear the best stuf favailable T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: it does not say TOSS THIS without some coaxing T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Okay I see T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: So back to my deal T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: You can do "dinv set display <-- (so 91, 131, 171, 201, 251, 291) for example T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: If anyone can get dinv to sort bloot as i pick it up i will give them 10tp T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: As you pick it up? Man that's a lot of processing and lag T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tech: Pharaoh Mot goes, "Hmmmm." T3/r7/2021-10-29.txt.gz:{chan ch=tech}Summoner Yuna Tech: Put all pieces of bloot into the same aard bag. remort and do dinv set wear every 10 levels. Take note of which pieces are never moved (they're listed last in the bag) from the bag. Drop those. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Whats the command to compare all my inventory items vs the saved best current in slot? T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: Once you make sure dinv is refreshed T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Well he went through a shitload of effort to miss the point of the plugin i guess T3/r7/2021-10-29.txt.gz:{chan ch=tech}SquarePants Tech: Just do a dinv set display T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: i think it was more designed with botting in mind then T3/r7/2021-10-29.txt.gz:{chan ch=tech}Nohh Tech: jesus dude just don't use it if you don't like what it does T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: How dare you assume my gender T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: reported T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: shout out to squarepants tysm T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Dude, I call everyone dude, male or female. Not gonna say "Dudette!" Why should Nohh? T3/r7/2021-10-29.txt.gz:{chan ch=tech}<> Slips Tech: heh T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: also "Level 201 Male Half-griffon Sorcerer (Tier 9+6)." :P T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers with Anssett about their shared secret. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: even if you weren't a gender-neutral dude-r T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Anyway, my time is up! Time to leave work and go home, where I can deal with that insanity. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Anssett Tech: say good night to your spreadsheets crowley :P T3/r7/2021-10-29.txt.gz:{chan ch=tech}Nohh Tech: later dude T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tech: Anssett snorts. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: and the wall T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: How dare you assume my gender, Nohh! Reported to the highest authority (or did I just report that my head was up my ass? I forget)! T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Well blame it all on my roots T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Cause I showed up in boots T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: and ruined your nerdy affair T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Thankfully I'm leaving before it gets worse. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: The last one to know. The last one to code. I was the last one here to lose hair. T3/r7/2021-10-29.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You just know he'd been saving that up for some time now. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley waves happily. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: I made that up on the spot. You guys can't freestyle songs? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: dinv compare mage gleaming T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Alias function "inv.cli.compare.fn" not found or had a previous error. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Faylen Tech: Are there any good, but totally legal, enchanting helper plugins out there? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Dar Tech: almost any plugin is legal......if you use it legally T3/r7/2021-10-29.txt.gz:{chan ch=tech}Faylen Tech: I know, but had to put that out there so people knew I wasn't looking for something sneaky that shouldn't exist. But doing this by hand gets old T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: Can I stream aardmush on a 5190 chromebook? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Cheekier Than Tech: can i purge an area in SnD e.g. wayfarer's to rebuild it? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Pharaoh Mot Tech: mapper purgezone T3/r7/2021-10-29.txt.gz:{chan ch=tech}Cheekier Than Tech: cool thx T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tuskony Tech: is there a way to set up a trigger for when i enter certain rooms? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: Yes, trigger on something in the room. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Sponge Bob SquarePants Tech: What exactly are you trying to do? T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tuskony Tech: I want to auto drink from a fountain when I run into a room that has one T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: A majestic fountain marks the center of the courtyard. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: That's the academy fountain description T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: trigger "drink fountain" from that T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tuskony Tech: I tried it with another fountain but i'll check my syntax T3/r7/2021-10-29.txt.gz:{chan ch=tech}Sponge Bob SquarePants Tech: Yeah you can either do it on the exact fountain like Alison suggests, or you can look at others as well and regex stuff potentially T3/r7/2021-10-29.txt.gz:{chan ch=tech}Karathos Tech: do you have a decent drinking container? the open clan ones hold 50 'charges' much easier to just drink from that T3/r7/2021-10-29.txt.gz:{chan ch=tech}Karathos Tech: help newbie-container T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: Actual best method for those without the nohunger wish: request your quest in a room with a fountain (eg. rt druid is one, some other clan rooms are like that too), and append "fill " to your quest request alias. T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tuskony Tech: I do but still T3/r7/2021-10-29.txt.gz:{chan ch=tech}Karathos Tech: can setup a timer to drink from it, or a trigger drinking from it when you get thirsty/hungry T3/r7/2021-10-29.txt.gz:{chan ch=tech}Princess Alison Tech: Then trigger "gulp " on the "you feel hungry/thirsty" message T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tuskony Tech: I could but then i'll want my trigger to auto fill my container T3/r7/2021-10-29.txt.gz:{chan ch=tech}Brobeo Tech: you might also consider an alias, something like fountain -> mapper goto 35233;drink fountain T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tuskony Tech: Hmm yeah I have my trigger for A small fountain bubbles here. which is the brewery foutain but it doesn't trigger my trigger T3/r7/2021-10-29.txt.gz:{chan ch=tech}Karathos Tech: shrug* i just manually fill mine once a day, don't really need more than that T3/r7/2021-10-29.txt.gz:{chan ch=tech}Talbor Tech: I had to copy it with the spaces included before the words, to get that fountain to work like " A small fountain bubbles here." T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tuskony Tech: ok i'll try that T3/r7/2021-10-29.txt.gz:{chan ch=tech}Tuskony Tech: that's the answer, gotta have the spaces. Tyvm T3/r7/2021-10-29.txt.gz:{chan ch=tech}Talbor Tech: np :) T3/r7/2021-10-30.txt.gz:{chan ch=tech}Faylen Tech: Is there a way to tell mush to stop loading the packet debugger window? No clue why it got opened in the first place, but when it's closed it just opens again T3/r7/2021-10-30.txt.gz:{chan ch=tech}Trachx Tech: gmcpdebug 0 T3/r7/2021-10-30.txt.gz:{chan ch=tech}Trachx Tech: actually I may be wrong about that, as that is just CLI not GUI debug window :P T3/r7/2021-10-30.txt.gz:{chan ch=tech}Aciath Tech: it's fine. I can work around it. It's just in the way T3/r7/2021-10-30.txt.gz:{chan ch=tech}Sheriff Shindo Tech: sometimes you can right click on a window and do send to back T3/r7/2021-10-30.txt.gz:{chan ch=tech}Gigel Tech: CTRL ALT F11 T3/r7/2021-10-30.txt.gz:{chan ch=tech}Gigel Tech: or Menu->Edit->Debug ... T3/r7/2021-10-30.txt.gz:{chan ch=tech}Aciath Tech: perfect! Thanks! T3/r7/2021-10-30.txt.gz:{chan ch=tech}Summoner Yuna Tech: Yes, with that many spaces. It's the bottom line of the pagoda in our clanhall. T3/r7/2021-10-30.txt.gz:{chan ch=tech}Summoner Yuna Tech: Mischan T3/r7/2021-10-30.txt.gz:{chan ch=tech}Vanellus Tech: Is Durel's the definitive DINV? T3/r7/2021-10-30.txt.gz:{chan ch=tech}Summoner Yuna Tech: It's the ONLY one as far as I know. At least the only one called dinv. T3/r7/2021-10-30.txt.gz:{chan ch=tech}Vanellus Tech: thanks T3/r7/2021-10-30.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there a GMCP way to check if you're currently on a campaign? I've currently set up a variable for that instead. T3/r7/2021-10-30.txt.gz:{chan ch=tech}Parian Melfiss Tech: oi, the gpu fan in my computer is messed up and driving me nuts. buzzing and grinding noise constantly and etc. how do I make this stop? T3/r7/2021-10-30.txt.gz:{chan ch=tech}404 Eroe Tech: replace cpu fan? T3/r7/2021-10-30.txt.gz:{chan ch=tech}Korendir Tech: open it up and see if there's anything caught in the fans T3/r7/2021-10-30.txt.gz:{chan ch=tech}404 Eroe Tech: oh. gpu. you can sometimes replace those. T3/r7/2021-10-30.txt.gz:{chan ch=tech}404 Eroe Tech: try getting an air can, hold the blades so they won't spin and spray air into the fan though to dislodge something that might be in there. T3/r7/2021-10-30.txt.gz:{chan ch=tech}Parian Melfiss Tech: i can. i guess no way to oil or grease it and make it stop? T3/r7/2021-10-30.txt.gz:{chan ch=tech}404 Eroe Tech: no. please don't try that T3/r7/2021-10-30.txt.gz:{chan ch=tech}Parian Melfiss Tech: wd40 bad idea? T3/r7/2021-10-30.txt.gz:{chan ch=tech}Vanellus Tech: I can't make dinv consume put bought pots into my 2.bag (as in hte help file). I get you don't have that item - same when using the bag i.d Anything obvious I may be missing? T3/r7/2021-10-30.txt.gz:{chan ch=tech}Cheekier Than Tech: anyone have a tip to resolve snd wayfarer errors, I already nuked the zone in mapper and remapped it T3/r7/2021-10-30.txt.gz:{chan ch=tech}Kerith Tech: try reeindex T3/r7/2021-10-30.txt.gz:{chan ch=tech}Cheekier Than Tech: and did an xset index T3/r7/2021-10-30.txt.gz:{chan ch=tech}Nohh Tech: can you 'mapper where ' the room you want to go to? T3/r7/2021-10-30.txt.gz:{chan ch=tech}Gigel Tech: I'm using Crowley S&D, It is possible to set Asherodan area to use vidblain fix, like other vidblain areas ? T3/r7/2021-10-30.txt.gz:{chan ch=tech}Punkgirl Tech: should be just go to the entrance and type xset mark T3/r7/2021-10-30.txt.gz:{chan ch=tech}Punkgirl Tech: then you should be able to xrt ash or rt ash.. etc T3/r7/2021-10-30.txt.gz:{chan ch=tech}Gigel Tech: did that, but the problem is that xrt ash doesn't go to vidblain first T3/r7/2021-10-30.txt.gz:{chan ch=tech}Gigel Tech: it just say "could not find a path T3/r7/2021-10-30.txt.gz:{chan ch=tech}Greybeard Tech: first do run 2s10e2n7e7n11e4n4e, then mapper cexit enter hole T3/r7/2021-10-30.txt.gz:{chan ch=tech}Nohh Tech: there's a portal to an area in vidblain, so you won't have to use that annoying vidblain fix once you're of level T3/r7/2021-10-30.txt.gz:{chan ch=tech}Nohh Tech: bid 488 :P T3/r7/2021-10-30.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: why is it annoying? Annoying would be going to Vidblain without a portal. T3/r7/2021-10-30.txt.gz:{chan ch=tech}Vanellus Tech: Is it usual to type the whole of dinv consume big heal (for example)? I can't seem to alias it to my usual shortening. T3/r7/2021-10-30.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: ask any newbie :) T3/r7/2021-10-30.txt.gz:{chan ch=tech}Nohh Tech: that's what the 'vidblain fix' does, does it the normal way, then recalculates the path T3/r7/2021-10-30.txt.gz:{chan ch=tech}Warsnail Anaristos Tech: never heard of it :) T3/r7/2021-10-30.txt.gz:{chan ch=tech}Greybeard Tech: are you creating the shortcut in mushclient? T3/r7/2021-10-30.txt.gz:{chan ch=tech}Greybeard Tech: alias T3/r7/2021-10-30.txt.gz:{chan ch=tech}Vanellus Tech: tried client and mud sisde T3/r7/2021-10-30.txt.gz:{chan ch=tech}Greybeard Tech: try send to execute T3/r7/2021-10-30.txt.gz:{chan ch=tech}Vanellus Tech: Thank you! T3/r7/2021-10-30.txt.gz:{chan ch=tech}Vanellus Tech: works T3/r7/2021-10-30.txt.gz:{chan ch=tech}Vanellus Tech: Now I can dump my extensive aliases for buying and consuming pots at all levels. T3/r7/2021-10-30.txt.gz:{chan ch=tech}Nohh Tech: i use consume small i think to avoid having old lower potions sitting around, use the small ones up first T3/r7/2021-10-30.txt.gz:{chan ch=tech}Aciath Tech: with dinv, is it possible to tell it to get all level 1 items from a bag? It doesn't look like it from the help file but I'm a bit lost with some of the stuff it can do T3/r7/2021-10-30.txt.gz:{chan ch=tech}Nohh Tech: something like dinv get level 1 rloc bag T3/r7/2021-10-30.txt.gz:{chan ch=tech}Methyl Tech: yeah there's a whole query language for search/get/put T3/r7/2021-10-30.txt.gz:{chan ch=tech}Aciath Tech: worked. Thanks! T3/r7/2021-10-30.txt.gz:{chan ch=tech}Nohh Tech: dinv help query is the useful help for that, it's a lot to take in T3/r7/2021-10-30.txt.gz:{chan ch=tech}Dar Tech: that's what she said T3/r7/2021-10-30.txt.gz:{chan ch=tech}Faylen Tech: Yeah. I'd forgotten about the rloc thing T3/r7/2021-10-31.txt.gz:{chan ch=tech}Tuskony Tech: Is there any way to add an alias that would let me have an argument? IE c 'flaming sphere' becomes cf T3/r7/2021-10-31.txt.gz:{chan ch=tech}Aoric Tech: client-side aliases let's you do that T3/r7/2021-10-31.txt.gz:{chan ch=tech}Haike Tech: just put alias f cast 'flaming sphere' T3/r7/2021-10-31.txt.gz:{chan ch=tech}Haike Tech: then f lizard T3/r7/2021-10-31.txt.gz:{chan ch=tech}Haike Tech: it should auto target T3/r7/2021-10-31.txt.gz:{chan ch=tech}Tuskony Tech: Oh ok I didn't realize it would just do it T3/r7/2021-10-31.txt.gz:{chan ch=tech}Parian Melfiss Tech: when I go out onto the continent I seem to be getting spammed with room.info messages from the gmcp handler and it's making this room id plugin spam my screen T3/r7/2021-10-31.txt.gz:{chan ch=tech}Parian Melfiss Tech: anybody else getting this? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Aoric Tech: is that the plugin from crowley? RnameToGMCP? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Parian Melfiss Tech: yes, i think so T3/r7/2021-10-31.txt.gz:{chan ch=tech}Vanellus Tech: Ok I'm on CB but in a non-optimal way. Will experiment more. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Vanellus Tech: On CB in the Aard MUSHclient, I mean. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Cheekier Than Tech: is there a file that stores the window positions of plugin windows ? --> have a window that cannot be moved/stretched etc. its stuck under top of the main mush window T3/r7/2021-10-31.txt.gz:{chan ch=tech}Tech: it's in the state file for the plugin T3/r7/2021-10-31.txt.gz:{chan ch=tech}Cheekier Than Tech: - wicked thanks T3/r7/2021-10-31.txt.gz:{chan ch=tech}Aciath Tech: anyway to tell my mapper not to use word of recall for now? Would ask faylen but she's sleeping T3/r7/2021-10-31.txt.gz:{chan ch=tech}Nohh Tech: don't have it as a portal T3/r7/2021-10-31.txt.gz:{chan ch=tech}Tech: Aciath blinks innocently. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Aciath Tech: confused T3/r7/2021-10-31.txt.gz:{chan ch=tech}Aoric Tech: mapper portals T3/r7/2021-10-31.txt.gz:{chan ch=tech}Aciath Tech: Ah. I see. What's the command to view mapper help? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Aciath Tech: oh. Mapper help. Ignore me. pain meds T3/r7/2021-10-31.txt.gz:{chan ch=tech}Nohh Tech: mapper help portals T3/r7/2021-10-31.txt.gz:{chan ch=tech}Aciath Tech: thanks T3/r7/2021-10-31.txt.gz:{chan ch=tech}Nohh Tech: this will probably work for you: mapper delete portal recall T3/r7/2021-10-31.txt.gz:{chan ch=tech}Aciath Tech: thanks T3/r7/2021-10-31.txt.gz:{chan ch=tech}Nohh Tech: if you or your spouse has a manor, I believe you can just use the home command instead to get out of any rooms you can't portal out of but can recall - you'll need to make sure that command is set up as a portal and used as your bouncerecall T3/r7/2021-10-31.txt.gz:{chan ch=tech}Tech: Aciath nods. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Cheekier Than Tech: is there something special about icefall that you cannot mapper goto rooms? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Heracles Tech: You absolutely can mapper goto rooms T3/r7/2021-10-31.txt.gz:{chan ch=tech}Cheekier Than Tech: maybe its the uncharted oceans outside T3/r7/2021-10-31.txt.gz:{chan ch=tech}Heracles Tech: Nope, I can mapper goto a room from my manor T3/r7/2021-10-31.txt.gz:{chan ch=tech}Heracles Tech: try exploring the ocean more or at least a direct path from the continent T3/r7/2021-10-31.txt.gz:{chan ch=tech}Cheekier Than Tech: cexit between e.g. aylor and uncharted oceans? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Heracles Tech: Likely just not a complete known path T3/r7/2021-10-31.txt.gz:{chan ch=tech}Heracles Tech: I just looked and not using portals I do have one cexit in my walk path T3/r7/2021-10-31.txt.gz:{chan ch=tech}Vanellus Tech: I notice dinv leaves me some wear locations naked even when I have something better than nothing available. Is it something obvious in my priorities? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Elfo Tech: dinv is a tiny bit buggy too i find T3/r7/2021-10-31.txt.gz:{chan ch=tech}Vanellus Tech: I guess it must be something to do with the priority setup. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: Try "dinv refresh all" vanellus. I'm guessing dinv just needs a refresh T3/r7/2021-10-31.txt.gz:{chan ch=tech}Vanellus Tech: Oh yah! T3/r7/2021-10-31.txt.gz:{chan ch=tech}Vanellus Tech: I sort of wish I got my head around dinv earlier. It's made loads of my crappt huge breakable aliases redundant T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: You can tell dinv to automatically scan items as you pick them up or every N minutes, but that adds a bit of overhead so the default is for you to tell dinv when you want it to scan T3/r7/2021-10-31.txt.gz:{chan ch=tech}Faylen Tech: does dinv have a trick to make you wear everything you have that's best for your level? Would love something like that but dinv seems so complicated T3/r7/2021-10-31.txt.gz:{chan ch=tech}Faylen Tech: and usually I can figure out complicated, but this stuff is over my head a bit, some of it at least T3/r7/2021-10-31.txt.gz:{chan ch=tech}Trachx Tech: I use aliases to change eq + trigger on level up that checks whether there is alias for new level (code like: if there is alias level_91 then call alias_91) T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: If a bag leaves your inventory (you drop a bag for example) then you need to refresh when you pick it back up so dinv can double check what's inside T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: faylen, yes dinv does that. Just do "dinv set wear [your class]" to use the default stat weightings on aard for your class T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: You can also customize how much to "weight" each stat, effect, resist, etc. for each level so that can be handy too at times instead of using the defaults T3/r7/2021-10-31.txt.gz:{chan ch=tech}Vanellus Tech: The latter is what I did. I just changed Cleric to match my slightly adjusted compare set scores. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Faylen Tech: Okay, that, is freaking cool T3/r7/2021-10-31.txt.gz:{chan ch=tech}Faylen Tech: even if id did make me hold a token. rofl. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: You can even tell dinv to check out a market listing or auction and it can tell you if you should use the item and if so, at which levels, and what stat changes you would have overall at each level :P T3/r7/2021-10-31.txt.gz:{chan ch=tech}Vanellus Tech: Durel approx how much weight would I need to give shield DR in order to almost aways go to a shield (I have a tank priority)? MMM as I write that I see the answer is just give it loads. T3/r7/2021-10-31.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: van use full edit, you can force specific slots and items T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: Tell dinv to *not* use the second slot (your offhand) in order for it to always pick a shield T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: see "dinv priority display psi-defense" for an example T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: add a line with "~second 1" or if you have multiple level ranges in your priority something like "~second 1 1 1" T3/r7/2021-10-31.txt.gz:{chan ch=tech}Faylen Tech: Can I tell it to dual wield rather than holding something? Sorry, I really need to sit down with the help for this thing but I get easily overwhelmed by it T3/r7/2021-10-31.txt.gz:{chan ch=tech}Tuskony Tech: LOL i did dinv set wear mage and it removed the post it notes i was holding and made me hold a key with no stats T3/r7/2021-10-31.txt.gz:{chan ch=tech}Cheekier Than Tech: if you set your offhand value to 0 you'll wear a shield/hold an item automatically T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: Tuskony, did you "dinv refresh" first? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Faylen Tech: rofl. Put the key on your keyring? Or did it take it off there T3/r7/2021-10-31.txt.gz:{chan ch=tech}Tuskony Tech: it took it off my keyring T3/r7/2021-10-31.txt.gz:{chan ch=tech}Tuskony Tech: no I didn't refresh T3/r7/2021-10-31.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: dinv can take things of keyring just fine. T3/r7/2021-10-31.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: there are some weapons that are keys and other wearable stuff T3/r7/2021-10-31.txt.gz:{chan ch=tech}Faylen Tech: rofl that's amusing. And what I want is to dual wield. I don't want to use the hold slot T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: If you don't refresh, dinv won't use an item that you have dropped until a refresh is done. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Cheekier Than Tech: then do the opposite T3/r7/2021-10-31.txt.gz:{chan ch=tech}Tuskony Tech: refreshing now T3/r7/2021-10-31.txt.gz:{chan ch=tech}Vanellus Tech: The help is excellent. Very clear. T3/r7/2021-10-31.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: also make sure your priority is fully made. partial priorities can be funny T3/r7/2021-10-31.txt.gz:{chan ch=tech}Tuskony Tech: now that i have my wear type set will dinv automatically wear gear I pick up that's better OR do I have to refresh and then set my wear type every time? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Faylen Tech: It's clear, just a lot to take in and my brain just kind of gets overwhelmed by it all. I've been slowly working on learning it but sometimes I need it to do things and I haven't figured out how yet T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: If you pick something up, you need to refresh before dinv will use it T3/r7/2021-10-31.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: gotta use dinv set wear. you can set up automatic refresh but for wearing you would need a trigger T3/r7/2021-10-31.txt.gz:{chan ch=tech}Tuskony Tech: ok ty T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: dinv doesn't automatically remove gear without you telling it to though. Do a "dinv set wear ..." operation to do the swap T3/r7/2021-10-31.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: personal opinion but constant dinv refreshing is very laggy T3/r7/2021-10-31.txt.gz:{chan ch=tech}Tuskony Tech: makse sense! T3/r7/2021-10-31.txt.gz:{chan ch=tech}Tech: Durel nods at CheeZy Bot HiSaZuL. T3/r7/2021-10-31.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: once you get used to it, manual is "bees knees" T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: FYI, the most common reason to need a refresh is if you die and your items leave your inventory and move to your corpse. If you pick them back up from your corpse, do a refresh T3/r7/2021-10-31.txt.gz:{chan ch=tech}Gigel Tech: it is possible for dinv to autorefresh ? T3/r7/2021-10-31.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: yeah T3/r7/2021-10-31.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: dinv help refresh T3/r7/2021-10-31.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: again don't really recommend it. slows you down if you are killing stuff with junk. and if you level in vlad/adal... have fun standing for a minute after each kill identifying junk T3/r7/2021-10-31.txt.gz:{chan ch=tech}Vanellus Tech: If that happens to me I'll go manual T3/r7/2021-10-31.txt.gz:{chan ch=tech}Vanellus Tech: Another dinv query while D is here... when I dinv use portal (my clan one) it doesn't second my weapon again after use. Why might that be? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: hmm, that's odd. Is it just for that one portal or for all portals? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Vanellus Tech: actually maybe is all now I look T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: Could you check which version of dinv you have? "dinv version check" T3/r7/2021-10-31.txt.gz:{chan ch=tech}Vanellus Tech: from the repo yesterday T3/r7/2021-10-31.txt.gz:{chan ch=tech}Vanellus Tech: ou are running the most recent plugin (v2.0056) T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: If you had a temper or envenom on your weapon that expired (or if you added one) you would also need to refresh for dinv to see that weapon. I wonder if that's it? T3/r7/2021-10-31.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: you need to refresh when you temper/evenom and when it wears off. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Vanellus Tech: it will be index. I bet . T3/r7/2021-10-31.txt.gz:{chan ch=tech}Vanellus Tech: rather like in IT we tell WIndows users to switch off and on for a reason. It makes WIndows do necessary stuff that often fixes issues T3/r7/2021-10-31.txt.gz:{chan ch=tech}Elfo Tech: wait, we shouold do that? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Durel Tech: Lol that reminds me, try "dinv reload" if all else fails :P T3/r7/2021-10-31.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: windows operates on luck and residual unicorn vomit. lets not compare the two T3/r7/2021-10-31.txt.gz:{chan ch=tech}Tech: although with Windows 10 and 11 (with stock settings), shutdown is actually less effective than reboot T3/r7/2021-10-31.txt.gz:{chan ch=tech}Tuskony Tech: Is there a way with S&D to target a mob in an area, so when I can, it alerts me like it would a quest mob? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Faylen Tech: I don't know about alerts, but you can qw a mob, then use go 1, go 2 or whatever to run to the room it pulls up T3/r7/2021-10-31.txt.gz:{chan ch=tech}Tuskony Tech: ok ty T3/r7/2021-10-31.txt.gz:{chan ch=tech}Faylen Tech: Probably ways to do that with clicks too but I don't know them. HOpefully that'll get you there though. :) T3/r7/2021-10-31.txt.gz:{chan ch=tech}Summoner Yuna Tech: What in the world is send to Stasus in MUSH? Or World(Immediate)? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there a way to turn this into a GMCP check instgead: local MyLevel = tonumber(GetVariable("level")) / if MyLevel >= 1 and MyLevel <= 99 then T3/r7/2021-10-31.txt.gz:{chan ch=tech}Tech: CheeZy Bot HiSaZuL bows as he finishes yet another performance of the Bots. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Nohh Tech: require "gmcphelper" local MyLevel = tonumber(gmcp("char.status.level")) T3/r7/2021-10-31.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there a way to delete a room from mapper using only is roomname? There's a room in ITLN I assume is goal-only (I can't remember, it's been so long so I did the goal) but it doesn't actually have an index number in Mapper so mapper just fails to run there each time. Problem is that it shares a name with a room that's actually in Mapper and that I sometimes get quest/CP mobs in, but that room is always listed 1st when listing room names so I can't just use "go" to go there in SnD. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Dar Tech: did you try go 2 or go 3? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Dar Tech: if you see the room on the map, you might be able to level lock it so that mapper won't try to use it? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Summoner Yuna Tech: I want be able to just use my mapped button for "go" every time instead of having to manually do by using go 2 or clicking the correct room from the list. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Summoner Yuna Tech: I don't think I can get back to that room, as it's goal-only. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Korendir Tech: you can use next instead of go 1 T3/r7/2021-10-31.txt.gz:{chan ch=tech}Korendir Tech: or is it nx T3/r7/2021-10-31.txt.gz:{chan ch=tech}Nohh Tech: is it a dark room? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Summoner Yuna Tech: Would next even work? Wouldn't it try to run to the first room that doesn't exist in Mapper? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Heracles Tech: To answer your question no I don't think so T3/r7/2021-10-31.txt.gz:{chan ch=tech}Heracles Tech: You could purge the zone the errant room is in and then remap the zone T3/r7/2021-10-31.txt.gz:{chan ch=tech}Heracles Tech: Without the goal room T3/r7/2021-10-31.txt.gz:{chan ch=tech}Nohh Tech: you can open the database in a sqlite browser and delete the room directly from the db T3/r7/2021-10-31.txt.gz:{chan ch=tech}Dar Tech: mapper purgeroom (if you're in the room that is T3/r7/2021-10-31.txt.gz:{chan ch=tech}Summoner Yuna Tech: Hmmm... I'll try the SQlite browser thing... where are rooms stored in the db file? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Nohh Tech: erm, the rooms table T3/r7/2021-10-31.txt.gz:{chan ch=tech}High Risk Losteix Tech: mapper find roomname _should_ show you the room id. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Summoner Yuna Tech: There. That should've fixed it, thanks. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Nohh Tech: problem is theres no mapper purgeroom T3/r7/2021-10-31.txt.gz:{chan ch=tech}High Risk Losteix Tech: "mapper showroom roomid" will trick mapper into thinking you're in that room. "mapper purgeroom" will then purge it. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Summoner Yuna Tech: In this case, that wouldn't work as it's a goal-only room and I've already solved the goal. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Summoner Yuna Tech: On an unrelated note, is it possible to manually add new rooms that mapper cannot map? Like, the chamber of the dragon gem and similar rooms. It's annoying to have to create aliases to those rooms. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Faylen Tech: cexits? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Summoner Yuna Tech: Cexit doesn't work if the room ID is -1 T3/r7/2021-10-31.txt.gz:{chan ch=tech}Faylen Tech: oh. Yeah ones that don't have room id's, there's no way for the mapper to track where it is. T3/r7/2021-10-31.txt.gz:{chan ch=tech}High Risk Losteix Tech: i don't think there's anything stopping you from cexiting to or from a nomap room. mapper just can't differentiante if there's more than one with the same name. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Summoner Yuna Tech: Huh... so the Imms can attach custom messages to doubles. "You receive 119 bonus experience points ...Look behind you..." T3/r7/2021-10-31.txt.gz:{chan ch=tech}Summoner Yuna Tech: Mischan T3/r7/2021-10-31.txt.gz:{chan ch=tech}Greybeard Tech: anyone know how to get wayfarer's caravan to show up on SnD? T3/r7/2021-10-31.txt.gz:{chan ch=tech}Cheekier Than Tech: nope - i flushed it and did indexes and also mapper deleted and remapped T3/r7/2021-10-31.txt.gz:{chan ch=tech}Nohh Tech: try running there and doing: \\\require("gmcphelper") gmcp("request area") T3/r7/2021-10-31.txt.gz:{chan ch=tech}Summoner Yuna Tech: That worked for me. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Greybeard Tech: thanks, did my quest already so hopefully will populate next time T3/r7/2021-10-31.txt.gz:{chan ch=tech}Nohh Tech: you'll know it did what it was supposed to do if the area name on the map changes to Wayfarer's Caravan T3/r7/2021-10-31.txt.gz:{chan ch=tech}Greybeard Tech: hmm map still says gypsy T3/r7/2021-10-31.txt.gz:{chan ch=tech}Summoner Yuna Tech: I can mapper goto rooms in the area now so eh. T3/r7/2021-10-31.txt.gz:{chan ch=tech}Nohh Tech: there might be some other issue with SnD that requires the area name <-> keyword map to be updated T3/r7/2021-10-31.txt.gz:{chan ch=tech}Nohh Tech: in which case, just open the script and find Gypsy and fix stuff up