T3/r7/2022-09-01.txt.gz:{chan ch=tech}Deswrath Tech: is there a command for lua to send a command for only 1 time? T3/r7/2022-09-01.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: What exactly do you mean? T3/r7/2022-09-01.txt.gz:{chan ch=tech}Deswrath Tech: like a trigger but only fire once T3/r7/2022-09-01.txt.gz:{chan ch=tech}Anssett Tech: mushclient has oneshot triggers T3/r7/2022-09-01.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: In the triggers, there is an option for "one-shot" if you are in Mushclient T3/r7/2022-09-01.txt.gz:{chan ch=tech}Anssett Tech: that's not a lua or not-lua thing T3/r7/2022-09-01.txt.gz:{chan ch=tech}Deswrath Tech: im using blowtorch... T3/r7/2022-09-01.txt.gz:{chan ch=tech}Anssett Tech: then it would be a question of how blowtorch handles triggers, or i'm entirely misunderstanding the question :D T3/r7/2022-09-01.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: I would have to expect Blowtorch has somethign similiar. Unfortunately not too familiar with blowtorch. T3/r7/2022-09-01.txt.gz:{chan ch=tech}Deswrath Tech: its actually a plugin. im not too sure what i am doing too. T3/r7/2022-09-01.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: https://blockda.github.io/btdocs/page1.html#EnableTriggerGroup <-- So you can use EnableTriggerGroup, as long as you name the trigger group, to disable it with LUA according to this, on Blowtorch T3/r7/2022-09-01.txt.gz:{chan ch=tech}Deswrath Tech: thanks kelaire.. i will go read it. T3/r7/2022-09-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: Do the number of active triggers make MUSH lag more the more triggers you have? T3/r7/2022-09-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: I remember them doing so for zMUD. T3/r7/2022-09-01.txt.gz:{chan ch=tech}Anssett Tech: i haven't noticed it myself T3/r7/2022-09-01.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: I mean, they will add *some* lag, but nothing noticable really. Unless you have some ungodly amount of triggers firing T3/r7/2022-09-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: Not firing, just existing and being monitored for- T3/r7/2022-09-01.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: Either way, you *shouldn't* notice any lag with a ton of trigger monitoring. I have...a lot...and I don't see any lag T3/r7/2022-09-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: From what I remember, the only "lag" from triggers in zMUD was opening up the trigger dialog. T3/r7/2022-09-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But MUSH's system of triggers, I think, is cleaner than zMUD's, so I don't think it'll lag as much. T3/r7/2022-09-01.txt.gz:{chan ch=tech}Kerith Tech: I love zmud and had tons of triggers, never had it lag me anywhere... T3/r7/2022-09-01.txt.gz:{chan ch=tech}Kerith Tech: but haven't really had mush lag me either T3/r7/2022-09-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: But were you playing on a circa 2005 potato PC? T3/r7/2022-09-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Kerith: Tiana once had me access her zMUD settings remotely to figure out what was going on. She had several thousand triggers and it literally took 3-4 minutes to open up zMUD's gui. T3/r7/2022-09-01.txt.gz:{chan ch=tech}Kerith Tech: lol never had that problem, and i used to run 3-4 muds with zmud T3/r7/2022-09-01.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: I don't think I ever had more than 1k. but I also never ran on an older computer T3/r7/2022-09-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Cool. Anyone looking to expand their coding abilities, take a look at https://edabit.com/challenges -- it supports C#, C++, Java, Javascript, PHP, Python, Ruby, and Swift. It presents challenges for you to complete to show that you've learned something. T3/r7/2022-09-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Shame that Lua isn't on it. T3/r7/2022-09-01.txt.gz:{chan ch=tech}Evine Tech: anyone know why the spellup true seeing always gets queued even though I'm aready true seeing? T3/r7/2022-09-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I don't think it looks for aflags, but rather just the spell itself. T3/r7/2022-09-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Is it via the helm that you are true seeing? T3/r7/2022-09-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: or via another spell? T3/r7/2022-09-01.txt.gz:{chan ch=tech}Evine Tech: don't have a helm, wondering if my other detect spells are interfering with it T3/r7/2022-09-01.txt.gz:{chan ch=tech}Mannec Tech: i would suppose that if any of the individual spells that provide the suite of true-seeing effects is missing, the spell would be queued. T3/r7/2022-09-01.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Mannec. T3/r7/2022-09-01.txt.gz:{chan ch=tech}Evine Tech: shouldn't trueseeing only apply if something from it is missing? If nothing from it is missing, shouldn't queue up T3/r7/2022-09-01.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Evine, as I mentioned, I think it only looks for the spell, not the aflags. It's been a while, but I /think/ that's how the spellup command works. T3/r7/2022-09-01.txt.gz:{chan ch=tech}Evine Tech: got it, so my options are either to deal with it, or forget either true seeing (which might be bad if i ever lose some detects and need it) or forget my individual detects (same reason it might be bad)? T3/r7/2022-09-01.txt.gz:{chan ch=tech}Kerith Tech: I use spellup command and never have the double cast issue hmmf T3/r7/2022-09-01.txt.gz:{chan ch=tech}Mannec Tech: the mud-provided spellup command? yeah, it hits you with every buf you dont already have. T3/r7/2022-09-01.txt.gz:{chan ch=tech}Sath Tech: my solution is two triggers, one to forgetskill when I wear the helm, then another to forgetskill and cast when I remove it T3/r7/2022-09-01.txt.gz:{chan ch=tech}Mannec Tech: and it seems to check by skill/spell name, not effect. T3/r7/2022-09-01.txt.gz:{chan ch=tech}Kerith Tech: true gives hidden/invis/magic/evil/good, what other detects are you using? but at its core typing "spellup" getting all, and spellup again...should not cast true again T3/r7/2022-09-01.txt.gz:{chan ch=tech}Mannec Tech: if you have spells that provide all the individual benefits, but not the true seeing itself, then it would. the mud-provided spellup command is fast and easy, not smart. T3/r7/2022-09-01.txt.gz:{chan ch=tech}Tech: Kerith nods at Mannec. T3/r7/2022-09-01.txt.gz:{chan ch=tech}Evine Tech: yeah think that's what's happening mannec T3/r7/2022-09-01.txt.gz:{chan ch=tech}Tech: Kerith nods at Mannec. T3/r7/2022-09-01.txt.gz:{chan ch=tech}Evine Tech: lol i have triggers to autocast individual detects when they drop off, so even making an alias for spellup have trueseeing cast first probably won't help most of the time T3/r7/2022-09-01.txt.gz:{chan ch=tech}Mannec Tech: by contrast, a client-side tool _could_ be built to track every benefit, times every way to provide them ... i have no idea if any of the common spellup scripts do all that work. T3/r7/2022-09-01.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: Anyone that is a builder around that can help me understand a trigger function T3/r7/2022-09-02.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there a way to manually add a single item to dinv? Or is it dinv refresh/dinv build only? T3/r7/2022-09-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: With refresh or build only, yes. You can turn eager on and it'll capture everything you get in your inventory automatically, though. (or should). T3/r7/2022-09-02.txt.gz:{chan ch=tech}Yerald Tech: vars in Mushclient, how do I access them? T3/r7/2022-09-02.txt.gz:{chan ch=tech}Yerald Tech: meaning.. use them. T3/r7/2022-09-02.txt.gz:{chan ch=tech}Anssett Tech: depends a bit on if it's a client var or a plugin var T3/r7/2022-09-02.txt.gz:{chan ch=tech}Sath Tech: for what purpose? T3/r7/2022-09-02.txt.gz:{chan ch=tech}Kerith Tech: GetVariable SetVariable iirc T3/r7/2022-09-02.txt.gz:{chan ch=tech}Anssett Tech: ^ T3/r7/2022-09-02.txt.gz:{chan ch=tech}Yerald Tech: lets say its a client var, one I wrote. T3/r7/2022-09-02.txt.gz:{chan ch=tech}Anssett Tech: https://www.gammon.com.au/scripts/doc.php?function=GetVariable T3/r7/2022-09-02.txt.gz:{chan ch=tech}Anssett Tech: starting point T3/r7/2022-09-02.txt.gz:{chan ch=tech}Sath Tech: you can also use variables directly in triggers if you check a checkbox T3/r7/2022-09-02.txt.gz:{chan ch=tech}Kerith Tech: SetVariable("varname",value) GetVariable("varname") T3/r7/2022-09-02.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Hmmm, is there a way to stop the likes of the lil mini win when you scroll up in the main window on mush....do prefer it to not split the window T3/r7/2022-09-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can remove the split_screen plugin. T3/r7/2022-09-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's useful if you want to see lines you missed while in combat or spellup spam. T3/r7/2022-09-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And you can drag the bar to make it smaller or larger. T3/r7/2022-09-02.txt.gz:{chan ch=tech}404 Eroe Tech: someone could drag me to the bar! T3/r7/2022-09-02.txt.gz:{chan ch=tech}Scyther Tech: prison = noportal? T3/r7/2022-09-02.txt.gz:{chan ch=tech}Ayasinda Tech: most likely yes T3/r7/2022-09-02.txt.gz:{chan ch=tech}Selitos Tech: yes T3/r7/2022-09-02.txt.gz:{chan ch=tech}Scyther Tech: thanks, wasn't sure if there was an actual noportal flag :) T3/r7/2022-09-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: There is. T3/r7/2022-09-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: There's norecall, noportal, and prison. T3/r7/2022-09-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Prison is norecall/noportal. T3/r7/2022-09-02.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: noportal rooms, you can recall from. norecall, you can portal out of. T3/r7/2022-09-02.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley waves happily. T3/r7/2022-09-02.txt.gz:{chan ch=tech}Scyther Tech: ooooh nice, thanks! T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: hi is there a way to import my alias/macros over to a new mushclient copy? my old mushclient is dead T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: having issues, need to start over fresh T3/r7/2022-09-03.txt.gz:{chan ch=tech}Dr. Evl Tech: assuming that the problem is not the mcl file, you can copy the worlds folder over T3/r7/2022-09-03.txt.gz:{chan ch=tech}Dr. Evl Tech: my mcl file was corrupted recently T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: is there a way to load a backup mapper? T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: i think my mapper database has been corrupted T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: Run-time error / Plugin: Aardwolf_GMCP_Mapper (called from world: Aardwolf) T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: Reason: Executing plugin Aardwolf_GMCP_Mapper sub OnPluginBroadcast database disk image is malformed T3/r7/2022-09-03.txt.gz:{chan ch=tech}Dr. Evl Tech: this after you moved the worlds dir? T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: i didnt move the worlds dir, just tried copying the aardwolf.db T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: think its the mapper data base, aardwolf.database thats corrupted T3/r7/2022-09-03.txt.gz:{chan ch=tech}Dr. Evl Tech: should be backups in db_backups folder, make a copy of your current, then copy the latest backup to the main directory - then rename it to Aardwolf db T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: i know there is backups for the aardwolf mapper database T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: ok i try T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: need to log out to try. brb T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: its working on my new copy. i try see if that fixed my old client too T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: ok doesnt work on old client. old client mapper seems to be not loaded T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: i seemed to have fixed it via manually reinstalling aard mapper plugin T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: and manually renamed a backup to aardwolf.db T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: thanks for the advice evl, lets see if it works T3/r7/2022-09-03.txt.gz:{chan ch=tech}Tech: Dr. Evl holds his thumb up at nothing in particular. T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: eh do you knwo whats the plugin that shows your stats as part of mushclient package? T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: shows the trains, hp, mana etc in a small mini window T3/r7/2022-09-03.txt.gz:{chan ch=tech}Dr. Evl Tech: aardwolf_statmon T3/r7/2022-09-03.txt.gz:{chan ch=tech}Odorless Nuanse Tech: statmon is good. you might want to test old https://github.com/endavis/bastmush BASTMUSH. it is quite comprehensive. T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: thanks! T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: nah im just restoring my settings. mapper/statmon was not loaded T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: now its loaded. trying to see what else i missing T3/r7/2022-09-03.txt.gz:{chan ch=tech}Odorless Nuanse Tech: probably tp or qp T3/r7/2022-09-03.txt.gz:{chan ch=tech}Dr. Evl Tech: copying the worlds dir over (make a backup of current first) should restore everything T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: i cant, no copies. T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: seemed to have fixed most of my stuff now. T3/r7/2022-09-03.txt.gz:{chan ch=tech}Haike Tech: time to make a copy T3/r7/2022-09-03.txt.gz:{chan ch=tech}Shinwoo Tech: can someone remind me what plugin to turn on that gets the main screen in its own pop op window? T3/r7/2022-09-03.txt.gz:{chan ch=tech}Insatiable Beelz Tech: if using fiendish maintained mushclient you have the command aard layout T3/r7/2022-09-03.txt.gz:{chan ch=tech}Insatiable Beelz Tech: the plugin is Aardwolf_Main_Layout T3/r7/2022-09-03.txt.gz:{chan ch=tech}Shinwoo Tech: i am getting this error now T3/r7/2022-09-03.txt.gz:{chan ch=tech}Shinwoo Tech: Run-time error T3/r7/2022-09-03.txt.gz:{chan ch=tech}Shinwoo Tech: Run-time error Plugin: WinkleWinkle_Search_Destroy_2_8 (called from world: Aardwolf) Function/Sub: quick_where_start called by alias Reason: processing alias "QuickWhere" T3/r7/2022-09-03.txt.gz:{chan ch=tech}Macbeth Tech: weird.. if someone says e.g. abc;def over group chat, i see the entire message, but my mush executes "def" as a command T3/r7/2022-09-03.txt.gz:{chan ch=tech}404 Eroe Tech: any react/javascript people out here? I'm working on a project and trying to hire someone to build a component. T3/r7/2022-09-03.txt.gz:{chan ch=tech}Olympia Tech: hi, when i use page up in mush it pages up but it also creates a bar that separates what is currently going on and, then above, what i've scrolled up to - how can i remove this divider? T3/r7/2022-09-03.txt.gz:{chan ch=tech}Ogmodos Tech: ctl+spacebar T3/r7/2022-09-03.txt.gz:{chan ch=tech}Olympia Tech: and that will turn it off forever? T3/r7/2022-09-03.txt.gz:{chan ch=tech}Ogmodos Tech: orrr, remove plugin T3/r7/2022-09-03.txt.gz:{chan ch=tech}Olympia Tech: aha which plugin is it? T3/r7/2022-09-03.txt.gz:{chan ch=tech}Ogmodos Tech: i believe there is a divider plugin. It states it in the name. T3/r7/2022-09-03.txt.gz:{chan ch=tech}Olympia Tech: ok thanks T3/r7/2022-09-03.txt.gz:{chan ch=tech}Ogmodos Tech: yw T3/r7/2022-09-03.txt.gz:{chan ch=tech}Ogmodos Tech: it's on the bottom of my plugin list. Splitscreen is the name T3/r7/2022-09-03.txt.gz:{chan ch=tech}Olympia Tech: found it! thank you T3/r7/2022-09-03.txt.gz:{chan ch=tech}Olympia Tech: hm, so after removing that plugin i can no longer scroll using page up/down? T3/r7/2022-09-03.txt.gz:{chan ch=tech}Ogmodos Tech: Hmm, that I dont know! I only tested if it got rid of the divider... T3/r7/2022-09-03.txt.gz:{chan ch=tech}Ogmodos Tech: Ctrl+spacebar works well enough that I keep using the plugin. it's actually pretty helpful for keeping an eye on a particular graffiti for example, while i continue forward with a task. T3/r7/2022-09-03.txt.gz:{chan ch=tech}Olympia Tech: yeah, i just don't like it. i know its possible to not have the split screen thing and still have the use of pageup/down T3/r7/2022-09-03.txt.gz:{chan ch=tech}Olympia Tech: all i want to do is to be able to read helpfiles without it being split by that bar ugh T3/r7/2022-09-03.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: The helpfile window should accomplish that, Olympia. You probably need to update MUSH, though. T3/r7/2022-09-03.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: In the MushClient app, under Triggers, there is a selection called One-shot. Does that mean that it will trigger only 1 time, and then disable itself? T3/r7/2022-09-03.txt.gz:{chan ch=tech}404 Eroe Tech: yes T3/r7/2022-09-03.txt.gz:{chan ch=tech}404 Eroe Tech: well, more specifically it removes it T3/r7/2022-09-03.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Ok thanks T3/r7/2022-09-03.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: mushclient questions answered here T3/r7/2022-09-04.txt.gz:{chan ch=tech}Ceridwen Tech: I recently moved my MUSH from one computer to another, and when I did, my lua51.dll was missing. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Ceridwen Tech: What should I do to restore it? T3/r7/2022-09-04.txt.gz:{chan ch=tech}Ceridwen Tech: I'm on an alt right now - can I just copy the lua51.dll from this alt? T3/r7/2022-09-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's strange, if you copied the folder, it should have come with it. T3/r7/2022-09-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You /should/ be able to, though. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Haike Tech: question: can anyone help trouble shoot why i cant get a trigger to play sound. the sound file is valid T3/r7/2022-09-04.txt.gz:{chan ch=tech}Haike Tech: i linked that trigger to it, but no sound, test play also no sound T3/r7/2022-09-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Silly question, but is your volume up? T3/r7/2022-09-04.txt.gz:{chan ch=tech}Haike Tech: yes its up T3/r7/2022-09-04.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: type spmute T3/r7/2022-09-04.txt.gz:{chan ch=tech}Haike Tech: no wait, your right i have mushclient only off. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Haike Tech: thanks! T3/r7/2022-09-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: spmute doesn't solve this case, Khadaji. Try reading the actual problem before suggesting something that would not even help. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley beams a smile at Haike. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Macbeth Tech: im not sure why but if mud site sends a line with ; inside a single line , my mush executes the latter as my own command. case in point over group chat someone uses ; and i have invalid command executed. what cld be the cause? T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: well your script? T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: it doesnt remove that ; T3/r7/2022-09-04.txt.gz:{chan ch=tech}Macbeth Tech: how do i remove that? T3/r7/2022-09-04.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: do alt+enter, go to commands, and unclick command stack using ; T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: modify your script that grabs the info from website T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: you can also use ; at the start of line to remove any after that being used as command stacking T3/r7/2022-09-04.txt.gz:{chan ch=tech}Macbeth Tech: theres no website involved. not sure what u mean T3/r7/2022-09-04.txt.gz:{chan ch=tech}Macbeth Tech: but ill remove the command stack T3/r7/2022-09-04.txt.gz:{chan ch=tech}Tech: [DEMON] Khadaji :) T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: you can use ; at the start of line it removes of using stacking from the rest T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: ;look;look will give you invalid command T3/r7/2022-09-04.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: we already fixed it nuanse but thanks T3/r7/2022-09-04.txt.gz:{chan ch=tech}Tech: Odorless Nuanse holds his thumb up at nothing in particular. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Macbeth Tech: weird nothing happens now. only that one occurence last night during epic. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Macbeth Tech: fault cannot be duplicated T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: did you restart mush or something? T3/r7/2022-09-04.txt.gz:{chan ch=tech}Macbeth Tech: no did not.. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Macbeth Tech: one of the many mysteries in life. if it happens again ill be sure to log it down for science T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: wont help. most of aardmush problems are handled in mystics department T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: just yesterday I got huge message from fiendish that he doesnt know what causes that error. Whole freaking screen came up with apology T3/r7/2022-09-04.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there a way to make Dinv stop checking my wish list? I don't see how that even helps Dinv. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Princess Alison Tech: It checks your wish list to see if you have portal T3/r7/2022-09-04.txt.gz:{chan ch=tech}Summoner Yuna Tech: Aah. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Summoner Yuna Tech: Well, it's too bad Durel seems to have stopped playing. I think that should be a single toggle setting. It's not like whether or not you have the portal slot wish changes between logins. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Yerald Tech: is it possible to ring a bell through mushclient when I scan for something? T3/r7/2022-09-04.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: to make a sound? T3/r7/2022-09-04.txt.gz:{chan ch=tech}Yerald Tech: correct T3/r7/2022-09-04.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: the current S and D has that T3/r7/2022-09-04.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: there should be a soundpack for that T3/r7/2022-09-04.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: sphelp T3/r7/2022-09-04.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: could take the code and get it, but i dont know how to do thwat T3/r7/2022-09-04.txt.gz:{chan ch=tech}Aeoln Tech: you can make a trigger that plays a .wav file also T3/r7/2022-09-04.txt.gz:{chan ch=tech}Yerald Tech: I think thats what I want.. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Yerald Tech: basicly... when I scan and see my quest target(s) I'd like it to play a sound. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Bronnie Tech: think the included soundpack does that already, if using mush, type spmute and see if it turns on T3/r7/2022-09-04.txt.gz:{chan ch=tech}Yerald Tech: I did hear something 'click' T3/r7/2022-09-04.txt.gz:{chan ch=tech}Yerald Tech: thanks ::D T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: mushclient does have sound functions you can invoke for anything that isn't already part of the sound pack T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: http://www.gammon.com.au/scripts/function.php?name=PlaySound T3/r7/2022-09-04.txt.gz:{chan ch=tech}Bloodthorn Tech: can someone explain 'mapper bouncerecall' to me? Are there portals that work as recall in noportal rooms or something? T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: if the mapper finds a shortest path to your destination througha handheld portal, but you're in a room that doesn't allow portals, a bouncerecall will let you recall first and then portal from there. I call that "bouncing" through the recall T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: recall commands are "recall". T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: sorry, recall commands are "recall", "home", and the "word of recall" spell, and I don't know what others T3/r7/2022-09-04.txt.gz:{chan ch=tech}Bloodthorn Tech: so potentially, bouncerecall and bounceportal could be the same mapper portal? T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: no T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: one needs to be a recall command and one needs to be an actual portal. the game restriction on use affects them differently. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Bloodthorn Tech: oh, so I need to set a mapper portal at recall as 'recall' and then use that one? T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: some rooms block recalling but not portals, and vice versa T3/r7/2022-09-04.txt.gz:{chan ch=tech}Bloodthorn Tech: or one of the other listed recall commands you mentioned T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: yes T3/r7/2022-09-04.txt.gz:{chan ch=tech}Bloodthorn Tech: got it, thank you, I was hung up thinking portal must be a portal T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: in mapper terms, a portal is any command that gets you to some location from anywhere T3/r7/2022-09-04.txt.gz:{chan ch=tech}Bloodthorn Tech: nod, was associating it with the item type portal T3/r7/2022-09-04.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: In MushClient, what is the difference between, send_to="10" and send_to="12" T3/r7/2022-09-04.txt.gz:{chan ch=tech}Sriracha Pho Tech: 12 goes to script, 10 i think is world.. script is parsed in lua context T3/r7/2022-09-04.txt.gz:{chan ch=tech}A Calm Stormwind Tech: your trigger send to options. I think it goes from 0 to 14 in that drop down options. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Sriracha Pho Tech: one of them also gets reparsed in the alias engine.. like Execute().. check docs for list of each T3/r7/2022-09-04.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: I had something that I thought was working fine, and then later it stopped working correctly. A similar alias above it, like almost identical, had expand_variables set to "no", and the second was as well, but it didn't work like the first. So I set expand_variables to "yes" and the second one worked. T3/r7/2022-09-04.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Possibly unrelated T3/r7/2022-09-04.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Ok thank you T3/r7/2022-09-04.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Ok, I see the 10 has no Execute command on the output line, and 12 does. Makes more sense Thanks T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: anyone know, i guess using telnet_options is different than using gmcp? when sending packets to toggle options T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: telnet doesnt use gmcp so you need to you one or other T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: use, not you T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: it's weird bc if i turn the prompt off using telnet, gmcp still thinks prompt is enabled but its not T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: telnet doesnt know gmcp. it just recieves messages that uses gmcp T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: so messages as gmcp are just norman messages for it T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: i assumed if i turn the toggle off, gmcp would fetch the toggle status correctly T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: you havent turned it off then. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: there is toggle for it. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: I dont remember right now which one toggles all trash off T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: u can test it urself T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: but there is one or two for it T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: -- \\\require "gmcphelper" dofile(GetInfo(60) .. "telnet_options.lua") prompt_mode = gmcp("config.prompt") print(prompt_mode) TelnetOptionOff(TELOPT_PROMPT) prompt_mode = gmcp("config.prompt") print(prompt_mode) T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: it turns prompt off but gmcp thinks its on T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: that turns only visual prompt off. not gmcp T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: ok, weird T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: not weird, two different things T3/r7/2022-09-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: gmcp prompt and prompt are completely different T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: gaballon: I think this is actually a limitation from aardwolf currently. The server doesn't send gmcp updates for the prompt when you toggle it unless you toggle it by gmcp. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: ok thanks T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: if you send config prompt YES/NO via gmcp, then it will send a response back T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: and the state will get updated T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: there's a slight difference that makes telnet better T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: if i use gmcp to turn prompt on, it makes the game immediately send a prompt back T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: telnet doesnt seem to do that T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: that's incorrect T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: the game doesn't send a prompt back. maybe something else is requesting one? T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: hmm idk T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: its like it treats sending a gmcp packet as a command makes a prompt show up T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: the game doesn't do that afaik T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: at least it doesn't do it for me right now T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: ok correction to my statement T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: in combat it makes a prompt T3/r7/2022-09-04.txt.gz:{chan ch=tech}Tech: 1337 H4x0r Fiendish goes, "Hmmmm." T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: out of combat it doesnt T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: should probably report that as a bug T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: telnet behaves differently in combat for some reason T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: but yes I see that behavior too T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: yea its weird T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: I think I have a workaround though T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: but of a hack T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: bit of a hack T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: CallPlugin("3e7dedbe37e44942dd46d264", "OnPluginTelnetSubnegotiation", 201, 'config { "prompt" : "YES" }') T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: do that after you set by telnet T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: my prob is i want to check if prompt is turned off or not T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: if its turned off via telnet i cant check that afaik T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: if its turned off by gmcp that's ok bc i can use gmcphelper to retrieve the status T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: you can request config status from the game, it just takes a round-trip T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: hmm ok T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: sendgmcp config prompt T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: Send_GMCP_Packet("request config") ? T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: config prompt T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: not request config T3/r7/2022-09-04.txt.gz:{chan ch=tech}Gaballon Tech: k that works. i see what u mean about round trip T3/r7/2022-09-04.txt.gz:{chan ch=tech}Tavrin Tech: is there a way to set a variable from within a mushclient alias? T3/r7/2022-09-04.txt.gz:{chan ch=tech}404 Eroe Tech: SetVariable("varname", value) T3/r7/2022-09-04.txt.gz:{chan ch=tech}Tavrin Tech: Hrm, that doesn't seem to work, is there a particular place I need to be sending that alias for the SetVariable command to be recognized? T3/r7/2022-09-04.txt.gz:{chan ch=tech}Tavrin Tech: ah, found it, if I send to Script I can run the SetVariable command. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Tech: Braun nods at Tavrin. T3/r7/2022-09-04.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: mushclient questions answered here T3/r7/2022-09-04.txt.gz:{chan ch=tech}Braun Tech: Does mapper portal understand the heroonly flag or do I have to give the portal the levels in terms of tiers? T3/r7/2022-09-04.txt.gz:{chan ch=tech}Greybeard Tech: 291 level T3/r7/2022-09-04.txt.gz:{chan ch=tech}Braun Tech: I think one could get away with 290 as it is hero and superhero. But thank you I think that answers my question. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Clortho Tech: Is there a way to do tags for info messages? Or make them easy to capture somehow? T3/r7/2022-09-04.txt.gz:{chan ch=tech}Braun Tech: Any particular info message or in general? T3/r7/2022-09-04.txt.gz:{chan ch=tech}Clortho Tech: The messages that are in the categories listed when typing 'info' T3/r7/2022-09-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Info messages are already captures to the comm log if you're using the Aardwolf MUSHclient package. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Clortho Tech: Are they in the gmcp channels? T3/r7/2022-09-04.txt.gz:{chan ch=tech}Clortho Tech: They don't seem to be. T3/r7/2022-09-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: No, but they all start with ^INFO:", and nothing else does. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Clortho Tech: They all have ansi coloring though, right? T3/r7/2022-09-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's colored whatever you choose your INFO messages to be colored. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Clortho Tech: Oh, I can customize... T3/r7/2022-09-04.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Clortho Tech: Awesome, thank you. T3/r7/2022-09-04.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: help colorset if you need it. T3/r7/2022-09-04.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: how do i install the SND plugin? I have it downloaded. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Braun Tech: ctrl+shift+p then "Add". T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: I think i need to unzip it first. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Braun Tech: it should be in .xml format. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: would the i did find a .xml item.. clicked on it.. and it expanded with an error code. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: ignore (would the) T3/r7/2022-09-05.txt.gz:{chan ch=tech}Braun Tech: Where did you get the SnD plugin from? Crowley? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: yeah T3/r7/2022-09-05.txt.gz:{chan ch=tech}Braun Tech: I can't troubleshoot too much (I don't use Crowley's SnD), but I'd drop Crowley a note or something. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: is there an alternitive option? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Braun Tech: I don't recommend it. I use Pwars and it can be a bit buggy. He's been inactive for a while so there isn't any troubleshooting for it either. Crowley is an active player though. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: I just relaized my ascii map is no longer visable... T3/r7/2022-09-05.txt.gz:{chan ch=tech}Braun Tech: try aard layout help T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: nothing T3/r7/2022-09-05.txt.gz:{chan ch=tech}Braun Tech: You may find aard layout reset handy. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: nope.. it may have been deleted by mistake :( T3/r7/2022-09-05.txt.gz:{chan ch=tech}Braun Tech: Maybe. Have you tried restarting the mushclient? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: when I was trying to do that SnD plugin, i thought I was clicking on close and hit remove. I didn't save and closed/reopened... squat T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You probably 'saved' the code, and you can't do that for plugins from Github. You have to click the green Code button, click download zip, then save it and extract it. Then you can install the plugin. T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Github adds extra stuff and breaks importability. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: blah... T3/r7/2022-09-05.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley chuckles politely. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: almost sounds like I have to reinstall the aard client and start my script over. thats like 5h of wasted time. T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Why do you need to do that? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: becuase I don't get this plugin bit.. lol T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What do you not get? Maybe I can help. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: how to install them. T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Installing them is super easy. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: its partly because I'm new to this type of scripting. just fustratited. T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But as I mentioned, from the Github page, you can't just do 'save as'. You have to actually download the zip. Alternatively, you can view the raw code, copy it all, paste it into notepad, and then save it as a .xml file. T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, there's no scripting involved with installing plugins. T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Just step-by-step instructions. :) T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: i'm sure plugins are diffrent.. but I'm refering to the script I've been building. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: alias, triggers, timers, T3/r7/2022-09-05.txt.gz:{chan ch=tech}Trachx Tech: but plugins usually are complete? I mean they contains all those aliases, triggers, timers they need T3/r7/2022-09-05.txt.gz:{chan ch=tech}Trachx Tech: unless you created plugin using as a base for it your aliases/triggers/timers T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: 1.) I'm new. 2.) That don't mean MY aliases and such are in the plugins. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: i supose what I'm doing could be in a plugin somewhere. T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: https://i.vgy.me/11LDS6.png --> That's to install the SnD plugin. Click the code button, then download zip, then extract to any place you want (probably plugins directory, or a subfolder within the plugins directory) T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: As for your scripting... T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: For your own, anyway, what platform are you used to writing on? T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Er, what client? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: I did do those steps and got the download on my pc (mushclient) T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Awesome. Next step to install it is to hit ctrl+shift+p, then click 'add', and navigate to the xml file. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: does it matter if it is still zipped? T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: As I mentioned, you'll want to extract it first. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: yes, and I'm trying to say that i don't know how to extraxt it.. lol T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: wait.. right click got me something.. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Greybeard Tech: when you right-click on zipped file is there an 'extract all' option? T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, well, use those words then! :P T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But yes, extract all, and you can choose the location. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: ok... it must have worked because the game did a bunch of stuff T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Awesome. :) T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Now you have THAT working for you. You say you are also frustrated with creating your own triggers/aliases, etc? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: i think i expressed fustration in having to reload the client to get the ascii map back T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: and a non-desire to have to rewrite what I've done so far. T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Generally speaking, you won't ever have to rewrite what you've done so far, so long as files aren't corrupted and you don't overwrite your .mcl file. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: I see. that's helpful. T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: As a side note, I advise you typ type 'aard layout save mysettings'. This will save all your current window locations (excepting third party windows that don't support it). In the future, if you lose one of the main windows, you can type 'aard layout restore mysettings', and it'll restore it back to what it looks like right now (provided you didn't remove plugins). T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: to type, not typ type. T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's early. I just woke up, and kids are being loud. :P T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: real life > game T3/r7/2022-09-05.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: My wife is probably irritated I woke up and started helping someone, but eh, she gets me the whole day. :P T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: you have my deepest graditude. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: she too... T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Anyway, gonna go tend to the wife and kids now, and make my coffee. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: ok T3/r7/2022-09-05.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But yeah, remember those steps for the next time you see a plugin on github that you want to install, and you'll be set for life with installing them. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Braun Tech: Crowley, if you are still around, you've finally converted me to your SnD. One thing I notice is that when I cp request it takes a while for your window to refresh. Is this normal or am I not using the correct command? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: are you asking if I'm here? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Braun Tech: I'm just here to bug Crowley. You're fine. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: oh.. hehe T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: mushclient questions answered here T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: pu T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: oops T3/r7/2022-09-05.txt.gz:{chan ch=tech}Fatal FrostBite Tech: What stinks? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: sorry... it is time for a shower... T3/r7/2022-09-05.txt.gz:{chan ch=tech}Tech: A bright, shiny gold halo appears over Yerald's head. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Tech: Fatal FrostBite comforts Yerald. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Tech: Yerald falls down laughing. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Tech: Braun prods (Aleister) Crowley into action! T3/r7/2022-09-05.txt.gz:{chan ch=tech}Braun Tech: For your SnD does xset kw set the keyword for all time? So fo something like a mob named "ratling filth" where the keywords combined are not working would xset kw ratling fix it? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Evine Tech: yep, pretty sure there's a persistent table database for custom keywords T3/r7/2022-09-05.txt.gz:{chan ch=tech}Kerith Tech: I wish keywords were enforced with area building, would help with that a bit T3/r7/2022-09-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: what do you mean Kerith? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Braun Tech: Nice! Thank you guys! T3/r7/2022-09-05.txt.gz:{chan ch=tech}Aeoln Tech: like elven citizens where elven isnt a keyword for the mob? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Kerith Tech: nod Aeoln, maybe even citizen too T3/r7/2022-09-05.txt.gz:{chan ch=tech}Aeoln Tech: agree T3/r7/2022-09-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Well the rule is enforced T3/r7/2022-09-05.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: But yeah agree should have more keywords in general :) T3/r7/2022-09-05.txt.gz:{chan ch=tech}Kerith Tech: too bad interogate doesnt give keywords too, must be weak interrogation :P T3/r7/2022-09-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: PlaySound (1, "Filenamehere.wav", false, 0, 0) <-- Which part of this regulates volume and how do I turn the volume down? T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: the second 0 is volume T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: 0 is full volume though T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: try setting it to -50 instead T3/r7/2022-09-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: Aight, thanks. T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: er T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: -5 T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: not -50 lol T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: https://www.gammon.com.au/scripts/doc.php?function=PlaySound explains how to use it T3/r7/2022-09-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: It seems both is volume? One controls the left speaker and the other the right one. T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: sorry, I should have said the first one not the second one T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: the second one is pan T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: try PlaySound (1, "Filenamehere.wav", false, -5, 0) T3/r7/2022-09-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: -7 was the sweetspot apparently. Thanks. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Prancin' Garence Tech: any diehard tf users here? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: how do I get the plugin for the ascii map? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Peacemaker Negader Tech: is there a site to download aard_ASCII_map.xml only? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: I was googling it earlier.. I found a 1.0 version... what is the verson that is used now? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Peacemaker Negader Tech: i found it: https://github.com/fiendish/aardwolfclientpackage/blob/MUSHclient/MUSHclient/worlds/plugins/aard_ASCII_map.xml T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: ok, how do I grab that? T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: it's often not a good idea to just download a single file from the aardwolf mushclient package on its own T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: many updates require changes across multiple files T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: are you suggesting that I reload the aardclient? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Shipwreckd Kazul Tech: use 5.56 T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: What are you trying to accomplish? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: ok, i'll backup a bit... T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: earlier today I was trying to find/add the SnD plugin. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: in the process of LEARNING how to do that... T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: i happened to delete a plugin from the list. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: turns out it was the ascii map T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: and I'd like to get it back. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Peacemaker Negader Tech: can you go to your recycle bin and restore the deleted file? T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: did you just unload it? if the file is still there, you can re-add it from the plugin dialog T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: like did you actually delete the .xml file? T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: it isn't on the list anymore... no.. I didn't do it on the pc.. just the ctrl+shift+P list T3/r7/2022-09-05.txt.gz:{chan ch=tech}High Risk Losteix Tech: if ...\worlds\plugins\aard_ASCII_map.xml still exists, you should be able to just add it again. T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: ok go back to ctrl+shift+P and then click Add T3/r7/2022-09-05.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: then find the file path that Losteix just said T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: Added plugin C:\.............\MUSHclient\worlds\plugins\aard_ASCII_map.xml T3/r7/2022-09-05.txt.gz:{chan ch=tech}Tech: 1337 H4x0r Fiendish gives a thumbs-up to Yerald. T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: now... I still s T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: woot... back and going T3/r7/2022-09-05.txt.gz:{chan ch=tech}Yerald Tech: that was easier than this morning. T3/r7/2022-09-06.txt.gz:{chan ch=tech}Athlau Tech: something happened to my mapper database and it's now gone, i've tried to overwrite MUSHclient\Aardwolf.db from MUSHclient\db_backups\Aardwolf.db.Backup_Automatic and Aardwolf.db.Backup_Automatic_old and restart client but seems to have no effect. Any suggestions? T3/r7/2022-09-06.txt.gz:{chan ch=tech}Aeoln Tech: https://github.com/fiendish/aardwolfclientpackage/wiki/GMCP-driven-world-mapper#database-corruption T3/r7/2022-09-06.txt.gz:{chan ch=tech}Aeoln Tech: that will tell you how to restore it from a backup T3/r7/2022-09-06.txt.gz:{chan ch=tech}Yerald Tech: is there a way to 'restring' what I see in mushclient? (IE change abcd to look like XYZ while everyone sees abcd.) T3/r7/2022-09-06.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: there is a plugin for that T3/r7/2022-09-06.txt.gz:{chan ch=tech}Yerald Tech: nice. T3/r7/2022-09-06.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: type #sub help T3/r7/2022-09-06.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: not sure if it's standard T3/r7/2022-09-06.txt.gz:{chan ch=tech}Yerald Tech: its not... "There is no help within Aardwolf." T3/r7/2022-09-06.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: humm, not sure where I got it. let me look through it T3/r7/2022-09-06.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: oh, it's by fiendish T3/r7/2022-09-06.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: you might find it on his page then? sorry I can't really help. it does exist though T3/r7/2022-09-06.txt.gz:{chan ch=tech}Yerald Tech: may I have the link please? T3/r7/2022-09-06.txt.gz:{chan ch=tech}Yerald Tech: starting to get used to adding these plugins hehe T3/r7/2022-09-06.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: I used it for stuff like this 2: "A feather pillow %(with teeth%)" --> "Feather pillow" T3/r7/2022-09-06.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: so that's what I see when that's in the room T3/r7/2022-09-06.txt.gz:{chan ch=tech}Yerald Tech: I want to do that with portals... T3/r7/2022-09-06.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: works with anything as far as I know T3/r7/2022-09-06.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: so I'd check his github or ask him when he's on T3/r7/2022-09-06.txt.gz:{chan ch=tech}Yerald Tech: do you have a name for it? T3/r7/2022-09-06.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: Aardwolf_Text_Substitutions T3/r7/2022-09-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Did you type #sub or sub? T3/r7/2022-09-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's #sub help (hash tag needed) T3/r7/2022-09-06.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: I asked him that already T3/r7/2022-09-06.txt.gz:{chan ch=tech}Yerald Tech: I did the hashtag/pound T3/r7/2022-09-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You didn't ask him that... :p You just told him to do #sub :P T3/r7/2022-09-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: And it resulted in 'There is no help within Aardwolf."? T3/r7/2022-09-06.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: we went in tells :P T3/r7/2022-09-06.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: for the back and forth of the other stuff T3/r7/2022-09-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's information that isn't immediately known. :P T3/r7/2022-09-06.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: well, no one else was in the convo lol T3/r7/2022-09-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So, #sub help returning 'There is no help within Aardwolf.' means it's trying to use the social 'sub', meaning the # is being ignored. T3/r7/2022-09-06.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: I came back for the big stuff and the site info T3/r7/2022-09-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, wait, no, it's not. T3/r7/2022-09-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: sub would return No such forum. T3/r7/2022-09-06.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley sits down and thinks deeply. T3/r7/2022-09-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What happens if you type #sub by itself? T3/r7/2022-09-06.txt.gz:{chan ch=tech}Yerald Tech: i'll again later tonight... i've gotta jet. T3/r7/2022-09-06.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: crow: is it standard with aard mush? T3/r7/2022-09-06.txt.gz:{chan ch=tech}Yerald Tech: #sub got me a yellow box... of forts T3/r7/2022-09-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It has been for quite a while, if I remember correctly. T3/r7/2022-09-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It says '#regex" for the start? T3/r7/2022-09-06.txt.gz:{chan ch=tech}Yerald Tech: oh.. #sub help got me something.. i'll look at it later T3/r7/2022-09-06.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: why do sites (and I ONLY notice this with government ones) block regular http connections from private (not free) VPN servers? is it a ddos thing? T3/r7/2022-09-06.txt.gz:{chan ch=tech}Bloodthorn Tech: probably because its unencrypted and susceptible to interception T3/r7/2022-09-06.txt.gz:{chan ch=tech}Giddorah Tech: I see no reason for anyone to allow http really T3/r7/2022-09-06.txt.gz:{chan ch=tech}Giddorah Tech: And allowing anyone to do mitm-attacks fronting a government site could be super bad T3/r7/2022-09-06.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: well, it's not that they prefer https:// lol, I'm just wsondering how much is idiocracy and how much legit T3/r7/2022-09-06.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: all those Bear hacking teams trying to renew their state drivers' licenses T3/r7/2022-09-06.txt.gz:{chan ch=tech}Bloodthorn Tech: what do you mean they dont prefer it? T3/r7/2022-09-06.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: woops I dropped the ball on that thread, mitm for Covid data reporting? seems bizarre T3/r7/2022-09-06.txt.gz:{chan ch=tech}Giddorah Tech: Well, considering how much misinformation is being spread by different groups out there I wouldn't be surprised at all T3/r7/2022-09-06.txt.gz:{chan ch=tech}VaalVanir Tech: Am I able to run Mush on a Chromebook? T3/r7/2022-09-06.txt.gz:{chan ch=tech}Anssett Tech: only if you've got a windows emulator of some sort T3/r7/2022-09-06.txt.gz:{chan ch=tech}Anssett Tech: chrome remote desktop to a windows box maybe? :P T3/r7/2022-09-06.txt.gz:{chan ch=tech}VaalVanir Tech: Thanks! Tgere is a cheap chromebook on amazon with next day delivery T3/r7/2022-09-06.txt.gz:{chan ch=tech}Anssett Tech: afaik mushclient only runs in windows, but is adequately happy with windows emulation. i wouldn't be surprised if fiendish had something about it on the aardmush wiki, and there's probably a half-dozen threads on the mushclient website as well T3/r7/2022-09-06.txt.gz:{chan ch=tech}VaalVanir Tech: bah!!! T3/r7/2022-09-06.txt.gz:{chan ch=tech}VaalVanir Tech: i meantvthanks!! T3/r7/2022-09-06.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: Mac + PlayOnMac... Chromebook run linux? Then you could do playonlinux ... T3/r7/2022-09-06.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Fiendish has WINE emulation instructions on the wiki because Fiendish runs MUSHclient through WINE. :p T3/r7/2022-09-06.txt.gz:{chan ch=tech}Sriracha Pho Tech: i just started doing it too.. works great! =) T3/r7/2022-09-06.txt.gz:{chan ch=tech}Braun Tech: How come when I run Note(IsTimer("mytimer")) it returns a 0 (this means true for some reason) or 30017 (this means false for some reason)? T3/r7/2022-09-06.txt.gz:{chan ch=tech}Anssett Tech: are you asking why 0:true 30017:false? T3/r7/2022-09-06.txt.gz:{chan ch=tech}Braun Tech: Nvm, it says "Note that this function returns 0 if the timer *exists*" in the description. Ill take that as a good enough answer T3/r7/2022-09-06.txt.gz:{chan ch=tech}Braun Tech: basically T3/r7/2022-09-06.txt.gz:{chan ch=tech}Gaballon Tech: only the almighty nick gammon can say for sure T3/r7/2022-09-06.txt.gz:{chan ch=tech}Tech: Braun is agreeing with that Gaballon person again... T3/r7/2022-09-06.txt.gz:{chan ch=tech}Truthless Areia Tech: With a lot of Mush functions like that, a return value of 0 (error_code.eOK) means success. Anything else is a failure. If you want to get the English description for the numeric code, you can look it up in the error_desc table. T3/r7/2022-09-07.txt.gz:{chan ch=tech}VaalVanir Tech: Anyone using Areia consider plugin, i gots a question: can we configure to kill specific alignment like EVIL? T3/r7/2022-09-07.txt.gz:{chan ch=tech}Sriracha Pho Tech: you can ac help ignore, and ignore all other alignments.. and noly evil will show up as option T3/r7/2022-09-07.txt.gz:{chan ch=tech}VaalVanir Tech: Thank you! T3/r7/2022-09-07.txt.gz:{chan ch=tech}Sriracha Pho Tech: oh wait, i may be wrong =[ T3/r7/2022-09-07.txt.gz:{chan ch=tech}Shipwreckd Kazul Tech: ac ignore flag T3/r7/2022-09-07.txt.gz:{chan ch=tech}Sriracha Pho Tech: er no u can.. ac ignore flag good.. not sure about neutral T3/r7/2022-09-07.txt.gz:{chan ch=tech}VaalVanir Tech: That helps a lot. T3/r7/2022-09-07.txt.gz:{chan ch=tech}Fachtna Tech: any mush users know where I can find information about how to get mush to display certain types of info in a new window? T3/r7/2022-09-07.txt.gz:{chan ch=tech}Sriracha Pho Tech: i made a basic plugin the other day to put any command into a new window T3/r7/2022-09-07.txt.gz:{chan ch=tech}Fachtna Tech: thanks :) T3/r7/2022-09-07.txt.gz:{chan ch=tech}Sriracha Pho Tech: if u think itll help.. so i can fight and do cwin market list for instance T3/r7/2022-09-07.txt.gz:{chan ch=tech}Sriracha Pho Tech: sec let me share T3/r7/2022-09-07.txt.gz:{chan ch=tech}Sriracha Pho Tech: https://hastebin.com/vehuxapaco.xml T3/r7/2022-09-07.txt.gz:{chan ch=tech}Sriracha Pho Tech: basic but solved a prob i had =P T3/r7/2022-09-07.txt.gz:{chan ch=tech}Fachtna Tech: thanks. I really just want a miniwindow to open anytime I do a campaign or global quest so I don't have to keep checking... T3/r7/2022-09-07.txt.gz:{chan ch=tech}Sriracha Pho Tech: oh use search and destroy SND T3/r7/2022-09-07.txt.gz:{chan ch=tech}VaalVanir Tech: Checking what mobs are left? T3/r7/2022-09-07.txt.gz:{chan ch=tech}Sriracha Pho Tech: its the defacto standard T3/r7/2022-09-07.txt.gz:{chan ch=tech}VaalVanir Tech: i was about to say.. SnD does that for you. T3/r7/2022-09-07.txt.gz:{chan ch=tech}Fachtna Tech: ya basically. T3/r7/2022-09-07.txt.gz:{chan ch=tech}Sriracha Pho Tech: finger crowley T3/r7/2022-09-07.txt.gz:{chan ch=tech}VaalVanir Tech: Ewwww. T3/r7/2022-09-07.txt.gz:{chan ch=tech}Sriracha Pho Tech: get his plugin =) T3/r7/2022-09-07.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: mushclient questions answered here T3/r7/2022-09-07.txt.gz:{chan ch=tech}Dartan Tech: is there a plugin that keeps track of how much ptime you spent for the latest campaign you complete T3/r7/2022-09-07.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: what is ptime? T3/r7/2022-09-07.txt.gz:{chan ch=tech}HereComeDe Smudge Tech: probably a ptypo T3/r7/2022-09-07.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: I'm not aware of any plugin that tracks time spent on a campaign, but it would be pretty simple to store the start time in a variable and then subtract it from the finish time T3/r7/2022-09-07.txt.gz:{chan ch=tech}Vanellus Tech: recently I tried to get it on CB and gave up. Settled on DuckClient instead but it's not maintained. Chrome remote to my PC was what I settled on in the end. T3/r7/2022-09-07.txt.gz:{chan ch=tech}Anssett Tech: i think i'm failing googling. anybody know what flag to set in chrome when i want it to quit searching from the address bar, and instead go to single name hosts? "localhost" searches for that string rather than going to 127.0.0.1. rather not type http(s) etc, i want to be lazy T3/r7/2022-09-07.txt.gz:{chan ch=tech}Tech: MAMBO! Mushambo bounces around, hoping Dwarf Fortress finishes spawning world in next 3 hours before webinar. T3/r7/2022-09-07.txt.gz:{chan ch=tech}Fachtna Tech: quick question about mapper... it is meant to be a complete database or does it update as you explore? T3/r7/2022-09-07.txt.gz:{chan ch=tech}Can't De Cide Tech: updates as you explore T3/r7/2022-09-07.txt.gz:{chan ch=tech}Anssett Tech: it's seeded with a few areas pre-mapped but mostly you build it as you explore T3/r7/2022-09-07.txt.gz:{chan ch=tech}Anssett Tech: i think aylor + continents? T3/r7/2022-09-07.txt.gz:{chan ch=tech}Fachtna Tech: thanks :) that explains a lot. T3/r7/2022-09-07.txt.gz:{chan ch=tech}Bronnie Tech: what's the command to change the aardwolf theme in mush? T3/r7/2022-09-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: aard theme change T3/r7/2022-09-07.txt.gz:{chan ch=tech}Bronnie Tech: thanks! T3/r7/2022-09-07.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: if you want COOl themes hit me up, ive made some really awesome ones T3/r7/2022-09-07.txt.gz:{chan ch=tech}Bronnie Tech: what themes have you made? T3/r7/2022-09-07.txt.gz:{chan ch=tech}VaalVanir Tech: I need simple and neat. Black of course or else my eyes will burn out T3/r7/2022-09-08.txt.gz:{chan ch=tech}Aquabat Gremten Tech: Anyone ever use wine to run mush on a Galaxy fold 4? T3/r7/2022-09-08.txt.gz:{chan ch=tech}Aquabat Gremten Tech: Wine just crashes so far. Kinda trying to sort out how to make the app work first. :P T3/r7/2022-09-08.txt.gz:{chan ch=tech}Count Zensch Tech: wine as wine for ubuntu? T3/r7/2022-09-08.txt.gz:{chan ch=tech}Aquabat Gremten Tech: I think I have wine made for android T3/r7/2022-09-08.txt.gz:{chan ch=tech}Tech: Count Zensch goes ooOOooOOoo. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Aquabat Gremten Tech: But Android complains that it was made for an older version. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Count Zensch Tech: never heard of it T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: this phone runs android? T3/r7/2022-09-08.txt.gz:{chan ch=tech}Aquabat Gremten Tech: yes T3/r7/2022-09-08.txt.gz:{chan ch=tech}Aquabat Gremten Tech: I thought someone said once that there was resouces on the wiki for Wine and Android, but I haven't been able to find them. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Anssett Tech: are you looking at aardwolf wiki or fiendish/aardmush? T3/r7/2022-09-08.txt.gz:{chan ch=tech}Aquabat Gremten Tech: Aardwolf! Didn't know fiendish had a wiki. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: is the phone x86? T3/r7/2022-09-08.txt.gz:{chan ch=tech}Anssett Tech: he has a loooot of data on or adjacent to the url in his finger info T3/r7/2022-09-08.txt.gz:{chan ch=tech}Aquabat Gremten Tech: Found it and digging in T3/r7/2022-09-08.txt.gz:{chan ch=tech}Aquabat Gremten Tech: It's an ARM processor. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Anssett Tech: you may also try mushclient's forums T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: that would be interesting running x86 windows app on arm android.. I can see nothing but trouble... T3/r7/2022-09-08.txt.gz:{chan ch=tech}Aquabat Gremten Tech: I though perhaps Wine had some magic I was unaware of, but I could be wrong! I can always use remote desktop if I need to T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: a virtual machine is more what you need. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: blowtorch doesn't float your boat? T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: I guess you can run win32 in android with WINE, Gremten. Still sounds like a bad idea, but I'll give it a try on my phone and see what happens. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: failed on my phone, just a blank screen. But read this here. The short answer is no you can't emulate MUSH (Win32 x86 app) https://wiki.winehq.org/Emulation Remote screen would be your best option. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: is Mushclient much better than just using blowtorch? T3/r7/2022-09-08.txt.gz:{chan ch=tech}404 Eroe Tech: yes, because you get aardmush T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: well I guess that's a silly question lol T3/r7/2022-09-08.txt.gz:{chan ch=tech}404 Eroe Tech: it's not the client difference, it's the thousands of lines of code like mapper and dinv and etc T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: blowtorch you can use on phone. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Sir Emrys Tech: so Im trying to stream on my phone and I keep getting the error code: html5_video:4 Anyone know how to fix this so I can stream? T3/r7/2022-09-08.txt.gz:{chan ch=tech}Mannec Tech: maybe a browser update, or switch to a different one. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: weird I could not get the aardwolf mushclient to run on windows 11. Is that possibly not supported yet? T3/r7/2022-09-08.txt.gz:{chan ch=tech}404 Eroe Tech: I'm running on windows 11 T3/r7/2022-09-08.txt.gz:{chan ch=tech}Anssett Tech: i wouldn't expect that to be a problem T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: that works for you? T3/r7/2022-09-08.txt.gz:{chan ch=tech}404 Eroe Tech: unfortunately T3/r7/2022-09-08.txt.gz:{chan ch=tech}404 Eroe Tech: yes, win11 has worked forever T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: oh cool then it's possible T3/r7/2022-09-08.txt.gz:{chan ch=tech}Aeoln Tech: make sure its not saved in a place that requires permissiosn T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: ah that makes sense. I think it just went to the default, but might be on the wrong disk perhaps. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Mannec Tech: also, windows likes to stick a tag on things that says, in essence, 'this is from the internet, dont trust it'. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: I'll try again later. For now I'm struggling through with blowtorch on my tablet. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Aeoln Tech: id say figure out the mushclient, its worth it! T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: which seems to work fine for me personally right now because my wife just assumes I'm working. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: she asks what's on my tiny screen and I say I'm reading lmao T3/r7/2022-09-08.txt.gz:{chan ch=tech}404 Eroe Tech: your honesty gives me hope for marriages. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: well I am reading haha she assumes and doesn't ask further. We both read alot T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: she respects reading time T3/r7/2022-09-08.txt.gz:{chan ch=tech}Macuiltotec Tech: he is definitely reading...he isn't lying T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: together 3 years, never lied to her. And it also ends most arguments pretty quick. I can always say "have I ever lied to you?" and it literally fixes everything haha T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: haha but back to the tech. I wonder if I can get MushClient running on a tablet. is that what they were trying earlier today? T3/r7/2022-09-08.txt.gz:{chan ch=tech}404 Eroe Tech: what kind of tablet? T3/r7/2022-09-08.txt.gz:{chan ch=tech}404 Eroe Tech: lots of people just teamview over to windows. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: old Samsung tab T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: lmao haha that could work lol T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: I think it's a Tab... 2 or gen 1 possibly T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: Android 7.1.1 T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: blowtorch is ok, but would be nice to have a few more features. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Adara Tech: anyone can help with my mush, i dont know what i did but suddenly my commands aren't echoing anymore and also no longer stay in the command line after pressing enter T3/r7/2022-09-08.txt.gz:{chan ch=tech}Adara Tech: did not touch any settings, and it was fine yesterday T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: echo on ? T3/r7/2022-09-08.txt.gz:{chan ch=tech}Adara Tech: it used to be? dont know where the settings is but it just suddenly stopped today T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: just type it into mud? T3/r7/2022-09-08.txt.gz:{chan ch=tech}Adara Tech: it just echos "on" T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: heheh T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: game => Configure -> Command look for echo? T3/r7/2022-09-08.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: hmmm...is postqres or SQlite more linux idiot proof? does it matter? got another program that requuires one T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: I just started using sqlite3. I'd recommend that over postgres T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: not sure what you mean by idiot proof lol T3/r7/2022-09-08.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: wont require much/any configuration..i assume its just a dependency and i shouldnt have ot interact much T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: neither requires a ton of configuration to get them started. Postgres even less. Over time using them at a large scale or distributed solution will almost always require more config. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: sqlite3 had 7 dependencies ... all basic.. probably already installed. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: postgres has a rather long page. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: of dependencis T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: yea the guy who made Postgres is pretty smart guy, but most of his motivations comes from being lazy lol T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: does postgres have autocomplete suggestion? T3/r7/2022-09-08.txt.gz:{chan ch=tech}Prancin' Garence Tech: like you type INSERT and the hit tab and it will put the word INTO next on the line. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: Postgres is mostly compliant with more standard SQL languages. It's like 20-30% different maybe T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: if you use an ide that knows Postgres it will autocomplete just fine T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: Jetbrains has plenty of supporting ide's for it T3/r7/2022-09-08.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: ahh maybe shouldve gone that route, i've got anaconda T3/r7/2022-09-08.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: just got something called "Dbeaver" seems overkill T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: anaconda is more for Python no? T3/r7/2022-09-08.txt.gz:{chan ch=tech}Kindredkai Tech: if you are just scribbling and not running it, VS Code has plugins for just about any language with autocomplete. That is if you don't mind microsoft. T3/r7/2022-09-08.txt.gz:{chan ch=tech}Dartan Tech: anyone know why my xset noexp 500 isn't turning off my noexp now that i've leveled? T3/r7/2022-09-08.txt.gz:{chan ch=tech}Dartan Tech: also did snd reload. was working last remort T3/r7/2022-09-08.txt.gz:{chan ch=tech}Braun Tech: Mine seems to be working okay. I have mine set to 600. T3/r7/2022-09-09.txt.gz:{chan ch=tech}Scyther Tech: does echo command show all commands sent or does it not show commands a lot of the time for other people too? T3/r7/2022-09-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: In MUSH, what's the radical modifiers for "If a number" and "If a letter"? I know "If a number" exists, dunno about the letter one. T3/r7/2022-09-09.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: in lua check for type T3/r7/2022-09-09.txt.gz:{chan ch=tech}Hi, I'm Elfo Tech: in mother russie we dont radicalize the modifiers, they radicalize us! T3/r7/2022-09-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: I don't know what that means :P T3/r7/2022-09-09.txt.gz:{chan ch=tech}Hi, I'm Elfo Tech: er sorry T3/r7/2022-09-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: So I think (\d+) is number. What about letter? T3/r7/2022-09-09.txt.gz:{chan ch=tech}Sea Zhalt Tech: \w is a word in regex T3/r7/2022-09-09.txt.gz:{chan ch=tech}Sea Zhalt Tech: Or just a single letter? T3/r7/2022-09-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: So (\w+)? T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You would do: if type(tonumber()) ~= nil then... -- if it's a word, it'll return nil. If it can be turned into a number, it'll return a positive result. T3/r7/2022-09-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: No, several letters. T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: \w+ is a letter or digit. T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If you want just a letter, you'll want ([A-Za-z]), or you can use [[:alpha:]] T3/r7/2022-09-09.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: do if type(STRING) == "string" then print("yes") T3/r7/2022-09-09.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: or something T3/r7/2022-09-09.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: like, if type(test) == "string" T3/r7/2022-09-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: I want either 2 aliases or the same alias. Like, say, test. For instance, test 1 would give you one result and test word would give another result. T3/r7/2022-09-09.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: anyways i was distracted but thanks for finishing, crowley T3/r7/2022-09-09.txt.gz:{chan ch=tech}Kerith Tech: anyway to fix this? gt -h 1 = 09 Sep 08:56:14 - (Group) You tip your hat gallantly. commlog = [09 Sep 06:56:15] (Group) You tip your hat gallantly. T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So then do: if type(tonumber("%1")) == nil then WORD commands else NUMBER commands end T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Kerith, what do you mean "fix it"? T3/r7/2022-09-09.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley grins evilly at [DEMON] Khadaji. T3/r7/2022-09-09.txt.gz:{chan ch=tech}Kerith Tech: time difference T3/r7/2022-09-09.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: also im pretty sure \w+ is only a word and \+d are only digits T3/r7/2022-09-09.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: like, word characters for \w+, which i may be wrong but digits are not word characters hence the separation T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, the time difference is based on your clock settings. From chat, it's based on MUD server. But the commlog is based on your windows settings. T3/r7/2022-09-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: So "test *" / if type(tonumber("%1")) == Whatever / else Whatever? T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Khadaji, you're wrong. T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: \w+ is alphanumeric. T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Trust me, because I learned about that quite recently. T3/r7/2022-09-09.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: thats fine, im open to being wrong about it, but if you want to target digits use \d+ and if you want to target word characters use \w+ T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yuna: "test *" -- if type(tonumber("%1") == nil then print("Hey, it's a word!") else print("Hey, it' a number!") end T3/r7/2022-09-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: Aight, thanks. T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Again, \w+ will capture words and digits, so no, not the optimal. You MUST use [A-Za-z] if targeting only words, or [[:alpha:]] T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So, \w+ will match "foo123bar", but \d+ will only match "123". T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Whereas [A-Za-z]/[[:alpha:]] will match only "foo" or "bar", but not "foo123bar". T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Why Regex does not have a designated indicator like \d+, I don't know. T3/r7/2022-09-09.txt.gz:{chan ch=tech}Sea Zhalt Tech: https://think2011.net/regex-tester/ is a great resource for tinkering with your regex :) T3/r7/2022-09-09.txt.gz:{chan ch=tech}Sea Zhalt Tech: has a handy little legend too, that lists all the specials T3/r7/2022-09-09.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: https://regex101.com/ is also insanely good T3/r7/2022-09-09.txt.gz:{chan ch=tech}Sea Zhalt Tech: Yep. Allows you to pick flavour, too. T3/r7/2022-09-09.txt.gz:{chan ch=tech}Sea Zhalt Tech: I just always fallen back to thnk2011 since it's so lightweight. T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: https://www.regexone.com -- That's a nice little training class. T3/r7/2022-09-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: What about if I want to make a conditional radical? test * *. 1st radical is not necessary, but when it's used and is a number, do X. T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Anyway, I've been going through my regex triggers to change \w+ to [[:alpha:]]. For the longest time, I thought \w+ was 'word', as in 'alpha only', especially since most sites say \w is "Any word character". But what they mean is "Any alphanumeric character". T3/r7/2022-09-09.txt.gz:{chan ch=tech}Sea Zhalt Tech: And underscore, I think T3/r7/2022-09-09.txt.gz:{chan ch=tech}Sea Zhalt Tech: But I could be mistaken. It's friday afternoon and I am ready for weekend :D T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hmm, don't think it's underscore, but possibly. Easy to test. T3/r7/2022-09-09.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: it is T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yep, sure enough. T3/r7/2022-09-09.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: i just tested it T3/r7/2022-09-09.txt.gz:{chan ch=tech}Odorless Nuanse Tech: yes, /w+ can be used to capture passwords that do not have special characters. T3/r7/2022-09-09.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: you're a special character T3/r7/2022-09-09.txt.gz:{chan ch=tech}Odorless Nuanse Tech: No, You are! T3/r7/2022-09-09.txt.gz:{chan ch=tech}Sea Zhalt Tech: In regex you can define optional caption groups, Yuna. Put a ? at the end of it (? is 0 or 1). (or non-greedy if used elsewhere, but that's another chapter). T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yuna: As for your question, you can set it up to do: if type(tonumber("%1")) == nil then print("Using the word from the first parameter only!") else print("Hey, use the number from %1 and the word from %2!") end T3/r7/2022-09-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: I think I found a better way. I just need to figure out how to a conditional radical in the alias name. So "test (???)". I just do "test", it'll do X, if I do "test 3", it'll do "3 X", for instance. T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: There is also lookaheads/behinds, but that's a bit advanced. T3/r7/2022-09-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: I currently have this alias for portals but I can't figure out how to translate that to just one radical: ^(cpor|por)tal (\S*)\s*(.*)$ T3/r7/2022-09-09.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: i used that kind of stuff a lot building maps for muds that dont give any vnum info or any game info basically, heh T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can return string.match("%1", "^(%d+)"), and if it returns 1, then utilize the number, otherwise utilize the word. T3/r7/2022-09-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: Next problem, I want a setvariable string that actually sets a variable as %1, not setting the radical used. What was the code for that again? T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You cannot unassign %1 from any parameters used, whether it's a number or not. However, you can do: SetVariable("variable", (type(tonumber("%1")) == nil and "%1") or "%2") T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That /should/ work. It'll check if %1 is a number or a string, and if it's a string, set the variable to it, otherwise set the variable to %2. T3/r7/2022-09-09.txt.gz:{chan ch=tech}Summoner Yuna Tech: What the... so I went with a simply solution. "alias*". With the alias being "do %1 X". If I just do alias", it does "do X". If I do "alias 3", it does "do 3 X". However, when I bind that alias to a macro, it will always send "do * X", with the * being an actual asterisk and not a radical. How do I fix this? T3/r7/2022-09-09.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'm confused. How are you binding an alias to a macro that requires input in the form of parameters? T3/r7/2022-09-09.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: What's that command-line save command for MUSHClient again? Something like \\\save? T3/r7/2022-09-09.txt.gz:{chan ch=tech}Prancin' Garence Tech: If you weren't using a mush plugin to make a window for the minimap, how would you grab it... does it have some special charcters pattern before and after the mini map? T3/r7/2022-09-10.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: epsilon: Save() T3/r7/2022-09-10.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: it's case sensitive T3/r7/2022-09-10.txt.gz:{chan ch=tech}Anssett Tech: random question - i've done a decent amount of scripting for mushclient but very little plugin work. is it easier to start with a blank plugin, or build the triggers/aliases/script things outside of the plugin (via mushclient UI and external script file) then build the plugin from that stuff once it's working nicely? T3/r7/2022-09-10.txt.gz:{chan ch=tech}Anssett Tech: seems like you have to pick between XML and scripting code completion/intellisense/wahtever if you're working directly in a plugin file T3/r7/2022-09-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Anssett: I find it immensely easier to edit within the plugin file. I also tend to use the script block a lot more than I use triggers/aliases, but those are relatively simple to write for in plugin files. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Tech: Anssett nods. T3/r7/2022-09-10.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: Yes you have to pick between XML or scripting code completion because editors are unfortunately never built to allow both at once, but the xml part is structurally simple enough that I almost never bother using XML mode in my editor and just always have it set to Lua T3/r7/2022-09-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Since I write most of my stuff in the script block anyway, I just open up a separate tab in the editor and switch it to Lua, write the code, then copy over to the plugin. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Aquabat Gremten Tech: So. I installed a second copy of Mush for an alt assuming they didnt share data... it is in a different folder. When I killed the portals on that one all the portals were gone on my mine. How do I isolate a 2nd copy? T3/r7/2022-09-10.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: yeah, if you have the screen space for multiple views, having two panels open to the same file is a good approach T3/r7/2022-09-10.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: They do not share data, gremten. Where did you install them? T3/r7/2022-09-10.txt.gz:{chan ch=tech}Aquabat Gremten Tech: Desktop/MUSHclient and Desktop/MUSTclient2 T3/r7/2022-09-10.txt.gz:{chan ch=tech}Aquabat Gremten Tech: MUSHclient2 that is T3/r7/2022-09-10.txt.gz:{chan ch=tech}Hi, I'm Elfo Tech: does the cloud screw that up though? T3/r7/2022-09-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Unless you copied the Aardwolf.db AFTER purging portals, it shouldn't affect it. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Aquabat Gremten Tech: I swear I didnt :P T3/r7/2022-09-10.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: Elfo: do you mean like two computers using the same dropbox account? T3/r7/2022-09-10.txt.gz:{chan ch=tech}Aquabat Gremten Tech: No. Two toally isolated installs T3/r7/2022-09-10.txt.gz:{chan ch=tech}Hi, I'm Elfo Tech: same computer, 2 different mush folders, would it backup to same place? T3/r7/2022-09-10.txt.gz:{chan ch=tech}Aquabat Gremten Tech: I don't want them to share info T3/r7/2022-09-10.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: MUSHclient folders are completely isolated from each other. MUSHclient does not store any data outside of its own folder T3/r7/2022-09-10.txt.gz:{chan ch=tech}Aquabat Gremten Tech: Then what the heehaw did I do! :P T3/r7/2022-09-10.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: Unless... T3/r7/2022-09-10.txt.gz:{chan ch=tech}Hi, I'm Elfo Tech: but mine backups to the clud thingy T3/r7/2022-09-10.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: give me one minute. I hae an idea but also have an exterminator coming T3/r7/2022-09-10.txt.gz:{chan ch=tech}Hi, I'm Elfo Tech: when i got this computer, it put it all on bthis computer T3/r7/2022-09-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Gremten: Are you able to reproduce it a second time though, to confirm that it is indeed a problem you have? T3/r7/2022-09-10.txt.gz:{chan ch=tech}Hi, I'm Elfo Tech: so i guessa thats not possible? just wondering T3/r7/2022-09-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Simple test would be to create a portal on each instance, then come back to the first one or whatever and purge them again and see if it's gone on the second instance. T3/r7/2022-09-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Don't even need to be logged in on the second instance if you use the mapper fulportal command. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Aquabat Gremten Tech: I restored a backup onto my main mush. I'll pop over and check T3/r7/2022-09-10.txt.gz:{chan ch=tech}Aquabat Gremten Tech: Okay the portals are still gone over there T3/r7/2022-09-10.txt.gz:{chan ch=tech}Aquabat Gremten Tech: Weird T3/r7/2022-09-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Logic would follow then, if you created portals on one, they would appear in the other. T3/r7/2022-09-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But Fiendish can work out the rest. I gotta get going since we're going apple picking today. Good luck. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Aquabat Gremten Tech: Thanks! T3/r7/2022-09-10.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: sorry that was more than a minute T3/r7/2022-09-10.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: but I'm back T3/r7/2022-09-10.txt.gz:{chan ch=tech}Dartan Tech: how do you use roomnote? i tried to do roomnote test and nothing happens T3/r7/2022-09-10.txt.gz:{chan ch=tech}Ayasinda Tech: I rightclick on the room in the mapper window and select edit note T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kerith Tech: i use mapper addnote <> << built in mapper functionality, not sure about roomnote T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kerith Tech: i made alias for mnote * , cause well i'm lazy T3/r7/2022-09-10.txt.gz:{chan ch=tech}Dartan Tech: i'm that lazy too T3/r7/2022-09-10.txt.gz:{chan ch=tech}Dartan Tech: is there a way to add a clickable link as my note? T3/r7/2022-09-10.txt.gz:{chan ch=tech}Dartan Tech: for example when i enter a room i want to be able to click on something if i don't have th ekey T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kerith Tech: alias this Execute ("roomnote area")... i use anote for area note... lists all notes in the area, which are clickable T3/r7/2022-09-10.txt.gz:{chan ch=tech}404 Eroe Tech: any react people here? happy to pay a couple tp for your time, trying to talk through setting up a component because my react/js skills are terrible. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kindredkai Tech: hello I used to be a React master about 5 years ago haha not sure how much help I am now. last project I had was 1 year ago. looking to bring react native to my new organization though T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kindredkai Tech: what questions do you have? T3/r7/2022-09-10.txt.gz:{chan ch=tech}404 Eroe Tech: I'm trying to convert a bunch of data into an audio graph for people who are blind/vi. The first component lets you choose a start and end date and a time range. (months, weeks, years) depending on the range. Is that something I can make happen with just react? basically if you go back and adjust the range to be 3 days, it shouldn't ever show months weeks years etc. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kindredkai Tech: yea that's doable. T3/r7/2022-09-10.txt.gz:{chan ch=tech}404 Eroe Tech: any tips? I've never done this before. I've rendered html through jsx (I think it's called) but not removed elements and added them back to the dom. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kindredkai Tech: the toughest part with React is that is is barebones. It is a huge benefit but also a boon. React is choose your own adventure or build up from nothing. so you can use other libraries to help you build your component library or do everything from scratch. T3/r7/2022-09-10.txt.gz:{chan ch=tech}404 Eroe Tech: yeah. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kindredkai Tech: ah yes, gotcha. adding and removing from the dom is a pretty straight forward thing once you get the hang of it. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kindredkai Tech: the dom is no longer the dom in most modern front end web libraries. They now use something called the virtual dom. This has one big change that you need to be aware of. JQuery and direct manipulation of the dom is gone. You CANNOT change the dom directly. Instead you change the data that you are rendering and it renders in the pattern or order you specify in your template/component T3/r7/2022-09-10.txt.gz:{chan ch=tech}404 Eroe Tech: okay, thanks. I'll do some digging, that's a starting point. Last time I did much with js it was jquery. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kindredkai Tech: so keep in mind, directly doing things like finding an element and making changes directly do it won't work. ie also JQuery breaks React. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Tech: 404 Eroe nods. T3/r7/2022-09-10.txt.gz:{chan ch=tech}404 Eroe Tech: I didn't plan on putting them on top of each other. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kindredkai Tech: the best first example is to create an array of some data, then iterate with a loop of some kind and output in an element. The Todo app is the best first example to look at. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Tech: 404 Eroe nods. T3/r7/2022-09-10.txt.gz:{chan ch=tech}404 Eroe Tech: I know how to render, it's being responsive I'm struggling with, but I'm digging in more. the app already works and I wrote it from scratch T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kindredkai Tech: then you can use methods on event handlers to start making changes to the array and it will automatically update the dom as it re-renders each . T3/r7/2022-09-10.txt.gz:{chan ch=tech}404 Eroe Tech: nifty. okay, that's where I need to start. T3/r7/2022-09-10.txt.gz:{chan ch=tech}404 Eroe Tech: thank you! T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kindredkai Tech: ah gotcha ok that's also a gotcha then. Since React uses JSX as a JS abstraction over html, so are all the methods of the jsx and html. so when using onClick and other events keep in mind that these methods are not the same as the ones provides by html. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kerith Tech: why can i call gmcp("group.members") but not gmcp("group.members.name")? is there a way? - i dont need all the extra junk T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kindredkai Tech: so onClick will handle the e or event differently and it also provides another wrapper over the actual event. so it contains the event versus being the event. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Tech: 404 Eroe nods. T3/r7/2022-09-10.txt.gz:{chan ch=tech}404 Eroe Tech: Kerith: I would recommend having a function called GroupMemberNames that just iterates that table and returns the names you want. you need to parse that data. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kerith Tech: ok more homework, thanks will try it T3/r7/2022-09-10.txt.gz:{chan ch=tech}404 Eroe Tech: one sec, I've got some code I wrote I can send T3/r7/2022-09-10.txt.gz:{chan ch=tech}404 Eroe Tech: I have a macro that shows me missing members. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kindredkai Tech: Eroe feel free to dm. I have all this master level knowledge of React in my head and I barely use it this last year. T3/r7/2022-09-10.txt.gz:{chan ch=tech}404 Eroe Tech: haha thank you, I appreciate it. I'll take you up on that as I dig in more. T3/r7/2022-09-10.txt.gz:{chan ch=tech}404 Eroe Tech: Kerith: https://pastebin.com/AW2GLwbC sorry it's not indented, I don't have a lua styler. Hope it's still readable. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kerith Tech: thanks i'm sure will help! T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kerith Tech: the syntax just confuses me like wtf does "_,v" mean lol T3/r7/2022-09-10.txt.gz:{chan ch=tech}404 Eroe Tech: do you know what dictionaries/hashtables are? T3/r7/2022-09-10.txt.gz:{chan ch=tech}Hi, I'm Elfo Tech: i have seen hash on a tbale b4 :) T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kerith Tech: yes, idk why just the shorthand/syntax screws me up T3/r7/2022-09-10.txt.gz:{chan ch=tech}Trachx Tech: in this case "_" is equal to "tmp_variable_I_do_not_care" T3/r7/2022-09-10.txt.gz:{chan ch=tech}Tech: 404 Eroe nods. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kerith Tech: that actually makes alot of sense, dam shorthand :P T3/r7/2022-09-10.txt.gz:{chan ch=tech}Trachx Tech: "for index_of_element,value_of_element in ipairs(" T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kerith Tech: i'm tryin to keep it simple before i do more work.. .but just doing this i get error table expected got string. local members = gmcp("group.members") for _,v in pairs(members) do tprint("yes") end --for, mush hates me i swear T3/r7/2022-09-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Do not use tprint on a string... T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kerith Tech: i was just trying to get forloop to execute, just used tprint "yes" to see if it was working T3/r7/2022-09-10.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: tprint is for tables T3/r7/2022-09-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Tprint is for tables, not strings. Do 'print("yes")'. But you can do tprint(v) (I think v returns a table) instead. T3/r7/2022-09-10.txt.gz:{chan ch=tech}404 Eroe Tech: v is a table IIRC. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kerith Tech: omg that hsould help thanks! T3/r7/2022-09-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But you have to have already required it for it to work. In a plugin, you can do: require 'tprint' -- at the start of the script block. Or you can do it in MUSH on the command line T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kerith Tech: ya just using alias atm trying to keep it simple have gmcp & tprint included T3/r7/2022-09-10.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: To clarify, you did require 'gmcphelper', not 'gmcp', right? T3/r7/2022-09-10.txt.gz:{chan ch=tech}Tech: Kerith nods. T3/r7/2022-09-10.txt.gz:{chan ch=tech}Kerith Tech: changing to print from tprint let the forloop execute zomg simple things i thought it was hung on the forloop syntax :( T3/r7/2022-09-10.txt.gz:{chan ch=tech}Oswyn Tech: anyone using mushclient that might know if there's a decent help file to d/l so the internal help system works when you click on the question marks for help within mushclient? T3/r7/2022-09-10.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: built in Help is pretty extensive..? T3/r7/2022-09-10.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: i always figure if something doesnt appear to be working for me, its user error and/or running it via wine T3/r7/2022-09-10.txt.gz:{chan ch=tech}Oswyn Tech: when i go to pull up help, it says the helpfile isn't compatible with win10 and above, to install plugin mushclient_help, i haven't seen that plugin. T3/r7/2022-09-10.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: ahh well that i do not know sorry T3/r7/2022-09-10.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: maybe try this: https://www.gammon.com.au/mushclient/examplescreens.htm T3/r7/2022-09-11.txt.gz:{chan ch=tech}Yerald Tech: is there a command that quickly flips between desktop windows? other than (window key + TAB) T3/r7/2022-09-11.txt.gz:{chan ch=tech}Mannec Tech: alt-tab? ctrl-tab? T3/r7/2022-09-11.txt.gz:{chan ch=tech}Bullish Vyndalas Tech: windows key + M brings you to the desktop, and ALT + TAB will switch between open windows T3/r7/2022-09-11.txt.gz:{chan ch=tech}Haike Tech: windows +M? i thought its windows +D = go to desktop T3/r7/2022-09-11.txt.gz:{chan ch=tech}Bullish Vyndalas Tech: aparently both work, I've always used windows + m lol T3/r7/2022-09-11.txt.gz:{chan ch=tech}Yerald Tech: I want to change from Destop1 to Desktop2 T3/r7/2022-09-11.txt.gz:{chan ch=tech}Summoner Yuna Tech: Seriously, dinv has been messing up my game for over a week now, lagging me forever at times. It keeps repeating the wish list and stat requests but failing due to timeout and locking me out of doing anything and then it loops for minutes to hours at an end. Anyone know what's causing it and how to fix it? T3/r7/2022-09-11.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: reinstall that plugin, that usually helps when mine is lagging T3/r7/2022-09-11.txt.gz:{chan ch=tech}Summoner Yuna Tech: I tried disabling and re-enabling. What would reinstalling require? Deleting, re-downloading, removing from MUSH and re-adding? T3/r7/2022-09-11.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: Yuna - Just try reinstalling (uninstall/install) T3/r7/2022-09-11.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: If that doesn't work - then you want to go to Worlds/Plugins/State and delete the dinv-xxxxx folder in there to get rid of its state files, which may have corrupted T3/r7/2022-09-11.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: just reinstall like click the reinstall button T3/r7/2022-09-11.txt.gz:{chan ch=tech}Algaru Tech: why does dinv need the wish command? T3/r7/2022-09-11.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: that too what Kelaire says T3/r7/2022-09-11.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: have you dinv refresh all? T3/r7/2022-09-11.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: DINV tracks wishes, mainly to track if the user has the portal wish T3/r7/2022-09-11.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: Portal/Identify wishes that is T3/r7/2022-09-11.txt.gz:{chan ch=tech}Summoner Yuna Tech: MUSH doesn't have the uninstall option. Only Remove, is that what you mean? T3/r7/2022-09-11.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: Reinstall T3/r7/2022-09-11.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: use the reinstall option T3/r7/2022-09-11.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: ahh I was wondering about the wish thing :P I don't use the portal option T3/r7/2022-09-11.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: Yeah, it tracks the portal wish for that wear slot, and the identify wish for stats T3/r7/2022-09-11.txt.gz:{chan ch=tech}Summoner Yuna Tech: I wish it would stop checking it every single login. No, I did not lose that wish! T3/r7/2022-09-11.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: Yuna, it shouldn't be T3/r7/2022-09-11.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: That's part of the state that DINV saves, which is why I suggest that maybe you need to delete the state files, reinstall, and do a dinv build T3/r7/2022-09-11.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: That would hopefully fix it. T3/r7/2022-09-11.txt.gz:{chan ch=tech}Summoner Yuna Tech: I already feel less laggy in general. Deleting the dinv state folder and reinstalling seems to have fixed it ,thanks. T3/r7/2022-09-11.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: if you deleted the state, make sure you do a dinv build confirm T3/r7/2022-09-11.txt.gz:{chan ch=tech}Summoner Yuna Tech: Of course, currently undergoing one now. T3/r7/2022-09-11.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: Awesome. Sometimes that state gets corrupted, unfortunately. T3/r7/2022-09-11.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: backup mush folder often :) T3/r7/2022-09-11.txt.gz:{chan ch=tech}Summoner Yuna Tech: I do that too. I currently have 3 hard drives with the entire MUSH folder on my PC. T3/r7/2022-09-11.txt.gz:{chan ch=tech}Summoner Yuna Tech: I just wish Dinv Build was faster. At 1298 items, it takes over 30 minutes. T3/r7/2022-09-11.txt.gz:{chan ch=tech}Smoochable Saraid Tech: hmm mine doesn't take that long T3/r7/2022-09-11.txt.gz:{chan ch=tech}Selitos Tech: helps to dinv ignore stuff you dont need dinv to log like the keyring T3/r7/2022-09-11.txt.gz:{chan ch=tech}Summoner Yuna Tech: I've had problems with dinv ignore in the past. I guess I'll try it out again. T3/r7/2022-09-11.txt.gz:{chan ch=tech}Haike Tech: is there a way to search dinv for equipment slots? like all "held" items only? T3/r7/2022-09-11.txt.gz:{chan ch=tech}Smoochable Saraid Tech: use analyze and usage T3/r7/2022-09-11.txt.gz:{chan ch=tech}Smoochable Saraid Tech: you need to dinv analyze first then dinv usage use the helps for better examples T3/r7/2022-09-11.txt.gz:{chan ch=tech}Summoner Yuna Tech: Wait, it went much faster this time. 13 mins. I guess the corruption ran deep. T3/r7/2022-09-11.txt.gz:{chan ch=tech}Truthless Areia Tech: Also, you should never have to do a complete dinv build more than once like ever... T3/r7/2022-09-11.txt.gz:{chan ch=tech}Truthless Areia Tech: dinv refresh all is your friend. Okay turning channel back off. T3/r7/2022-09-11.txt.gz:{chan ch=tech}Quiet Nuala Tech: I used to see a tick countdown right on the bottom left of my MUSHclient. How can I turn that back on again?l T3/r7/2022-09-11.txt.gz:{chan ch=tech}Quiet Nuala Tech: I can't seem to find it and I didn't think it was a special plugin... T3/r7/2022-09-11.txt.gz:{chan ch=tech}Ayasinda Tech: meny Vuew. Check status bar T3/r7/2022-09-11.txt.gz:{chan ch=tech}Ayasinda Tech: View T3/r7/2022-09-11.txt.gz:{chan ch=tech}Quiet Nuala Tech: it's checked - hmm T3/r7/2022-09-11.txt.gz:{chan ch=tech}Ayasinda Tech: sorry. That's the only way I know of how to display or hide it T3/r7/2022-09-11.txt.gz:{chan ch=tech}Ayasinda Tech: there also is a pluin. Aardwolf Tick Timer T3/r7/2022-09-11.txt.gz:{chan ch=tech}Quiet Nuala Tech: Maybe I had that on the other machine. I'll check - thanks. T3/r7/2022-09-11.txt.gz:{chan ch=tech}Ayasinda Tech: it should come with aardmush client T3/r7/2022-09-11.txt.gz:{chan ch=tech}Anssett Tech: makes me wonder if i removed it at some point or it it's packaged but not enabled by default T3/r7/2022-09-11.txt.gz:{chan ch=tech}Anssett Tech: i don't remember turning that plugin off, but it *is* in my plugins folder T3/r7/2022-09-11.txt.gz:{chan ch=tech}Quiet Nuala Tech: it's not in mine that I see and I just installed. I may have accidently deleted it. T3/r7/2022-09-11.txt.gz:{chan ch=tech}Anssett Tech: if you do add, is it in the plugins folder? T3/r7/2022-09-11.txt.gz:{chan ch=tech}Summoner Yuna Tech: I can't get dinv ignore to work. I do "dinv ignore on " but dinv build confirm catalogues everything in those containesr anyway. T3/r7/2022-09-11.txt.gz:{chan ch=tech}Odorless Nuanse Tech: it only works with eqsets etc. "ignored container are not included when the plugin is T3/r7/2022-09-11.txt.gz:{chan ch=tech}Odorless Nuanse Tech: searching, getting, putting, storing, organizing, and creating or wearing equipment sets." T3/r7/2022-09-11.txt.gz:{chan ch=tech}Aquabat Gremten Tech: Anyone handy with Blowtorch for android? T3/r7/2022-09-11.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: rusty but can try T3/r7/2022-09-11.txt.gz:{chan ch=tech}Aquabat Gremten Tech: Just kinda trying to sort how to squelch stuff.. I still see a lot of tags like /roomchars T3/r7/2022-09-11.txt.gz:{chan ch=tech}Aquabat Gremten Tech: Dunno if I'm missing something obvious T3/r7/2022-09-11.txt.gz:{chan ch=tech}Aquabat Gremten Tech: Plaing with Shindo's plugins as well T3/r7/2022-09-11.txt.gz:{chan ch=tech}Senor Cardgage Tech: what system encoding should i choose in my settings. still seeing a lot of tags T3/r7/2022-09-11.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: try 'tags off' T3/r7/2022-09-12.txt.gz:{chan ch=tech}Dartan Tech: is there a good way to document which mob is in which pool in lplanes or uplanes T3/r7/2022-09-12.txt.gz:{chan ch=tech}Dartan Tech: outside of adding a massive room note to the initial room T3/r7/2022-09-12.txt.gz:{chan ch=tech}Bloodthorn Tech: add a note to the url of a page that has it? T3/r7/2022-09-12.txt.gz:{chan ch=tech}Braun Tech: I use an alias that gives me hyperlinks that runs me to the pools: https://i.imgur.com/lQdBI4g.png T3/r7/2022-09-12.txt.gz:{chan ch=tech}Bloodthorn Tech: fancyfancy T3/r7/2022-09-12.txt.gz:{chan ch=tech}Braun Tech: I'm sure there is better stuff out there. It's just what I do. T3/r7/2022-09-12.txt.gz:{chan ch=tech}Gaballon Tech: https://github.com/AardGaballon/Planes_Lookup T3/r7/2022-09-12.txt.gz:{chan ch=tech}Gaballon Tech: lets you search planes mobs with plook T3/r7/2022-09-12.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: anyone familiar with Anaconda/Rstudio issues? T3/r7/2022-09-12.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: I wouldn't let one of those things wrap itself around me, I don't care WHAT studio you're filming for... T3/r7/2022-09-12.txt.gz:{chan ch=tech}Tech: MAMBO! Mushambo snickers softly. T3/r7/2022-09-12.txt.gz:{chan ch=tech}Zezyn Tech: How do you get the inventory window to popup on mushclient? (I did try reloading the plug-in) T3/r7/2022-09-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: What inventory window? T3/r7/2022-09-12.txt.gz:{chan ch=tech}Zezyn Tech: Mushclient throws an echo when you first install. It states to turn on inventory serials and an inventory window will popup. It never did. I don't know the code or game well enough to figure it out on my own. (Just started yesterday) T3/r7/2022-09-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: MUSHclient does not come with an inventory window plugin. Did you install an inventory window plugin? T3/r7/2022-09-12.txt.gz:{chan ch=tech}Zezyn Tech: Nope, just what was given on the Aardwolf installer. T3/r7/2022-09-12.txt.gz:{chan ch=tech}Zezyn Tech: There is an inventory plugin inside the plugin folder as well. I have tried reinitializing it but same thing happens. It asks for inventory serials then nothing happens T3/r7/2022-09-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Then there is no inventory window. Inventory serials is a plugin that is automatically installed, but you can turn that on/off with inventory serials. T3/r7/2022-09-12.txt.gz:{chan ch=tech}Zezyn Tech: Ah ok, perhaps I was confused on what it did. Thank you for your time :) T3/r7/2022-09-12.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2022-09-12.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Inventory serials simply shows the serial numbers next to your inventory (so you can grab an item by serial rather than keyword). T3/r7/2022-09-12.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: you know what i like about linux? every reboot is an adventure! ;) T3/r7/2022-09-12.txt.gz:{chan ch=tech}Anssett Tech: i thought you didn't use the r-word when you talk about linux T3/r7/2022-09-12.txt.gz:{chan ch=tech}Anssett Tech: isn't that forbidden or something, doesn't linus come and take your card away T3/r7/2022-09-12.txt.gz:{chan ch=tech}Tech: Anssett grins evilly. T3/r7/2022-09-12.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: oh this a wellknown thing? i assumed it was entirely user error on my end T3/r7/2022-09-12.txt.gz:{chan ch=tech}Anssett Tech: no idea, i just logged back on. i just know too many fanbois who get off on their uptime T3/r7/2022-09-12.txt.gz:{chan ch=tech}Braun Tech: Is there a way to troubleshoot and find out what is gagging only some of my auctions? It's driving me crazy. T3/r7/2022-09-12.txt.gz:{chan ch=tech}Mannec Tech: my old zmud has a setting that shows you every trigger going off - including the text that it matched and the command it issues. i bet mush has something similar. T3/r7/2022-09-12.txt.gz:{chan ch=tech}Kerith Tech: echo commands ? T3/r7/2022-09-12.txt.gz:{chan ch=tech}Braun Tech: I don't think echo commands is showing me anything... Two auctions snuck by without going to output in any way. I went through my triggers and plugins too and removed anything auction/gag related. This is a head scratcher for me. T3/r7/2022-09-12.txt.gz:{chan ch=tech}Make it Reyn Tech: "auction set" ? T3/r7/2022-09-12.txt.gz:{chan ch=tech}Braun Tech: that might be it. T3/r7/2022-09-12.txt.gz:{chan ch=tech}Braun Tech: Yep. Thank you Reyn T3/r7/2022-09-12.txt.gz:{chan ch=tech}Make it Reyn Tech: np! T3/r7/2022-09-12.txt.gz:{chan ch=tech}Make it Reyn Tech: i was similarly stumped not long ago =P T3/r7/2022-09-13.txt.gz:{chan ch=tech}Fachtna Tech: anyone know the mapper room number for the room with custom exit that goes into fantasy fields? T3/r7/2022-09-13.txt.gz:{chan ch=tech}Aeoln Tech: speedwalk fantasy T3/r7/2022-09-13.txt.gz:{chan ch=tech}Fachtna Tech: yep i know how to do that. I want to get to the room right before you enter fantasy fields. T3/r7/2022-09-13.txt.gz:{chan ch=tech}Can't De Cide Tech: looks like 12431 might be it. T3/r7/2022-09-13.txt.gz:{chan ch=tech}Aeoln Tech: ...run 2s8e3n2en3e T3/r7/2022-09-13.txt.gz:{chan ch=tech}Fachtna Tech: perfect, thank you :) T3/r7/2022-09-13.txt.gz:{chan ch=tech}Can't De Cide Tech: i have a few sleeps but that looks like the right one i think. T3/r7/2022-09-13.txt.gz:{chan ch=tech}Aeoln Tech: speedwalk fantasy shows you that and shows you the cexit even T3/r7/2022-09-13.txt.gz:{chan ch=tech}Fachtna Tech: can someone give me an example of how to use the wait command when putting a cexit into mapper? T3/r7/2022-09-13.txt.gz:{chan ch=tech}Fachtna Tech: so at the tiny lamp in sand castle, as an example. T3/r7/2022-09-13.txt.gz:{chan ch=tech}Summoner Yuna Tech: wait(seconds, including fractions). For example: wait(0.5) T3/r7/2022-09-13.txt.gz:{chan ch=tech}Macbeth Tech: mapper cexit open e;wait(2);easy T3/r7/2022-09-13.txt.gz:{chan ch=tech}Adara Tech: just as an additional command T3/r7/2022-09-13.txt.gz:{chan ch=tech}Macbeth Tech: east* T3/r7/2022-09-13.txt.gz:{chan ch=tech}Adara Tech: yeah what macbeth said T3/r7/2022-09-13.txt.gz:{chan ch=tech}Tech: Adara giggles. T3/r7/2022-09-13.txt.gz:{chan ch=tech}Fachtna Tech: ah, thanks. I was confused by the in the help file. I was using the <> symbols T3/r7/2022-09-13.txt.gz:{chan ch=tech}Macbeth Tech: do note that if u need to wait more than 2 seconds, u need to tell mapper that. the default wait for completion is 2 seconds T3/r7/2022-09-13.txt.gz:{chan ch=tech}Macbeth Tech: you first need to mapper cexit_wait(8) T3/r7/2022-09-13.txt.gz:{chan ch=tech}Fachtna Tech: thanks Macbeth. I needed to type it liek this for it to work less the quotes 'mapper_wait 8' T3/r7/2022-09-13.txt.gz:{chan ch=tech}Fachtna Tech: mapper cexit_wait 8 T3/r7/2022-09-13.txt.gz:{chan ch=tech}Macbeth Tech: for fiendish' mush, there is this fake chan echo to tab something storeFromOutside. Is there a way to also highlight the text? T3/r7/2022-09-13.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Don't think so, hmm. T3/r7/2022-09-13.txt.gz:{chan ch=tech}Dartan Tech: is there a way to add a clickable hyperlink to a room with mapper addnote? T3/r7/2022-09-13.txt.gz:{chan ch=tech}Anssett Tech: i think that was previously asked and the answer was "not easily, if at all" T3/r7/2022-09-13.txt.gz:{chan ch=tech}Tech: Dartan nods at Anssett. T3/r7/2022-09-13.txt.gz:{chan ch=tech}Anssett Tech: maybe somebody came up with a better answer since then T3/r7/2022-09-13.txt.gz:{chan ch=tech}Ayasinda Tech: I also wonder why you woulod want that T3/r7/2022-09-13.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Clickable custom exits. T3/r7/2022-09-13.txt.gz:{chan ch=tech}Dartan Tech: like when i get to deathtrap dungeon i always forget where the mobs are T3/r7/2022-09-13.txt.gz:{chan ch=tech}Anssett Tech: for something like that i usually add a note to the room where the mob is, and then just do a mapper notes here T3/r7/2022-09-13.txt.gz:{chan ch=tech}Ayasinda Tech: for deathtrap you can enter thief, enter warrior and so T3/r7/2022-09-13.txt.gz:{chan ch=tech}Dartan Tech: is there a way for mushclient to autosave new triggers and aliases? i keep forgetting to manually save and will reboot occasionally and lose stuff T3/r7/2022-09-13.txt.gz:{chan ch=tech}Sath Tech: if GetInfo (111) then Save () end T3/r7/2022-09-13.txt.gz:{chan ch=tech}Sath Tech: just copy that text and paste timer T3/r7/2022-09-13.txt.gz:{chan ch=tech}Kerith Tech: copy/paste that to cli dont work is there a special place for timer? i have the same save problem lol T3/r7/2022-09-13.txt.gz:{chan ch=tech}Sath Tech: open the timers list in world configuration and click the paste button T3/r7/2022-09-13.txt.gz:{chan ch=tech}Kerith Tech: tx T3/r7/2022-09-13.txt.gz:{chan ch=tech}Sath Tech: I guess you need tags around it: if GetInfo (111) then Save () end T3/r7/2022-09-13.txt.gz:{chan ch=tech}Sath Tech: should be able to paste that T3/r7/2022-09-13.txt.gz:{chan ch=tech}Dori Tech: in windows how does one start the aardwolf non-visual client? T3/r7/2022-09-13.txt.gz:{chan ch=tech}Dori Tech: for linux tintin users playing aardwolf could an aardwolf sound pack be built? T3/r7/2022-09-13.txt.gz:{chan ch=tech}Dori Tech: I suggested the non-visual aardwolf client installer to install the official client then install the non-visual client again then try playing aardwolf, I use linux so hope that was correct advice. T3/r7/2022-09-13.txt.gz:{chan ch=tech}Prancin' Garence Tech: for tintin.. sure an aardwolf sound pack could work. T3/r7/2022-09-13.txt.gz:{chan ch=tech}Prancin' Garence Tech: you can borrow sounds from here: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/aardwolf-scriptalicious/Sound_Pack_(Unzip_into_Mushclient_Directory).zip T3/r7/2022-09-13.txt.gz:{chan ch=tech}Prancin' Garence Tech: and then make #system calls to an external mediplayer via triggers. You can ease the work for making triggers by using the GMCP protocol for many of the sounds. T3/r7/2022-09-13.txt.gz:{chan ch=tech}Macbeth Tech: which file controls the gmcp mapper window? T3/r7/2022-09-13.txt.gz:{chan ch=tech}Macbeth Tech: sizing, options etc T3/r7/2022-09-13.txt.gz:{chan ch=tech}Sath Tech: aardmapper.lua T3/r7/2022-09-13.txt.gz:{chan ch=tech}Macbeth Tech: tks T3/r7/2022-09-13.txt.gz:{chan ch=tech}Sath Tech: it's in the lua folder T3/r7/2022-09-13.txt.gz:{chan ch=tech}Macbeth Tech: odd that the ascii one is controlled by aard_ASCII_map but mapper is different T3/r7/2022-09-13.txt.gz:{chan ch=tech}Sath Tech: they're very different plugins T3/r7/2022-09-13.txt.gz:{chan ch=tech}Sath Tech: one mostly just mirrors the ascii mapper output, the other uses gmcp to build a graph of rooms and render them dynamically T3/r7/2022-09-13.txt.gz:{chan ch=tech}Sath Tech: as well as pathfinding etc T3/r7/2022-09-13.txt.gz:{chan ch=tech}Macbeth Tech: got it! T3/r7/2022-09-14.txt.gz:{chan ch=tech}VaalVanir Tech: Can DINV organize items in a container by level? T3/r7/2022-09-14.txt.gz:{chan ch=tech}Braun Tech: dinv help organize T3/r7/2022-09-14.txt.gz:{chan ch=tech}VaalVanir Tech: Thank you T3/r7/2022-09-14.txt.gz:{chan ch=tech}Braun Tech: it shows how to organize armor by level. T3/r7/2022-09-14.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: aren't functions typically written to allow users flexibility in the data that's passed? T3/r7/2022-09-14.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: i'm trying to understand why Facebook's "Prophet" requires I rename dataset columns to "ds" and "y" expliclit T3/r7/2022-09-14.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: as opposed to like "model(ds=df['DATE'], y=df['PASS'] T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: Anyone know the name of the plug-in file for Aardwolfs help mini-windows? I'd like to get the window to popup off to the right instead of center of my screen T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: Now that there are more people here... Do you know the function that handles Aardwolf's help mini-windows.... what's the variable for positioning when the window spawns. I'd like to get it to spawn off to the right so it isn't impeding the main window everytime I look something up T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: The remember_position variable isn't doing it's job T3/r7/2022-09-14.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: Do you mean Aardwolf MUSHClient's mini-windows? T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: yuppers T3/r7/2022-09-14.txt.gz:{chan ch=tech}Tech: Mischanner Epsilon nods quietly to himself. What a wacko. T3/r7/2022-09-14.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: No clue on the answer, but that seemed weird. ;p T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: There is a my_window() inside the aard_ingame_help_window.xml (Plug-in) T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: I don't know which variable controls the position T3/r7/2022-09-14.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: hrm. Is it based off this? https://github.com/fiendish/aardwolfclientpackage/wiki/Easy-DIY-Miniwindows T3/r7/2022-09-14.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: Kinda taking shots in the dark here though. T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: Good shot. That gives details on the arguments in the function. I'll look it over T3/r7/2022-09-14.txt.gz:{chan ch=tech}Tech: Mischanner Epsilon nods quietly to himself. What a wacko. T3/r7/2022-09-14.txt.gz:{chan ch=tech}Gaballon Tech: i think the windows are supposed to automatically save their position. did you try forcing a save (ctrl + s) while the window is in the spot you want it? T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: I'll give that a try T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: didn't work T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: So the other windows do get remembered. Not the help window pop-up T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: (I just restarted Mush after saving to check) T3/r7/2022-09-14.txt.gz:{chan ch=tech}Gaballon Tech: theres a remember position option T3/r7/2022-09-14.txt.gz:{chan ch=tech}Gaballon Tech: in a click menu or something. did u try right clicking T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: wat T3/r7/2022-09-14.txt.gz:{chan ch=tech}Tech: Zezyn has a blank look on his face T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: thank you T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: Here I was ready to rewrite the whole thing :D T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: Fiendish did a hell of a job though T3/r7/2022-09-14.txt.gz:{chan ch=tech}Gaballon Tech: did right click work? i dont use that plugin myself T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: Yea, There's literally an option "remember position" unchecked as default T3/r7/2022-09-14.txt.gz:{chan ch=tech}Prancin' Garence Tech: Mushambo.. for Prophet are you using Python or R? T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: I'm curious if anyone has information on MUSH echoing a blank line when Aard ticks T3/r7/2022-09-14.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: With autotick off. Although hrm - it's not doing it for me now. T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: I can probably manually stop it with a trigger T3/r7/2022-09-14.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: Do you have anything ELSE turned off in the communication log? T3/r7/2022-09-14.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: Right click communication log -> Echo in Main Window -> Non-channel echoes, roughly? T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: How would I check? T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: Ah, a moment T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: Oh, Yea, I did mess with this. I stopped 90% of the channels from echoing into the main window T3/r7/2022-09-14.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: Ah-hah. That might be it, similar problem to the one I was having with my trigger - it knows the lines that are being suppressed, but it doesn't know the lines in between. T3/r7/2022-09-14.txt.gz:{chan ch=tech}Zezyn Tech: Ok so, any channel that is being displayed in the chat mini-window in MUSH is creating a blank line echo in the main window. Apparently this is a known thing in the MUSH forums. No way to stop it T3/r7/2022-09-14.txt.gz:{chan ch=tech}VaalVanir Tech: Is there a way to have Wrinkle's SnD behanve in its own window? T3/r7/2022-09-15.txt.gz:{chan ch=tech}Fachtna Tech: Mush question. When I load hand held portals into mapper, should I use the item's level as the level lock? Will this auto adjust as I am curretly tier 2? or should I enter the level lock 20 levels below the item level? T3/r7/2022-09-15.txt.gz:{chan ch=tech}Sheriff Shindo Tech: the mapper adjust for tier so use the items real level unless you only want the portal used at higher levels T3/r7/2022-09-15.txt.gz:{chan ch=tech}Sheriff Shindo Tech: but that is a seperate issue... T3/r7/2022-09-15.txt.gz:{chan ch=tech}Romo Tech: anyone know how to get mudlet gui working? T3/r7/2022-09-15.txt.gz:{chan ch=tech}Deswrath Tech: my exprate wish and opk bonus is not showing when i kill a mob and recieve exp. any idea what might have been toggled? T3/r7/2022-09-15.txt.gz:{chan ch=tech}Scyther Tech: thats bugging me, I'm sure I read where its toggled in like the last 3-4 days. T3/r7/2022-09-15.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: toggle exprate T3/r7/2022-09-15.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: I think opk just doesn't show. Can't remember T3/r7/2022-09-15.txt.gz:{chan ch=tech}Deswrath Tech: exprate did it! thanks!!! T3/r7/2022-09-15.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: MSFT's 7 stage CAPTCHA of identifying which of 6 images contains 'identicals' is maddening, I'm apparently a robot T3/r7/2022-09-15.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: as I've failed it six times? T3/r7/2022-09-15.txt.gz:{chan ch=tech}Dr. Evl Tech: omg have you never seen an identical before? you bot T3/r7/2022-09-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: 1 is identical to 1 but not l or I. T3/r7/2022-09-15.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Depending on your font choice, that looks confusing. T3/r7/2022-09-15.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley's shifty eyes dart back and forth. T3/r7/2022-09-15.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: its a spatial rotational thing, i flunk those types of cognitive tests too T3/r7/2022-09-15.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: these are like...nondescript objects? T3/r7/2022-09-15.txt.gz:{chan ch=tech}Dr. Evl Tech: i actually have never seen that captcha, but i hate captcha anyway, just let the bots be free T3/r7/2022-09-15.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: This times SEVEN...https://i.vgy.me/WLyE7x.png T3/r7/2022-09-15.txt.gz:{chan ch=tech}Dr. Evl Tech: ugh i bet i could write a program to do that better than i could T3/r7/2022-09-15.txt.gz:{chan ch=tech}Tech: I heard a Ruckus . o O ( she turned me into a bot! but I got better... ) T3/r7/2022-09-15.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: no way to switch type to audio or anything else T3/r7/2022-09-15.txt.gz:{chan ch=tech}Dr. Evl Tech: am i supposed to see identicals in that image? T3/r7/2022-09-15.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: Yes? toss-up between 4 and 5 to me T3/r7/2022-09-15.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: "how identical" :) T3/r7/2022-09-15.txt.gz:{chan ch=tech}Dr. Evl Tech: oh so colour doesnt count... cool T3/r7/2022-09-15.txt.gz:{chan ch=tech}Dr. Evl Tech: 6 then T3/r7/2022-09-15.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: yes, I've sine realized "objects" means shape only , not color so...fail for msft T3/r7/2022-09-15.txt.gz:{chan ch=tech}Tech: Dr. Evl is tempted to give writing a program to figure that out, submit it to them so they can give up on making captcha once and for all T3/r7/2022-09-15.txt.gz:{chan ch=tech}Dr. Evl Tech: the reCaptcha stuff is harder because youd have to convert a word to a thing and then use AI to figure it out T3/r7/2022-09-15.txt.gz:{chan ch=tech}Dr. Evl Tech: its super ironic that we program things to avoid doing tedious repetative things, then we gotta make tedious repetative things to make sure people cant do things too easily T3/r7/2022-09-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: How do you force MUSH to save your current variables and aliases, etc.? CTRL + S clearly isn't it as sometimes it fails to save them and if I close down MUSH and restart it, my edited variables and aliases will revert to a previous state. T3/r7/2022-09-15.txt.gz:{chan ch=tech}Aeoln Tech: aliases save separately T3/r7/2022-09-15.txt.gz:{chan ch=tech}Sath Tech: ctrl+S T3/r7/2022-09-15.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: add SaveState() to your stuff, or in function OnPluginSave() thats where you need to set variables T3/r7/2022-09-15.txt.gz:{chan ch=tech}Sath Tech: if GetInfo (111) then Save () end T3/r7/2022-09-15.txt.gz:{chan ch=tech}Sath Tech: copy that, open your timers dialog, and click the Paste button T3/r7/2022-09-15.txt.gz:{chan ch=tech}Anssett Tech: you're getting a lot of mileage out of that sath T3/r7/2022-09-15.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: rofl T3/r7/2022-09-15.txt.gz:{chan ch=tech}Aeoln Tech: no way id do a 30s save lol T3/r7/2022-09-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: Thanks, Sath. I assume that will save everything every 30 seconds? T3/r7/2022-09-15.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: thats a good way to lag your client :D T3/r7/2022-09-15.txt.gz:{chan ch=tech}Sath Tech: that's correct T3/r7/2022-09-15.txt.gz:{chan ch=tech}Sath Tech: I have a ton of large variables and it takes 1/3 of a second to save my world file T3/r7/2022-09-15.txt.gz:{chan ch=tech}Sath Tech: and lots of triggers, aliases, etc T3/r7/2022-09-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: Why doesn't CTRL + S save everything? T3/r7/2022-09-15.txt.gz:{chan ch=tech}Sath Tech: it should T3/r7/2022-09-15.txt.gz:{chan ch=tech}Aeoln Tech: still you could just do 6hours or something and be okay T3/r7/2022-09-15.txt.gz:{chan ch=tech}Aeoln Tech: setting yourself for a bad time doing 30 seconds T3/r7/2022-09-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: I do CTRL + S all the time, especially right before closing down the client but sometimes it still reverts. T3/r7/2022-09-15.txt.gz:{chan ch=tech}Sath Tech: no way in hell I'm losing hours of work if I'm doing a bunch of trigger/alias work and something crashes T3/r7/2022-09-15.txt.gz:{chan ch=tech}Aeoln Tech: how often are you really doing that though as of now? .. T3/r7/2022-09-15.txt.gz:{chan ch=tech}Sath Tech: I've had that timer virtually my whole time playing aardwolf and I never notice it T3/r7/2022-09-15.txt.gz:{chan ch=tech}Sath Tech: I write new triggers/aliases every day, pretty much T3/r7/2022-09-15.txt.gz:{chan ch=tech}Sath Tech: and I modify a lot of variables T3/r7/2022-09-15.txt.gz:{chan ch=tech}Sath Tech: if you wanna know how long it takes you to save your world, you can run: \\\local start = GetInfo(232); Save(); print(GetInfo(232) - start) T3/r7/2022-09-15.txt.gz:{chan ch=tech}Scyther Tech: does "noport" or "nosummon" stop homecoming? Help file just says prison and clan mazes T3/r7/2022-09-15.txt.gz:{chan ch=tech}I heard a Ruckus Tech: also being cursed T3/r7/2022-09-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: Norportal (prison) rooms cannot be Homecoming:ed into. T3/r7/2022-09-15.txt.gz:{chan ch=tech}Scyther Tech: I was unable to homecoming -out- of a room that had 'indoors, nosummon, noweather, nomist, noport' T3/r7/2022-09-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: Well, yeah, you can't homecoming out of prison rooms either. T3/r7/2022-09-15.txt.gz:{chan ch=tech}Scyther Tech: just trying to find the common flags rather than attempting to cast homecoming in every room :D T3/r7/2022-09-15.txt.gz:{chan ch=tech}Scyther Tech: I'm guessing nosummon or noport stop it but I can't find a room atm that only has 1 of those to check T3/r7/2022-09-15.txt.gz:{chan ch=tech}Summoner Yuna Tech: I assume nosummon and noportal go hand in hand so there are no rooms with only 1 of those T3/r7/2022-09-15.txt.gz:{chan ch=tech}Selitos Tech: nah i think i have seen plenty with only one of those T3/r7/2022-09-15.txt.gz:{chan ch=tech}Scyther Tech: mmm yeah I suspect if they were doing the same thing then theyd just have 1 flag for it. T3/r7/2022-09-15.txt.gz:{chan ch=tech}Scyther Tech: is there a list of room flags anywhere? T3/r7/2022-09-15.txt.gz:{chan ch=tech}Scyther Tech: is there a way to get rid of the server side line breaks and use my own screenwidth from my client? T3/r7/2022-09-15.txt.gz:{chan ch=tech}Braun Tech: Do you have an example? What client are you using? T3/r7/2022-09-15.txt.gz:{chan ch=tech}Scyther Tech: like when I want to capture 'Base flags : no mobs, indoors, norecall, prison, nosummon, noweather, noport, quiet' the 'quite' goes to the next line, cause its reached the max "width". Also happens a lot with npc's talking T3/r7/2022-09-15.txt.gz:{chan ch=tech}Scyther Tech: using mudlet, we can set screenwidth easily and it'l wrap the text down but the server seems to wrap before it reaches my mudlet settings T3/r7/2022-09-15.txt.gz:{chan ch=tech}Selitos Tech: i belice i was told you could not change the mud side max of 80 T3/r7/2022-09-15.txt.gz:{chan ch=tech}Selitos Tech: which is surprising every mud i have played you could set the mud output line lenght to whatever you want T3/r7/2022-09-15.txt.gz:{chan ch=tech}Scyther Tech: mmm, yeah must be left over from some old way of doing things, too big of a fix to change. Not to worry, I'll try work out how to capture this info anyway. T3/r7/2022-09-15.txt.gz:{chan ch=tech}Selitos Tech: there is a way ro catpture multi line stuff T3/r7/2022-09-15.txt.gz:{chan ch=tech}Selitos Tech: but you would have to ask someone better at that stuff then me :) T3/r7/2022-09-15.txt.gz:{chan ch=tech}Scyther Tech: yeah but its just not always multiline, depends on how many room flags for this situation but so much variance in all the other situations aswell. Being able to up the server side limit(or clear it and just use client side) would have been great but I'll get by, just more work :D T3/r7/2022-09-15.txt.gz:{chan ch=tech}Scyther Tech: like something a mob says that I'm sick of seeing and want to gag I have to gag it as 3-10 seperate line rather than 1 line which would be faster to match and less work for me T3/r7/2022-09-15.txt.gz:{chan ch=tech}VaalVanir Tech: Is there a plugin to switch weapons? T3/r7/2022-09-15.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: you can just type one command to switch. what are you switching for. upping levels? T3/r7/2022-09-15.txt.gz:{chan ch=tech}VaalVanir Tech: I'm still on my 1st mort.. I'm coming across mobs that are immune to my pierce. T3/r7/2022-09-15.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: and you want to auto switch? T3/r7/2022-09-15.txt.gz:{chan ch=tech}VaalVanir Tech: I've since then found other weapons but I dual wield and it gets weird when switching in battle. T3/r7/2022-09-15.txt.gz:{chan ch=tech}VaalVanir Tech: I don't have to auto switch, but that will be nice. T3/r7/2022-09-15.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: im not aware of a plugin for swapping weapons but you can probably make a simple trigger to do so T3/r7/2022-09-15.txt.gz:{chan ch=tech}High Risk Losteix Tech: dinv has a weapon option that lets you select damage type. T3/r7/2022-09-15.txt.gz:{chan ch=tech}VaalVanir Tech: I run into the problem of dual wield the heavier weapons instead of the lighter weapon. T3/r7/2022-09-15.txt.gz:{chan ch=tech}Aeoln Tech: prob better off making an alias.. T3/r7/2022-09-15.txt.gz:{chan ch=tech}VaalVanir Tech: Alright I'll start with the alias route and tinker with it. T3/r7/2022-09-15.txt.gz:{chan ch=tech}VaalVanir Tech: Then come back after 2 sleepless nights with a plugin and share. T3/r7/2022-09-15.txt.gz:{chan ch=tech}Scyther Tech: on my mistake, with the recon base flags line it does let you capture it in 1 and seems to wrap with client side wrapping. Isn't the case for a lot of npc chat though but thats less important :D T3/r7/2022-09-16.txt.gz:{chan ch=tech}Jegeas Tech: This tag on my vitals line [*Time to VOTE*] How do you remove it? Just showed up one day and cant get rid of it? T3/r7/2022-09-16.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: go vote!! T3/r7/2022-09-16.txt.gz:{chan ch=tech}Kerith Tech: help ivoted T3/r7/2022-09-16.txt.gz:{chan ch=tech}Jegeas Tech: thank you T3/r7/2022-09-16.txt.gz:{chan ch=tech}Bloodthorn Tech: do if/then statements support both < and > ? when I use < I am getting the error Element name must start with letter or underscore, but starts with " " (Cannot load) T3/r7/2022-09-16.txt.gz:{chan ch=tech}Bloodthorn Tech: unless thats not related to that, but somehow resolves by flipping it.. T3/r7/2022-09-16.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: if you use it in the SEND function you need to use the &alt; or whatever instead of < and > T3/r7/2022-09-16.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: and im almost positive thats what you're doing T3/r7/2022-09-16.txt.gz:{chan ch=tech}Bloodthorn Tech: I am T3/r7/2022-09-16.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: ill have a look sammy T3/r7/2022-09-16.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: mischan T3/r7/2022-09-16.txt.gz:{chan ch=tech}Bloodthorn Tech: can you point me toward some documentation that explains what that is and how to use it? T3/r7/2022-09-16.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: yeah im trying T3/r7/2022-09-16.txt.gz:{chan ch=tech}Bloodthorn Tech: ty ty T3/r7/2022-09-16.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: < is < T3/r7/2022-09-16.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: im not sure you need to change the greater than, only the less than T3/r7/2022-09-16.txt.gz:{chan ch=tech}Bloodthorn Tech: nod that line didnt complain, that seemed to be accepted, thank you! T3/r7/2022-09-16.txt.gz:{chan ch=tech}Chororo Tech: running MUSH on steam deck T3/r7/2022-09-16.txt.gz:{chan ch=tech}Macbeth Tech: what is a steam deck? T3/r7/2022-09-16.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: its a handheld device by steam T3/r7/2022-09-16.txt.gz:{chan ch=tech}Chororo Tech: new handheld console from value, runs arch based distro and a whole bunch of steam games using proton compatibility layer T3/r7/2022-09-16.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: basically the best bang for buck right now for emulator devices or handhelds that can play triple A titles T3/r7/2022-09-16.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: has new RDNA2 graphics, so its pretty op, and its only like 300 USD for some models or something T3/r7/2022-09-16.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: its the switch killer if you arent only trying to get nintendo games T3/r7/2022-09-16.txt.gz:{chan ch=tech}Chororo Tech: best all in one console for sure, I have it docked to a monitor right now, so it can basically also be used as desktop pc T3/r7/2022-09-16.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: for price, yes T3/r7/2022-09-16.txt.gz:{chan ch=tech}Iron Duck Chuft Tech: can you change the cost to enter a room in mushclient so speedwalks route around it? T3/r7/2022-09-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can lock exits, yes. T3/r7/2022-09-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You'd lock it by level, though. T3/r7/2022-09-16.txt.gz:{chan ch=tech}Iron Duck Chuft Tech: heh...zmud it is T3/r7/2022-09-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Right-click the room that leads to the forbidden room, then choose Change Exit level Lock. T3/r7/2022-09-16.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2022-09-16.txt.gz:{chan ch=tech}Iron Duck Chuft Tech: not forbid it, simply change the cost of entry T3/r7/2022-09-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Set it to 300, and you'll never enter the room. T3/r7/2022-09-16.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2022-09-16.txt.gz:{chan ch=tech}Iron Duck Chuft Tech: zmud mapper allows that and it's handy with some non-cartesian maps T3/r7/2022-09-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's the same concept, though. Your speedwalks just will ignore that room. T3/r7/2022-09-16.txt.gz:{chan ch=tech}Iron Duck Chuft Tech: or cmud I guess but cmud doesn't handle multiplay in volume well at all T3/r7/2022-09-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Though... you might be able to actually stack custom exit commands to weigh the room more heavily. T3/r7/2022-09-16.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, interesting. I never knew that Github has a 'successor transfership of your repositories should you die' option. T3/r7/2022-09-16.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: that's the only thing I DID know about it. T3/r7/2022-09-16.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2022-09-16.txt.gz:{chan ch=tech}Kerith Tech: what was the new xset command for area aliasing? i forgot already T3/r7/2022-09-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: alias? T3/r7/2022-09-16.txt.gz:{chan ch=tech}Dartan Tech: is there any way for snd to remember "the prince" is in "In the Castle" instead of trying to ht through to 47.prince T3/r7/2022-09-16.txt.gz:{chan ch=tech}Anssett Tech: if you can find a unique keyword for it, yes T3/r7/2022-09-16.txt.gz:{chan ch=tech}Anssett Tech: you can xset kw when it's the active snd target T3/r7/2022-09-16.txt.gz:{chan ch=tech}Dartan Tech: won't that just make me ht prince though? "the prince" always seems to be really deep in the hunt trick list T3/r7/2022-09-16.txt.gz:{chan ch=tech}Anssett Tech: you can have a multi-word keyword. so if "the prince" takes you to the mob you want, you can make that its keywrd. just do xset kw the prince T3/r7/2022-09-16.txt.gz:{chan ch=tech}Anssett Tech: assuming, techniclly i suppose, that "1.the prince" works T3/r7/2022-09-16.txt.gz:{chan ch=tech}Dartan Tech: "the" is not a keyword unfortunately T3/r7/2022-09-16.txt.gz:{chan ch=tech}Korendir Tech: or just put a note in that room so you manually know T3/r7/2022-09-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: basically snd couldnt know which price you are hunting in ftii. They are all in same range T3/r7/2022-09-16.txt.gz:{chan ch=tech}Dartan Tech: i could xset kw the prince as 40.prince maybe T3/r7/2022-09-16.txt.gz:{chan ch=tech}Korendir Tech: he wont always be 40.prince T3/r7/2022-09-16.txt.gz:{chan ch=tech}Anssett Tech: that would probably fail T3/r7/2022-09-16.txt.gz:{chan ch=tech}Anssett Tech: bc hunt trick prepends a 1. 2. etc before the keyword too T3/r7/2022-09-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: yeah, he wont be 40th price everytime. it could be the sixth. T3/r7/2022-09-16.txt.gz:{chan ch=tech}Anssett Tech: so you'd be trying to find 1.40.prince T3/r7/2022-09-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: ftii is a pain with prince/pricess but that is small price to pay T3/r7/2022-09-16.txt.gz:{chan ch=tech}Hi, I'm Elfo Tech: or the 50th! :) T3/r7/2022-09-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: or 80th. with my luck T3/r7/2022-09-16.txt.gz:{chan ch=tech}Dartan Tech: i really need to just skip all these adjusment cost worries and buy fast hunt T3/r7/2022-09-16.txt.gz:{chan ch=tech}Anssett Tech: yes T3/r7/2022-09-16.txt.gz:{chan ch=tech}Anssett Tech: fast hunt is <3 T3/r7/2022-09-16.txt.gz:{chan ch=tech}Prancin' Garence Tech: a bum? T3/r7/2022-09-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: just remember that you can make 100k qp in a week T3/r7/2022-09-16.txt.gz:{chan ch=tech}Tech: Anssett wiggles his eyebrows and grins wryly. T3/r7/2022-09-16.txt.gz:{chan ch=tech}Tech: Dartan frowns. T3/r7/2022-09-17.txt.gz:{chan ch=tech}Yerald Tech: is there a plugin that sorts spells and skills? T3/r7/2022-09-17.txt.gz:{chan ch=tech}Swalec Tech: sorts? T3/r7/2022-09-17.txt.gz:{chan ch=tech}Trachx Tech: what for? T3/r7/2022-09-17.txt.gz:{chan ch=tech}Yerald Tech: i've been working on alises to attack with damtype T3/r7/2022-09-17.txt.gz:{chan ch=tech}Yerald Tech: and having that alias change as I level T3/r7/2022-09-17.txt.gz:{chan ch=tech}Yerald Tech: automaticly... T3/r7/2022-09-17.txt.gz:{chan ch=tech}Swalec Tech: it's not hard to script taht -- you can get the spell info out in a structured way T3/r7/2022-09-17.txt.gz:{chan ch=tech}Swalec Tech: although I don't do it by damtype, just use the highest level attachk T3/r7/2022-09-17.txt.gz:{chan ch=tech}Yerald Tech: its not always smart to do highest spell though... T3/r7/2022-09-17.txt.gz:{chan ch=tech}Yerald Tech: and I'm trying to track for each damtype... not just overall T3/r7/2022-09-17.txt.gz:{chan ch=tech}Swalec Tech: for some definition of smart, yes. I think I just have a list and it takes the first one that has been practiced T3/r7/2022-09-17.txt.gz:{chan ch=tech}Yerald Tech: ok.. you get my overall thought though... is there a plug in that does that? T3/r7/2022-09-17.txt.gz:{chan ch=tech}Swalec Tech: mine is a pile of lua I am afraid, I never turned it into a plugin T3/r7/2022-09-17.txt.gz:{chan ch=tech}Yerald Tech: do you have it sorting out the highest spells/skills? T3/r7/2022-09-17.txt.gz:{chan ch=tech}Swalec Tech: yues T3/r7/2022-09-17.txt.gz:{chan ch=tech}Swalec Tech: yes T3/r7/2022-09-17.txt.gz:{chan ch=tech}Swalec Tech: you can do all sorts -- mine checks levels, tries different attacks if you are out of mana or moves T3/r7/2022-09-17.txt.gz:{chan ch=tech}Swalec Tech: i also pick up failed attacked ("x is unaffected by your y") and uses a different one. It's a bit excessive really T3/r7/2022-09-17.txt.gz:{chan ch=tech}Prancin' Garence Tech: - h 10 T3/r7/2022-09-17.txt.gz:{chan ch=tech}Yerald Tech: thats more botish than I want to run.. hehe T3/r7/2022-09-17.txt.gz:{chan ch=tech}Prancin' Garence Tech: I like big bots and and I can't deny. T3/r7/2022-09-17.txt.gz:{chan ch=tech}Prancin' Garence Tech: does it pick a different typ of damage or just another skill? T3/r7/2022-09-17.txt.gz:{chan ch=tech}Swalec Tech: it just picks what i do, rather than does anything so I think it is not a bit T3/r7/2022-09-17.txt.gz:{chan ch=tech}Swalec Tech: mine, just demotes to the next best attack, so that doesn't always work, if the damtype is the same T3/r7/2022-09-17.txt.gz:{chan ch=tech}Prancin' Garence Tech: im still new here.. is there a spell to identify weakness of mobs? T3/r7/2022-09-17.txt.gz:{chan ch=tech}Swalec Tech: when I find something unkilleable, I normally just switch weapons till I find something that works T3/r7/2022-09-17.txt.gz:{chan ch=tech}Swalec Tech: good question -- I don't know -- I just try stuff randomly T3/r7/2022-09-17.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: Interrogate, I believe. T3/r7/2022-09-17.txt.gz:{chan ch=tech}Yerald Tech: yeah what Ep said T3/r7/2022-09-17.txt.gz:{chan ch=tech}Prancin' Garence Tech: so we'll have to cozy up with some avenger pallies to get the info. T3/r7/2022-09-17.txt.gz:{chan ch=tech}Prancin' Garence Tech: is it that just a subclass T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: anyone familiar with lua, able to sanity check something? i'm not quite sure why this thing isn't working T3/r7/2022-09-17.txt.gz:{chan ch=tech}Yerald Tech: i'm new to it myself, what are you trying to do? T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: if i do "consider", i want to strip off all auras. i'm doing it in kind of an ugly way, but i *think* it should work - not sure why it isn't T3/r7/2022-09-17.txt.gz:{chan ch=tech}Scyther Tech: I know a bit of lua but I don't know mushclient specific functions, feel free to post it on an online clipboard though and I can have a look T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: sec, putting it in a paste T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: https://pastebin.com/r2ZLUeMm T3/r7/2022-09-17.txt.gz:{chan ch=tech}Yerald Tech: you see those long aura all the time? T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: basically i'm trying to strip these flags from a mob's name. forget about "A guard", it's not actually going through this path. It should work for "A salesman" though T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: yeah, i use long flags. my replacement is covering both long and short flags so either should be fine T3/r7/2022-09-17.txt.gz:{chan ch=tech}Yerald Tech: i don't know how to access it, but there is a built in substiute (spelling) plugin that you could use T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: i think that's what i'm using - string.gsub T3/r7/2022-09-17.txt.gz:{chan ch=tech}Yerald Tech: do you have a help file for it... I might be able to pars it out T3/r7/2022-09-17.txt.gz:{chan ch=tech}Mikejs Tech: why are you using % to escape the ( rather than \? T3/r7/2022-09-17.txt.gz:{chan ch=tech}Scyther Tech: looks like you need to change 'cleaned_mob = string.gsub(mob, "%.*", replacements)' to 'for A in pairs(replacements) do cleaned_mob = string.gsub((cleaned_mob or mob),A,"") end' T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: using the escaping based on https://www.lua.org/pil/20.2.html T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: scyther: i'll give that a shot T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: that did it, thanks scyther! from reading the documentation, i can't figure out why it wasn't working before... but this seems to be effective T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: probably don't need it to be a table anymore, that would look a bit cleaner too T3/r7/2022-09-17.txt.gz:{chan ch=tech}Mikejs Tech: i think it's because replacements is a dict and not a string, so when you used it in gsub it doesn't know which value in replacements to look up because you didn't pass it a parameter? T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: ohhhh... ... i might have just needed to do "cleaned mob or mob" T3/r7/2022-09-17.txt.gz:{chan ch=tech}Mikejs Tech: or array or whatever it's called in lua T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: yeah, that did it. i just needed "cleaned_mob or mob". it was applying all of these things against the original string in serial, not applying them all at once T3/r7/2022-09-17.txt.gz:{chan ch=tech}Scyther Tech: the cleaned_mob or mob just means it will keep tryin to sub out of the cleaned_mob string so if theres multiple auras in the mob string it will sub out from the mob string the first time, then sub out from the new cleaned_mob each time after that T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: this ended up working " cleaned_mob = string.gsub(cleaned_mob or mob, "%.*", replacements) ". thanks! T3/r7/2022-09-17.txt.gz:{chan ch=tech}Scyther Tech: niiiice! T3/r7/2022-09-17.txt.gz:{chan ch=tech}Scyther Tech: yeah I'm not great at lua, I'm just ok. I don't 100% understand your line of code but glad my contribution helped :D T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: ah, actually it didn't work T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: "A salesman" was turning into "A guard", i need to reinitialize the variable and try again. anyways, i'll give it a shot T3/r7/2022-09-17.txt.gz:{chan ch=tech}Scyther Tech: ok yeah so you need to make those variables local variables that only exist inside that function, 1 sec... T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: they are - or at least, i thought they are. they're not referenced anywhere outside of this function T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: so that result is a bit surprising, haha T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: well your method works and mine doesn't, i'll go with yours =p thanks! T3/r7/2022-09-17.txt.gz:{chan ch=tech}Scyther Tech: yeah you need to put local infront of them so lua knows to drop the variable after its related end. So after 'function strip_mob_flags(mob)' put a new line with 'local cleaned_mob' T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: yep, already done... should work now. your method seems to do what i need T3/r7/2022-09-17.txt.gz:{chan ch=tech}Scyther Tech: no worries :) T3/r7/2022-09-17.txt.gz:{chan ch=tech}Scyther Tech: you could local the replacements too and then your client won't hold that table in its ram the whole session T3/r7/2022-09-17.txt.gz:{chan ch=tech}Algaru Tech: sweet... i think this thing works T3/r7/2022-09-17.txt.gz:{chan ch=tech}Deswrath Tech: are there any plugin that can record down the stats of an eq? dinv probably can T3/r7/2022-09-17.txt.gz:{chan ch=tech}Deswrath Tech: is there any way to access the eq stats in dinv? T3/r7/2022-09-18.txt.gz:{chan ch=tech}Braun Tech: So I'm looking at an example minwin plugin by Crowley and a guide by Fiendish look T3/r7/2022-09-18.txt.gz:{chan ch=tech}Fachtna Tech: is it possible to put a mapper goto command into an alias? T3/r7/2022-09-18.txt.gz:{chan ch=tech}Shipwreckd Kazul Tech: yessir T3/r7/2022-09-18.txt.gz:{chan ch=tech}Sammael Tech: Send the alias to 'execute' instead of 'world' i nthe dropdown T3/r7/2022-09-18.txt.gz:{chan ch=tech}Sammael Tech: right beneath the text box when making an alias in mush T3/r7/2022-09-18.txt.gz:{chan ch=tech}Fachtna Tech: thanks :) T3/r7/2022-09-18.txt.gz:{chan ch=tech}Algaru Tech: if you downloaded the script i just posted, i realized i missed the "aimed" flag so i just fixed that T3/r7/2022-09-18.txt.gz:{chan ch=tech}Dartan Tech: anyone know why if i make an alias to have just the command "i" do xcp, it will do xcp but also do inventory as well T3/r7/2022-09-18.txt.gz:{chan ch=tech}Braun Tech: I don't know if I can tell you why, but generally if I do an alias I just make sure it isn't taken already by anything other than a social. "i" is already used by the "inventory" command. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Braun Tech: Perhaps "ii" would be a better alias to use. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Braun Tech: Or consider a macro. I use macro's a ton! T3/r7/2022-09-18.txt.gz:{chan ch=tech}Dartan Tech: weird, if i do just "h" it works and doesn't bring up help T3/r7/2022-09-18.txt.gz:{chan ch=tech}Peacemaker Negader Tech: i have an alias for 'in' and it does what it does for the alias, but also will show inventory. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Kerith Tech: lol weird i tested it too same does boht T3/r7/2022-09-18.txt.gz:{chan ch=tech}Summoner Yuna Tech: That happens when you have a plugin with aliases, I think. You can't override xcp for SnD, for instance. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Peacemaker Negader Tech: for the case of 'in' i have no plugins related. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Dartan Tech: i have no clue where to start to find rhe plugin that does i for incentory T3/r7/2022-09-18.txt.gz:{chan ch=tech}Kerith Tech: i tested with "in" as the alias so dont think thats it T3/r7/2022-09-18.txt.gz:{chan ch=tech}Iron Duck Chuft Tech: no plugins for you T3/r7/2022-09-18.txt.gz:{chan ch=tech}Olvin Tech: I am having an issue where my client seems to send the command "noexp" randomly... anybody else experience this? T3/r7/2022-09-18.txt.gz:{chan ch=tech}Tavrin Tech: Randomly? No, although the snd plugin can be set to send noexp at certain xp thresholds. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Kerith Tech: xhelp noexp T3/r7/2022-09-18.txt.gz:{chan ch=tech}Olvin Tech: This just started today. I have not made any changes to my client, no new plugins etc. I was mid-combat when the command triggered T3/r7/2022-09-18.txt.gz:{chan ch=tech}Kerith Tech: do you have snd installed? did you check xhelp noexp? T3/r7/2022-09-18.txt.gz:{chan ch=tech}Olvin Tech: Not sure what xhelp is T3/r7/2022-09-18.txt.gz:{chan ch=tech}Kerith Tech: just type "xhelp noexp" :) T3/r7/2022-09-18.txt.gz:{chan ch=tech}Kerith Tech: xhelp = snd helpfiles T3/r7/2022-09-18.txt.gz:{chan ch=tech}Olvin Tech: I did... it said "Sorry Olvin, you can't do that T3/r7/2022-09-18.txt.gz:{chan ch=tech}Odorless Nuanse Tech: snd help noexp T3/r7/2022-09-18.txt.gz:{chan ch=tech}Tech: Kerith thanks Odorless Nuanse heartily. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Kerith Tech: too many versions to keep up with :) T3/r7/2022-09-18.txt.gz:{chan ch=tech}Olvin Tech: Did that... Sorry Olvin, I don't understand you T3/r7/2022-09-18.txt.gz:{chan ch=tech}Olvin Tech: I don't think I have this plugin T3/r7/2022-09-18.txt.gz:{chan ch=tech}Kerith Tech: ok check your pluggins, see if you have one that says search and destroy somewhere in it T3/r7/2022-09-18.txt.gz:{chan ch=tech}Auth Tech: he doesn't have snd...he's new T3/r7/2022-09-18.txt.gz:{chan ch=tech}Kerith Tech: not sure of what other plugin would auto noexp T3/r7/2022-09-18.txt.gz:{chan ch=tech}Odorless Nuanse Tech: if you have stock aardmush, Check your timers (clock at the top) that you haven't accidentally set up one T3/r7/2022-09-18.txt.gz:{chan ch=tech}Olvin Tech: I'm not exactly new... but I'm coming back after a very long time and the only thing I installed is the Aardwolf kit for Mudlet T3/r7/2022-09-18.txt.gz:{chan ch=tech}Dartan Tech: if my cp target was dead but now isnt, how do i refresh snd to show this T3/r7/2022-09-18.txt.gz:{chan ch=tech}Olvin Tech: no timers, triggers, nothing. All I have set so far is a few aliases T3/r7/2022-09-18.txt.gz:{chan ch=tech}Summoner Yuna Tech: cp check T3/r7/2022-09-18.txt.gz:{chan ch=tech}Kerith Tech: or cp info i think too T3/r7/2022-09-18.txt.gz:{chan ch=tech}Tavrin Tech: Dartan - cp i should do it T3/r7/2022-09-18.txt.gz:{chan ch=tech}Summoner Yuna Tech: Yeah, both should work. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Tavrin Tech: IIRC, cp check doesn't actually refresh it, but cp info does.. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Dartan Tech: oh thanks sorry. i have an old pre snd alias i relied on for it T3/r7/2022-09-18.txt.gz:{chan ch=tech}Odorless Nuanse Tech: cp check refreshes, it shows mobs you have left. cp info shows all your mobs that you got from beginning T3/r7/2022-09-18.txt.gz:{chan ch=tech}Summoner Yuna Tech: Cp check definitely refreshes the window. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Summoner Yuna Tech: It's just that cp info gives you the animation where the SnD window is wiped and re-populated with mobs whereas cp check doesn't actually do anything if nothing changed. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Tavrin Tech: Hrm, maybe, I feel like my SND window doesn't actually refresh with CP check, but I could be misremembering, so... *shrug* T3/r7/2022-09-18.txt.gz:{chan ch=tech}Vanellus Tech: To learn making plugins where's best to start? The general MUSHclient documentation? T3/r7/2022-09-18.txt.gz:{chan ch=tech}Anssett Tech: pretty good starting point yea T3/r7/2022-09-18.txt.gz:{chan ch=tech}Tavrin Tech: That and just looking at the code for existing plugins will probably get you where you want to go. Most of the plugins have github repositories that you can look at. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Anssett Tech: even if they don't, they're all xml files, just open in yoru editor of choice :p T3/r7/2022-09-18.txt.gz:{chan ch=tech}Tavrin Tech: Is there an aarcheology plugin? I've already somehow turned in one duplicate aarch item. :P T3/r7/2022-09-18.txt.gz:{chan ch=tech}Anssett Tech: i use ruhamah's T3/r7/2022-09-18.txt.gz:{chan ch=tech}Anssett Tech: i think it's ruhamah's... T3/r7/2022-09-18.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is it free or premium? T3/r7/2022-09-18.txt.gz:{chan ch=tech}Anssett Tech: free T3/r7/2022-09-18.txt.gz:{chan ch=tech}Summoner Yuna Tech: And it does what, turns in a random item you don't already have a leaflet of? T3/r7/2022-09-18.txt.gz:{chan ch=tech}Braun Tech: So I'm attempting to wrap my feeble mind around themed_miniwindows ( https://github.com/fiendish/aardwolfclientpackage/wiki/Easy-DIY-Miniwindows ) and I'm looking at an example by Crowley ( https://pastebin.com/2aRhQLJr ). The trouble i'm running into is that I can't seem to figure out 1.) How to combine the two windows into one and 2.) How to pull from information that only uses a single tag (like {rname}). Anyone know of any other themed_miniwindows guides out there? T3/r7/2022-09-18.txt.gz:{chan ch=tech}Anssett Tech: no, just generates a report of what you have, what you're missing,e tc T3/r7/2022-09-18.txt.gz:{chan ch=tech}Anssett Tech: i still manually turnin T3/r7/2022-09-18.txt.gz:{chan ch=tech}Summoner Yuna Tech: Aah, ok, thanks. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Olvin Tech: I figured out what was going on with noexp... it's bc I'm in a campaign. So ya, I guess I am new XD T3/r7/2022-09-18.txt.gz:{chan ch=tech}Quiet Nuala Tech: Anything else work like slit for campaigning? T3/r7/2022-09-18.txt.gz:{chan ch=tech}Yerald Tech: not as hard as I used to. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: banishment, disintengrate T3/r7/2022-09-18.txt.gz:{chan ch=tech}Quiet Nuala Tech: Thanks :)) T3/r7/2022-09-18.txt.gz:{chan ch=tech}Tavrin Tech: wait, can you slit/disintegrate/banish campaign mobs and get credit? T3/r7/2022-09-18.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: thought cp mobs are immune? T3/r7/2022-09-18.txt.gz:{chan ch=tech}Can't De Cide Tech: dont think so but ive never tried myself T3/r7/2022-09-18.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: it won't allow you to use it on them so it shows it's a cp mob T3/r7/2022-09-18.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: but don't do it on quest mobs that will not give you credit T3/r7/2022-09-18.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: Ahh T3/r7/2022-09-18.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: works on gq mobs too T3/r7/2022-09-18.txt.gz:{chan ch=tech}Tavrin Tech: Ah, okay, that makes sense, just wasn't sure if I'd missed something obvious/useful. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Odorless Nuanse Tech: help hunt trick T3/r7/2022-09-18.txt.gz:{chan ch=tech}Odorless Nuanse Tech: works same way T3/r7/2022-09-18.txt.gz:{chan ch=tech}Dartan Tech: anyone know why my mushclient looks like a slideshow now that j T3/r7/2022-09-18.txt.gz:{chan ch=tech}Dartan Tech: sorry, looks like a slideshow while doing xcp and nx T3/r7/2022-09-18.txt.gz:{chan ch=tech}Dartan Tech: was fine a few hours ago T3/r7/2022-09-18.txt.gz:{chan ch=tech}VaalVanir Tech: Is it peak connection time right now? T3/r7/2022-09-18.txt.gz:{chan ch=tech}VaalVanir Tech: Only 112 online tho, so maybe reconnect? T3/r7/2022-09-18.txt.gz:{chan ch=tech}Braun Tech: I'd check task manager to see if it is eating memory/hard drive or something. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Dartan Tech: nope nothing funny going on there and i just rebooted too and still slow T3/r7/2022-09-18.txt.gz:{chan ch=tech}VaalVanir Tech: No idea on my end, i'm sorry. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Braun Tech: I guess try disabling the plugins to see if that makes any difference. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Braun Tech: the plugins you've added* T3/r7/2022-09-18.txt.gz:{chan ch=tech}Dartan Tech: only plugin i added was iring T3/r7/2022-09-18.txt.gz:{chan ch=tech}Dartan Tech: brb will try an instance with no plugins T3/r7/2022-09-18.txt.gz:{chan ch=tech}Rebornatus Tech: can someone remind me in which mushclient file I can retrieve my aardwolf paswword... T3/r7/2022-09-18.txt.gz:{chan ch=tech}Rebornatus Tech: and how it's encoded? T3/r7/2022-09-18.txt.gz:{chan ch=tech}Rebornatus Tech: OK I've found back my password. Yepee T3/r7/2022-09-18.txt.gz:{chan ch=tech}Rebornatus Tech: anyone intereted to know how youc an too in case you forget one day? T3/r7/2022-09-18.txt.gz:{chan ch=tech}Braun Tech: Right now I'm more in the market for knowledge on how to get this themed_miniwindow to do what I want it to do. T3/r7/2022-09-18.txt.gz:{chan ch=tech}Dr. Evl Tech: you need to be stern braun T3/r7/2022-09-18.txt.gz:{chan ch=tech}Dr. Evl Tech: let it know your the boss T3/r7/2022-09-18.txt.gz:{chan ch=tech}Dr. Evl Tech: youre T3/r7/2022-09-19.txt.gz:{chan ch=tech}Methuselah Zensch Tech: can someone help me with regex, i'm not sure to exclude specific words from regex, (?!word) is not working for me T3/r7/2022-09-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yeah, excluding words sucks with regex. T3/r7/2022-09-19.txt.gz:{chan ch=tech}Kerith Tech: maybe do a if/else and match for it? T3/r7/2022-09-19.txt.gz:{chan ch=tech}Methuselah Zensch Tech: my trigger is to capture bloot - 'You get (name)...' and it works to put name into container, but when i'm taking it from container it puts it back T3/r7/2022-09-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But yeah, should be: (?!word|word1|word2).*$ T3/r7/2022-09-19.txt.gz:{chan ch=tech}Grrdy Tech: I assume you want to exclude the line where you take things out of container T3/r7/2022-09-19.txt.gz:{chan ch=tech}Methuselah Zensch Tech: exactly T3/r7/2022-09-19.txt.gz:{chan ch=tech}Grrdy Tech: Let's work this out. Can you give an example line? T3/r7/2022-09-19.txt.gz:{chan ch=tech}Methuselah Zensch Tech: ^You get \((.*)\).* - this is to capture and put %1 into container T3/r7/2022-09-19.txt.gz:{chan ch=tech}Grrdy Tech: Right, the item name goes into the capture group T3/r7/2022-09-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: (?!You get).* T3/r7/2022-09-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: ^(?!You get).* -- rather, that should work. T3/r7/2022-09-19.txt.gz:{chan ch=tech}Methuselah Zensch Tech: i also get from conainter, i need to prevent trigger when the ending is 'from Junk Bag' T3/r7/2022-09-19.txt.gz:{chan ch=tech}Selitos Tech: why not make the capture trigger more specific so it only trigger when you get bloot from a corpse? T3/r7/2022-09-19.txt.gz:{chan ch=tech}Methuselah Zensch Tech: hmm can do T3/r7/2022-09-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's the easier option anyway. T3/r7/2022-09-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: ^You get \((.*?)\) (.*?) from the (.*?)?corpse of (.*?)\.$ -- That's my trigger pattern for it. T3/r7/2022-09-19.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But I also only keep certain ranks. T3/r7/2022-09-19.txt.gz:{chan ch=tech}Methuselah Zensch Tech: thanks, ranking items will be my next step :) T3/r7/2022-09-19.txt.gz:{chan ch=tech}Grrdy Tech: Negative loogbehind should also work: ^You get (.*)*.(? in gmcp debug info, shows "n": 36494. However, going north leads to a nomap room with id -1. T3/r7/2022-09-20.txt.gz:{chan ch=tech}Fachtna Tech: someone mentioned earlier a portal to senhia... is there a help file I can read for that? T3/r7/2022-09-20.txt.gz:{chan ch=tech}Fachtna Tech: some kinda trivia portal? T3/r7/2022-09-20.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: help trivia portals T3/r7/2022-09-20.txt.gz:{chan ch=tech}Fachtna Tech: thanks T3/r7/2022-09-20.txt.gz:{chan ch=tech}Dr. Evl Tech: so this room - [1] Darkest Pwyll (Annwn) (nomap_Darkest Pwyll_annwn) i am able to runto using mapper T3/r7/2022-09-20.txt.gz:{chan ch=tech}Dr. Evl Tech: but in snd its 1 Darkest Pwyll (-1) {sw} ( 0.00%) T3/r7/2022-09-20.txt.gz:{chan ch=tech}Dr. Evl Tech: and The mapper goto command expects a room id as input. T3/r7/2022-09-20.txt.gz:{chan ch=tech}Dr. Evl Tech: kinda strange T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: Crowley: what happens if you "mapper cexit north" from the first room? T3/r7/2022-09-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It does not solve the problem. Kerith already had the cexit when he was doing mapper unmapped. T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: toggle 'ignore exits mismatch' on the room and delete the n exit T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: and then re-make it as a cexit T3/r7/2022-09-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I don't know that room 36494 actually exists at all, to be honest, but it must if north leads to that room. T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: the mapper will attempt to assign it T3/r7/2022-09-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Toggled it, and still showing up. T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: works for me so you did it wrong T3/r7/2022-09-20.txt.gz:{chan ch=tech}Tech: 1337 H4x0r Fiendish smiles happily. T3/r7/2022-09-20.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: toggle ignore on 93 not 94 T3/r7/2022-09-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yep, I did. T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: I mean, toggle it on 94 too if you want a south exit from there that goes back T3/r7/2022-09-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: https://i.vgy.me/m90Ujr.png T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: Custom Exit CONFIRMED: 36493 (n) -> nomap_Towards a Group of Tents_gathering Custom Exit CONFIRMED: nomap_Towards a Group of Tents_gathering (s) -> 36493 T3/r7/2022-09-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'm on 93, ignore mismatch. T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: then delete the n and s exits respectively T3/r7/2022-09-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, that would be the step I missed. T3/r7/2022-09-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, that's helpful then. T3/r7/2022-09-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: TIL something new about exit mismatches. T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: yeah, so when you enter a room, the mapper compares the list of received exits with the known exits and updates local storage if they're different with what the game says they should be. unless you toggle that and then it doesn't. T3/r7/2022-09-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Though it would be a nice feature to be able to mark a nomap room with its own uid. It is one thing I do miss from CMUD days, being able to change the roomid into whatever you wanted it to be. T3/r7/2022-09-20.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: maybe doable for some of them, but support for nomap rooms is always going to be iffy, since any other room somewhere else could be made to look exactly the same T3/r7/2022-09-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I don't think I ever knew you had to delete the room to remap it. I think I had always believed it would do it anyway. T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: you probably want to just cexit _through_ the room instead of into it T3/r7/2022-09-20.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at 1337 H4x0r Fiendish. T3/r7/2022-09-20.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Thanks for explaining that, too. Might include that in mapper help utils, that you should delete the room to allow it to be remapped when you ignore mismatch. T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: well you can manually change where it goes, but you wouldn't know where to send it without just doing the cexit T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: oh wow, I just had an idea that I should have had years ago T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: unrelated T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: wait, why am I on your code branch T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: oh, I never finished rewriting it to merge :| T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: ugh, ok I'll go back to that soon T3/r7/2022-09-20.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley falls to the ground and rolls around, laughing hysterically. T3/r7/2022-09-20.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: anyone have other questions that I missed? T3/r7/2022-09-20.txt.gz:{chan ch=tech}Tavrin Tech: Anyone know of a plugin that manages bypass for navigators? T3/r7/2022-09-20.txt.gz:{chan ch=tech}Yerald Tech: how do I test a trigger w/o having to wait for remort and 50 some levels? T3/r7/2022-09-20.txt.gz:{chan ch=tech}Sath Tech: help echo T3/r7/2022-09-20.txt.gz:{chan ch=tech}Methuselah Zensch Tech: do alias with your command T3/r7/2022-09-20.txt.gz:{chan ch=tech}Peacemaker Negader Tech: control shift 12 T3/r7/2022-09-20.txt.gz:{chan ch=tech}Athlau Tech: ctrl+shift+f12 in win client T3/r7/2022-09-20.txt.gz:{chan ch=tech}Yerald Tech: thank you kindly T3/r7/2022-09-20.txt.gz:{chan ch=tech}Yerald Tech: whats the command to save my current aardwolf screen layout? T3/r7/2022-09-20.txt.gz:{chan ch=tech}Anssett Tech: aard layout save i think T3/r7/2022-09-20.txt.gz:{chan ch=tech}Dartan Tech: aard layout save T3/r7/2022-09-20.txt.gz:{chan ch=tech}Dartan Tech: type aard for commands T3/r7/2022-09-20.txt.gz:{chan ch=tech}Yerald Tech: thanks again T3/r7/2022-09-20.txt.gz:{chan ch=tech}Cosgrach Tech: I am trying to install an Mccp proxy on VIP mudd but I am having trouble understanding the help file could someone please advise me on what I need to do? T3/r7/2022-09-20.txt.gz:{chan ch=tech}Selitos Tech: whats the check to see if you in combat? T3/r7/2022-09-20.txt.gz:{chan ch=tech}Mannec Tech: sit. if it succeeds, you not in combat. T3/r7/2022-09-20.txt.gz:{chan ch=tech}Fachtna Tech: i'm having trouble with an alias using variables. I've ticked the expand variables box and sending it to world. T3/r7/2022-09-20.txt.gz:{chan ch=tech}Yerald Tech: you may have to tell it to send to script not world T3/r7/2022-09-20.txt.gz:{chan ch=tech}Fachtna Tech: let me try that T3/r7/2022-09-20.txt.gz:{chan ch=tech}Yerald Tech: if needed... you may have to tell it to excuite T3/r7/2022-09-20.txt.gz:{chan ch=tech}Fachtna Tech: all I did was put each piece of 200 aard gear I have and made variables for each one. the bag I keep them in is also a variable. Each line says: get loat200 ear_bag as an example. But it just says you did not find that. T3/r7/2022-09-20.txt.gz:{chan ch=tech}Yerald Tech: sounds like a lot of work... you trying to orginze your equipment? T3/r7/2022-09-20.txt.gz:{chan ch=tech}Fachtna Tech: ya... T3/r7/2022-09-20.txt.gz:{chan ch=tech}Yerald Tech: one moment T3/r7/2022-09-20.txt.gz:{chan ch=tech}Fachtna Tech: just trying to make it easier to change as I level. T3/r7/2022-09-20.txt.gz:{chan ch=tech}Yerald Tech: you're setting up to reinvent the wheel... T3/r7/2022-09-20.txt.gz:{chan ch=tech}Fachtna Tech: probably... haha I don't know any better though :( T3/r7/2022-09-20.txt.gz:{chan ch=tech}Yerald Tech: no worries.. one moment please T3/r7/2022-09-20.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: I mean, you can do what I did and set triggers to swap gear based on level messages. :V T3/r7/2022-09-20.txt.gz:{chan ch=tech}Yerald Tech: https://github.com/Aardurel/aard-plugins T3/r7/2022-09-20.txt.gz:{chan ch=tech}Yerald Tech: that's a 'dinv' plugin... it helps to deal with portals, equipment, potions T3/r7/2022-09-20.txt.gz:{chan ch=tech}Fachtna Tech: thanks T3/r7/2022-09-20.txt.gz:{chan ch=tech}Yerald Tech: no worriesx T3/r7/2022-09-20.txt.gz:{chan ch=tech}Bloodthorn Tech: whats the best way to have a trigger action write something to a txt file in Mush? T3/r7/2022-09-21.txt.gz:{chan ch=tech}Zezyn Tech: Ok, trying to get aardmud-gui for Mudlet to work.. looks like I got it to popup. Anyone know how I can move the windows? T3/r7/2022-09-21.txt.gz:{chan ch=tech}Zezyn Tech: anyone know how to get mudletarddwolf gui running? T3/r7/2022-09-21.txt.gz:{chan ch=tech}Zezyn Tech: followed the steps but it's a no go T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: mushclient questions answered here T3/r7/2022-09-21.txt.gz:{chan ch=tech}Selitos Tech: how do i get my state from gmcphelper? T3/r7/2022-09-21.txt.gz:{chan ch=tech}Kerith Tech: http://www.aardwolf.com/wiki/index.php/Clients/GMCP T3/r7/2022-09-21.txt.gz:{chan ch=tech}Selitos Tech: i pulled gmcpval("status.state") from a different plugin but that doesn't seem to work T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: "char.status.state" T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: also don't use gmcpval anymore... T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: https://github.com/fiendish/aardwolfclientpackage/wiki/Using-GMCP#gmcp-how-to T3/r7/2022-09-21.txt.gz:{chan ch=tech}Kerith Tech: thtas weird, #1 on that ewbpage doesn't say t fiendish?!?! T3/r7/2022-09-21.txt.gz:{chan ch=tech}Selitos Tech: ok thanks T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: Kerith: that page isn't for MUSHclient. This one is, and it does: http://www.aardwolf.com/wiki/index.php/Clients/MushclientGMCP T3/r7/2022-09-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I propose that Kerith be the new frontman for all MUSHclient-related tells. T3/r7/2022-09-21.txt.gz:{chan ch=tech}Tech: Kerith acks! T3/r7/2022-09-21.txt.gz:{chan ch=tech}Tech: You stare at Iron Duck Chuft as he screams something about a MOOSE to Kerith. T3/r7/2022-09-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: He'll incorrectly direct you, but hey! T3/r7/2022-09-21.txt.gz:{chan ch=tech}Tech: Kerith nods at (Aleister) Crowley. T3/r7/2022-09-21.txt.gz:{chan ch=tech}Kerith Tech: hmmf, how come when I load https://www.aardwolf.com/wiki/index.php/ it doesnt load correctly, but if i change it to http it loads fine T3/r7/2022-09-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That is weird, hmm. T3/r7/2022-09-21.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Seems like the wiki's sidebar does not want to load properly. T3/r7/2022-09-21.txt.gz:{chan ch=tech}Tech: Kerith nods. T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: browsers these days block access to http source from https ones, which breaks it because a number of internal links are set to use http urls T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: the page source needs to be updated T3/r7/2022-09-21.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: I'm not sure who is able to update that. Maybe Lasher, maybe someone else. Post a note about it to imm on personal I guess T3/r7/2022-09-21.txt.gz:{chan ch=tech}404 Eroe Tech: any wordpress gurus around? Curious how you add text to a specific page (like the homepage) that only appears on the homepage. T3/r7/2022-09-21.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: dunno if question like this applies 'generically' or totally dependent on OS and programming language...does parallel processing have to be set up on even # of cores? T3/r7/2022-09-21.txt.gz:{chan ch=tech}Dartan Tech: is there a way to get dinv to ignore an item in my inventory? for example a hammer since i'm a psi T3/r7/2022-09-21.txt.gz:{chan ch=tech}Selitos Tech: dinv help ignore T3/r7/2022-09-21.txt.gz:{chan ch=tech}Dartan Tech: ty T3/r7/2022-09-21.txt.gz:{chan ch=tech}Zezyn Tech: Hello fabolous people of Aardwolf. Anyone have experience with Jieiku's GUI for Mudlet for Aardwolf? T3/r7/2022-09-21.txt.gz:{chan ch=tech}Zezyn Tech: The minimap is a quarter off screen and not sure how to move it T3/r7/2022-09-21.txt.gz:{chan ch=tech}Dogwater Welding Tech: I personally do not have experience, but if you send Scyther a tell in case theyre not available, Scy would be happy to get back to you on questions about it. T3/r7/2022-09-21.txt.gz:{chan ch=tech}Zezyn Tech: Much appreciated T3/r7/2022-09-21.txt.gz:{chan ch=tech}Ayasinda Tech: Zezyn you should be able to drag and drop the map.If you can't try typing Aard Layout Unlock and try again T3/r7/2022-09-21.txt.gz:{chan ch=tech}Ayasinda Tech: Ohh sorry. Mudlet not mush T3/r7/2022-09-21.txt.gz:{chan ch=tech}Ayasinda Tech: ignore me T3/r7/2022-09-21.txt.gz:{chan ch=tech}Scyther Tech: one minute Zezyn, looking it up for you :) T3/r7/2022-09-21.txt.gz:{chan ch=tech}Tech: Zezyn gives it a thumbs up T3/r7/2022-09-21.txt.gz:{chan ch=tech}Zezyn Tech: I did try to get the other GUI from the Aardwolf Wiki to work but all I got was black Screens :( T3/r7/2022-09-21.txt.gz:{chan ch=tech}Yerald Tech: i need to reinstall the mushclient. but it isn't loading into the 'programs and features' to uninstall. T3/r7/2022-09-21.txt.gz:{chan ch=tech}Summoner Yuna Tech: That's because MUSHClient doesn't do that. The installer is basically an unzipping tool. T3/r7/2022-09-21.txt.gz:{chan ch=tech}Yerald Tech: is it possible to move it out of OneDrive then? T3/r7/2022-09-21.txt.gz:{chan ch=tech}Yerald Tech: change the file path or something... T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: you can just move it T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: mushclient installs portably T3/r7/2022-09-21.txt.gz:{chan ch=tech}Yerald Tech: i see T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: the mushclient folder is self-contained T3/r7/2022-09-21.txt.gz:{chan ch=tech}Yerald Tech: awesome T3/r7/2022-09-21.txt.gz:{chan ch=tech}Highway Robbo Tech: I'm waiting for the self-aware version. T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: (this is why it doesn't like to be installed into the Programs area since Windows Vista) T3/r7/2022-09-21.txt.gz:{chan ch=tech}Yerald Tech: where is a good spot to move it to? T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: some people put it on their desktop T3/r7/2022-09-21.txt.gz:{chan ch=tech}Yerald Tech: solid enough... thanks T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: May I ambush you Fiendish? Do you know if there is a way to extend the height of the scroll bar for themed_miniwindows? T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: extend the height to where? T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: I'm not sure if that makes sense... Basically I'm running into a problem where the window goes into scrollbar mode at a lower height setting (I'm not sure what that setting is) than I would like. T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: I think I need to see what this looks like. Can you send me screenshots? T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: working on it, give me a few seconds. T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: if you don't mind T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: not at all T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: Well my plugin is busted so I can't get it to trigger, but bascially I want to increase the value whatever triggers the "Scroll down to read more message" so that I'm given more height leway out of the window. T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: that shows whenever you aren't all the way at the bottom T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: you want it to not show up until some higher point? T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: exactly, I don't want there to be a bottom. At least for another 30 or 40 lines more. T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: but there is a bottom T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: maybe let's back up a step. what is the context for you not wanting it to show up yet? T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: So I've designed a buggy window that shows all the room stuff, Room Name, Description, Items, Players, Mobs. I have it to the right of my screen. Where it has plenty of room. T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: ok, so far so good T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: It autosizes to the smallest setting it can until it reaches some sort of height max, at which point it shows the "Scroll down to read more" option. T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: I don't want that :'( T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: what do you mean "smallest setting it can" ? T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: It has lots more room to grow. T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: is the autosize not working properly? T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: maybe this is just a bug with autosize? T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: I'm not sure... I tried adjusting what I thoght was the window height value, but it didn't work. T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: can you show me the code? I can probably help fix it T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: O gosh! It's a mess. Please forgive me for this frankenstiens monster I've been playing with. T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: Search your name to see the value that I tried adjusting to fix the height. https://pastebin.com/V6xTqVfX T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: ok, looking T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: here we go, so at this "Height" the "Scroll down for more" appears. I'd rather the "scroll down for more" didn't appear till it was at twice that height. https://i.imgur.com/Lxn8kch.png T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: it sounds like what you want is just for the window to be bigger, not really for the message to not appear, yes? T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: Correct. T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: (if the window is big enough then the message won't appear) T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: But the window auto adjusts and I don't think the height setting does anything. T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: Ok, give me a minute to deal with a player thing and then I'll start looking to understand what you're doing in the code. T3/r7/2022-09-21.txt.gz:{chan ch=tech}Kerith Tech: is there a way to add a room to map without entering it? kinda miss that from zmud T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: Good luck with both of those! T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: no T3/r7/2022-09-21.txt.gz:{chan ch=tech}Kerith Tech: well dang, ok tx T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: Braun: going to have to pause before looking at the code. IRL stuff T3/r7/2022-09-21.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: I'll write you a note if you're not online when I look T3/r7/2022-09-21.txt.gz:{chan ch=tech}Braun Tech: I do not judge! I appreciate you Fiendish! Have a good one! T3/r7/2022-09-21.txt.gz:{chan ch=tech}Not really Wrilley Tech: in zmud you could do this "#20 id %i.whatever" and it would loop through 1. to 20. can you do that in mushclient? T3/r7/2022-09-21.txt.gz:{chan ch=tech}Odorless Nuanse Tech: yes T3/r7/2022-09-21.txt.gz:{chan ch=tech}Not really Wrilley Tech: can you advise how please? T3/r7/2022-09-21.txt.gz:{chan ch=tech}Summoner Yuna Tech: I tried doing dinv build confirm (more than once actually) and dinv kept getting interrupted. It said "Skipping request to identify item "": timeout" and then every item left was listed with "Skipping identification of : another identification is in progress" appended to them. Doing dinv refresh seems to be adding items to the the cache and even when that gets interrupted, another dinv refresh has fewer items, so I think it's incrementally adding them. So will multiple dinv refreshes suffice? T3/r7/2022-09-21.txt.gz:{chan ch=tech}VaalVanir Tech: I think the best thing is to do a DINV Forget, and then rebuild. T3/r7/2022-09-21.txt.gz:{chan ch=tech}VaalVanir Tech: That way it'll be the cleanest list. T3/r7/2022-09-21.txt.gz:{chan ch=tech}Summoner Yuna Tech: Ugh, I'll try that, I guess, thanks. T3/r7/2022-09-22.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: Braun: around? T3/r7/2022-09-22.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: note sent T3/r7/2022-09-22.txt.gz:{chan ch=tech}Dogwater Bamboo Tech: Just saw the note Crowley. I thought this was already in Mush years ago back when I used to use Mush, but maybe I just saw Nick Gammon's code in the forums and utilized that myself T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Possibly. T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I know I gave my code to a few people, but I don't think it was ever native. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: Dogwater Bamboo rapidly nods twice, in complete agreement. T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Fiendish wrote convenience aliases to mimic zMUD/CMUD syntax, too, like the #trigger and #alias commands. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: yeah I've had it since using mush T3/r7/2022-09-22.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: so good though :) T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: my bigmap isnt updating T3/r7/2022-09-22.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: any ideas why? T3/r7/2022-09-22.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: it's stuck on aylor recall T3/r7/2022-09-22.txt.gz:{chan ch=tech}Dogwater Bamboo Tech: Tried re-installing it? T3/r7/2022-09-22.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: beyong my tech knowledge lol T3/r7/2022-09-22.txt.gz:{chan ch=tech}Kerith Tech: normally i have to restart client when mine freezes up on stuff, i notice triggers stop firing or act weird T3/r7/2022-09-22.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: you probably just need to manually move 8 T3/r7/2022-09-22.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: immstuff T3/r7/2022-09-22.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: i did T3/r7/2022-09-22.txt.gz:{chan ch=tech}Dogwater Bamboo Tech: Oh so it's an imm issue! T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yeah, teleporting won't update. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: just walk back and forth T3/r7/2022-09-22.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: Have you tried turning it off and back on? T3/r7/2022-09-22.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: walking now, small map updates but big map doesnt T3/r7/2022-09-22.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: Have you tried unplugging it and plugging it back in? T3/r7/2022-09-22.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: operator error T3/r7/2022-09-22.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: PEBCAK error T3/r7/2022-09-22.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: noob imm error... T3/r7/2022-09-22.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: i clicked unmerge then merge T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers with Helpdesk Kharpern about their shared secret. T3/r7/2022-09-22.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: or one of them ID-10-T errors. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: and now it's just blank T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I think that deserves a slaying, Kharpern. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Kerith Tech: PEBKAC T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Are you in imm-only accessible areas? :p T3/r7/2022-09-22.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: now he is T3/r7/2022-09-22.txt.gz:{chan ch=tech}Kerith Tech: between keyboard and chair :P T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers with Helpdesk Kharpern about their shared secret. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Dogwater Welding Tech: thank u god T3/r7/2022-09-22.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: strangley enough, dying fixed it T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: Helpdesk Kharpern falls to the ground and rolls around, laughing hysterically. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: now it is tracking my movement T3/r7/2022-09-22.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: see it works! T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: Kerith laffs. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Anssett Tech: it's called a reboot T3/r7/2022-09-22.txt.gz:{chan ch=tech}Anssett Tech: gosh T3/r7/2022-09-22.txt.gz:{chan ch=tech}Anssett Tech: "turn ocho off and back on" T3/r7/2022-09-22.txt.gz:{chan ch=tech}Kerith Tech: Khar - anytime he has an issue, be sure to kill him :P T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, let the record show that I suggested that idea! T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So technically, I fixed it with the help of an Imm executing the command, literally. T3/r7/2022-09-22.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: MUSHclient questions answered here T3/r7/2022-09-22.txt.gz:{chan ch=tech}404 Eroe Tech: I'm trying to rewrite the mapper in machine language and curious if you will help! T3/r7/2022-09-22.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: I'll provide significant moral support T3/r7/2022-09-22.txt.gz:{chan ch=tech}404 Eroe Tech: good enough for me! T3/r7/2022-09-22.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there a way to purge a room from Mapper without going there? For some reason, my manor has 2 rooms in Aylor called Vankoliche Manor and the 2nd one is a nomap room but appears 1st in the room list when SnD:ing mobs. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Ralyn Tech: you can purge an area T3/r7/2022-09-22.txt.gz:{chan ch=tech}Summoner Yuna Tech: I would prefer not to have to remap all of Aylor. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Kerith Tech: mapper showroom # then rightclick delete T3/r7/2022-09-22.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: mapper showroom is indeed the way to point the mapper at a room you're not in T3/r7/2022-09-22.txt.gz:{chan ch=tech}Summoner Yuna Tech: It's -1, though, so it's striped black room and I can't click it. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Kerith Tech: so pick the room # next to it :) T3/r7/2022-09-22.txt.gz:{chan ch=tech}Summoner Yuna Tech: According to Mapper, there are no rooms next to it. It's just an empty void. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Kerith Tech: showroom (1w) click on the 1e room and delete, or delete the exit from the 1w room T3/r7/2022-09-22.txt.gz:{chan ch=tech}Summoner Yuna Tech: Gotta be some weird temporary room only accessible during the Academy goal or something T3/r7/2022-09-22.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: -1 is not a usable ID for any mapper commands T3/r7/2022-09-22.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: showroom -1 will not show you what you want T3/r7/2022-09-22.txt.gz:{chan ch=tech}Summoner Yuna Tech: Aah, that's why. Well I have no clue what rooms would be considered to lead to it. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Kerith Tech: in that case your walking to the area :) T3/r7/2022-09-22.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: if you type 'mapper list vankolich' what does it show? T3/r7/2022-09-22.txt.gz:{chan ch=tech}Summoner Yuna Tech: "is in area 'aylor'" T3/r7/2022-09-22.txt.gz:{chan ch=tech}Summoner Yuna Tech: (nomap_Vankoliche Manor_aylor) Vankoliche Manor T3/r7/2022-09-22.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: that first part is what you'd use T3/r7/2022-09-22.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: try 'mapper showroom nomap_Vankoliche Manor_aylor' T3/r7/2022-09-22.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: uh...maybe T3/r7/2022-09-22.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: I mean, try it T3/r7/2022-09-22.txt.gz:{chan ch=tech}Summoner Yuna Tech: mapper showroom nomap_Vankoliche Manor_aylor T3/r7/2022-09-22.txt.gz:{chan ch=tech}Kerith Tech: hmmf not flagd nomap for me T3/r7/2022-09-22.txt.gz:{chan ch=tech}Summoner Yuna Tech: Thanks. I could right-click and delete it. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: 1337 H4x0r Fiendish enthusiastically high-fives Summoner Yuna! T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: Kerith shows his approval by clapping his hands together. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Summoner Yuna Tech: Speaking of which, Fiendish, would it be possible for you to rewrite mapper to allow us to give -1 rooms custom room numbers so that mapper will work with them? Like the room north of the entrance to ITLN. It has mobs that are sometimes Quest, Campaign or GQ mobs but you have to manually run to ITLN and north or use an alias instead of just using SnD/Mapper go automatically run there. I tried editing the database file, but it simply overwrote the custom map room number with -1 once I returned there. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Kerith Tech: i know this one! unmaped rooms that you want to force exits - mapper ignore mismatch true + remove existing exits + add custome n/e/s/w T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: 1337 H4x0r Fiendish goes, "Heh." T3/r7/2022-09-22.txt.gz:{chan ch=tech}Kerith Tech: I had same question :P T3/r7/2022-09-22.txt.gz:{chan ch=tech}Summoner Yuna Tech: Pretty sure I tried that one but it failed. Maybe I missed a step. T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Try deleting the offending exit, then enter the room (or look to reload it). :p T3/r7/2022-09-22.txt.gz:{chan ch=tech}Bloodthorn Tech: is there a way to have mush keep moving/trying after marking a room norecall or noportal? or just gotta keep entering the command T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I think you can try 'mapper resume'. T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I forget, though. T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But not automatically, and since it's "Note" or "print", can't trigger off it. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Kerith Tech: i use repeated mapper goes, it keeps testing rooms, can use recon to update the rooms manually tho T3/r7/2022-09-22.txt.gz:{chan ch=tech}Bloodthorn Tech: ah T3/r7/2022-09-22.txt.gz:{chan ch=tech}Bloodthorn Tech: any plugins to display container contents, or specific items with count in a window? T3/r7/2022-09-22.txt.gz:{chan ch=tech}Millshay Tech: how can I queue the same action multiple times in MUSHclient? Say I want to cast cure 5 times T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Read my latest tech note. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Yerald Tech: ailias semicolin alias semicolin T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Or you can stack them with 'c cure;c cure;c cure;c cure;c cure' T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But my latest tech note will assist with that, allowing you to do: #5 c cure T3/r7/2022-09-22.txt.gz:{chan ch=tech}Ayasinda Tech: or have the command stay in the sommandline so you just have to pres enter T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Ayasinda. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Millshay Tech: thanks much, I need to refresh myself on how to read notes but I've got the helpfile here, I'll figure it out, thanks again all T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley beams a smile at Millshay. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Millshay Tech: Neat, I like it. T3/r7/2022-09-22.txt.gz:{chan ch=tech}5thDensity Sol Tech: can anyone recommend a cp tracker for mush? T3/r7/2022-09-22.txt.gz:{chan ch=tech}Bloodthorn Tech: a tracker for what, time taken? T3/r7/2022-09-22.txt.gz:{chan ch=tech}5thDensity Sol Tech: like average qps, time, etc. similar to Quest trackers ive seen T3/r7/2022-09-22.txt.gz:{chan ch=tech}5thDensity Sol Tech: maybe it doesnt exist, i just assumed it would T3/r7/2022-09-22.txt.gz:{chan ch=tech}Yerald Tech: you want to track how much qp you gain over x time? T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: 5thDensity Sol nods at Yerald. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Odorless Nuanse Tech: Basts trackers are quite good T3/r7/2022-09-22.txt.gz:{chan ch=tech}Yerald Tech: I know there is gold/xp trackers T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tavrin Tech: Is there an equipment database out there somewhere? I'm interested in building a set of gear with a very particular set of stats on it. T3/r7/2022-09-22.txt.gz:{chan ch=tech}5thDensity Sol Tech: not a very particular set of skills? T3/r7/2022-09-22.txt.gz:{chan ch=tech}Not really Wrilley Tech: dunno how complete it is but gaardian has one T3/r7/2022-09-22.txt.gz:{chan ch=tech}Dartan Tech: http://eq.gaardian.com/ T3/r7/2022-09-22.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: don't think that gaardian has been updated in quite a while. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Anssett Tech: gaardian is outdated a bit but it's probably the best public option T3/r7/2022-09-22.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: your best bet may be to keep an eye on market, forsale, and auction for items that come up. Auction you need to be online for, obviously. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tavrin Tech: Yeah, I think gaardian's just open clan EQ, no? T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tavrin Tech: I'm specifically looking for gear that has -wis and +int or vice verrsa. T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: iwuvaard.org used to be the site to go to. :( T3/r7/2022-09-22.txt.gz:{chan ch=tech}Sath Tech: trying to maximize mental balance I guess? T3/r7/2022-09-22.txt.gz:{chan ch=tech}Not really Wrilley Tech: no one got a dump from it before it died? T3/r7/2022-09-22.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: would probably be more outdated than gaardian :-p T3/r7/2022-09-22.txt.gz:{chan ch=tech}Not really Wrilley Tech: fair point T3/r7/2022-09-22.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: just need to keep an account logged in all the time, that ids everything to hit auction and market, then scrape the stats, slot, resists, etc... Easy peasy! T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: Fyzzy Xyzzy flibbers his lips. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Not really Wrilley Tech: there's also this, dunno how current it is https://hadar.ninja/index.php?page=help T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Maybe I'll wind up writing a new database of equipment, unless someone else beats me to it. I know at least of one person who has gone through and cataloged everything they've ever picked up in every area, having cleared the area a number of times... T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, Hadar is relatively still active, too. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: ask Lasher for a dump of pfiles! ;) T3/r7/2022-09-22.txt.gz:{chan ch=tech}Not really Wrilley Tech: and maybe Abelinc's logs? does he still post those? T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Abelinc has logs, but don't think it's of equipment. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: dont even need lasher to provide, just need his permission lol T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Xyzzy: Better to just have him dump all object files. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Not really Wrilley Tech: anything he's ever IDed T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: Fyzzy Xyzzy crosses his arms and nods slowly and sagely to Ocho Ocho Ocho. T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: At least object files won't be duplicated like pfiles would. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: let's table that one, as .... not bloody likely, then? T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Fyzzy Xyzzy. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: of course, if there were some imm, somewhere, that would just dump player gear and catalogue it... T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Maybe you can bribe one of the other Imms. Too bad no one thought to do that to Fenix before he went BS insane. *shifty* T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: Fyzzy Xyzzy enthusiastically high-fives (Aleister) Crowley! T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tavrin Tech: Still somewhat available on the wayback machine, so that's handy, Crowley, thanks! T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Tavrin. T3/r7/2022-09-22.txt.gz:{chan ch=tech}Guinness Tech: ah yes newbies are always asking for such a thing! T3/r7/2022-09-22.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: i made a shield with 2k resist in everything, we could add that to the list T3/r7/2022-09-22.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: (K) (Magic) (Glow) (Hum) a shield of crushed beer cans (204) T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: Ocho Ocho Ocho throws back his head and cackles with insane glee! T3/r7/2022-09-22.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Anyway, time to head home! T3/r7/2022-09-22.txt.gz:{chan ch=tech}Fyzzy Xyzzy Tech: did you pair it with a matching weapon? T3/r7/2022-09-22.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: (Magic) (Glow) (Hum) (Cursed) a frying pan (400) yep T3/r7/2022-09-22.txt.gz:{chan ch=tech}Dartan Tech: is there a command line for mushclient to disconnect and to also connect T3/r7/2022-09-22.txt.gz:{chan ch=tech}Millshay Tech: is there a command in mushclient to output the results of one specific command (like spells) to a new window like the helpfiles do? T3/r7/2022-09-22.txt.gz:{chan ch=tech}Braun Tech: No specific command that i know of, I've been using Fiendish's themed_miniwindows to make output windows of some of my own things I want: https://github.com/fiendish/aardwolfclientpackage/wiki/Easy-DIY-Miniwindows#to-resize-a-themedtextwindow-to-fit-its-current-contents-call T3/r7/2022-09-22.txt.gz:{chan ch=tech}Braun Tech: Ugh. I meant this link but I guess they go to the same place: https://github.com/fiendish/aardwolfclientpackage/wiki/Easy-DIY-Miniwindows T3/r7/2022-09-22.txt.gz:{chan ch=tech}Millshay Tech: thanks! T3/r7/2022-09-22.txt.gz:{chan ch=tech}Algaru Tech: disrupt test T3/r7/2022-09-22.txt.gz:{chan ch=tech}Tech: Algaru slaps himself, really strange ... T3/r7/2022-09-22.txt.gz:{chan ch=tech}Braun Tech: If you want to see some examples of what other people have done with it (or maybe other people have already done what you want so there is no since reinventing the wheel) you can find some examples here: https://github.com/search?q=%22ThemedTextWindow%28%22&type=code T3/r7/2022-09-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: How do I a GMCP check for my level but with multiple parameters to watch out for? Like: "if MyLevel == 1, 10, 21 then" <-- (except with the correct syntax)? T3/r7/2022-09-23.txt.gz:{chan ch=tech}Odorless Nuanse Tech: table? T3/r7/2022-09-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: I want every positiive reseult to do the exact same thing and don't want to have to do a separate table entry for each positive result. T3/r7/2022-09-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You would have to make an expression for each one: if MyLevel == 1 or MyLevel == 10 or MyLevel == 21 then T3/r7/2022-09-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Alternatively, you could do this: local MyLevel = "[%1]" if string.find("[1] [10] [21]", MyLevel) then do this... T3/r7/2022-09-23.txt.gz:{chan ch=tech}Giddorah Tech: Every other time I get disconnected dinv fails to re-initialize when I reconnect. Is there anything I can add that makes it always initialize on connect? T3/r7/2022-09-23.txt.gz:{chan ch=tech}Giddorah Tech: "DINV Skipping portal request: plugin is not yet initialized (are you AFK or sleeping?)" T3/r7/2022-09-23.txt.gz:{chan ch=tech}Millshay Tech: hey what's wrong with this alias? When I try to execute it only the first command goes off alias buff cast bless T3/r7/2022-09-23.txt.gz:{chan ch=tech}Millshay Tech: lol it broke trying to type it into the channel T3/r7/2022-09-23.txt.gz:{chan ch=tech}Sath Tech: you can double up semicolons T3/r7/2022-09-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Is it a MUDside alias, or client-side? T3/r7/2022-09-23.txt.gz:{chan ch=tech}Millshay Tech: mudside T3/r7/2022-09-23.txt.gz:{chan ch=tech}Millshay Tech: double up huh hmm T3/r7/2022-09-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If it's MUDside, you have to either double up the ;, or start the line with a ; (e.g. ;alias cb cast bless;c armor) T3/r7/2022-09-23.txt.gz:{chan ch=tech}Millshay Tech: Interesting I'll play with it, thanks you two T3/r7/2022-09-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: So, recap: alias cb cast bless;;cast armor -- OR -- ;alias cb cast bless;cast armor T3/r7/2022-09-23.txt.gz:{chan ch=tech}Sath Tech: you may also be interested in the 'spellup' command T3/r7/2022-09-23.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Sath. T3/r7/2022-09-23.txt.gz:{chan ch=tech}Millshay Tech: Well I'll be. T3/r7/2022-09-23.txt.gz:{chan ch=tech}Millshay Tech: Thank you kindly. T3/r7/2022-09-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: We got some pretty smart folks here. ;) T3/r7/2022-09-23.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Hm? Somebody call me? T3/r7/2022-09-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I said smart folks, not fart yolks. T3/r7/2022-09-23.txt.gz:{chan ch=tech}Millshay Tech: XD T3/r7/2022-09-23.txt.gz:{chan ch=tech}Sath Tech: smart folks: I have a spellup management system relying on {affon} and {affoff} tags, and it works great except for sometimes I lose biofeedback without my code realizing it. Does anyone know of a specific property of biofeedback that might cause this? T3/r7/2022-09-23.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: Are you also casting sanctuary? T3/r7/2022-09-23.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: It might be overlapping. T3/r7/2022-09-23.txt.gz:{chan ch=tech}Sath Tech: no T3/r7/2022-09-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Even if he were, it should show the affoff flag. T3/r7/2022-09-23.txt.gz:{chan ch=tech}Sath Tech: I wonder if it coudl be some interaction with a sanc aura... T3/r7/2022-09-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That would be my guess. Hmm. T3/r7/2022-09-23.txt.gz:{chan ch=tech}Sath Tech: yeah, I think that's it T3/r7/2022-09-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I forget, does affoff come with any other argument than the spell number? T3/r7/2022-09-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: No, doesn't appear so. T3/r7/2022-09-23.txt.gz:{chan ch=tech}Sath Tech: yeah, was a bug in my sfail handler T3/r7/2022-09-23.txt.gz:{chan ch=tech}Sath Tech: well, only kinda. sfail with a reason of 2 means "already affected". My code assumed that "already affected" meant I already had the affect, but if I'm wearing an aura, I don't. T3/r7/2022-09-23.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Ah, yeah, sfail would be it, I suppose. T3/r7/2022-09-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: Just that, nothijng else? T3/r7/2022-09-23.txt.gz:{chan ch=tech}Dr. Evl Tech: anyone good with scripting? i have a bunch of commands i wanna queue without spamming the server and getting DCed T3/r7/2022-09-23.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: Just copy 'em into a notepad and paste a few chunks at a time? T3/r7/2022-09-23.txt.gz:{chan ch=tech}Algaru Tech: i've got an example of that T3/r7/2022-09-23.txt.gz:{chan ch=tech}Algaru Tech: it's not the prettiest... T3/r7/2022-09-23.txt.gz:{chan ch=tech}Dr. Evl Tech: oh its not a one off T3/r7/2022-09-23.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: ah T3/r7/2022-09-23.txt.gz:{chan ch=tech}Sath Tech: it's pretty straightforward to use echocommand to set up a command queue T3/r7/2022-09-23.txt.gz:{chan ch=tech}Algaru Tech: you can look here: https://github.com/algaru-aard/Aard/blob/master/AardPokerAnalyzer.xml - in this i build up a queue for the turnin stuff, and go through it with a wait in between each command T3/r7/2022-09-23.txt.gz:{chan ch=tech}Dr. Evl Tech: i added a wait, but seems to ignore it, or half a second is too fast still? T3/r7/2022-09-23.txt.gz:{chan ch=tech}Sath Tech: wait is a mapper psueod-command, doesn't do anything outside of speedwalks T3/r7/2022-09-23.txt.gz:{chan ch=tech}Algaru Tech: this is the relevant part: https://github.com/algaru-aard/Aard/blob/master/AardPokerAnalyzer.xml#L698-L708 - you can see how that's invoked T3/r7/2022-09-23.txt.gz:{chan ch=tech}Dr. Evl Tech: yeah i am using wait.make (function () wait.time(0.3) Execute(cmd) end) T3/r7/2022-09-23.txt.gz:{chan ch=tech}Algaru Tech: i found that example in the gammon forums i think (or something similar). i honestly have no idea how it works T3/r7/2022-09-23.txt.gz:{chan ch=tech}Dr. Evl Tech: yeah maybe i just put it all in a queue like you have done and run x cmds at a time T3/r7/2022-09-23.txt.gz:{chan ch=tech}Dr. Evl Tech: then put a wait between them T3/r7/2022-09-23.txt.gz:{chan ch=tech}Algaru Tech: i rememmber it being a hassle to get it to work properly, i think that's why i did a queue T3/r7/2022-09-23.txt.gz:{chan ch=tech}Dr. Evl Tech: yeah, i cant see the wait working, maybe it still stacks them too quick, maybe longer wait would be better T3/r7/2022-09-23.txt.gz:{chan ch=tech}Scyther Tech: echocommand works really nice if you put a line thing at the end of your prompts %c T3/r7/2022-09-23.txt.gz:{chan ch=tech}Dr. Evl Tech: thanks for helps! see how it goes T3/r7/2022-09-23.txt.gz:{chan ch=tech}Algaru Tech: np, good luck! T3/r7/2022-09-23.txt.gz:{chan ch=tech}Dr. Evl Tech: got the wait queue working, not sure how long this is gonna take now XD T3/r7/2022-09-24.txt.gz:{chan ch=tech}Odorless Nuanse Tech: what the... "DINV dbot.spinWhileExists: Timed out waiting for deletion of ""file"" " what has changed? T3/r7/2022-09-24.txt.gz:{chan ch=tech}Odorless Nuanse Tech: moving backup or creating doesnt give any problems T3/r7/2022-09-24.txt.gz:{chan ch=tech}Smoochable Saraid Tech: try reinstalling it or restarting mush T3/r7/2022-09-24.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: Signal's asking folks to run proxy servers for Iran, in case anyone's interested https://signal.org/blog/run-a-proxy/ T3/r7/2022-09-24.txt.gz:{chan ch=tech}Evine Tech: question, anyone have experience working with loops and variables in an alias? For some reason, if i set local var = %1, and then try to reference it later for example, for i = 1,var do...it gives me an error that the for limit must be a number... T3/r7/2022-09-24.txt.gz:{chan ch=tech}Evine Tech: I have var set to to num%1 T3/r7/2022-09-24.txt.gz:{chan ch=tech}404 Eroe Tech: use tonumber(...) to make it an int T3/r7/2022-09-24.txt.gz:{chan ch=tech}Odorless Nuanse Tech: yeah, mush catches it as a string T3/r7/2022-09-24.txt.gz:{chan ch=tech}Evine Tech: annnnnnd I just crashed my client running an infinite loop :D T3/r7/2022-09-24.txt.gz:{chan ch=tech}Bloodthorn Tech: I have the Stats_Detector plugin, can anyone tell me how to reference a specific variable from it in a trigger? T3/r7/2022-09-24.txt.gz:{chan ch=tech}Evine Tech: is there a way to pull information about all the mobs targetting you? Kind of like the foe in the gmpc box, but a list of all aggro? T3/r7/2022-09-24.txt.gz:{chan ch=tech}Prancin' Garence Tech: afaik gmcp only gives information about the one you're aimed at. T3/r7/2022-09-24.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: Since this is a tech question - is there a way to get the mapper to re-read exits from a room after you've hand-deleted them? T3/r7/2022-09-24.txt.gz:{chan ch=tech}Odorless Nuanse Tech: walk in T3/r7/2022-09-24.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: "mapper thisroom" doesn't have the links anymore. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Yerald Tech: is there a plugin that does the math on spell and skill damage? T3/r7/2022-09-25.txt.gz:{chan ch=tech}Trachx Tech: is not dtrack good enough? T3/r7/2022-09-25.txt.gz:{chan ch=tech}Yerald Tech: not mid fight T3/r7/2022-09-25.txt.gz:{chan ch=tech}Yerald Tech: since atm, I don't have the ability to figure out the best damage spell I have for whichever target... T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: out of curiosity, which of these do you prefer (A or B to follow) T3/r7/2022-09-25.txt.gz:{chan ch=tech}404 Eroe Tech: I choose c T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: A: You sense that life will return to this area in roughly 1639-1640 minutes. (1d 3h 20m) T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: B: You sense that life will return to this area in roughly 1639-1640 minutes. (09/26/22 11:58:23) T3/r7/2022-09-25.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: I don't like either of them, the repop needs to be faster! T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: good point T3/r7/2022-09-25.txt.gz:{chan ch=tech}Peacemaker Negader Tech: a T3/r7/2022-09-25.txt.gz:{chan ch=tech}Anssett Tech: you could make it an option selection T3/r7/2022-09-25.txt.gz:{chan ch=tech}Redryn Tech: A for short repops, B if planning ahead T3/r7/2022-09-25.txt.gz:{chan ch=tech}Trachx Tech: just use normal date format so like 2022/09/26 T3/r7/2022-09-25.txt.gz:{chan ch=tech}Anssett Tech: i like month spelled out to remove confusion T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: yeah, i want to do iso format... i just took this format from an example... easy enough T3/r7/2022-09-25.txt.gz:{chan ch=tech}Redryn Tech: I'd prefer: You sense that life will return to this area in roughly 1d 3h 20m. (09/26/22 11:58:23) T3/r7/2022-09-25.txt.gz:{chan ch=tech}Anssett Tech: i dont care about order but word makes it perfect clear :P T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: that's actually what i have now: You sense that life will return to this area in roughly 1639-1640 minutes. (1d 3h 20m)(09/26/22 11:58:23) T3/r7/2022-09-25.txt.gz:{chan ch=tech}Peacemaker Negader Tech: have an option added, also add 3rd option to add time on a T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: seemed too busy. optional parameter may be best T3/r7/2022-09-25.txt.gz:{chan ch=tech}Trachx Tech: I hope that you won't also use that weird am/pm time T3/r7/2022-09-25.txt.gz:{chan ch=tech}Redryn Tech: also you need to have the seconds timer T3/r7/2022-09-25.txt.gz:{chan ch=tech}Tech: Redryn crosses his arms and nods slowly and sagely. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Trachx Tech: so (1d 3h 20m)(2022/09/26 13:10:23.300) T3/r7/2022-09-25.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: The main use of day+ repop catching would presumably be epic scheduling, so you might wanna show MUD time for that. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Peacemaker Negader Tech: but do you really need date? T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: so precise! T3/r7/2022-09-25.txt.gz:{chan ch=tech}Trachx Tech: if there is a date then it should be yyyy/mm/dd, though I think (1d 3h 20m) is enough T3/r7/2022-09-25.txt.gz:{chan ch=tech}Peacemaker Negader Tech: nod T3/r7/2022-09-25.txt.gz:{chan ch=tech}Trachx Tech: (1d 3h 20m) is even better, you do not have to convert time to GMT+/-X T3/r7/2022-09-25.txt.gz:{chan ch=tech}Redryn Tech: or if you wanna be fancy, just put Monday or T+1 T3/r7/2022-09-25.txt.gz:{chan ch=tech}Redryn Tech: and cut away all the text spam... "Estimated Repop: Monday, T+1 at 13:10:23 (1d 3h 20m from now). T3/r7/2022-09-25.txt.gz:{chan ch=tech}Peacemaker Negader Tech: the time... its all different bec everyone in different time range. are you intending to make it aard time? T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: honestly i didn't think about that, this started as something i watned to do so see how long repop times were T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: right now it looks like this: Estimated repop: 1627-1628min (1d 3h 8m)(Monday 11:58:04AM local) T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: i looked at the epic calendar and trying to convert back and forth out of ostime was messy... i was getting some inconsistent results (probably DST-related) with mine so i ended up manually hardcoding it to 3 hours off mud time T3/r7/2022-09-25.txt.gz:{chan ch=tech}Peacemaker Negader Tech: since epic hours are based on aard time, aard time is good. everyone usually know how to convert epic times to thie own local time *i think* T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: for this particular thing, i'm just using ostime, which would be local T3/r7/2022-09-25.txt.gz:{chan ch=tech}Peacemaker Negader Tech: oh yea, convering os time to aard time will take more effort T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Honestly, just cut everything else away. If greater than 2 minutes, add a 'time' to it. If greater than 24 hours, add a 'day' to it. So: Estimated repop: 30 seconds. --> Estimated repop: ~3 minutes (11:56 am). Or, Estimated repop: 1d 3h 8m (Monday, 12:03 pm). T3/r7/2022-09-25.txt.gz:{chan ch=tech}Peacemaker Negader Tech: not that it cannot be done but just more work :( T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: That's how I'd do it, anyway. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: haha crowley, that's what it started as but it kind of ballooned T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Not difficult to convert OS time to MUD time. I do that with my double predictor without complications. T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: [Melvin]: At 155 kpm, Monday 26 Sep, 2022 at 13:21 MUDtime (1d 1h 26m from now) T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: right now, it shows this in a normal area: Estimated repop: 2-3min (Sunday 08:58:32AM local) T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: in an epic area (or any other area that could have hour-long repops, i guess) it shows the other stuff T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: what approach did you use for converting to mudtime? offhand, i was thinking of just capturing mudtime output, building a table with that time, and adding minutes to that T3/r7/2022-09-25.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: If only there were some sorta database that could tell you about timezones... T3/r7/2022-09-25.txt.gz:{chan ch=tech}Peacemaker Negader Tech: for any repops happening soon, or within same day, showing the day seem unnecessary imo .... i mean since you asked :) T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: ha, true T3/r7/2022-09-25.txt.gz:{chan ch=tech}Peacemaker Negader Tech: but i do like the time out T3/r7/2022-09-25.txt.gz:{chan ch=tech}Peacemaker Negader Tech: output * T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: alright - thanks for the input everyone, going to set this aside for now. I had put it in my "random stuff" plugin, so it's a bit weird but it's here if anyone would find this useful in the current form: https://github.com/algaru-aard/Aard/blob/master/ConvenienceScripts.xml T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hmm, do I need to add you to Aard Central? T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: heh i dunno! if anything i have would be useful, i'd love to share it T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Anyone who contributes plugins to Aardwolf deserves a spot on the list. As a collection, it allows people to see things they might otherwise miss. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Algaru Tech: very cool ! i see the note on tech channel, i'll bookmark this. thanks! T3/r7/2022-09-25.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley rapidly nods twice, in complete agreement. T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: There, now added. T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hmm, anyone know of a program for Windows that would allow you to add buttons you can click to do commands? Specifically, I want to be able to click a button and it'll send key combos (e.g. Ctrl+Shift+A). Trying to make life easier with a tablet instead of using a keyboard all the time. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Bloodthorn Tech: I think AutoHotKey can T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'll look into AutoHotkey, then. T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Hmm, I don't know that it does. Specifically, I am hoping to do an overlay on a tablet, much like you can with a phone, etc. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley sits down and thinks deeply. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Gaballon Tech: just for mush or for everything? T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Not for MUSH at all. It's for work. I do repeated actions, and right now I'm on a Surface. It would just be nice to hit a button instead of having to use a keyboard. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Bloodthorn Tech: https://www.autohotkey.com/board/topic/11762-how-to-make-clickable-web-link-in-text-field/ T3/r7/2022-09-25.txt.gz:{chan ch=tech}Bloodthorn Tech: maybe too small though T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I'll look. But hoping for an actual button. :\ Maybe I'll just use AutoHotKey and set it to a key press and save myself the extra steps. Right now, it's Shift+F10, Winkey+3, Ctrl+Shift+A, Winkey+2, Ctrl+V, Enter. Rinse and repeat. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Bloodthorn Tech: could have sworn it did buttons, but maybe make the link a . and incrase the font size alot lol T3/r7/2022-09-25.txt.gz:{chan ch=tech}Anssett Tech: reddit has a few possibilities, oldish thread but it's in the context of a surface T3/r7/2022-09-25.txt.gz:{chan ch=tech}Anssett Tech: https://www.reddit.com/r/Surface/comments/609f1a/does_anyone_know_of_a_custom_on_screen_button/ T3/r7/2022-09-25.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley looks at Anssett ponderingly. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Bloodthorn Tech: https://www.youtube.com/watch?v=0nKKxYQwU7s T3/r7/2022-09-25.txt.gz:{chan ch=tech}Anssett Tech: wat T3/r7/2022-09-25.txt.gz:{chan ch=tech}Bloodthorn Tech: knew it was capable hah T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Cool, I'll see if I can mess around with it and get it to do what I want. :D T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Thanks, Bloodthorn. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Tech: Bloodthorn bows deeply. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Lorddeath Tech: looking for good damage tracker. amy idea? T3/r7/2022-09-25.txt.gz:{chan ch=tech}Peacemaker Negader Tech: my windows in Mush has moved to right side of my screen, and left side has been taken over by some blank white screen. not sure what. i can't move my main windows to the left. anyone know a fix? https://ibb.co/0GT3k8K T3/r7/2022-09-25.txt.gz:{chan ch=tech}Torkin Tech: view then reset toolbar locations T3/r7/2022-09-25.txt.gz:{chan ch=tech}Peacemaker Negader Tech: that worked. thank you :) T3/r7/2022-09-25.txt.gz:{chan ch=tech}Torkin Tech: also, curious what autopk is T3/r7/2022-09-25.txt.gz:{chan ch=tech}Torkin Tech: yw T3/r7/2022-09-25.txt.gz:{chan ch=tech}Peacemaker Negader Tech: i found that plugin in thru tech forum. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Peacemaker Negader Tech: someone posted it. it shows if your autoassist is on or off, and other stuff. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Summoner Yuna Tech: And what precisely is AutoPK? T3/r7/2022-09-25.txt.gz:{chan ch=tech}Torkin Tech: its a setting on mud T3/r7/2022-09-25.txt.gz:{chan ch=tech}Kiss my Gritznakka Tech: Whether you assist during pk T3/r7/2022-09-25.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers softly. T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: People should be better about naming things. "AutoPK" makes it sound like you are a PK bot. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Torkin Tech: i mean it's literally the command on the mud lol T3/r7/2022-09-25.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Torkin. T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yeah, I know. But naming a plugin... expand on it! "AutoPK settings", for example. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Summoner Yuna Tech: I think it has a different name as well? T3/r7/2022-09-25.txt.gz:{chan ch=tech}Omphalon Tech: "help autopk" T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But yeah, that's just a status window. I think Kelaire made it (or one similar). T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Makes it so you never have to guess if you have an option turned on or off. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: hm. Is there a way to limit mapper to searching an area different from the one you're in? T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: As far as... rooms? Notes? T3/r7/2022-09-25.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: notes, shops, train, quest, and cexits - they have options. 'where', however, does not. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Ghaunadaur Tech: can anyone tell me why my snd would stop reading and clearing on cp or gq info? i am getting a double listing sometimes, then after a kill, goes back to single.. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Ghaunadaur Tech: its stopped picking up targets without me having to manually refresh too.. T3/r7/2022-09-25.txt.gz:{chan ch=tech}A Calm Stormwind Tech: clan heya all T3/r7/2022-09-25.txt.gz:{chan ch=tech}Fatal FrostBite Tech: '*pretends to be in Pyre* Hey Storm! T3/r7/2022-09-25.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: Hm. When looking at the mapper portal helps, "mapper portallevel" says not to manually account for tiers. Is there a command to set your tier for portal purposes somewhere? I'm not spotting that. T3/r7/2022-09-25.txt.gz:{chan ch=tech}Selitos Tech: yes mapper automatically figures tier T3/r7/2022-09-25.txt.gz:{chan ch=tech}Selitos Tech: you don't have to do anything T3/r7/2022-09-25.txt.gz:{chan ch=tech}Tech: Mischanner Epsilon goes, "Hmmmm." T3/r7/2022-09-25.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: Hm. Fair enough then. T3/r7/2022-09-26.txt.gz:{chan ch=tech}Deswrath Tech: is there any way i can not see the mobs hitting me messages? T3/r7/2022-09-26.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: you mean you want less spam? T3/r7/2022-09-26.txt.gz:{chan ch=tech}Deswrath Tech: yeah T3/r7/2022-09-26.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: or are you asking if theres a way you can be hurt without seeing the message. oh okay T3/r7/2022-09-26.txt.gz:{chan ch=tech}Not really Wrilley Tech: help spamreduce T3/r7/2022-09-26.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: type spamreduce T3/r7/2022-09-26.txt.gz:{chan ch=tech}Deswrath Tech: i tried spamreduce T3/r7/2022-09-26.txt.gz:{chan ch=tech}Classic Vost Tech: spamreduce T3/r7/2022-09-26.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: if you want you can change the damage readout T3/r7/2022-09-26.txt.gz:{chan ch=tech}Deswrath Tech: trying again now..lol T3/r7/2022-09-26.txt.gz:{chan ch=tech}High Risk Losteix Tech: there's also help damage. i don't think it'll stop you from seeing everytime you're hit, but it can at least reduce the number of lines. T3/r7/2022-09-26.txt.gz:{chan ch=tech}Not really Wrilley Tech: I use damage 5, but 6 is good too T3/r7/2022-09-26.txt.gz:{chan ch=tech}Deswrath Tech: spamreduce combat didnt work T3/r7/2022-09-26.txt.gz:{chan ch=tech}Deswrath Tech: [2] A small Munchkin's stab obliterates you. [44] T3/r7/2022-09-26.txt.gz:{chan ch=tech}Not really Wrilley Tech: it combines them into one line T3/r7/2022-09-26.txt.gz:{chan ch=tech}Not really Wrilley Tech: instead of multiple. If you want nothing I think you'd have to gag it client-side T3/r7/2022-09-26.txt.gz:{chan ch=tech}Deswrath Tech: yeah, its kind of spammy for aoe T3/r7/2022-09-26.txt.gz:{chan ch=tech}Haagen Tech: where do i adjust pagesize set? T3/r7/2022-09-26.txt.gz:{chan ch=tech}Deswrath Tech: do pagesize (number) T3/r7/2022-09-26.txt.gz:{chan ch=tech}Haagen Tech: ooh thanks T3/r7/2022-09-26.txt.gz:{chan ch=tech}Deswrath Tech: is there anyway to filter to show only a potion in my bag? T3/r7/2022-09-26.txt.gz:{chan ch=tech}Deswrath Tech: type* T3/r7/2022-09-26.txt.gz:{chan ch=tech}High Risk Losteix Tech: you could do it with dinv. without plugins, closest i can think of is "invs bag type" T3/r7/2022-09-26.txt.gz:{chan ch=tech}High Risk Losteix Tech: doesn't filter, but _does_ sort potions separately from everything else. T3/r7/2022-09-26.txt.gz:{chan ch=tech}Deswrath Tech: thanks! T3/r7/2022-09-26.txt.gz:{chan ch=tech}Kerith Tech: is there a way to 'save' a static table in mush? that can be used in refference for variables/triggers? T3/r7/2022-09-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Yes, with serialize.save. T3/r7/2022-09-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Create a lua table, then do require 'serialize' SetVariable("whatever", serialize.save("luaTable")) -- then it saves the table as a variable, and you can load up the variable with assert(loadstring(GetVariable("whatever"))) () T3/r7/2022-09-26.txt.gz:{chan ch=tech}Sath Tech: you can also use json.encode()/json.decode() T3/r7/2022-09-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: As long as you require 'json' first. T3/r7/2022-09-26.txt.gz:{chan ch=tech}Trachx Tech: maybe consider sql db? T3/r7/2022-09-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Another option, though maybe more clunky. T3/r7/2022-09-26.txt.gz:{chan ch=tech}Sath Tech: sql dbs have good performance characteristics for certain access patterns, but they require a lot more code to utilize T3/r7/2022-09-26.txt.gz:{chan ch=tech}Trachx Tech: it all depends how complicated is that table / what purpose T3/r7/2022-09-26.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Sath. T3/r7/2022-09-26.txt.gz:{chan ch=tech}Kerith Tech: thanks all, just simple lookups is all. i'll try the lua table. first thanks! T3/r7/2022-09-26.txt.gz:{chan ch=tech}Kerith Tech: me...and mush.. and "simple"...hahahah T3/r7/2022-09-26.txt.gz:{chan ch=tech}Spellup Roninleader Tech: I accidently changed the font type that shows up in my command bar? where do I find that setting in mush? T3/r7/2022-09-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Strange how you accidentally changed it. Go to Game->Configure->Commands. T3/r7/2022-09-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: In the middle is 'font', so you can change it how you see fit. T3/r7/2022-09-26.txt.gz:{chan ch=tech}Spellup Roninleader Tech: thanks! I guess I hit alt 0 accidentlly or something T3/r7/2022-09-26.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: 8nod T3/r7/2022-09-26.txt.gz:{chan ch=tech}Spellup Roninleader Tech: ok there are so many fonts. :P what is the default mush font? T3/r7/2022-09-26.txt.gz:{chan ch=tech}Not really Wrilley Tech: courier new, I think T3/r7/2022-09-26.txt.gz:{chan ch=tech}Selitos Tech: will variables save a table? T3/r7/2022-09-26.txt.gz:{chan ch=tech}KnightLord Throxx Tech: in mush, no. but you can send say a random from a table to a variable, in/with an alias T3/r7/2022-09-26.txt.gz:{chan ch=tech}Kerith Tech: how do i assign or print a specifc value from a table? Ive tried stuff like value=table[1].key but no luck T3/r7/2022-09-26.txt.gz:{chan ch=tech}404 Eroe Tech: table[1] should be the value. T3/r7/2022-09-26.txt.gz:{chan ch=tech}404 Eroe Tech: asuming it's just a regular associative map. T3/r7/2022-09-26.txt.gz:{chan ch=tech}Kerith Tech: for index, data in ipairs(table) do print(index) end --for errors bad argument #1 to 'ipairs' (table expected, got string) - trying to start simple but even thats not working driving me nuts T3/r7/2022-09-26.txt.gz:{chan ch=tech}Kerith Tech: if I just print (table) it spits out everything... but if i try to reference anything or print it by elemnt/value it cries T3/r7/2022-09-26.txt.gz:{chan ch=tech}Sath Tech: require("tprint");tprint(table) T3/r7/2022-09-26.txt.gz:{chan ch=tech}Kerith Tech: in the table = masterytable[1].mamt = 1, print (table["1"].mamt) (with and without quotes) says index a nil value T3/r7/2022-09-26.txt.gz:{chan ch=tech}Sath Tech: table expected got string means that your "table" variable doesn't contain a table, it contains a string T3/r7/2022-09-26.txt.gz:{chan ch=tech}Sath Tech: so it sounds like masterytable[1].mamt is a string, not a table T3/r7/2022-09-26.txt.gz:{chan ch=tech}Sath Tech: I think you just want "print(masterytable[1].mamt" (though I don't know the format of masterytable) T3/r7/2022-09-26.txt.gz:{chan ch=tech}Sath Tech: print(masterytable[1].mamt) T3/r7/2022-09-26.txt.gz:{chan ch=tech}Kerith Tech: hmmf u might be right... i added it as table but saved sa variable but print (table) works but tprint doesnt.. but looking at the saved variable it has table format hmmf T3/r7/2022-09-26.txt.gz:{chan ch=tech}Sath Tech: did you see what crowley said about using loadstring to load the table? T3/r7/2022-09-26.txt.gz:{chan ch=tech}Sath Tech: all MUSH variables are stored as strings T3/r7/2022-09-26.txt.gz:{chan ch=tech}Sath Tech: if you want them as any other type, you need to run code to recast them T3/r7/2022-09-26.txt.gz:{chan ch=tech}Kerith Tech: no way to "save"/use a table/variable then :( T3/r7/2022-09-26.txt.gz:{chan ch=tech}Sath Tech: I mean, there is, it just gets stored as a string T3/r7/2022-09-26.txt.gz:{chan ch=tech}Sath Tech: it's up to you to convert it to a string to store it, and de-convert it from a string to reload the table T3/r7/2022-09-26.txt.gz:{chan ch=tech}Kerith Tech: hmmf ok i got the var/format saved thats a plus i'll look at converting it bacbk to table format. thank you T3/r7/2022-09-26.txt.gz:{chan ch=tech}Sath Tech: Crowley Tech: Create a lua table, then do require 'serialize' SetVariable("whatever", serialize.save("luaTable")) -- then it saves the table as a variable, and you can load up the variable with assert(loadstring(GetVariable("whatever"))) () T3/r7/2022-09-26.txt.gz:{chan ch=tech}Kerith Tech: fuk me missed the load string part (have that ^ all saved in notepad too, and just reread it on gammon T3/r7/2022-09-26.txt.gz:{chan ch=tech}Dr. Evl Tech: any ideas why my mapper would recall and then portal to the same recall room from a noportal room? T3/r7/2022-09-26.txt.gz:{chan ch=tech}Not really Wrilley Tech: bounceportal T3/r7/2022-09-26.txt.gz:{chan ch=tech}Dr. Evl Tech: should i remove the bounceportal then? T3/r7/2022-09-26.txt.gz:{chan ch=tech}Not really Wrilley Tech: i have no idea, I suck at the mapper. T3/r7/2022-09-26.txt.gz:{chan ch=tech}Kerith Tech: got this to work, wouldnt work without the assert. basically makes a 'local' copy of the global variable as a table assert(loadstring("local "..GetVariable("presidents")))() --localcopy presidents[1].fname = "Barackk" --local change print(presidents[1].fname) T3/r7/2022-09-26.txt.gz:{chan ch=tech}Kerith Tech: tx for the help & patience T3/r7/2022-09-26.txt.gz:{chan ch=tech}Kerith Tech: assigning the loaded table to a local table still errors.. but this work can work with it :) T3/r7/2022-09-26.txt.gz:{chan ch=tech}Hellwing Tech: If I have an alias in mudclient, but I want there to be a pause between two different commands, how do I do that? T3/r7/2022-09-26.txt.gz:{chan ch=tech}Hellwing Tech: I'm trying to create an alias to use the command of a brewing plugin, followed by autoquaffing mana potions based on the mud alias I have set for that. T3/r7/2022-09-26.txt.gz:{chan ch=tech}Yerald Tech: set your commands and have it 'excute' instead of sending to the 'world' T3/r7/2022-09-26.txt.gz:{chan ch=tech}Hellwing Tech: Which I did, but right now it brews once, quaff's 3 mana potions, then tries a 2nd brew attempt, instead of brew, brew, quaff, quaff, quaff T3/r7/2022-09-26.txt.gz:{chan ch=tech}Hellwing Tech: So right nows it's going Brew, quaff, quaff, quaff, Brew, and I want the other, brew, brew, quaff, quaff, quaff T3/r7/2022-09-26.txt.gz:{chan ch=tech}Yerald Tech: one of my aliases was mis-written.. might be the case for you? T3/r7/2022-09-26.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: mushclient questions answered here T3/r7/2022-09-26.txt.gz:{chan ch=tech}Mannec Tech: when do you plan on porting aardmush as a plugin to obsolete versions of zmud? T3/r7/2022-09-26.txt.gz:{chan ch=tech}GrayBeard Wario Tech: Zmud T3/r7/2022-09-26.txt.gz:{chan ch=tech}Tech: Mannec crosses his arms and nods slowly and sagely to GrayBeard Wario. T3/r7/2022-09-26.txt.gz:{chan ch=tech}GrayBeard Wario Tech: haven't used zmud in 20 years T3/r7/2022-09-26.txt.gz:{chan ch=tech}Mannec Tech: yer missing out. theres nothing quite like several decades' worth of inter-operating spaghetti-coded trigger-cruft built on a mostly-implemented platform :p T3/r7/2022-09-26.txt.gz:{chan ch=tech}Summoner Yuna Tech: zMUD hasn't seen an update in over 14 years. How can you be playing on an even older version than that? T3/r7/2022-09-26.txt.gz:{chan ch=tech}Mannec Tech: ... it existed in more than a single version? T3/r7/2022-09-26.txt.gz:{chan ch=tech}Summoner Yuna Tech: Latest version is 7.11, so yes. T3/r7/2022-09-26.txt.gz:{chan ch=tech}Mannec Tech: which implies the existence of older, lower-numbered, versions, yes? T3/r7/2022-09-26.txt.gz:{chan ch=tech}Summoner Yuna Tech: I used to use zMUD. I remember playing on older versions. Like all the way back on version 5.XX IIRC T3/r7/2022-09-27.txt.gz:{chan ch=tech}Tech: Mannec pats Summoner Yuna on his head. T3/r7/2022-09-27.txt.gz:{chan ch=tech}Mannec Tech: mine is a 4-series. one of the 3-series was released as a free version - i didnt care for it. T3/r7/2022-09-27.txt.gz:{chan ch=tech}Haagen Tech: anyone familiar with the aardwolf_GMCP_Mapper plugin? T3/r7/2022-09-27.txt.gz:{chan ch=tech}Haagen Tech: i have a run-time error that i have no idea how to fix. :( T3/r7/2022-09-27.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: reinstall it haags T3/r7/2022-09-27.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: mushclient questions answered here T3/r7/2022-09-27.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Oh, sweet. I really just learned about GitHub Pages. I don't know how that slipped from me for so long, but now it'll make it easier to direct people to the actual plugin repositories instead of forking all of them over and maintaining them that way. T3/r7/2022-09-27.txt.gz:{chan ch=tech}Cheesy Anssett Tech: new project now crowley? :P T3/r7/2022-09-27.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers with Cheesy Anssett about their shared secret. T3/r7/2022-09-27.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Well, AardCentral has been up for a while now. But now I can write a webpage that directly links to other repositories instead of "Hey, this player's repositories are forked here! And here's another! And another! Go visit their repos for updated stuff!" T3/r7/2022-09-27.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Lasher JUST added AardCentral to help www, but I may need to have him change the link once I get the page all beautified. T3/r7/2022-09-27.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: But, I will work on that some other time. :D T3/r7/2022-09-27.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley really does need to brush up on HTML. T3/r7/2022-09-27.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: how did you just learn about github pages when I use github pages for my pages on github? T3/r7/2022-09-27.txt.gz:{chan ch=tech}Kerith Tech: we don't talk about gitclub ? :P T3/r7/2022-09-27.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: mushclient questions answered here T3/r7/2022-09-27.txt.gz:{chan ch=tech}Bloodthorn Tech: I recently started calling a variable from xstats_detector, and now the plugin gives an error at every launch until I reload it saying : [string "Plugin: xStats_Detector"]:105: bad argument #1 to 'do_pair' (string expected, got nil) T3/r7/2022-09-27.txt.gz:{chan ch=tech}Bloodthorn Tech: anything I can do about that, or just reload it as I have been? T3/r7/2022-09-27.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: what do you mean "calling a variable"? T3/r7/2022-09-27.txt.gz:{chan ch=tech}Bloodthorn Tech: GetPluginVariable T3/r7/2022-09-27.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: "Hey, variable! Yo momma so ugly, her own dog dereferences her!" T3/r7/2022-09-27.txt.gz:{chan ch=tech}Bloodthorn Tech: ring ring ring, variablephone T3/r7/2022-09-27.txt.gz:{chan ch=tech}Bloodthorn Tech: it only started after I started referencing it in a trigger, so I thought it may be related somehow T3/r7/2022-09-27.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: mind if I ask what you're using xStats_Detector for? T3/r7/2022-09-27.txt.gz:{chan ch=tech}Bloodthorn Tech: to detect after I am finished with combat, to check how many potions I have left T3/r7/2022-09-27.txt.gz:{chan ch=tech}Kerith Tech: do you use an alias to quaff? might be easier to just add a counter and -1 T3/r7/2022-09-27.txt.gz:{chan ch=tech}Bloodthorn Tech: I switch between clients, but I could just remember to refresh that I guess T3/r7/2022-09-27.txt.gz:{chan ch=tech}Bloodthorn Tech: because I would much rather wedge it into the stats window or something so I can see an amount all the time T3/r7/2022-09-27.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: the short answer is that you're probably checking the variable before it's set. the longer answer is that since you have to wait for stats to arrive for that plugin to work anyway, you probably should use the gmcp value instead T3/r7/2022-09-27.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: what variable are you reading? position? T3/r7/2022-09-27.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: fighting? T3/r7/2022-09-27.txt.gz:{chan ch=tech}Bloodthorn Tech: yes T3/r7/2022-09-27.txt.gz:{chan ch=tech}Bloodthorn Tech: position T3/r7/2022-09-27.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: require "gmcphelper";print(gmcp("char.status.state")) T3/r7/2022-09-27.txt.gz:{chan ch=tech}Strazor Tech: To add to what fiendish is saying, when I load up my client I type 'hpc' (heal pot count) and 'rpc'(refresh pot count). This loads the pot count totals. After each quaff a display tells me how many I have left. T3/r7/2022-09-27.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: https://github.com/fiendish/aardwolfclientpackage/wiki/Using-GMCP#gmcp-how-to T3/r7/2022-09-27.txt.gz:{chan ch=tech}Bloodthorn Tech: got it, I will work with both of those suggestions thank you T3/r7/2022-09-27.txt.gz:{chan ch=tech}Kerith Tech: just throwing it out there, i appreciate the help gmcp & the options for getting info T3/r7/2022-09-28.txt.gz:{chan ch=tech}Kerith Tech: ok.. so I created a table, searliezed it to a table, and was able to use it (variable saved)... close/reopen client... it doesnt use the variable anymore, i have to "re"make the variable before the seralization/using var/converted bacbk to table works... ideas? T3/r7/2022-09-28.txt.gz:{chan ch=tech}Macbeth Tech: sometimes my client takes the ; from channel and enter as command the line after ; any idea why? T3/r7/2022-09-28.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: Dumb question, but only *sometimes*? T3/r7/2022-09-28.txt.gz:{chan ch=tech}Mischanner Epsilon Tech: i.e. it's inconsistent? T3/r7/2022-09-28.txt.gz:{chan ch=tech}Macbeth Tech: yea inconsistent T3/r7/2022-09-28.txt.gz:{chan ch=tech}Macbeth Tech: like for example genie epic usually lead will say "wf;e;s in 3.. count down" i woll execute e and s T3/r7/2022-09-28.txt.gz:{chan ch=tech}Not really Wrilley Tech: are you capturing to a chat window? T3/r7/2022-09-28.txt.gz:{chan ch=tech}Macbeth Tech: is main window. echoed T3/r7/2022-09-28.txt.gz:{chan ch=tech}Not really Wrilley Tech: i mean could it be happening within the capture script? T3/r7/2022-09-28.txt.gz:{chan ch=tech}Sath Tech: I would expect "say wf;e;s in 3.. count down" to be broken up into three commands: say wf, e and s in 3.. count down. Are you using double semicolons to escape, or preceding the line with a semicolon? T3/r7/2022-09-28.txt.gz:{chan ch=tech}Sath Tech: "s in 3.. count down" will be interpreted by the game as "south" T3/r7/2022-09-28.txt.gz:{chan ch=tech}Not really Wrilley Tech: to clarify. I took that to mean it happens when someone else sends it in grouptell T3/r7/2022-09-28.txt.gz:{chan ch=tech}Sath Tech: ah T3/r7/2022-09-28.txt.gz:{chan ch=tech}Sath Tech: it sounds like you have a trigger that triggers on what they're saying and sends to: Execute, using some portion of what they've said in the Send text T3/r7/2022-09-28.txt.gz:{chan ch=tech}Sath Tech: for example, if you have a trigger like "* says 'spellup'", and executes "spellup %1", then it can be tricked with a line like "Sath says '1;drop all;sac all; says 'spellup'", you'll execute: spellup l;drop all;sac all T3/r7/2022-09-28.txt.gz:{chan ch=tech}Not really Wrilley Tech: hopefully that didn't just occur T3/r7/2022-09-28.txt.gz:{chan ch=tech}Kerith Tech: oh dam thats scary T3/r7/2022-09-28.txt.gz:{chan ch=tech}Sath Tech: I didn't phrase it in a way that should trigger anyone's spellup triggers, but yes :P T3/r7/2022-09-28.txt.gz:{chan ch=tech}Bloodthorn Tech: ^ and $ are key lol T3/r7/2022-09-28.txt.gz:{chan ch=tech}Kerith Tech: ^ = start of line whats $? T3/r7/2022-09-28.txt.gz:{chan ch=tech}Bloodthorn Tech: end T3/r7/2022-09-28.txt.gz:{chan ch=tech}Sath Tech: ^ and $ won't actually solve it here, it's an overzealous wildcard that's the problem T3/r7/2022-09-28.txt.gz:{chan ch=tech}Not really Wrilley Tech: end of line T3/r7/2022-09-28.txt.gz:{chan ch=tech}Kerith Tech: so you need to use more specific wildcards? T3/r7/2022-09-28.txt.gz:{chan ch=tech}Sath Tech: ideally you'd only match a player with something like (\w{5,16}) or something T3/r7/2022-09-28.txt.gz:{chan ch=tech}Sath Tech: or don't send to execute T3/r7/2022-09-28.txt.gz:{chan ch=tech}Sath Tech: I don't think semicolons are treated as line breaks in send to World T3/r7/2022-09-28.txt.gz:{chan ch=tech}Kerith Tech: i love playing here, hate all the homework I get T3/r7/2022-09-28.txt.gz:{chan ch=tech}Sath Tech: I suspect there are a ton of exploitable triggers out there, though T3/r7/2022-09-28.txt.gz:{chan ch=tech}Sath Tech: I'd also assume punishment would be super harsh for anyone that did it intentionally T3/r7/2022-09-28.txt.gz:{chan ch=tech}Kerith Tech: nooo i'm sure not (disables all triggers) T3/r7/2022-09-28.txt.gz:{chan ch=tech}Sath Tech: but anyway, it's an example that illustrates how a trigger might unintentionally cause you to enter commands you didn't mean to T3/r7/2022-09-28.txt.gz:{chan ch=tech}Not really Wrilley Tech: you're correct, it doesn't parse the semicolon in a send to world T3/r7/2022-09-28.txt.gz:{chan ch=tech}Aquabat Gremten Tech: Im on remote desktop and a few of my mush windows are hiding off screen. Any know a command to make them move so I cna place them? T3/r7/2022-09-28.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: aard layout reset T3/r7/2022-09-28.txt.gz:{chan ch=tech}Aquabat Gremten Tech: thanks! T3/r7/2022-09-28.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: If you switch between computers often, you'll want to save different layouts. T3/r7/2022-09-28.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You can do that with aard layout save name T3/r7/2022-09-28.txt.gz:{chan ch=tech}Aquabat Gremten Tech: Just use the save world as? T3/r7/2022-09-28.txt.gz:{chan ch=tech}Aquabat Gremten Tech: oh cool! T3/r7/2022-09-28.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Do that for each computer, and then you can just restore the layout with aard layout restore name T3/r7/2022-09-28.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Obviously change name to whatever you want it to be (bigres, lowres, work, home, etc) T3/r7/2022-09-28.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: any ideas on how to learn enterprise software/platforms on your own, i.e., no company is paying for it? T3/r7/2022-09-28.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: I see Looker on lots of job postings, that starts at 35K/month I think T3/r7/2022-09-28.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: Depends on the platform. A lot of them offer free "introduction" classes. And many others have paid trials and sandboxes. T3/r7/2022-09-28.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: If it's enterprise, you have to pay for the support and all, but you can just slam your head into a brick wall for 8 years for free. It's the same experience. T3/r7/2022-09-28.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: Looks like looker has a demo, just may have to fudge the company name a bit T3/r7/2022-09-28.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: yeah I've got those for Azure and AWS, Looker doesn't appear to offer it though T3/r7/2022-09-28.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: ahh within the Google Cloud umbrella portion yes T3/r7/2022-09-28.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: And looking in their forums, looks like you're not the only one asking that question. You may be able to contact their support and request a personal use demo to see how the software works. T3/r7/2022-09-28.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: compared to other industrys' chicken/egg problem, tech actually seems pretty friendly T3/r7/2022-09-28.txt.gz:{chan ch=tech}MAMBO! Mushambo Tech: Skill-wise, becoming proficient in usage/workflows/etc on one major cloud platform generally carries over to the others? Like if I learn AWS, a company uses Google, wouldnt take too long to get up to speed.. T3/r7/2022-09-28.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: Yes. Would just be a matter of then learning each ones individual APIs and calls T3/r7/2022-09-28.txt.gz:{chan ch=tech}RoyalFlush Kelaire Tech: An S3 compatible cloud is an S3 compatible cloud. Same concepts, just different implementations T3/r7/2022-09-28.txt.gz:{chan ch=tech}Antifa Raded Tech: anyone set up a machine for streaming Plex to multiple simultaneous users? T3/r7/2022-09-28.txt.gz:{chan ch=tech}Antifa Raded Tech: wondering what kind of specs I'd need T3/r7/2022-09-28.txt.gz:{chan ch=tech}Zhalut Tech: where can i learn more about what ":initialize" does? for example, i see LUA code that has lines like this "instance:initialize()" T3/r7/2022-09-29.txt.gz:{chan ch=tech}Yuna Tech: Is there a way in MUSH to do a gq list and then have MUSH react if it sees a QP I'm qualified for? I want a trigger to check and play a sound every time I level up without having to manually do so. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Haike Tech: Global Quest: See 'Help Global Quests', or, type 'Gquest Join *' to take part. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Haike Tech: use this trigger T3/r7/2022-09-29.txt.gz:{chan ch=tech}Haike Tech: only activates if your eligible T3/r7/2022-09-29.txt.gz:{chan ch=tech}Haike Tech: ineligible wont activate T3/r7/2022-09-29.txt.gz:{chan ch=tech}Yuna Tech: Pretty sure that constitutes botitng. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Haike Tech: no actions taken? just make a sound trigger T3/r7/2022-09-29.txt.gz:{chan ch=tech}Selitos Tech: just activate a sound then you know there is a global availiblefor you T3/r7/2022-09-29.txt.gz:{chan ch=tech}Yuna Tech: But how do I know that if one has already started that I JUST came into range with when I leveled up without having to manually check it? You don't get notifications on INFO for that. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Selitos Tech: i don't think you can join globals you were not in level range with when they start? T3/r7/2022-09-29.txt.gz:{chan ch=tech}Yuna Tech: No, you definitely can. I have. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Selitos Tech: ok T3/r7/2022-09-29.txt.gz:{chan ch=tech}Selitos Tech: i know you can't if you are not online when they start, i assumed the same for lvl T3/r7/2022-09-29.txt.gz:{chan ch=tech}Yuna Tech: What? That can't be true either, sounds weird to penalize you for logging in within minutes of a GQ starting. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Selitos Tech: i have tried to start a global that was going whne i logged in and it would not let me T3/r7/2022-09-29.txt.gz:{chan ch=tech}Omphalon Tech: Selitos is right there T3/r7/2022-09-29.txt.gz:{chan ch=tech}Yuna Tech: What aweird rule. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Vost Tech: you can level into range to join an active gq T3/r7/2022-09-29.txt.gz:{chan ch=tech}Vost Tech: but you don't get the notification by default T3/r7/2022-09-29.txt.gz:{chan ch=tech}Anssett Tech: tech mya ssumption is it's to prevent people switching to an alt when they see a relevant gq pop up T3/r7/2022-09-29.txt.gz:{chan ch=tech}Kelaire Tech: You can't join a GQ that was announced PRIOR to logging in - is right. Not a weird rule, was made so that folks don't log into their alts just for the GQs. You can level into one though. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Selitos Tech: shame you have to penalize everyone without alts :P T3/r7/2022-09-29.txt.gz:{chan ch=tech}Strazor Tech: Like most rules, they will get abused if there are loops holes. The IMMs here do an amazing job at being objective to make this world fair. It's not an easy feat to accomplish and no one is perfect. The GQ rule is spot on IMO. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Selitos Tech: no spot on would be only preventing people with logging in there alt and doing a GQ, unfair is penalizing everyone for the few T3/r7/2022-09-29.txt.gz:{chan ch=tech}Selitos Tech: but i will admit it is the easy way to fix the problem T3/r7/2022-09-29.txt.gz:{chan ch=tech}Kerith Tech: i dont think you can switch chars to do a gq if its already been announced. you have to join ahead of time. but I think folks also have gq predictors so.... T3/r7/2022-09-29.txt.gz:{chan ch=tech}Selitos Tech: yes kerith we already discussed that fact T3/r7/2022-09-29.txt.gz:{chan ch=tech}Crowley Tech: And how do we know who your alts are? Too much work to add to your pfile "Oh, your alt is this, yadda." Want to do it by IPs? Okay, then we have to ban VPNs. Etc. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Selitos Tech: I didn't say it would be easy... :P T3/r7/2022-09-29.txt.gz:{chan ch=tech}Crowley Tech: Hey, if you can write the code for it, feel free to submit it to Lasher, then. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Chuft Tech: if people want to waste time with alts in v3, you should let them T3/r7/2022-09-29.txt.gz:{chan ch=tech}Kerith Tech: but i dont see a problem with ssomeone switchin chars to do a gq T3/r7/2022-09-29.txt.gz:{chan ch=tech}Crowley Tech: But good luck finding out who my alts are! :P T3/r7/2022-09-29.txt.gz:{chan ch=tech}Tech: Kerith nods at Chuft. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Strazor Tech: whois kerith T3/r7/2022-09-29.txt.gz:{chan ch=tech}Crowley Tech: No one important. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Tech: Crowley tickles Kerith. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Kerith Tech: kerith is kerith T3/r7/2022-09-29.txt.gz:{chan ch=tech}Tech: Strazor snickers softly. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Tech: Omphalon points excitedly at Kerith! T3/r7/2022-09-29.txt.gz:{chan ch=tech}Omphalon Tech: Everything is working as Richard Garfield intended T3/r7/2022-09-29.txt.gz:{chan ch=tech}Kerith Tech: i mean if i wana play my crappy alt and get 1 or 2 gq mobs, cause not likely h'ed win, not sure why i should be coded out T3/r7/2022-09-29.txt.gz:{chan ch=tech}Chuft Tech: you should always be coded out T3/r7/2022-09-29.txt.gz:{chan ch=tech}Omphalon Tech: Chuft is making some good points here T3/r7/2022-09-29.txt.gz:{chan ch=tech}Fiendish Tech: mushclient questions answered here T3/r7/2022-09-29.txt.gz:{chan ch=tech}Zensch Tech: can i use mud aliases in mush? T3/r7/2022-09-29.txt.gz:{chan ch=tech}Anssett Tech: yep T3/r7/2022-09-29.txt.gz:{chan ch=tech}Zensch Tech: how? T3/r7/2022-09-29.txt.gz:{chan ch=tech}Anssett Tech: just send it like any other mud command T3/r7/2022-09-29.txt.gz:{chan ch=tech}Zensch Tech: ok my example T3/r7/2022-09-29.txt.gz:{chan ch=tech}Zensch Tech: alias targ (mud), and i want to have alias in mush that would use string from mud alias T3/r7/2022-09-29.txt.gz:{chan ch=tech}Anssett Tech: you could have an alias that matches in both locations T3/r7/2022-09-29.txt.gz:{chan ch=tech}Crowley Tech: Oh, interesting. MUSHclient forums are down. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Tavrin Tech: Probably hurricane fun. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Crowley Tech: I wonder, though, since Nick is based out of Australia. It's possible his site is based out of Florida, but... T3/r7/2022-09-29.txt.gz:{chan ch=tech}Kelaire Tech: It's hosted in Australia....if they are having fun with Hurricanes, it's a new world. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Tavrin Tech: Ah, well, probably less likely that it's hurricane-related, then. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Ghaunadaur Tech: the aard websites in tampa. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Wrilley Tech: it's probably spiders T3/r7/2022-09-29.txt.gz:{chan ch=tech}Kelaire Tech: Yes, the aard website is. We're talking the MUSHClient website - which is hosted in Australia T3/r7/2022-09-29.txt.gz:{chan ch=tech}Ghaunadaur Tech: ah, ok T3/r7/2022-09-29.txt.gz:{chan ch=tech}Tavrin Tech: Hrm, I don't even get DNS resolution on gammon.com.au T3/r7/2022-09-29.txt.gz:{chan ch=tech}Crowley Tech: {Unsuccessful ping to gammon.com.au} T3/r7/2022-09-29.txt.gz:{chan ch=tech}Crowley Tech: It's like it just up and vanished. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Crowley Tech: I wonder if Fiendish knows anything about it. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Anssett Tech: weird T3/r7/2022-09-29.txt.gz:{chan ch=tech}Ghaunadaur Tech: outage in central Auckland, and some of the islands. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Crowley Tech: Well, that's a relief... briefly. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Tech: Braun clears his throat loudly and looks around. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Braun Tech: Is Crowley around to pester? T3/r7/2022-09-29.txt.gz:{chan ch=tech}Braun Tech: There is a difference between pwar's and his that I'm trying to see if I'm doing something wrong. Sometimes I xcp a mob and if it is a place I can't git I don't even go to the area... T3/r7/2022-09-29.txt.gz:{chan ch=tech}Braun Tech: Pwar's would take you to the xset mark spot and you then had to figure it out from there. Crowley's makes it so I have to use xrt areaname... It's almost more than I can bear. A whole extra command on very sparse occasions! T3/r7/2022-09-29.txt.gz:{chan ch=tech}Kerith Tech: i liked xroutes functionality T3/r7/2022-09-29.txt.gz:{chan ch=tech}Cheesy Anssett Tech: i've seen a request on his github, i think, to default to xset mark location for an area if it gets a negative result from the mapper T3/r7/2022-09-29.txt.gz:{chan ch=tech}Braun Tech: That's good enough for me. Thanks Anssett! T3/r7/2022-09-29.txt.gz:{chan ch=tech}Cheesy Anssett Tech: i don't know how recent that request was fwiw :p but at least one other person has the same complaint/request lol T3/r7/2022-09-29.txt.gz:{chan ch=tech}Braun Tech: Hrmm.. I'm not seeing it on his open or closed issue page... Would it be cool to throw another coal into the fire? T3/r7/2022-09-29.txt.gz:{chan ch=tech}Not really Wrilley Tech: not very environmentally friendly, but telling you to blow his windmill harder sounds dirty. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Tech: Braun is agreeing with that Not really Wrilley person again... T3/r7/2022-09-29.txt.gz:{chan ch=tech}Cheesy Anssett Tech: hrm. i could have sworn i saw that. but id on't see it now either. sounds like a perfect opportunity for you to validate what i thought i saw by putting it there >.> T3/r7/2022-09-29.txt.gz:{chan ch=tech}Tech: Disapproving of your methods, Braun steps in to make things right. T3/r7/2022-09-29.txt.gz:{chan ch=tech}Cheesy Anssett Tech: aha. https://github.com/AardCrowley/Search-and-Destroy/issues/93 T3/r7/2022-09-30.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley's shifty eyes dart back and forth. T3/r7/2022-09-30.txt.gz:{chan ch=tech}Tech: Not really Wrilley eyes (Aleister) Crowley suspiciously. T3/r7/2022-09-30.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: mushclient questions answered here T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: whats the better use instead of *.. for words and for #'s? T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sath Tech: can you clarify your question? * can be used for either T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: ya, but based on your advise the other night using * in triggers isn't the best :) was tgona fix mine lol T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sath Tech: ah, to prevent exploitation? T3/r7/2022-09-30.txt.gz:{chan ch=tech}Odorless Nuanse Tech: .w? T3/r7/2022-09-30.txt.gz:{chan ch=tech}Tech: Kerith nods. T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: nod and be more "specific" i guess T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: its learning friday :) T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: so .w for words .d for #s? T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: tx T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sath Tech: ' * is fine in any pattern that can't possibly be triggered by a player. You might avoid using * at the beginning or end of a match string for that reason, or in triggers that match channels T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sath Tech: if you want to use regular expressions, (\w+) and (\d+) can replace (.*)? for individual words and invidual non-negative numbers respectively T3/r7/2022-09-30.txt.gz:{chan ch=tech}Odorless Nuanse Tech: tech basicly kerith, But I would rather just use ^ at beginning of line and $ end so it knows those are boundaries (if you try to trigger game sent things. if you wanna use them in alias etc then you might want to use other things. Otherwise * is just fine T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: ok thanks gang :) T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sath Tech: ^ and $ should probably be in every trigger, but they won't prevent the type of exploit I was talking about the other day T3/r7/2022-09-30.txt.gz:{chan ch=tech}Odorless Nuanse Tech: I dont know what you were talking about days ago but basicly even ^ would prevent all channel abuse T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: lol i have trigger homeowrk today T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sath Tech: my examble from the other day was if you have a trigger that matches "* says 'spellup'", and your trigger sends "spellup %1" to Execute, then a line like "Sath says ';drop all;sac all says 'spellup'" will make your trigger send "Sath says ';drop all;sac all" to execute, which will execute those three commands separately T3/r7/2022-09-30.txt.gz:{chan ch=tech}Odorless Nuanse Tech: ^#(?[0-9]+)(?: (?[0-9]+))? (.+)$ ... Like this. ( some of you might know what alias that is) T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: ^^ sath scared me out of using any triggers lolz T3/r7/2022-09-30.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: don't forget that spellup triggers like that are illegal T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sath Tech: sure, it's an exmaple, though T3/r7/2022-09-30.txt.gz:{chan ch=tech}Helpdesk Kharpern Tech: just making sure someone doesnt' think they should make it T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sath Tech: yepyep :) T3/r7/2022-09-30.txt.gz:{chan ch=tech}Odorless Nuanse Tech: and remember, Abusing triggers are against the rules. T3/r7/2022-09-30.txt.gz:{chan ch=tech}Odorless Nuanse Tech: kharpern will get knitfit if they find out T3/r7/2022-09-30.txt.gz:{chan ch=tech}Tech: Helpdesk Kharpern snickers softly. T3/r7/2022-09-30.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Only other peoples'. You can abuse the crap outta your own triggers all you want. T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: nods just example of how can be exploited T3/r7/2022-09-30.txt.gz:{chan ch=tech}Odorless Nuanse Tech: yeah, but using exploits in other peoples triggers etc. Just saying T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sath Tech: it came up because someone was having a problem the other day where someone *else* saying something was causing them to execute commands, and I used that as an example for how that could happen inadvertently T3/r7/2022-09-30.txt.gz:{chan ch=tech}Tech: Kerith nods at Sath. T3/r7/2022-09-30.txt.gz:{chan ch=tech}Tech: Odorless Nuanse nods at Sath. T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sath Tech: no one was intentionally exploiting anything, but it was still an issue T3/r7/2022-09-30.txt.gz:{chan ch=tech}Odorless Nuanse Tech: yeah, more precise you are. better obviously. But as long as you build your trigger to atleast some extend to correct pattern you wont have any problems T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: but like for start of lines.. wouldn't say ^(Group) and kerith says' ^(Group) be treated the same? T3/r7/2022-09-30.txt.gz:{chan ch=tech}Odorless Nuanse Tech: nope T3/r7/2022-09-30.txt.gz:{chan ch=tech}Odorless Nuanse Tech: ^ = start of line T3/r7/2022-09-30.txt.gz:{chan ch=tech}Odorless Nuanse Tech: for example that #loop alias that I just showed for example. if you type " #10 blah" it doesnt work. since # aint start of line but space is T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: hmmf just made a test trigger for it, but has to have regex enabled to use the ^ apparently. and ya "faking it" as not start doesnt work :P T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sath Tech: the "Convert to Regex" button is really useful T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: i'm slow let me break stuff slower not all at once lolol :) T3/r7/2022-09-30.txt.gz:{chan ch=tech}Mikejs Tech: better to use "echo" to test a trigger with a line start, iirc T3/r7/2022-09-30.txt.gz:{chan ch=tech}Mikejs Tech: ie: echo (Group) blah blah T3/r7/2022-09-30.txt.gz:{chan ch=tech}Tech: Kerith agrees! T3/r7/2022-09-30.txt.gz:{chan ch=tech}Odorless Nuanse Tech: actually ogre, continent is just that, GETTING portal to continent room T3/r7/2022-09-30.txt.gz:{chan ch=tech}Odorless Nuanse Tech: meh, wrong channel T3/r7/2022-09-30.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: I wonder if yesterday's Mushclient page being down was related to the food delivery drone that miscalculated its location and knocked out power to over 2000 homes in Australia... T3/r7/2022-09-30.txt.gz:{chan ch=tech}Dartan Tech: if i know "13.liz ci" is my cp target is there a way for snd to kinda figure out where it is? otherwise i just manually go through each room and hunt 13.liz ci until is says "a lizardman citizen is here!" T3/r7/2022-09-30.txt.gz:{chan ch=tech}Cheesy Anssett Tech: "where '13.liz cl'" and then look up that room in mapper? T3/r7/2022-09-30.txt.gz:{chan ch=tech}Dartan Tech: there's 9 rooms with the same name T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: qw 13.liz? T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: mapper updates its db when you con all, or kill a mob in a row, thats where it gets its %'s of where mob is T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: kill cp/q mob ^ T3/r7/2022-09-30.txt.gz:{chan ch=tech}1337 H4x0r Fiendish Tech: mushclient questions answered here T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: on zmud you could '#move s', (without moving), but your mapper would move, anyway to do that w/mush? T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sriracha Pho Tech: hmm kerith why wouild u wanna do that? T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sriracha Pho Tech: im sure theres some hacky ways using luato do it, but explain plz :P T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: blind running of course! T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sriracha Pho Tech: OHH T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: apparently when blind, gmcp doesnt update, only gives you the last room T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sriracha Pho Tech: lol youd have to hack up the aard gmcp mapper xml, i think its doable.. but dunno :P how often do u blind run T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: i played a drow on a dif mud who used to have to run in daylight... blind running dont scare me...but maps help lol T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: anyway ya was just curious, i tested it a couple times mapper just gives old room#, probably by design i guess T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: just thought gmcp was in the backend... not effected by what your char feels/see's T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sriracha Pho Tech: yea so youd have to edit the mapper to auto move with its own run paths, i dunno.. it wouldnt be trivial T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: lost cause check :P T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sriracha Pho Tech: like when it builds the 'run blahblah' it could move to the final room im assuming T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sriracha Pho Tech: maybe not lost cause, but result worth effort i dunno :P T3/r7/2022-09-30.txt.gz:{chan ch=tech}Redryn Tech: you won't get gmcp room updates when you're blind T3/r7/2022-09-30.txt.gz:{chan ch=tech}Redryn Tech: it's not supposed to give you more info than what you can see yourself T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sriracha Pho Tech: ya he wants the mapper to anticipate the run functioning properly lol T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sriracha Pho Tech: w out gmcp update T3/r7/2022-09-30.txt.gz:{chan ch=tech}Kerith Tech: like room#'s? :P but ya makes sense, and tests validate it :) T3/r7/2022-09-30.txt.gz:{chan ch=tech}Sriracha Pho Tech: he super bored :P