T3/r7/2021-04-01.txt.gz:{chan ch=tech}Tallimos Tech: any idea what would cause the omit_from_output to be ignored? T3/r7/2021-04-01.txt.gz:{chan ch=tech}Durel Tech: if it is an URL, there is a plugin that reads those, gags them, and then prints them directly to mush so you can't gag them T3/r7/2021-04-01.txt.gz:{chan ch=tech}Tallimos Tech: nope not url. Someone is having issues with my calendar script. When the script gets data from the epic boards the notes are not getting gagged, but everything else is T3/r7/2021-04-01.txt.gz:{chan ch=tech}Tallimos Tech: the trigger itself is firing since they are getting data T3/r7/2021-04-01.txt.gz:{chan ch=tech}Tallimos Tech: this damn script is giving 3 different errors to 3 different people and I have no idea what could be causing either of them T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: Does anyone know where inthe settings you can specify aliases to always run upon startup of MUSH? T3/r7/2021-04-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: I don't think you would want that? T3/r7/2021-04-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: that means they would run prior to login of your character I assume? T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: It's fine if it's run prior to login. It's to run Accelator commands to bind hotkeys to CTRL+ALT+Numpad button commands. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: is that set at the global level or within the mud settings? T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: I don't know how it works actually. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: not sure if that would matter T3/r7/2021-04-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: I don't actually know how to do what you're suggesting.. might be able to accomplish it with a timer that disables itself after it finishes T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: All I know is that the hotkeys are cleared each time I shut down MUSH so I need to run the alias every time I boot up. I'd just like to automate the process. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: but you'd have to re-enable it before you close Mush T3/r7/2021-04-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: you could trigger off of a certain prompt that happens on login T3/r7/2021-04-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: I think there's a few lines that always get sent from the mud.. and then blast through your script in that trigger T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: Yeah, that was my backup if there was no other way. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: I'm guessing there is a way to do what you're describing but I don't know of it T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: There is, however, no text that 100% shows up on every login. It depends on if I quit or force closed MUSH without quitting. I guess I can set up several triggers. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Durel Tech: Sometimes I just have a plugin watch for gmcp traffic and trigger my start-up code the first time I see one. That way you know mush is up and alive before you do your init stuff T3/r7/2021-04-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: I think there's some bootstrapping that happens when MUSH loads, like starting plugins.. if it were a plugin that would happen automagically I think T3/r7/2021-04-01.txt.gz:{chan ch=tech}Mannec Tech: an on-startup alias wouldnt accomplish much, aside from setting up options and such - which i would imagine can be done in a permanent fashion rather than on startup. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: Not for Accelerator commands. They clear on each shutdown. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Mannec Tech: ... a) thats dumb, and b) whats accelerator? T3/r7/2021-04-01.txt.gz:{chan ch=tech}Kagaku Tech: yeah that's weird them being cleared on shutdown T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: I don't actually know what it is or what it does, but it serves a purpose for me: It's a way to set up hotkeys that aren't usually possible. For me, it sets up a bunch of hotkeys mapped to CTRL+ALT+Numpad keys. I've remapped the enter button on the numpad to CTRL+ALT. This way, I have 16 new hotkeys on the numpad (CTRL+ALT+DEL is hardwired to CTRL+ALT+DEL on Windows and it's impossible to hotkey to something else but I simply mapped the del button to a different button). T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: There. 2 new triggers set up. Seems to be working properly. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: good enough right? :) T3/r7/2021-04-01.txt.gz:{chan ch=tech}Trachx Tech: it is just enough to call your code in onplugininstall in one of your plugins T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: I have no clue how to do that, though, Tranchx. :P T3/r7/2021-04-01.txt.gz:{chan ch=tech}Mannec Tech: if it allows you to remap ctl-alt-del, then it sounds like its not a mush-related program. 3rd-party kind of thing, is my guess. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Mannec Tech: perhaps it came with your keyboard? T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: It didn't re-map CTRL+ALT+Delete. I simply remapped the Del button on the numpad to a different button (F9) and then set up macros for F9, Alt+F9 and CTRL+Alt+F9. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Trachx Tech: besides you can just define CTRL+numpad in Game --> Configure --> Keypad T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: I never use the numpad Del button outside of MUSH, anyway. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: Yes, but you can't define Alt+/CTRL+ALT+numpad. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: I originally used ALT but that creates a bug wherein every time you hit Alt+Numpad, it would output a question mark in your output, so I had to change it to CTRL+Alt+Numpad. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Mannec Tech: what im hearing is that you are doing things to your keyboard that mush, and in fact any ordinary windows program, should not be able to accomplish - im thinking accelerator is part of maybe an aftermarket keyboard driver. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: No, Accelerator is a function inside of MUSH. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Trachx Tech: I use numpad arrows for moving and numpad minus/plus for up/down, numpad 0 for killing mobs , numpad 1 to alter my align and numpad 3 for balor/necro/spiral T3/r7/2021-04-01.txt.gz:{chan ch=tech}Mannec Tech: ... then it is _very_ bizarre that it cannot save its settings across a shutdown :/ T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: The remapping of keys to make it possible to use CTRL+ and CTRL+ALT using numpad keys is done through Synapse for my brand of keyboard. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Trachx Tech: and I do not really any use to use ctrl+numpad keys T3/r7/2021-04-01.txt.gz:{chan ch=tech}Metzli Tech: Is there any reason my mapper would change the starting room of an area? Icefall for example, has ran me into the slopes even after I set the first room with 'xset mark' T3/r7/2021-04-01.txt.gz:{chan ch=tech}Trachx Tech: xset mark is not a mapper thing T3/r7/2021-04-01.txt.gz:{chan ch=tech}Metzli Tech: S&D then? T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: Well, I happen to like using a whole lot of macros. I've mapped the xcp, go, kk and nx S&D commands to the numpad, which takes out 4 hotkeys. I've placed hammerswing on a hotkey, quaffing healing potions and move potions to hotkeys, quest request, campaign request, campaign check, etc. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Trachx Tech: S&D will just send "mapper goto " and mapper will take you to that room T3/r7/2021-04-01.txt.gz:{chan ch=tech}Trachx Tech: so problem is in S&D's implementation of marking first room T3/r7/2021-04-01.txt.gz:{chan ch=tech}Metzli Tech: So when I type xrt icefall and it runs me into the slopes instead of the first room of the area, why does that happen? T3/r7/2021-04-01.txt.gz:{chan ch=tech}Metzli Tech: even after I've marked the correct room T3/r7/2021-04-01.txt.gz:{chan ch=tech}Trachx Tech: you just need to check how that room is marked, I mean quite possible that you have some variable with 2 Icefall "start rooms" T3/r7/2021-04-01.txt.gz:{chan ch=tech}Tech: Metzli goes, "Hmmmm." T3/r7/2021-04-01.txt.gz:{chan ch=tech}Metzli Tech: I'll check that out, thanks. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Metzli Tech: Didn't know where to look T3/r7/2021-04-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: does S&D have a way to dump variables? T3/r7/2021-04-01.txt.gz:{chan ch=tech}Doge Water Yajan Tech: like a debug mode? T3/r7/2021-04-01.txt.gz:{chan ch=tech}Princess Alison Tech: there's a known bug with ksc T3/r7/2021-04-01.txt.gz:{chan ch=tech}Trachx Tech: basically you need to open one of those WinkleWinkle* plugins and find xrt, then locate function that is used for xrt T3/r7/2021-04-01.txt.gz:{chan ch=tech}Princess Alison Tech: if you xset mark kobold siege camp, it will xset mark for "xrt siege" or "xrt kobold", but "xrt ksc" still uses the default swtarting room T3/r7/2021-04-01.txt.gz:{chan ch=tech}Princess Alison Tech: also jeez, yuna, you can do an entire campaign without ever typing :P T3/r7/2021-04-01.txt.gz:{chan ch=tech}Veritheia Tech: that's because S&D uses the gmcp area name, which is "siege" T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: I would say not to use WinkleWinkle's S&D as it hasn't been updated in, what, 4 years. Use Crowley's instead. It's actually still being maintained. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Trachx Tech: so: WinkleWinkle_Mapper_Extender_2.xml , quite likely function xrun_to T3/r7/2021-04-01.txt.gz:{chan ch=tech}Summoner Yuna Tech: Alison: That's kinda why I set it up that way. Campaigning can be super-boring when you're doing a bunch of them at once. Instead of using the mouse, I can now just use the numpad. T3/r7/2021-04-01.txt.gz:{chan ch=tech}Princess Alison Tech: Veritheia - if snd uses "siege", what happens when you type "xrt ksc"? T3/r7/2021-04-01.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: To be fair, speedwalk ksc doesn't register for kobold siege... T3/r7/2021-04-01.txt.gz:{chan ch=tech}Mannec Tech: hey yuna, check out the FAQ, number 39: http://www.gammon.com.au/faq T3/r7/2021-04-01.txt.gz:{chan ch=tech}Contigo Tech: how do i make it such that there are newlines in between my prompts? T3/r7/2021-04-02.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: alright, this is a weird one T3/r7/2021-04-02.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: everytime my output buffer reaches near max, i get disconnected T3/r7/2021-04-02.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: --- Output buffer has 9946/9999 lines in it (99.5% full). T3/r7/2021-04-03.txt.gz:{chan ch=tech}Aberrant Tech: anyone good with zfs? T3/r7/2021-04-03.txt.gz:{chan ch=tech}Trachx Tech: zfs file system? T3/r7/2021-04-03.txt.gz:{chan ch=tech}Aberrant Tech: yeah T3/r7/2021-04-03.txt.gz:{chan ch=tech}Aberrant Tech: I'm using it with lxc/lxd but I don't really know what I'm doing T3/r7/2021-04-03.txt.gz:{chan ch=tech}Trachx Tech: that's ok as long as results are ok :P T3/r7/2021-04-03.txt.gz:{chan ch=tech}Trachx Tech: it seems that lxd is just like volume group in lvm, and lxc like logical volume inside that volume group T3/r7/2021-04-03.txt.gz:{chan ch=tech}Trachx Tech: no, I am completly wrong T3/r7/2021-04-03.txt.gz:{chan ch=tech}Trachx Tech: it seems that lxc is more like light vm / docker, and lxd just convenient interface to use lxc T3/r7/2021-04-03.txt.gz:{chan ch=tech}Trachx Tech: lxc is similar to lightweight vm as it provides separate system, docker is more like single app container T3/r7/2021-04-03.txt.gz:{chan ch=tech}Trachx Tech: I see no connection between zfs and lxc/lxd though, as lxc can run on any fs, not just on zfs T3/r7/2021-04-03.txt.gz:{chan ch=tech}Aberrant Tech: zfs is one of the best-peforming backends for lxc/lxd T3/r7/2021-04-03.txt.gz:{chan ch=tech}Kagaku Tech: don't you need a tonne of memory for zfs? T3/r7/2021-04-03.txt.gz:{chan ch=tech}Aberrant Tech: not that I've noticed T3/r7/2021-04-03.txt.gz:{chan ch=tech}Trachx Tech: I guess you mean zfs deduplication, which helps you saving a lot of space which is important when you run multiple lxc containers T3/r7/2021-04-03.txt.gz:{chan ch=tech}Kagaku Tech: some places mention 32GB to make the best of zfs T3/r7/2021-04-03.txt.gz:{chan ch=tech}Aberrant Tech: no. The containers can read/write to the zfs pool directly, without having to go through the OS. T3/r7/2021-04-03.txt.gz:{chan ch=tech}Aberrant Tech: I have 64 T3/r7/2021-04-03.txt.gz:{chan ch=tech}Kagaku Tech: twice as much as I have :P T3/r7/2021-04-03.txt.gz:{chan ch=tech}Aberrant Tech: I was just looking for specific help on moving the containers to a new dataset. T3/r7/2021-04-03.txt.gz:{chan ch=tech}Trachx Tech: then how OS does know that is should not write to same disk sector as lxc has written data? T3/r7/2021-04-03.txt.gz:{chan ch=tech}Aberrant Tech: because zfs is installed on its own partition. T3/r7/2021-04-03.txt.gz:{chan ch=tech}Trachx Tech: maybe you do not have to call open/write but instead of that you connect to zfs driver, you still are using host OS kernel that provides that ZFS T3/r7/2021-04-03.txt.gz:{chan ch=tech}Aberrant Tech: yes, you use the zfs kernel drivers. But with most (all?) of the other storage backends, you need to go through the drivers and THEN the OS syscalls. T3/r7/2021-04-03.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: I presume you mean giving a zvol to the container. T3/r7/2021-04-03.txt.gz:{chan ch=tech}Aberrant Tech: erikson: when I created the containers, I just put them in a "default" top-level dataset. I want to move them to another dataset so I can use some of the zpool for something not lxd-related. T3/r7/2021-04-03.txt.gz:{chan ch=tech}Trachx Tech: performance wise you should use xfs or ext4 for your lxc containers T3/r7/2021-04-03.txt.gz:{chan ch=tech}Aberrant Tech: not at all T3/r7/2021-04-03.txt.gz:{chan ch=tech}Aberrant Tech: zfs blows them away. T3/r7/2021-04-03.txt.gz:{chan ch=tech}Aberrant Tech: https://lxd.readthedocs.io/en/stable-2.0/storage-backends/ T3/r7/2021-04-03.txt.gz:{chan ch=tech}Aberrant Tech: I've seen 1.8 - 1.9x speedups with zfs over most of the others. T3/r7/2021-04-03.txt.gz:{chan ch=tech}Aberrant Tech: "The two best options for use with LXD are ZFS and btrfs." T3/r7/2021-04-03.txt.gz:{chan ch=tech}Kagaku Tech: is btrfs even being developed anymore? T3/r7/2021-04-03.txt.gz:{chan ch=tech}Aberrant Tech: yeah,I think so T3/r7/2021-04-03.txt.gz:{chan ch=tech}Selitos Tech: is there a way to get dinv to tell you want in your inventory your not using? T3/r7/2021-04-03.txt.gz:{chan ch=tech}Durel Tech: see "dinv help usage" and it will show you how to see which pieces are used at which levels and which aren't used at all T3/r7/2021-04-03.txt.gz:{chan ch=tech}KnightLord Throxx Tech: dinv help usage T3/r7/2021-04-03.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: there may be an easier way, but i do `dinv usage all wearable {slot}` and go slot by slot T3/r7/2021-04-03.txt.gz:{chan ch=tech}Durel Tech: you first need to create an analysis for a priority (or multiple priorities) then you can do the usage command T3/r7/2021-04-03.txt.gz:{chan ch=tech}Selitos Tech: yes i have an analysis for ranger, i can see all the lvls and what it has selected for me to wear...was curious to get a list of what is left over T3/r7/2021-04-03.txt.gz:{chan ch=tech}Selitos Tech: so i can just do dinv usage ranger all, and it will give me a list of unsed with the used? T3/r7/2021-04-03.txt.gz:{chan ch=tech}Durel Tech: that's right. You can focus your query a bit too if you don't want to see it for everything T3/r7/2021-04-03.txt.gz:{chan ch=tech}Selitos Tech: ok thanks T3/r7/2021-04-03.txt.gz:{chan ch=tech}Durel Tech: also, keep in mind that dinv needs to make some guesses as to your spellups at various levels so it's not guaranteed to be 100% accurate depending on what spellup you might have at that point T3/r7/2021-04-03.txt.gz:{chan ch=tech}Durel Tech: but it should give you a pretty good idea overall T3/r7/2021-04-03.txt.gz:{chan ch=tech}[Battle] Scars Tech: durel, i gotta say, congrats on writing one of those scripts that becomes super popular and beloved T3/r7/2021-04-03.txt.gz:{chan ch=tech}[Battle] Scars Tech: also, i hate you for making peek an attack T3/r7/2021-04-03.txt.gz:{chan ch=tech}Durel Tech: thanks and heh :P T3/r7/2021-04-04.txt.gz:{chan ch=tech}Peaceful Wars Tech: does crowleys version of S&D have a mob database? T3/r7/2021-04-04.txt.gz:{chan ch=tech}Smudge Tech: yes T3/r7/2021-04-04.txt.gz:{chan ch=tech}Than Tech: is there a way of search/replace on all the bogus exits i added to my mapper db - where i missed the semicolon? T3/r7/2021-04-04.txt.gz:{chan ch=tech}Trachx Tech: are you able to use SQL? then just get sqlite3explorer and open Aardwolf.db database T3/r7/2021-04-04.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: so dying during a cp boogers up s and d for campaigns it seems T3/r7/2021-04-04.txt.gz:{chan ch=tech}Veritheia Tech: Don't think so T3/r7/2021-04-04.txt.gz:{chan ch=tech}Selitos Tech: nope works fine for me, but you can always just reloAD IT T3/r7/2021-04-04.txt.gz:{chan ch=tech}Summoner Yuna Tech: Can you have more than one if clause in the same alias? Right now, whenever I need to do that, I just use multiple aliases. But can you create an alias where it'll first check if one variable is true/false and if true, it'll check a 2nd variable for true/false and give out a different command depending on if it's true or false? T3/r7/2021-04-04.txt.gz:{chan ch=tech}Mannec Tech: should be able to do that, yes. T3/r7/2021-04-04.txt.gz:{chan ch=tech}Mannec Tech: unrelated ifs can be separated just like other commands, probably with a semicolon or two. T3/r7/2021-04-04.txt.gz:{chan ch=tech}Summoner Yuna Tech: How would one write such an alias? T3/r7/2021-04-04.txt.gz:{chan ch=tech}Summoner Yuna Tech: No, they'd be releated. T3/r7/2021-04-04.txt.gz:{chan ch=tech}Mannec Tech: ifs that depend on each other can be stuffed in the 'then' portion. T3/r7/2021-04-04.txt.gz:{chan ch=tech}TrEz Tech: if A and B then C end T3/r7/2021-04-04.txt.gz:{chan ch=tech}TrEz Tech: use same IF for that case T3/r7/2021-04-04.txt.gz:{chan ch=tech}Summoner Yuna Tech: First, it'd check one variable. If it's set to false, nothing happens, if it's set to true, it'll check a second variable and output different commands depending on what the 2nd cariable says. T3/r7/2021-04-04.txt.gz:{chan ch=tech}Summoner Yuna Tech: Aight. I'll test it out. T3/r7/2021-04-04.txt.gz:{chan ch=tech}Mannec Tech: something like #if (condition) {then} {otherwise} T3/r7/2021-04-04.txt.gz:{chan ch=tech}TrEz Tech: you should read into IF / ELSE and clauses T3/r7/2021-04-04.txt.gz:{chan ch=tech}Mannec Tech: just make the 'then' or 'otherwise' another if :p T3/r7/2021-04-04.txt.gz:{chan ch=tech}TrEz Tech: else doesnt make sense for his case T3/r7/2021-04-04.txt.gz:{chan ch=tech}Mannec Tech: #if (a) {if (b) {b true} {b false}} {a false} T3/r7/2021-04-04.txt.gz:{chan ch=tech}Mannec Tech: in this case perhaps, but why not learn the whole command? T3/r7/2021-04-04.txt.gz:{chan ch=tech}TrEz Tech: ? T3/r7/2021-04-04.txt.gz:{chan ch=tech}Mannec Tech: the big question is how does mushclient deliminate its clauses. my old zmud uses curly braces... T3/r7/2021-04-04.txt.gz:{chan ch=tech}Summoner Yuna Tech: if (GetVariable("questcomplete") == "no") then / if (GetVariable("healthpot") == "fugu") then / world.Execute("gtell testing") / end isn't working. Getting the error "[string "Alias: "]:4: 'end' expected (to close 'if' at line 1) near ''". What am I missing? T3/r7/2021-04-04.txt.gz:{chan ch=tech}Mannec Tech: the word 'end', apparently. T3/r7/2021-04-04.txt.gz:{chan ch=tech}Summoner Yuna Tech: For Pastebin and easier to read version: https://pastebin.com/Z7vKH2pv T3/r7/2021-04-04.txt.gz:{chan ch=tech}Kagaku Tech: you only have 1 end when you have 2 if T3/r7/2021-04-04.txt.gz:{chan ch=tech}Summoner Yuna Tech: Where would the 2nd end go? T3/r7/2021-04-04.txt.gz:{chan ch=tech}Summoner Yuna Tech: Aaah, just putting 2 ends at the end worked. T3/r7/2021-04-04.txt.gz:{chan ch=tech}Summoner Yuna Tech: Thanks, time to rewrite some aliases. T3/r7/2021-04-04.txt.gz:{chan ch=tech}Than Tech: anyone tried using a hex editor on the db file or know how to search/replace strings in there in bulk? T3/r7/2021-04-04.txt.gz:{chan ch=tech}Than Tech: errr mapper db I mean T3/r7/2021-04-04.txt.gz:{chan ch=tech}Mannec Tech: start bulding from the inside out. the inner clause needs an 'end' at the end, then build the outer clause around that. that will help keep your if/end pairs straight. T3/r7/2021-04-04.txt.gz:{chan ch=tech}Mannec Tech: in this particular case, both 'end's at the end is probably going to give the desired result. T3/r7/2021-04-04.txt.gz:{chan ch=tech}Tinypotato Tech: than: use a sqlite db editor like DB browser for SQLite and execute a SQL command to do it, but back up your DB before hand T3/r7/2021-04-04.txt.gz:{chan ch=tech}Kagaku Tech: mush must have some map manipulation functions? better to use those than to mess around editing it T3/r7/2021-04-04.txt.gz:{chan ch=tech}Than Tech: too slow! T3/r7/2021-04-04.txt.gz:{chan ch=tech}Than Tech: i mean ... manually removing/replacing etc. is pretty cumbersome thanks though , I'll try the SQL client/interface T3/r7/2021-04-04.txt.gz:{chan ch=tech}Kagaku Tech: if map uses sqlite db then yeah some sqlite frontend/client T3/r7/2021-04-04.txt.gz:{chan ch=tech}Than Tech: worked well thanks - conext is exits.dir if you want to manipulate T3/r7/2021-04-04.txt.gz:{chan ch=tech}Omphalon Tech: Is autp noexp in S&D broken for anyone? T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nohh Tech: broken how T3/r7/2021-04-04.txt.gz:{chan ch=tech}Omphalon Tech: It says that noexp is turned on after getting to the xp threshold, but noexp is not actually turned on T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nohh Tech: i've had it act weird before, though it's been a long time since i've used it, can't think of what your problem might be, unless you somehow had two SnDs enabled at once T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nemesis Numenor Tech: Does anyone know how to fix mushclient 3/4 of the screen is white an it pushed the usable client into the last 1/4 tried restarting it no luck T3/r7/2021-04-04.txt.gz:{chan ch=tech}Doge Water Yajan Tech: Numenor, when you say tried restarting it, do you mean you did: "resetaard"? T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nemesis Numenor Tech: yeah I tried restarting T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nohh Tech: resetaard is a command you type in, idk if it'll do anything here T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nohh Tech: you may want to search abelinc tech channel logs, i know i've heard of this problem before T3/r7/2021-04-04.txt.gz:{chan ch=tech}Doge Water Yajan Tech: anything buggy with UI windows.. I typically give it a resetaard, before trying anything else T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nemesis Numenor Tech: ahh just tried it didn't help T3/r7/2021-04-04.txt.gz:{chan ch=tech}Mannec Tech: can you grab the window edges with the mouse? T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nohh Tech: from what i remember there's some stupid key combo that fixes it T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nemesis Numenor Tech: Nope cannot grab the corners to resize T3/r7/2021-04-04.txt.gz:{chan ch=tech}DangerMagoo Tech: try 'aard layout reset' T3/r7/2021-04-04.txt.gz:{chan ch=tech}Doge Water Yajan Tech: is the Aardwolf window separate inside? might you have to maximize that window? T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nemesis Numenor Tech: its just pushed 80% to the right side of screen with maybe 10% visble T3/r7/2021-04-04.txt.gz:{chan ch=tech}Mannec Tech: you might be able to tell windows to make everything visible. right-click the taskbar? T3/r7/2021-04-04.txt.gz:{chan ch=tech}Doge Water Yajan Tech: one other "forceful" trick with windows.. windows.. is you can do like windows key + left or right to force that window into the left or right half of your screen.. might be what you need to get back control of the window T3/r7/2021-04-04.txt.gz:{chan ch=tech}Doge Water Yajan Tech: I assume you're on windows T3/r7/2021-04-04.txt.gz:{chan ch=tech}Mannec Tech: im kinda surprised it doesnt give you a title-bar you can click and drag. thats a really common attribute for windows programs to have. T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nohh Tech: it's a mushclient problem not a windows problem T3/r7/2021-04-04.txt.gz:{chan ch=tech}Mannec Tech: thats what i said. and i am surprised by it. T3/r7/2021-04-04.txt.gz:{chan ch=tech}Doge Water Yajan Tech: so by "screen" he means the Mushclient window and not the screen? T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nemesis Numenor Tech: yeah its windows. Its seems to just have split mush into two seperate screens an won't let the usable part be expanded T3/r7/2021-04-04.txt.gz:{chan ch=tech}Mannec Tech: i would assume so. its _much_ easier to get mushclient out of whack than it is to move the entire desktop off to one side. T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nemesis Numenor Tech: Yeah the mushclient window T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nohh Tech: i think posting a screenshot of your mushclient window would help people better understand the issue T3/r7/2021-04-04.txt.gz:{chan ch=tech}Doge Water Yajan Tech: what happens if you right-click the main window and select "full-screen mode"? T3/r7/2021-04-04.txt.gz:{chan ch=tech}404 Eroe Tech: or select the aard tab, window, then maximize (different from maximize in the system menubar) T3/r7/2021-04-04.txt.gz:{chan ch=tech}Vuron Tech: yes screenshot would help. mush is mdi so we don't know if it is the aard world in mush or the mushclient window T3/r7/2021-04-04.txt.gz:{chan ch=tech}Vuron Tech: go to window in mush menu bar, make sure aardwolf is selected at bottom and choose maximize T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nemesis Numenor Tech: so the unusable space couldn't be right clicked. But double tapping it seemed to restore it no idea why T3/r7/2021-04-04.txt.gz:{chan ch=tech}Mannec Tech: huzzah! random poking at things for the win. T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nemesis Numenor Tech: it appears so thanks for the trouble shooting I appreciate the help T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nohh Tech: i think view > reset toolbar locations might've fixed it too numenor T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nohh Tech: but uh glad you fixed it T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nemesis Numenor Tech: I think that is the option I was looking for.... tried it an it just recentered everything like it was before it went nuts T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nemesis Numenor Tech: thank you T3/r7/2021-04-04.txt.gz:{chan ch=tech}Nohh Tech: blame double xp for me not helping quicker T3/r7/2021-04-04.txt.gz:{chan ch=tech}Tech: Nemesis Numenor grins evilly. T3/r7/2021-04-05.txt.gz:{chan ch=tech}1337 Gamer ZzZzZz Tech: Hello. What will happen to gaming performace when you insert a GPU with Bus Interface - PCIe 4.0 x8 into Motherboard with PCI Express 3.0 x16 slot ? T3/r7/2021-04-05.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: the machine will go BOOM! T3/r7/2021-04-05.txt.gz:{chan ch=tech}Sheriff Shindo Tech: it shouldn't even fit T3/r7/2021-04-05.txt.gz:{chan ch=tech}1337 Gamer ZzZzZz Tech: Nevermind, Google result. You CAN use a PCIE 4.0 device (like a graphics card) in a PCIE 3.0 slot and it will work just fine, it's just that it will run at PCIE 3.0 speeds. using PCIe 4.0 over 3.0, something like a ~5% uplift. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Trachx Tech: anyone using esp32 (WROOM / WROVER) ? T3/r7/2021-04-05.txt.gz:{chan ch=tech}Torkin Tech: the arrow keys are not moving me around excel cells anymore. i can still use mouse to click on cells for formulas. wtf have i done T3/r7/2021-04-05.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Well, you're not excelling, that's for sure. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Lasher Tech: i think scroll lock does that, or maybe num lock T3/r7/2021-04-05.txt.gz:{chan ch=tech}Torkin Tech: ayyyy scroll lock. thank you T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: the ancient scroll lock key, whose use has long been lost to the vagaries of the passage of time T3/r7/2021-04-05.txt.gz:{chan ch=tech}Torkin Tech: haha yeah i think i hit the keyboard on the desk and it must have turned on. thanks guys T3/r7/2021-04-05.txt.gz:{chan ch=tech}Nohh Tech: in the olden times it was useful to keep people from viewing your scrolls while you stepped away from the computer T3/r7/2021-04-05.txt.gz:{chan ch=tech}Ogreskull Tech: if u press it u can crash the mud, my cousin who works at aardwolf said it's true T3/r7/2021-04-05.txt.gz:{chan ch=tech}Lasher Tech: (his cousin works at aardwolf beer) T3/r7/2021-04-05.txt.gz:{chan ch=tech}Lasher Tech: which is a real thing btw, it's in Jacksonville. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Nohh Tech: my uncle works at aardtendo T3/r7/2021-04-05.txt.gz:{chan ch=tech}Princess Alison Tech: you should make an aard meetup, and bring aardwolf beer! T3/r7/2021-04-05.txt.gz:{chan ch=tech}Torkin Tech: is the beer place in florida just a coincidence or is there a connection T3/r7/2021-04-05.txt.gz:{chan ch=tech}Lasher Tech: no connection T3/r7/2021-04-05.txt.gz:{chan ch=tech}Nohh Tech: just think, we could be playing SchlitzMud instead T3/r7/2021-04-05.txt.gz:{chan ch=tech}Torkin Tech: hehe nice T3/r7/2021-04-05.txt.gz:{chan ch=tech}Lasher Tech: there's also a pest control company in singapore and a heavy lifting tools company in australia. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: no connection.. that's just what they WANT you to think T3/r7/2021-04-05.txt.gz:{chan ch=tech}Princess Alison Tech: I get a lot of results for aardwolf pestkare when I google aard T3/r7/2021-04-05.txt.gz:{chan ch=tech}Lasher Tech: when you own the obvious domain (aardwolf.com) with a wildcard set, you get email for all of them :P T3/r7/2021-04-05.txt.gz:{chan ch=tech}Macbeth Tech: there is also this pest control company called aardwolf pestkare, in my country T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: the Aardwolfinnati T3/r7/2021-04-05.txt.gz:{chan ch=tech}Princess Alison Tech: wildcard? T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: asterisk T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: this thing * T3/r7/2021-04-05.txt.gz:{chan ch=tech}Nohh Tech: if you email flappybuttardwolf.com -- he'll receive it T3/r7/2021-04-05.txt.gz:{chan ch=tech}Princess Alison Tech: ah, so when people send emails to aardwolf + anything lasher gets it T3/r7/2021-04-05.txt.gz:{chan ch=tech}Lasher Tech: I get pest control reports for places in Singapore and HK all the time. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Lasher Tech: I used to reply and let them know but they never once said thank you or acknowledged they were getting my emails so I Stopped. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Well, to be fair, pest control reports are all you get _in_game too... T3/r7/2021-04-05.txt.gz:{chan ch=tech}Princess Alison Tech: I like to think there's some pest exterminator out there who gets the occasional complaint about botting, and is really confused. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Torkin Tech: lol T3/r7/2021-04-05.txt.gz:{chan ch=tech}Lasher Tech: that would be funny, some guy at aardwolf.com.au (the tool place) gets a "WTF d00d u banned my mage u cunt I'm a write a bad review now fuck u bro" T3/r7/2021-04-05.txt.gz:{chan ch=tech}Princess Alison Tech: Hey, the person who wrote that email sounds like a tool, so it fits! :D T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: oh god a bad review T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: one person might see a bad review, in 2043 T3/r7/2021-04-05.txt.gz:{chan ch=tech}Lasher Tech: can anyone get us a bad review on CNN or Fox or something? T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: careful what you wish for... T3/r7/2021-04-05.txt.gz:{chan ch=tech}Princess Alison Tech: What I'm terrified of happening is that a really big streamer discovers Aardwolf, markets it to their fans, and the servers crash because 5x the expected number of people just logged on. Or the channels all get flooded with 10 year olds. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Nohh Tech: just find someone to build a BLM themed area T3/r7/2021-04-05.txt.gz:{chan ch=tech}Lasher Tech: I can't imagine they could play a MUD on stream for long before their viewers start to fall asleep. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Lasher Tech: anyway, back to work. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: ah but what if it was Twitch Plays Aardwolf T3/r7/2021-04-05.txt.gz:{chan ch=tech}Limunious Tech: well this would be the mud if they could T3/r7/2021-04-05.txt.gz:{chan ch=tech}Limunious Tech: especially if we have the talk channels live:) T3/r7/2021-04-05.txt.gz:{chan ch=tech}Nohh Tech: if there was a twitch plays aardwolf would it be multiplaying if i made it give me all its money? T3/r7/2021-04-05.txt.gz:{chan ch=tech}Princess Alison Tech: Well each account is supposed to be run by a single player only, no account sharing T3/r7/2021-04-05.txt.gz:{chan ch=tech}Princess Alison Tech: so it would get banned immediately regardless T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: someone would have to tip you off, or you'd have to randomly come across it on Twitch, since all the commands are routed from the Twitch chat, to the streamer's PC, to the MUD. Network traffic-wise it would be indistinguishable from normal gameplay T3/r7/2021-04-05.txt.gz:{chan ch=tech}Nohh Tech: i hope for your sake your normal gameplay doesn't look at all like what twitch-plays would look like T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: endless Sorry CharacterName, you can't do that T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: New dilemma: So strangely, in MUSH, hitting the End button does nothing (as far as I can tell). You have to hit CTRL + End for MUSh to scroll down to the bottom of your output feed. Is there a way to hotkey the End button in MUSH so that hitting it and it alone, without the need of CTRL, scrolls you to the bottom of your output feed? Like, bind it so End will always act like CTRL + END, but only for MUSH? T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: there must be. one would need to find out whatever code the End key registers as, set that up as a trigger, and then set up the trigger to send whatever code MUSHclient would accept to go to the very bottom of the history window T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: or maybe just make the change in the client settings T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: I just went through the entire GUI one at a time because not knowing the answer to that question annoyed me T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: End appears to be hardcoded T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: you might be able to set up an alias for it, maybe, if you could find a way to make the End key an actual input (in the sense of alphanumeric) T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: but, otherwise it appears to be hardcoded rather than mappable.. and this vexes me T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: like, if the normal expected End functionality is mapped to CTRL+END by default, then logically one would assume that End by itself would have some other function, but I can't find any evidence of such T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: it looks like Nick Gammon just didn't want you to accidentally go to the end of your game scrollback, which is odd. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Sath Tech: doesn't end put your cursor at the end of the input bar? isn't that a much more common task than scrolling the output? T3/r7/2021-04-05.txt.gz:{chan ch=tech}Mannec Tech: i would expect a bare end key to move your cursor to the end of the input bar. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: .......er yeah you guys are right T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: brain fried, I blame work T3/r7/2021-04-05.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: But that's what ^E is for :p T3/r7/2021-04-05.txt.gz:{chan ch=tech}Tech: Mannec gasps as he realizes what Not an Imm Erikson did. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: but, also, in many applications, End functions as "end of file", meaning the last character space *on the last line* T3/r7/2021-04-05.txt.gz:{chan ch=tech}Mannec Tech: the last thing we need is another text-editor war. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Nohh Tech: the script to scroll to the end of the output window is DoCommand("End") so if you can a command to 'End' you can make it execute that T3/r7/2021-04-05.txt.gz:{chan ch=tech}Spronktar Tech: yeah, but as far as I know aliases only take alphanumeric input T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there any situation where one would need to use the End key but not CTRL + End? Because in other apps, both END and CTRL + END does the same thing. I'm considering just remapping my keyboard so the End key comes out as CTRL + END as a workaround for this annoying issue. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Mannec Tech: in a user interface? i wouldnt expect end-of-file to be a thing. except maybe in tron :/ T3/r7/2021-04-05.txt.gz:{chan ch=tech}Nohh Tech: you can use the Accelerator function to bind arbitrary crap to commands T3/r7/2021-04-05.txt.gz:{chan ch=tech}Sath Tech: end and ctrl+end usually don't do the same thing T3/r7/2021-04-05.txt.gz:{chan ch=tech}Nohh Tech: he just made all the commands to navigate the output window require holding control T3/r7/2021-04-05.txt.gz:{chan ch=tech}Snake God Szzilleriel Tech: End is end of line CTRL+END is end of document in most editors. Not the same. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Nohh Tech: he just made all the commands to navigate the output window require holding controlw T3/r7/2021-04-05.txt.gz:{chan ch=tech}Nohh Tech: sorry T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: No he didn't. Page up and Page down work just fine without CTRL. T3/r7/2021-04-05.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: so can i add questor abilities to my trainer? T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: Oh right. I forgot. I never use END for document editors/writers. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Nohh Tech: whatever, just use Accelerator to make 'End' execute 'DoCommand("End")' should do what you want T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: No, you can add a Questor to your Manor, however. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: How would you write that in Script? T3/r7/2021-04-05.txt.gz:{chan ch=tech}Mannec Tech: your manor mob can be multi-talented. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: Oh, I didn't know this. Is this a new-ish thing? I don't think this was available when I got my manor. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Mannec Tech: been that way since i got mine - no idea when/if that policy changed. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: Nohh, how would you write that Accelerator command? I only know how to map arbitrary keys to aliases/commands. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Nohh Tech: try: AcceleratorTo("End", "DoCommand('End')", 12) T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: Thanks! It worked! T3/r7/2021-04-05.txt.gz:{chan ch=tech}Nohh Tech: cool, gotta run, gl T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: Next issue: How do you make F1 not try to open the Help file? Because I don't want the "Not compatible with Windows 10" error message to keep popping up, I will never need to use the Help file (and, in fact, apparently, I never can because it's incompatible with Windows 10). I don't use F1, anyway, but sometimes I do accidentally hit it and it annoys me. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: I have vague memories of being able to prevent F1 from attempting to open the help file but I can't seem to find it in the settings. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Mannec Tech: map it to some other command. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: With Accelerator? T3/r7/2021-04-05.txt.gz:{chan ch=tech}Mannec Tech: that probably works, or maybe there is another way to assign macro keys. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Snake God Szzilleriel Tech: you can also download winhlp32.exe from microsoft and put it it in system32. Had a customer that needed it once. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: Nope, doesn't work. It does both. It does whatever I mapped the command to through the Macro settings or through Accelerator AND it tries to open the help file. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: I don't want it to attempt open the help file at all. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Mannec Tech: well thats just dumb. it should be one or the other. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: I have vague memories of there being some way to disable this through the settings but I might be misremembering and I can't seem to find a settin to disable it. Quite annoying. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Negader Tech: file > global preference > general > checkmark f1, f6 are macros -- that will prevent f1 from trying to open help T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: Yeah, thanks. Just found it through Googling, too. I forgot Global Settings is actually a thing. Was going through Game > Configure > All Configuration T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: OMG! Why is "Smooth Scrolling" a thing?! It's an abomination! And it locks MUSH while it's still scrolling! T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: While we're all here, I can't seem to get MUSH to accept a different icon from the default one (the oil lamp). Not even using one of the other default ones MUSH offers works, never mind a custom icon. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Mannec Tech: might need to tell windows to refresh itself. click on the folder containing the icon, and see if something useful pops up. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: I don't understand what you mean by that. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Mannec Tech: hmm, that shouldnt be the issue. its windows that you need to tell to change the icon, so it should refresh itself. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Mannec Tech: right click the shortcut, properties, somewhere in there is the option to change the icon? T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: I mean, the icon shown at the top of MUSH's window don't change either. So dunno. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: I'm using the in-game settings for MUSH. It's in Global Preferences. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Mannec Tech: that, might be an internal setting. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Mannec Tech: mmm, might need to quit and re-open? T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: Done that. Doesn't help. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Mannec Tech: you said global preferences. is the icon at the world level, below that? T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: I don't know. There are two icons. One for the entire MUSH window and one right below it to the left of the File/Edit/View/Connection/etc. bar. There's also the icon as shown in my Taskbar. None of these get changed when I change the icon in the Global Preferences. T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: Isn't that 15M gold, though? T3/r7/2021-04-05.txt.gz:{chan ch=tech}Summoner Yuna Tech: Mischan T3/r7/2021-04-06.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: so if people are reaching out to me with BTC mining offers, should I consider them a scam or what? i prefer to go through commu nity T3/r7/2021-04-06.txt.gz:{chan ch=tech}Nohh Tech: what the hell is a btc mining offer T3/r7/2021-04-06.txt.gz:{chan ch=tech}Selitos Tech: how do i check my mushclient version? T3/r7/2021-04-06.txt.gz:{chan ch=tech}Selitos Tech: thought there was a version check cmd or something? T3/r7/2021-04-06.txt.gz:{chan ch=tech}Selitos Tech: or build maybe? T3/r7/2021-04-06.txt.gz:{chan ch=tech}Graciella Tech: checkversion T3/r7/2021-04-06.txt.gz:{chan ch=tech}Selitos Tech: thanks T3/r7/2021-04-06.txt.gz:{chan ch=tech}Akella Tech: is there a web site where I can download custom color themes for MUSHclient? T3/r7/2021-04-07.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: anyone else having issues with google play store? this is a brand new Pixel. i cant install anything it just keeps going back to restore mode T3/r7/2021-04-07.txt.gz:{chan ch=tech}Rum Tech: is ther a way to add a timer or delay to a trigger? T3/r7/2021-04-07.txt.gz:{chan ch=tech}Durel Tech: DoAfter or DoAfterSpecial T3/r7/2021-04-07.txt.gz:{chan ch=tech}Durel Tech: for example: \\\DoAfter(2, "echo hello") T3/r7/2021-04-07.txt.gz:{chan ch=tech}Durel Tech: that will do the echo 2 seconds later T3/r7/2021-04-07.txt.gz:{chan ch=tech}Rum Tech: thanks will try that T3/r7/2021-04-07.txt.gz:{chan ch=tech}Durel Tech: you'll need the "send to script" mode though to do it that way T3/r7/2021-04-07.txt.gz:{chan ch=tech}Rum Tech: i already have a trigger to let me know when a necro touch has hit T3/r7/2021-04-07.txt.gz:{chan ch=tech}Rum Tech: but there is no game messgae for it fading T3/r7/2021-04-07.txt.gz:{chan ch=tech}Rum Tech: the timer is about 2 mins T3/r7/2021-04-07.txt.gz:{chan ch=tech}Rum Tech: trying to set up a trigger to fire 2 mins after my hit triggere to echo the target has faded T3/r7/2021-04-07.txt.gz:{chan ch=tech}Durel Tech: So you could do something like: DoAfter(120, "echo necro expired!") T3/r7/2021-04-07.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: yeah you'll just need to change your original notification to a function too then you can have it in one trigger. T3/r7/2021-04-07.txt.gz:{chan ch=tech}Feihu Tech: anyone know that ,the firewall report "HEUR/QVM30.2.c631.Malware.Gen" is trojan virus from mushclient.exe,how to do? T3/r7/2021-04-07.txt.gz:{chan ch=tech}Spronktar Tech: sounds like a false positive T3/r7/2021-04-07.txt.gz:{chan ch=tech}Feihu Tech: why is false positive T3/r7/2021-04-07.txt.gz:{chan ch=tech}Tech: The "HUER" means that it's flagged using a heuristic and not a "fingerprint". These are the things that A/V software use to guess in order to try to better fend off "zero day" stuff where there is no fingerprint definition yet. This particular one is not even the heuristic of a virus, but rather of a "potentially unwanted program" T3/r7/2021-04-07.txt.gz:{chan ch=tech}Tech: MUSHclient isn't a "well-known" program, so it doesn't really know what to make of it T3/r7/2021-04-07.txt.gz:{chan ch=tech}Tech: here's a blurb Fiendish has about MUSHclient sometimes getting flagged by A/V software: https://fiendish.github.io/aardwolfclientpackage/trust_faq.html T3/r7/2021-04-07.txt.gz:{chan ch=tech}Tech: Feihu bows before you. T3/r7/2021-04-07.txt.gz:{chan ch=tech}Feihu Tech: thanks lots T3/r7/2021-04-07.txt.gz:{chan ch=tech}Tech: my pleasure :-) T3/r7/2021-04-08.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: anyone using KTracker managed to figure out how to get it to capture crumbles? T3/r7/2021-04-08.txt.gz:{chan ch=tech}Sivak Tech: you know what would be nice... to get a message in the capture window when your commands finith stacking T3/r7/2021-04-08.txt.gz:{chan ch=tech}Sivak Tech: like a I drink heal 40 or 50 times in icefall T3/r7/2021-04-08.txt.gz:{chan ch=tech}Sivak Tech: I been using tell sicak end T3/r7/2021-04-08.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: so you could add and an echo to the end of your stack then use CallPlugin("b555825a4a5700c35fa80780", "storeFromOutside", "Sivak End") to capture that to the comm window T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: does anyone now how to make an alias for the GMCP mapper in the Aardwolf mush client? T3/r7/2021-04-08.txt.gz:{chan ch=tech}Doge Water Yajan Tech: what are you trying to do exactly? T3/r7/2021-04-08.txt.gz:{chan ch=tech}Sath Tech: when you create an alias there's a "Send To" dropdown, set it to "Execute", and you can use any mapper command in an alias T3/r7/2021-04-08.txt.gz:{chan ch=tech}Doge Water Yajan Tech: should work... T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: i'll try it T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: I did that, but it didn't work. I am trying to mae an recall alias. I set "rc" to output mapper goto 32418. T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: whenever i send rc, it saysMapper Goto 32418 T3/r7/2021-04-08.txt.gz:{chan ch=tech}Your Intuition Tech: send to-> execute T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: i did T3/r7/2021-04-08.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: try lower case for all T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: that worked. Do execute commands always need to be lower case? T3/r7/2021-04-08.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: apparently T3/r7/2021-04-08.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: no T3/r7/2021-04-08.txt.gz:{chan ch=tech}Doge Water Yajan Tech: well the actual command has to be lower case.. T3/r7/2021-04-08.txt.gz:{chan ch=tech}Your Intuition Tech: not necessarily but those do. T3/r7/2021-04-08.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: its just mapper T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: thank you. you saved me a bunch of time. T3/r7/2021-04-08.txt.gz:{chan ch=tech}Your Intuition Tech: if you try it uppercase in the command line where you type it will also not work just as it did not in the alias. T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: Does anyone know a good way to make a separate miniwindow just for inventory? I looked at some tutorials, but they were all for much older versions of aardmush than I am using. Thanks. T3/r7/2021-04-08.txt.gz:{chan ch=tech}Trachx Tech: https://github.com/fiendish/aardwolfclientpackage/wiki/Miniwindow-Basics T3/r7/2021-04-08.txt.gz:{chan ch=tech}Trachx Tech: then scroll down and pick Easy DIY Miniwindows (or https://github.com/fiendish/aardwolfclientpackage/wiki/Easy-DIY-Miniwindows) T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: I already checked that link, but I was hoping for something a bit easier. I would prefer not to have to learn how to make a window from scratch. T3/r7/2021-04-08.txt.gz:{chan ch=tech}Trachx Tech: there are 2 kinds of mini-wins - old way that requires a lot of effort (or a lot of copy-paste from other plugins) and new one those "easy diy" T3/r7/2021-04-08.txt.gz:{chan ch=tech}Trachx Tech: so if you have followed link "Click here for an introduction to miniwindows" http://mushclient.com/mushclient/mw_intro.htm <- that is old way T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: ok, i'll give them another look. thank you for your help. T3/r7/2021-04-08.txt.gz:{chan ch=tech}Trachx Tech: there are also some plugins that helps with managing inventory - like dinv T3/r7/2021-04-08.txt.gz:{chan ch=tech}Trachx Tech: I think I've seen also some plugins that displayed inventory (or maybe it was dinv? not sure about that) T3/r7/2021-04-08.txt.gz:{chan ch=tech}Negader Tech: there are some pre made ones in gammons mushclient posts. but they are old. still usable, but imo learning easy mini win that trachx posted is way to go T3/r7/2021-04-08.txt.gz:{chan ch=tech}Selitos Tech: will dinv analyze take my current spellups into account when it figures out the best armor for each lvl? T3/r7/2021-04-08.txt.gz:{chan ch=tech}Selitos Tech: or does it ignore spellups? T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: I've spent most of this morning creating aliases for aardmush. However, they have all suddenly disappeared. They still work, but I can't see them, and I can't export them. Has anyone else had this problem? I would really like to see those aliases again. Otherwise, I can't even diable them. T3/r7/2021-04-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: How exactly did you make them? What steps? T3/r7/2021-04-08.txt.gz:{chan ch=tech}Durel Tech: did you use the plugin wizard in mush to make a plugin? If so, they probably got bundled into that plugin by mistake and removed from the mush alias section T3/r7/2021-04-08.txt.gz:{chan ch=tech}Selitos Tech: durel just the man i was looking to see :) T3/r7/2021-04-08.txt.gz:{chan ch=tech}Tech: Hmm. You could swear Durel has been here just a second ago. You wonder where he went ... T3/r7/2021-04-08.txt.gz:{chan ch=tech}Selitos Tech: i was wonfering if dinv analyze completely ignores spellups? T3/r7/2021-04-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Durel is me and me is Durel. T3/r7/2021-04-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Phew. It'd be harder to answer if you were wondering, but you're just wonfering, so we're good. T3/r7/2021-04-08.txt.gz:{chan ch=tech}Durel Tech: nope, dinv starts with a rough guesstimate for your spellups at each level and then actually tracks your spellups as you play. The longer you go, the better dinv can predict your future spellups by looking at what you've done previously at those levels T3/r7/2021-04-08.txt.gz:{chan ch=tech}Durel Tech: so if you tend to get a lot of SH spellups, dinv will eventually learn that and make spellup estimates based on that data for the analysis T3/r7/2021-04-08.txt.gz:{chan ch=tech}Selitos Tech: so the best time to run analyze is R7? T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: you're right. They got sent there. Is there a way to get them out? T3/r7/2021-04-08.txt.gz:{chan ch=tech}Durel Tech: it gets more accurate the longer you use it so R7 would be more accurate than R1 T3/r7/2021-04-08.txt.gz:{chan ch=tech}Selitos Tech: when you simnply do dinv set wear is it tracking your spellups? T3/r7/2021-04-08.txt.gz:{chan ch=tech}Durel Tech: No, dinv doesn't need to guess what your spellup is at the time you are wearing a set because it can just look. However, it uses estimates for any level other than your current level T3/r7/2021-04-08.txt.gz:{chan ch=tech}Selitos Tech: i guess my question is really do i have to keep redoing dinv analyze? T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: I did accidentally send the to a plug in. Is there any way I could get them back? T3/r7/2021-04-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Open up the plugin and copy everything between the "aliases" tags, and paste them in. T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: paste them into where? T3/r7/2021-04-08.txt.gz:{chan ch=tech}Durel Tech: oh, no I'd probably just do an analysis once and then maybe update it every few morts if you get other gear you care about. The analysis won't impact what stuff you wear, it just is for things like the usage mode or checking if an item on the market will help you at a different level T3/r7/2021-04-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: You would open the alias GUI and click 'paste' T3/r7/2021-04-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Ctrl+Shift+9 to open it up, and there's a paste button. I should say copy everything from to though. T3/r7/2021-04-08.txt.gz:{chan ch=tech}Selitos Tech: yeah, i just wasn't sure how often i need to update it to be more accurate for those porposes T3/r7/2021-04-08.txt.gz:{chan ch=tech}Durel Tech: Nod. I typically did it at the end of each mort when I was leveling but that may have been overkill. T3/r7/2021-04-08.txt.gz:{chan ch=tech}Selitos Tech: i would undersand if i got a fair amount of new gear, but otherwise i wasn't sure T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: thank you! T3/r7/2021-04-08.txt.gz:{chan ch=tech}Selitos Tech: thx T3/r7/2021-04-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Just make sure you delete the plugin so you don't double up the aliases. T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: I disabled it in case I ever lose them again T3/r7/2021-04-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It'll re-enable itself when you close out MUSH. It's best to remove it completely. T3/r7/2021-04-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: (Remove from Plugins, not delete the file) T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: ok. thanks for the heads up. T3/r7/2021-04-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Also, now is a good time to hit the 'Save' icon. T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: I just did. T3/r7/2021-04-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Good. T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: IIf i want to share the aliases with a friend, I can just email him the mca file? T3/r7/2021-04-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Not the mcl file. T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: and then he loads it? T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: the mca file T3/r7/2021-04-08.txt.gz:{chan ch=tech}Veritheia Tech: don't send that file if you have your password saved T3/r7/2021-04-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Easiest way is to copy them from the aliases GUI, and paste them into Pastebin or something. Or email what you've copied. T3/r7/2021-04-08.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It's not a good idea to send the mca file at all. T3/r7/2021-04-08.txt.gz:{chan ch=tech}Mcguffin Tech: ok. Thank you again. T3/r7/2021-04-09.txt.gz:{chan ch=tech}Giddorah Tech: Is there no gmcp way of getting your current spellups/affects? T3/r7/2021-04-09.txt.gz:{chan ch=tech}Kagaku Tech: nope, only through slist, spelltags T3/r7/2021-04-09.txt.gz:{chan ch=tech}Kagaku Tech: I just about finished implemented something using those for mudlet T3/r7/2021-04-09.txt.gz:{chan ch=tech}Giddorah Tech: Yeah, guessing that's the only way unfortunately... And not entirely straight forward either for what I am trying to do T3/r7/2021-04-09.txt.gz:{chan ch=tech}Kagaku Tech: what did you want to do? T3/r7/2021-04-09.txt.gz:{chan ch=tech}Balalayka Tech: how to set the starting place in the area where i will run? T3/r7/2021-04-09.txt.gz:{chan ch=tech}Hackababa Tech: mushclient question: in Zmud and mudlet the input that i just sent would remain highlighted isntead of beeing removed, is there a mushclient setting to mimic that behaviour? T3/r7/2021-04-09.txt.gz:{chan ch=tech}Hackababa Tech: found it never mind! T3/r7/2021-04-09.txt.gz:{chan ch=tech}Kagaku Tech: in mudlet it's actually configurable, mushclient should/ought to have similar setting T3/r7/2021-04-09.txt.gz:{chan ch=tech}Hackababa Tech: it was in Configuration -> Input -> Commands -> mark "auto-repeat command" T3/r7/2021-04-09.txt.gz:{chan ch=tech}Kagaku Tech: in lua, if t = {}, is 'if t == {} then ...' a valid test? T3/r7/2021-04-09.txt.gz:{chan ch=tech}Sath Tech: what happens when you try it out? T3/r7/2021-04-09.txt.gz:{chan ch=tech}Kagaku Tech: it doesn't return true, if I have an else clause then it does the else T3/r7/2021-04-09.txt.gz:{chan ch=tech}Sath Tech: sounds like it's not a very useful test, then T3/r7/2021-04-09.txt.gz:{chan ch=tech}Spronktar Tech: I'm unsure about LUA specifically, but usually = and == mean different things T3/r7/2021-04-09.txt.gz:{chan ch=tech}Kagaku Tech: basically I want to test for an empty table, maybe I'll use table.size() as a workaround T3/r7/2021-04-09.txt.gz:{chan ch=tech}Spronktar Tech: yeah, size 0 or NULL, if Lua uses NULL T3/r7/2021-04-09.txt.gz:{chan ch=tech}Kagaku Tech: I've set t = {} (empty table) then I do some operations on t, then I want to check whether it is still empty T3/r7/2021-04-09.txt.gz:{chan ch=tech}Tinypotato Tech: == will only return true if the two objects point to the same empty table, so using table size instead is correct T3/r7/2021-04-09.txt.gz:{chan ch=tech}Kagaku Tech: so lua keeps track of individual empty tables {} and there can be multiples of them? as opposed to say "" for empty string, and there is only one empty string can anything can compare with? T3/r7/2021-04-09.txt.gz:{chan ch=tech}Sath Tech: google value types vs reference types T3/r7/2021-04-09.txt.gz:{chan ch=tech}Spronktar Tech: has to do with pointers/references yeah T3/r7/2021-04-09.txt.gz:{chan ch=tech}Spronktar Tech: it's about where stuff is stored in memory T3/r7/2021-04-09.txt.gz:{chan ch=tech}Spronktar Tech: if I store a zero in one place in memory, and I store another zero in a different place in memory, then they = equal each other but they do not == equal each other, they are different "buckets" or locations in the memory despite containing the same value T3/r7/2021-04-09.txt.gz:{chan ch=tech}Spronktar Tech: or something along those lines, it's been a few years since my C++ and Java classes T3/r7/2021-04-09.txt.gz:{chan ch=tech}Sath Tech: any two 0s stored anywhere will == each other because numbers are value types T3/r7/2021-04-09.txt.gz:{chan ch=tech}Sath Tech: = is not a comparison operator in lua, either T3/r7/2021-04-09.txt.gz:{chan ch=tech}Spronktar Tech: yeah again I'm unfamiliar with Lua, but in C++/Java you use = equal for assignment T3/r7/2021-04-09.txt.gz:{chan ch=tech}Kagaku Tech: this isn't a confusion over = vs ==, I have assigned t to be an empty table ( t = {} ), then later I want to compare whether it is still an empty table ( if t == {} ), anyway the problem is solved for now using table.size() which is probably inefficient but works T3/r7/2021-04-09.txt.gz:{chan ch=tech}Sath Tech: there's no easy way to set the background color of a ThemedTextWindow right? T3/r7/2021-04-09.txt.gz:{chan ch=tech}Mcguffin Tech: the sppedwalk to Chaprenula's Laboratory is broken. T3/r7/2021-04-09.txt.gz:{chan ch=tech}Mcguffin Tech: It gets stuck at the dragon river T3/r7/2021-04-09.txt.gz:{chan ch=tech}Veritheia Tech: Nope, works just fine T3/r7/2021-04-09.txt.gz:{chan ch=tech}Veritheia Tech: You need a boat T3/r7/2021-04-09.txt.gz:{chan ch=tech}Veritheia Tech: or to fly T3/r7/2021-04-09.txt.gz:{chan ch=tech}Mcguffin Tech: oh. I've had a canoe the whole game, and I jus now put it away. i can't believe i've gone this long without realizing that. Speedwalks. T3/r7/2021-04-11.txt.gz:{chan ch=tech}Kalsch Tech: in the past few days i have been unable to do mapper goto to get to a room if i am outside the area. If i am already in the area it will work just fine tho T3/r7/2021-04-11.txt.gz:{chan ch=tech}Kalsch Tech: and im not really sure what that is indicative of T3/r7/2021-04-11.txt.gz:{chan ch=tech}Than Tech: - something in your data/database file perhaps, I had to create a bunch of cexits to link the vmap to entrances... T3/r7/2021-04-11.txt.gz:{chan ch=tech}Macuiltotec Tech: anybody know who has the latest/greatest mush? Mine is old and having a lot of issues T3/r7/2021-04-11.txt.gz:{chan ch=tech}Princess Alison Tech: finger fiendish T3/r7/2021-04-11.txt.gz:{chan ch=tech}Macuiltotec Tech: thank you :) T3/r7/2021-04-11.txt.gz:{chan ch=tech}Kalsch Tech: so when i type mapper portals or mapper cexits the lists are blank. However when i do a manual query using an sql browser for the same query that the function uses to list them, i see all of my portals in the database T3/r7/2021-04-11.txt.gz:{chan ch=tech}Kalsch Tech: select rooms.area,rooms.name,exits.touid,exits.fromuid,exits.dir,exits.level from exits left outer join rooms on rooms.uid=exits.touid where exits.fromuid in ('*','**') and rooms.area LIKE '%' order by rooms.area,exits.touid T3/r7/2021-04-11.txt.gz:{chan ch=tech}Kalsch Tech: anyone have any insight as to whats going on? T3/r7/2021-04-11.txt.gz:{chan ch=tech}Kalsch Tech: this is on any copy of my mapper DB i've tried T3/r7/2021-04-11.txt.gz:{chan ch=tech}Trachx Tech: I would probably add some Note("some text") in function map_portal_list to check what causes problem T3/r7/2021-04-11.txt.gz:{chan ch=tech}Kalsch Tech: https://i.imgur.com/sMMVJcZ.png T3/r7/2021-04-11.txt.gz:{chan ch=tech}Kalsch Tech: its annoying because i can Note() out the actual query, and the query returns correct things when doing it directly in a database viewer T3/r7/2021-04-11.txt.gz:{chan ch=tech}Kalsch Tech: but it never gets to the "for row" part. Im not sure what that really indicates T3/r7/2021-04-11.txt.gz:{chan ch=tech}Kagaku Tech: if it doesn't get to for row part then it's probably because there's an error in the query? T3/r7/2021-04-11.txt.gz:{chan ch=tech}Kalsch Tech: but in theory there is no error in the query T3/r7/2021-04-11.txt.gz:{chan ch=tech}Kalsch Tech: i can take the query string and manuallly run the query in a database viewer T3/r7/2021-04-11.txt.gz:{chan ch=tech}Kagaku Tech: does mush show sql queries? T3/r7/2021-04-11.txt.gz:{chan ch=tech}Kalsch Tech: you can output them T3/r7/2021-04-11.txt.gz:{chan ch=tech}Kalsch Tech: https://i.imgur.com/deDZeVT.png T3/r7/2021-04-11.txt.gz:{chan ch=tech}Kalsch Tech: https://i.imgur.com/Btzagab.png T3/r7/2021-04-12.txt.gz:{chan ch=tech}A Can of Pringle Tech: is there a dinv query to only search items in my base inventory, not any bags? T3/r7/2021-04-12.txt.gz:{chan ch=tech}Durel Tech: nope T3/r7/2021-04-12.txt.gz:{chan ch=tech}Areia Tech: dinv search ~rloc bag ~rloc 2.bag... etc. for all bags, seems to work-ish. Gives you stuff you're wearing, though. T3/r7/2021-04-12.txt.gz:{chan ch=tech}Tech: Durel nods at Areia. T3/r7/2021-04-12.txt.gz:{chan ch=tech}Sath Tech: buy backpack;put all backpack;dinv search rloc backpack;get all backpack;sell backpack T3/r7/2021-04-13.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Durel really needs to add "incontainer" as a flag so you can do ~incontainer. T3/r7/2021-04-13.txt.gz:{chan ch=tech}DarkSobek Tech: I?m unable to connect on phone client when on cellular, but works fine on wifi - any ideas? T3/r7/2021-04-13.txt.gz:{chan ch=tech}Balalayka Tech: ban ip? ) T3/r7/2021-04-13.txt.gz:{chan ch=tech}Spronktar Tech: I am currently logged on from my desktop PC which is tethered to my phone, so at least under normal circumstances you can play via phon T3/r7/2021-04-13.txt.gz:{chan ch=tech}Spronktar Tech: phone* T3/r7/2021-04-13.txt.gz:{chan ch=tech}Spronktar Tech: IP might be part of a banned range yeah. check with immortals T3/r7/2021-04-13.txt.gz:{chan ch=tech}Useful Hadar Tech: so im looking to buy my first 3d printer, i was looking at an ender 3 v2 is that a good starting off point? im mainly going to use it to do small things for myself and maybe my friends T3/r7/2021-04-13.txt.gz:{chan ch=tech}Kagaku Tech: do you have a budget? T3/r7/2021-04-13.txt.gz:{chan ch=tech}Useful Hadar Tech: would prefer not to break the bank T3/r7/2021-04-13.txt.gz:{chan ch=tech}Kagaku Tech: so what would break the bank? You can get decent performance from a printer for less than USD200, but if your budget can stretch then you could get something with more QoL builtin T3/r7/2021-04-13.txt.gz:{chan ch=tech}Useful Hadar Tech: i would like to not go over 300, but there is a little give in that T3/r7/2021-04-13.txt.gz:{chan ch=tech}Kagaku Tech: the Ender's are a good starting printer, they have decent enough performance T3/r7/2021-04-13.txt.gz:{chan ch=tech}Useful Hadar Tech: what were you going to suggest? T3/r7/2021-04-13.txt.gz:{chan ch=tech}Kagaku Tech: they also have bazillions of mods and upgrades and whatnots you can do to it to enhance performance and QoL T3/r7/2021-04-13.txt.gz:{chan ch=tech}Kagaku Tech: but if you're not a tinkerer then getting something with more the the mod-cons builtin might be better (eg CR6 SE, or a Prusa - but they're more expensive) T3/r7/2021-04-13.txt.gz:{chan ch=tech}Than Tech: is there a better way to avoid mapper using an exit other than to lock 999999 (or whatever level)? T3/r7/2021-04-13.txt.gz:{chan ch=tech}Sath Tech: you can also ignore exit mismatch and remove it T3/r7/2021-04-13.txt.gz:{chan ch=tech}Sath Tech: I don't know if I'd consider it "better" though T3/r7/2021-04-13.txt.gz:{chan ch=tech}Sath Tech: another way can be to use cexits to make sure the mapper always chooses another path T3/r7/2021-04-13.txt.gz:{chan ch=tech}Than Tech: thanks sath, options are always good to have T3/r7/2021-04-13.txt.gz:{chan ch=tech}Than Tech: ok cool T3/r7/2021-04-14.txt.gz:{chan ch=tech}Than Tech: just downloaded new nvidia drivers, this next speedwalk is gunna be epic fast T3/r7/2021-04-14.txt.gz:{chan ch=tech}Than Tech: no, not serious T3/r7/2021-04-14.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: there's actually a bug in that driver... it's a race condition where you can get there before you start the speedwalk T3/r7/2021-04-14.txt.gz:{chan ch=tech}Spronktar Tech: can anyone ping mygamesonline.org T3/r7/2021-04-14.txt.gz:{chan ch=tech}Radric Tech: Pinging mygamesonline.org [185.176.40.84] with 32 bytes of data: Request timed out. T3/r7/2021-04-14.txt.gz:{chan ch=tech}Sivak Tech: are you trying to find peoples ip T3/r7/2021-04-14.txt.gz:{chan ch=tech}Spronktar Tech: no, I'm just getting someone to confirm that the site which hosts the maps linked on aardwolf wiki is down T3/r7/2021-04-14.txt.gz:{chan ch=tech}Spronktar Tech: thx Radric T3/r7/2021-04-14.txt.gz:{chan ch=tech}Spronktar Tech: not just me then T3/r7/2021-04-15.txt.gz:{chan ch=tech}Nemesis Numenor Tech: anyone know what my mapper all of a sudden starting hunting mobs when I run to an area for a cp? T3/r7/2021-04-15.txt.gz:{chan ch=tech}Sheriff Shindo Tech: did you install S&D or some derivative of it? T3/r7/2021-04-15.txt.gz:{chan ch=tech}Kers Tech: that sounds like S&D in play T3/r7/2021-04-15.txt.gz:{chan ch=tech}Nemesis Numenor Tech: yeah its an older version of s&d T3/r7/2021-04-15.txt.gz:{chan ch=tech}Sheriff Shindo Tech: well that is what S&D does, it looks for your mobs so you can speedwalk them T3/r7/2021-04-15.txt.gz:{chan ch=tech}Nemesis Numenor Tech: its doing hunt trick everytime it goes to an area T3/r7/2021-04-15.txt.gz:{chan ch=tech}Sheriff Shindo Tech: and it isn't the mapper doing it T3/r7/2021-04-15.txt.gz:{chan ch=tech}PenguinGod Galoth Tech: may hae toggled hunt trick instead of quick where T3/r7/2021-04-15.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: anyone here familiar with long distance wireless? T3/r7/2021-04-15.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: specifically, Ubiquiti wireless products? T3/r7/2021-04-15.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: taking a look at https://store.ui.com/collections/operator-airmax-devices to see what I need to connect two buildings together wirelessly. about 1000 ft away from each other T3/r7/2021-04-15.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: found this https://community.spiceworks.com/topic/2261694-ubiquiti-wireless-bridge-recommendation-1000-feet-and-three-trees T3/r7/2021-04-15.txt.gz:{chan ch=tech}ShadowDragon Tech: hey is there a website where i can write down aliases and speedwalks like that old mudbin website T3/r7/2021-04-15.txt.gz:{chan ch=tech}Sath Tech: I wrote a little plugin that un-hides all lines from your output, so that you can see output that's being squelched by a plugin/script, even without knowing which plugin is doing it: https://sethbling.s3-us-west-2.amazonaws.com/temp/aard_showhidden.xml T3/r7/2021-04-15.txt.gz:{chan ch=tech}Sath Tech: just install the plugin and use 'showhidden' to toggle the feature T3/r7/2021-04-15.txt.gz:{chan ch=tech}Torsin Tech: Thanks! The show duplicates plugin has been great! T3/r7/2021-04-15.txt.gz:{chan ch=tech}Sath Tech: cool, glad you like it :) T3/r7/2021-04-15.txt.gz:{chan ch=tech}Tech: Torsin rapidly nods twice, in complete agreement. T3/r7/2021-04-16.txt.gz:{chan ch=tech}Radric Tech: anyone have a link for sound packs other than the one that comes with aardwolf mushclient? T3/r7/2021-04-17.txt.gz:{chan ch=tech}No pants Travis Tech: anyone here still using cmud T3/r7/2021-04-17.txt.gz:{chan ch=tech}No pants Travis Tech: is there a reason my mapper keeps resetting to the base state in aardmush T3/r7/2021-04-17.txt.gz:{chan ch=tech}No pants Travis Tech: it seems to reset whenever i use a different client or login from a differnt pc T3/r7/2021-04-17.txt.gz:{chan ch=tech}Kyrtina Tech: I have hit the wrong key somehow and my game window has resized to be tiny and I can't pull it open - help? T3/r7/2021-04-17.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: aardlayout reset iirc T3/r7/2021-04-17.txt.gz:{chan ch=tech}Kyrtina Tech: awesome, thanks T3/r7/2021-04-17.txt.gz:{chan ch=tech}Pharaoh Otep Tech: any exp trackers i could barrow? T3/r7/2021-04-17.txt.gz:{chan ch=tech}Talbor Tech: https://www.l33t.xyz/l33t-aardwolf-plugins/ T3/r7/2021-04-17.txt.gz:{chan ch=tech}Talbor Tech: stopwatch may be what you want T3/r7/2021-04-17.txt.gz:{chan ch=tech}Than Tech: there is a TNL attribute on the prompt too T3/r7/2021-04-17.txt.gz:{chan ch=tech}Than Tech: mob just cast winbad on me, must be microsoft employee T3/r7/2021-04-17.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: sounds more like apple advertising to me T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: installed aard inventory yest and prob broke something, now my main window wont autoscroll when split (bottom half), tried all mush checkboxes etc. anyone seen this? T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: anyone have some epic font to use (easy to read) ? T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: monospaced T3/r7/2021-04-18.txt.gz:{chan ch=tech}Kagaku Tech: lucida console? T3/r7/2021-04-18.txt.gz:{chan ch=tech}Negader Tech: i use hack T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: thx will try em T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: hack font good - Than likey T3/r7/2021-04-18.txt.gz:{chan ch=tech}Tech: Negader :) T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: is it possible to use a mapper goto inside a cexit string? T3/r7/2021-04-18.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: NO T3/r7/2021-04-18.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Well possible, but won't work as you think. T3/r7/2021-04-18.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: What are you trying to do? T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: is there an alternative to enumerating the speedwalk - I want to use the cexits i already have mid path T3/r7/2021-04-18.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: I have one Mend? T3/r7/2021-04-18.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Zyanya if you do mapper goto from within a cexit. It will run the path from the room the CEXIT fires in. T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: so if i have say, three closed doors all functioning but i need to grab a key off a mob for another door, I dont want to rebuild the cexits inside the other cexit if that makes sense T3/r7/2021-04-18.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: Ah! T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: hmm how can i describe this, i have a locked door - i want to run to some mob, kill it, get the key, run back and unlock the door - the second problem i have is I need a second delay while fighting the mob T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: plus use all the existing cexits in between the mob and the locked door (eg opening other doors) T3/r7/2021-04-18.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I'd probably just add the key to the speedwalk myself...when it fails I'd know why... T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: hm ok apparently there is also a wait() you can add T3/r7/2021-04-18.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: If you add a wait for a fight as a cexit...it'll always use that even when you have the key... T3/r7/2021-04-18.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: btw would your cexit be engaging the key mob automatically? T3/r7/2021-04-18.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: If I'm following correctly anyway T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: meh ill just keep my note heh and click faster xD T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: the runto doesnt really function like you said T3/r7/2021-04-18.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Oh a cexit engaging a mob automatically probably a big no no as far as the rules. T3/r7/2021-04-18.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Just throwing it out there, not saying anyone was doing that! T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: fair enough but the main objective is redundancy in cexits T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: to reuse one cexit from inside another T3/r7/2021-04-18.txt.gz:{chan ch=tech}Your Intuition Tech: what if the other reuses one too? T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: it should expand and just execute the final result? T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: i dunno no biggie can just type it out was just thinking why am i rewriting all these open door commands xD T3/r7/2021-04-18.txt.gz:{chan ch=tech}Areia Tech: Than: Not exactly sure what the problem was, but from your last post it sounds like just making an alias that does mapper cexit open ;run is what you want... T3/r7/2021-04-18.txt.gz:{chan ch=tech}<> Slips Tech: any ideas how to chheck files on a bluray player and modem T3/r7/2021-04-18.txt.gz:{chan ch=tech}<> Slips Tech: lets just say im having issues and its making me angry. no computer but they had a usb T3/r7/2021-04-18.txt.gz:{chan ch=tech}Pharaoh Otep Tech: i think for the modem you have to do it locally thru ur browser right? T3/r7/2021-04-18.txt.gz:{chan ch=tech}<> Slips Tech: not sure. first time having one T3/r7/2021-04-18.txt.gz:{chan ch=tech}Pharaoh Otep Tech: the blu ray player you need to access the home menu. how your make and model does that i have no fkin clue T3/r7/2021-04-18.txt.gz:{chan ch=tech}<> Slips Tech: k thanks T3/r7/2021-04-18.txt.gz:{chan ch=tech}Pharaoh Otep Tech: google ur make and model and just add keyword repgroam T3/r7/2021-04-18.txt.gz:{chan ch=tech}Pharaoh Otep Tech: reprogram* T3/r7/2021-04-18.txt.gz:{chan ch=tech}Metzli Tech: in zMud I used to be able to create aliases in the command line by typing #alias, is there a similar command for mush? T3/r7/2021-04-18.txt.gz:{chan ch=tech}Doge Water Yajan Tech: mushclient says that it has an alias to create an alias the way you've just described.. but it doesn't seem to actually work T3/r7/2021-04-18.txt.gz:{chan ch=tech}Pharaoh Otep Tech: if you would just put all the stuff on mush on zmud i would lovev that T3/r7/2021-04-18.txt.gz:{chan ch=tech}Doge Water Yajan Tech: not sure if there's a trick to that.. you can call a lua function to do it from the command line I believe using whatever your script prefix is T3/r7/2021-04-18.txt.gz:{chan ch=tech}Pharaoh Otep Tech: zmud is just smoother over all T3/r7/2021-04-18.txt.gz:{chan ch=tech}Doge Water Yajan Tech: for example mine is / T3/r7/2021-04-18.txt.gz:{chan ch=tech}Metzli Tech: No worries. Would just save a few clicks for easy aliases is all T3/r7/2021-04-18.txt.gz:{chan ch=tech}Doge Water Yajan Tech: so I could do /AddAlias([match],[send],[sendTo]) (I think) T3/r7/2021-04-18.txt.gz:{chan ch=tech}Metzli Tech: in zMUD I could do #alias qj {get jade bag;quaff jade} for example T3/r7/2021-04-18.txt.gz:{chan ch=tech}Metzli Tech: and it would make the alias qj T3/r7/2021-04-18.txt.gz:{chan ch=tech}Areia Tech: #alias works on Mush, too, at least the Aard Mush package. T3/r7/2021-04-18.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: mush has a lot of settings for aliases, typing all that out wouldnt save you any time over clicking on fields. well... not with my typing at least T3/r7/2021-04-18.txt.gz:{chan ch=tech}Doge Water Yajan Tech: I mean.. you can make mud-side aliases like that.. T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: #alias {h} {cast 'cure light'} T3/r7/2021-04-18.txt.gz:{chan ch=tech}Metzli Tech: I know that Yajan, these would be for ones a bit more complicated than Mud aliases T3/r7/2021-04-18.txt.gz:{chan ch=tech}Doge Water Yajan Tech: oh that's why it didn't work, you have to use the {'s T3/r7/2021-04-18.txt.gz:{chan ch=tech}Doge Water Yajan Tech: looks like you can Metzli T3/r7/2021-04-18.txt.gz:{chan ch=tech}Doge Water Yajan Tech: try #alias {command} {what you want to do} T3/r7/2021-04-18.txt.gz:{chan ch=tech}Metzli Tech: well shit. T3/r7/2021-04-18.txt.gz:{chan ch=tech}Tech: Metzli slaps himself on the head and yells, "DOH!" T3/r7/2021-04-18.txt.gz:{chan ch=tech}Metzli Tech: Thanks for reminding me to sleep guys :) T3/r7/2021-04-18.txt.gz:{chan ch=tech}Doge Water Yajan Tech: careful, tech isn't curse approp T3/r7/2021-04-18.txt.gz:{chan ch=tech}Metzli Tech: double doh then T3/r7/2021-04-18.txt.gz:{chan ch=tech}Doge Water Yajan Tech: I won't tell T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: i dare you to triple it T3/r7/2021-04-18.txt.gz:{chan ch=tech}Tech: Hmm. You could swear Metzli has been here just a second ago. You wonder where he went ... T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: -- aard inv plugin -- does dinv set wear actually work, it seems to pick the weirdest things... T3/r7/2021-04-18.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: read the provided helpfile for each function. it works. T3/r7/2021-04-18.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: the way you worded it sounds like you need to read about priorities T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: most likely T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: not during double xp tho xD T3/r7/2021-04-18.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: ye, im not saying default priorities are bad... but they feel copy pasted from aards own defaul scoring. remember dinv accounts for maximums from gear and spellups as well. anyway it's best to make your own priorities and not bother with defaults T3/r7/2021-04-18.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: looked at default warrior... luck weighted same as int/wis... ugh... definetly copy pasted T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: yup cool thx iill check it out and fix it T3/r7/2021-04-18.txt.gz:{chan ch=tech}Durel Tech: Yes, the default dinv priorities for each class are direct copies of aard's "score" weighting for each class. It's an interesting starting point, but I'd recommend tweaking things based on your playstyle T3/r7/2021-04-18.txt.gz:{chan ch=tech}Durel Tech: see "dinv priority display psi-melee" for a slightly more detailed example that is bundled with dinv T3/r7/2021-04-18.txt.gz:{chan ch=tech}Areia Tech: Hey Durel, is it possible that the shoplifting skill might not be handled by DINV sometimes? Been having some weird (albeit minor) troubles with pots lately. T3/r7/2021-04-18.txt.gz:{chan ch=tech}Durel Tech: not that I know of. It's possible though. I've been shoplifting as a bandit for years though :P T3/r7/2021-04-18.txt.gz:{chan ch=tech}Areia Tech: Hmm. Okay gonna look elsewhere then. Appreciate it! T3/r7/2021-04-18.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: my turn! hahaha. Is it normal that I need to 'dinv refresh' after dying and retrieving everything from my corpse? it seems that my bags aren't properly recognized, if I don't. T3/r7/2021-04-18.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: yes T3/r7/2021-04-18.txt.gz:{chan ch=tech}Durel Tech: yes, if an item leaves your inventory you need to refresh when you pick it back up T3/r7/2021-04-18.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: technically your bags were removed so to speak T3/r7/2021-04-18.txt.gz:{chan ch=tech}Tsorovan Reyn Tech: ok - I figured that was probably the case. Thanks! T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: Updated priority "warrior" :> T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: thx T3/r7/2021-04-18.txt.gz:{chan ch=tech}Areia Tech: Hmm. Okay gonna look elsewhere then. Appreciate it!l T3/r7/2021-04-18.txt.gz:{chan ch=tech}Areia Tech: oops T3/r7/2021-04-18.txt.gz:{chan ch=tech}Than Tech: this week, on Deals Gone Wrong... T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: where can i find the updated search and destroy? T3/r7/2021-04-19.txt.gz:{chan ch=tech}Sheriff Shindo Tech: finger crowley or pwar T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: Trigger function "cp_mob_killed" not found or had a previous error. T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: what did i do?:p T3/r7/2021-04-19.txt.gz:{chan ch=tech}Sheriff Shindo Tech: make sure you uninstall all the old S&D files, then use ctrl+shift+p to reload the new S&D T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: no such table: mobs T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: i removed the old stuff but T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: it mustve messed something up T3/r7/2021-04-19.txt.gz:{chan ch=tech}Than Tech: taking this to this channel ... reading the wiki sec info looks like wiki pages are protected one by one so i dunno T3/r7/2021-04-19.txt.gz:{chan ch=tech}Than Tech: found the create account button xD T3/r7/2021-04-19.txt.gz:{chan ch=tech}Kagaku Tech: maybe you sign in and edit on https, and browse on http? T3/r7/2021-04-19.txt.gz:{chan ch=tech}Than Tech: hmm create account sends me back to a login, dont think the wiki is public edit T3/r7/2021-04-19.txt.gz:{chan ch=tech}Ayasinda Tech: readl help wiki T3/r7/2021-04-19.txt.gz:{chan ch=tech}Ayasinda Tech: it shows you how to get an accout T3/r7/2021-04-19.txt.gz:{chan ch=tech}Than Tech: cool didnt think to check here thanks T3/r7/2021-04-19.txt.gz:{chan ch=tech}Veritheia Tech: Is there a way for mush to trigger off of a print() ? T3/r7/2021-04-19.txt.gz:{chan ch=tech}Sath Tech: nope, but there might be other ways to achieve what you want T3/r7/2021-04-19.txt.gz:{chan ch=tech}Spronktar Tech: yes, I think - print() works the same as echo, right? It just sends the indicated text to be displayed to you in the MUSH? T3/r7/2021-04-19.txt.gz:{chan ch=tech}Veritheia Tech: print does not work the same as echo T3/r7/2021-04-19.txt.gz:{chan ch=tech}Spronktar Tech: I see T3/r7/2021-04-19.txt.gz:{chan ch=tech}Veritheia Tech: but alright, thanks T3/r7/2021-04-19.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: the docs say print writes to stdout... I'd assume it's like Note() and it doesn't actually go to the mud, so no triggers... T3/r7/2021-04-19.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: stdlook T3/r7/2021-04-19.txt.gz:{chan ch=tech}Tech: Yes, THAT Xyzzy puts his finger in his mouth and says, "Oopsie! Did I do that?" T3/r7/2021-04-19.txt.gz:{chan ch=tech}Tech: it would be kind of silly to try to trigger off a print()...you (generic "you", as in some script/plugin in your particular instance of MUSHclient) are generating that print() so if you want to take some other action then just add that other action in the same place that you have the print() itself (possibly within an "if" if you have more restrictive criteria than the print() does) T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: hey guys i wanna move to a diff cpu T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: how do i back up my aliases to save portals T3/r7/2021-04-19.txt.gz:{chan ch=tech}HazeKnight Tech: pretty simple...if using aardwolf mushclient, can just ctrl+shift+9 T3/r7/2021-04-19.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: save the xml file? maybe? I dunno im an idiot T3/r7/2021-04-19.txt.gz:{chan ch=tech}HazeKnight Tech: and then find the small Save button and save the .mca file somewhere T3/r7/2021-04-19.txt.gz:{chan ch=tech}Negader Tech: i thought new mushclients does all that automatically? i'm reading this site: https://fiendish.github.io/aardwolfclientpackage/ T3/r7/2021-04-19.txt.gz:{chan ch=tech}Negader Tech: or are you just moving your old version to another computer? T3/r7/2021-04-19.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: Im too lazy to click through. But .io is the only TLD i trust these days T3/r7/2021-04-19.txt.gz:{chan ch=tech}Negader Tech: without upgrades? T3/r7/2021-04-19.txt.gz:{chan ch=tech}Negader Tech: if just moving, copy the old mushclient directory to new computer. T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: uh who had the file upload for snd? T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: i had always used winkle.. T3/r7/2021-04-19.txt.gz:{chan ch=tech}Sivak Tech: they say to use crowley T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: that was it ty T3/r7/2021-04-19.txt.gz:{chan ch=tech}Sivak Tech: it does stuff like open east T3/r7/2021-04-19.txt.gz:{chan ch=tech}Sivak Tech: winkwinkle will actualy run into the door T3/r7/2021-04-19.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: snd doesnt open doors tho... it uses what ever mapper has. if you set cexit that open doors then sure but that has nothing to do with snd. T3/r7/2021-04-19.txt.gz:{chan ch=tech}[Battle] Scars Tech: i think he may be referring to the autohunt T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: whats the index areas command T3/r7/2021-04-19.txt.gz:{chan ch=tech}Sath Tech: areas? T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: yeah its like index all areas T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: or something T3/r7/2021-04-19.txt.gz:{chan ch=tech}Sath Tech: are you talking about a plugin? T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: yeah for mush T3/r7/2021-04-19.txt.gz:{chan ch=tech}Sath Tech: S&D maybe? T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: u do it when u add snd T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: yea T3/r7/2021-04-19.txt.gz:{chan ch=tech}Sivak Tech: ya I use winkwinkle T3/r7/2021-04-19.txt.gz:{chan ch=tech}Sivak Tech: it has gui T3/r7/2021-04-19.txt.gz:{chan ch=tech}Sivak Tech: z T3/r7/2021-04-19.txt.gz:{chan ch=tech}Pharaoh Otep Tech: can you update mush client without reinstalling? T3/r7/2021-04-20.txt.gz:{chan ch=tech}Forever Frosty Tech: anyone knows what this is refering to? "One of your scripts (in 'Aardwolf_GMCP_Mapper') just did something that requires TIMERS to be enabled, but they aren't. Please check your configuration settings." T3/r7/2021-04-20.txt.gz:{chan ch=tech}Talbor Tech: Could it be from an area repop plugin? T3/r7/2021-04-20.txt.gz:{chan ch=tech}Forever Frosty Tech: it's weird. i disabled the timer, restarted, enabled the timer, restarted and it went away :) T3/r7/2021-04-20.txt.gz:{chan ch=tech}Talbor Tech: At least you know how to fix it now :) T3/r7/2021-04-20.txt.gz:{chan ch=tech}Forever Frosty Tech: indeed :) T3/r7/2021-04-20.txt.gz:{chan ch=tech}Forever Frosty Tech: thanks for responding! T3/r7/2021-04-20.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: "have you tried turning it off and and on again" ? T3/r7/2021-04-20.txt.gz:{chan ch=tech}Talbor Tech: you're welcome :) T3/r7/2021-04-20.txt.gz:{chan ch=tech}Forever Frosty Tech: haha, that's exactly it.. and it sounds like what i tell people when they have a problem with their computer XD T3/r7/2021-04-20.txt.gz:{chan ch=tech}Forever Frosty Tech: why is that even though i copied the entire mushclient folder to another system, some areas i explored become unexplored? T3/r7/2021-04-21.txt.gz:{chan ch=tech}Pharaoh Otep Tech: what is the hlr command to echo my trackers in just social window? T3/r7/2021-04-21.txt.gz:{chan ch=tech}Kanmuru Kirua Tech: if on mushclient, right click the commuinication log for options? T3/r7/2021-04-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: yes T3/r7/2021-04-21.txt.gz:{chan ch=tech}Pharaoh Otep Tech: there is no echo channel option to pick T3/r7/2021-04-21.txt.gz:{chan ch=tech}Pharaoh Otep Tech: do i have to do it in manually? T3/r7/2021-04-21.txt.gz:{chan ch=tech}Pharaoh Otep Tech: im pretty sure theres just a command... T3/r7/2021-04-21.txt.gz:{chan ch=tech}Kanmuru Kirua Tech: you don't see a 'edit channel echos'? T3/r7/2021-04-21.txt.gz:{chan ch=tech}Pharaoh Otep Tech: echo isnt a channel its not on the list:/ T3/r7/2021-04-21.txt.gz:{chan ch=tech}Pharaoh Otep Tech: echo isnt a channel its not on the list:/ T3/r7/2021-04-21.txt.gz:{chan ch=tech}Pharaoh Otep Tech: its not on non channel list either T3/r7/2021-04-21.txt.gz:{chan ch=tech}Pharaoh Otep Tech: wd i just use group:p T3/r7/2021-04-21.txt.gz:{chan ch=tech}Kanmuru Kirua Tech: ah I see T3/r7/2021-04-21.txt.gz:{chan ch=tech}Swalec Tech: can you get the mapper to show you the route that it would take? without doing it? T3/r7/2021-04-21.txt.gz:{chan ch=tech}Your Intuition Tech: mapper where 22222 T3/r7/2021-04-21.txt.gz:{chan ch=tech}Swalec Tech: thanks! T3/r7/2021-04-21.txt.gz:{chan ch=tech}Kanmuru Kirua Tech: "chat echo" allows you to see what can be added, but I don't think echo itself is considered a channel T3/r7/2021-04-21.txt.gz:{chan ch=tech}Pharaoh Otep Tech: how do i get the mapper to not run me thru wyrm at level 15?:p T3/r7/2021-04-21.txt.gz:{chan ch=tech}KnightLord Throxx Tech: change the level of the entrance room to a much higher level T3/r7/2021-04-21.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: anyone use the app Uphold for crypto? T3/r7/2021-04-21.txt.gz:{chan ch=tech}Kyrtina Tech: is there an easy way to set up a command to kill "the next thing in the room" so that i don't have to keep changing my target? T3/r7/2021-04-21.txt.gz:{chan ch=tech}Forever Frosty Tech: I think that would be considered botting? T3/r7/2021-04-21.txt.gz:{chan ch=tech}Kyrtina Tech: Ah well then, fair enough! T3/r7/2021-04-21.txt.gz:{chan ch=tech}Nemesis Numenor Tech: sounds like a script most pthiefs use now:p T3/r7/2021-04-21.txt.gz:{chan ch=tech}Exa Tech: anyone know where to get zaf's bypass manager? T3/r7/2021-04-21.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: where is the data for Aard_Text_Substitutions sorted? Lost my subs last time I upgraded mush T3/r7/2021-04-21.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: stored* T3/r7/2021-04-21.txt.gz:{chan ch=tech}Veritheia Tech: in the state file T3/r7/2021-04-21.txt.gz:{chan ch=tech}Big Boi Zyanya Tech: thanks, will look. T3/r7/2021-04-21.txt.gz:{chan ch=tech}TarcAli Tech: hey does anyone use mudlet im on linux so i gotta use this and the config file i found on the wiki doesnt seem to make it show my map and stuff like its supposed to T3/r7/2021-04-21.txt.gz:{chan ch=tech}Kagaku Tech: I do, I'm using https://forums.mudlet.org/viewtopic.php?f=6&t=22755 (although by now mine is very heavily modified) T3/r7/2021-04-21.txt.gz:{chan ch=tech}TarcAli Tech: ok im gonna check that out T3/r7/2021-04-21.txt.gz:{chan ch=tech}TarcAli Tech: i dont see the map on teh right now its just blank do i need to do anything T3/r7/2021-04-21.txt.gz:{chan ch=tech}Kagaku Tech: when I started using it I didn't have to do anything in particular and everything appeared like in the screenshots T3/r7/2021-04-21.txt.gz:{chan ch=tech}TarcAli Tech: ok ill try some things T3/r7/2021-04-21.txt.gz:{chan ch=tech}Kagaku Tech: there are those blue arrow-headed crosses that you drag RIGHT-click and drag to size the panels T3/r7/2021-04-21.txt.gz:{chan ch=tech}Kagaku Tech: once you're happy about the size, then in commandline type: guisave T3/r7/2021-04-21.txt.gz:{chan ch=tech}Negader Tech: there is a command line to disable/enable mushclient plugin? T3/r7/2021-04-21.txt.gz:{chan ch=tech}Pedjisen Tech: hello saven how can you activate the sounds of the musclient? T3/r7/2021-04-21.txt.gz:{chan ch=tech}Abaddon Tech: type 'sphelp' T3/r7/2021-04-21.txt.gz:{chan ch=tech}Pedjisen Tech: [Soundpack] SoundPack v1.1.2 for Aardwolf by Pwar T3/r7/2021-04-21.txt.gz:{chan ch=tech}Abaddon Tech: i think 'sptog' is what you want T3/r7/2021-04-21.txt.gz:{chan ch=tech}Pedjisen Tech: [Soundpack] Error: Invalid event. Type "sptog" to see a list of events. T3/r7/2021-04-21.txt.gz:{chan ch=tech}Abaddon Tech: do 'sptop all' T3/r7/2021-04-21.txt.gz:{chan ch=tech}Abaddon Tech: 'sptog all' T3/r7/2021-04-21.txt.gz:{chan ch=tech}Pedjisen Tech: yes T3/r7/2021-04-21.txt.gz:{chan ch=tech}Abaddon Tech: what are the advantages of a gsync capable monitor over a gsync compatible one? T3/r7/2021-04-22.txt.gz:{chan ch=tech}Torkin Tech: why does onenote not have good turning off autocorrect functionality T3/r7/2021-04-22.txt.gz:{chan ch=tech}Torkin Tech: someone call msft for me T3/r7/2021-04-22.txt.gz:{chan ch=tech}Yes, THAT Xyzzy Tech: what should we call them? T3/r7/2021-04-22.txt.gz:{chan ch=tech}Torkin Tech: jackasses. they keep autocorrecting things that shouldn't be corrected. not a problem in word, but onenote being a jerk T3/r7/2021-04-22.txt.gz:{chan ch=tech}Ruckus Tech: there shall be only One Note, and it shall be spelled the One WAy T3/r7/2021-04-22.txt.gz:{chan ch=tech}Torkin Tech: "here let me correct this acronym for you" T3/r7/2021-04-22.txt.gz:{chan ch=tech}Ruckus Tech: "that's not how you spell your own name, dummy" T3/r7/2021-04-22.txt.gz:{chan ch=tech}Tech: Ruckus watches as OneNote tries to autocorrect 'Xyzzy,' bursts into flames, keels over, and dies. T3/r7/2021-04-23.txt.gz:{chan ch=tech}Sath Tech: Want to hide lines of MUD output, but don't want to clutter up your list of triggers? I wrote a little plugin that lets you easily create "Omit From Output" triggers, by simply highlighting one or more lines and entering 'spamreduce trigger'. Or highlight part of a line to use that part as a wildcard. Easy to revert. Anyone wanna test it out? T3/r7/2021-04-23.txt.gz:{chan ch=tech}Summoner Yuna Tech: Is there a way to set up a trigger to react to the MUD telling me "You are already in that room." in MUSH? I can't seem to make a trigger react to it. T3/r7/2021-04-23.txt.gz:{chan ch=tech}Pedjisen Tech: hello, someone, save the name of the plugin that allows you to read the chats with the alt key? is that I was deactivated T3/r7/2021-04-24.txt.gz:{chan ch=tech}Than Tech: how do i extend / grep /filter or something to limit search by location e.g. dinv search type armor T3/r7/2021-04-24.txt.gz:{chan ch=tech}Metzli Tech: Trying to load Crowley's S&D to replace the old WinkleWinkle one that I have and I'm getting this error "Line 74: Attribute name 'data-pjax-transient' not followed by '=' (Cannot load)" any suggestions? T3/r7/2021-04-24.txt.gz:{chan ch=tech}Octosloth Tech: where can i get a good consider window plugin? T3/r7/2021-04-24.txt.gz:{chan ch=tech}Petro Tech: my clan is only permitted to use a certain S&D and i will say its not that one T3/r7/2021-04-24.txt.gz:{chan ch=tech}Sath Tech: sounds like an xml load error, could be caused by bad mushclient versioning T3/r7/2021-04-24.txt.gz:{chan ch=tech}Metzli Tech: I recently updated to the newest Aardmush that Fiendish had made, figured that would be helpful but I guess not haha T3/r7/2021-04-24.txt.gz:{chan ch=tech}Metzli Tech: I'll try it on my other mush version and see if that makes a difference T3/r7/2021-04-24.txt.gz:{chan ch=tech}Metzli Tech: Thanks :) T3/r7/2021-04-24.txt.gz:{chan ch=tech}Durel Tech: Metzli: This is a bit late, but I think I know what caused the issue you reported. The error you listed looks like you are trying to load an html file and not an actual plugin. Github has a really annoying default behavior where if you right-click on a file and select "download", it downloads the *web page* to download the plugin and not the actual plugin itself. Use the big green button named "Code" and select "Download zip" to get the file. T3/r7/2021-04-24.txt.gz:{chan ch=tech}Metzli Tech: I actually just figured it out, and that was exactly it :P T3/r7/2021-04-24.txt.gz:{chan ch=tech}Metzli Tech: Thank you Durel for responding though, great timing haha T3/r7/2021-04-24.txt.gz:{chan ch=tech}Durel Tech: No worries. That behavior by github is just bizarre. T3/r7/2021-04-24.txt.gz:{chan ch=tech}Petro Tech: oh, btw sorry for the unhelpful reply Metzli... i was operating on out of date s&d knowledge T3/r7/2021-04-24.txt.gz:{chan ch=tech}Metzli Tech: Github has always been one of the sites that I've found confusing hehe T3/r7/2021-04-24.txt.gz:{chan ch=tech}Metzli Tech: Petro - All good :D T3/r7/2021-04-24.txt.gz:{chan ch=tech}Ruckus Tech: if you've been there, done that with the confusing github web page download raise your hand T3/r7/2021-04-24.txt.gz:{chan ch=tech}Tech: Ruckus raises his hand. T3/r7/2021-04-24.txt.gz:{chan ch=tech}Tech: Durel raises his hand. T3/r7/2021-04-24.txt.gz:{chan ch=tech}Tech: Metzli raises both hands. T3/r7/2021-04-24.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley has never had that problem. T3/r7/2021-04-24.txt.gz:{chan ch=tech}Tech: Ruckus eyes (Aleister) Crowley suspiciously. T3/r7/2021-04-24.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley shrugs helplessly. T3/r7/2021-04-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: To be fair, that "Code" button is the least intuitive part of the page. T3/r7/2021-04-24.txt.gz:{chan ch=tech}Durel Tech: at least it used to be called "Download" so someone would see a huge green download button T3/r7/2021-04-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: Where do I download? There's no Download button! Oh, it's under Code? WHO THE HELL THOUGHT OF THAT?! T3/r7/2021-04-24.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley nods at Durel. T3/r7/2021-04-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: When the Download button disappeared... well, let's just say it took me an embarrassingly amount of time to figure out it was renamed to "Code", so I was going to the raw page, and copy/pasting for a bit. T3/r7/2021-04-24.txt.gz:{chan ch=tech}Petro Tech: im thinking it was the same team managing updates for win10 T3/r7/2021-04-24.txt.gz:{chan ch=tech}Metzli Tech: I was one step away from doing that Crowley lol T3/r7/2021-04-24.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley chuckles politely. T3/r7/2021-04-24.txt.gz:{chan ch=tech}Metzli Tech: Ended up on the raw page a few times and thought "Well if this is the only way.." T3/r7/2021-04-24.txt.gz:{chan ch=tech}(Aleister) Crowley Tech: It works, as inefficient as it is. T3/r7/2021-04-24.txt.gz:{chan ch=tech}Durel Tech: for dinv, I changed the link I give out to people to go to a "releases" page so you can grab the code directly there because this drove me nuts T3/r7/2021-04-24.txt.gz:{chan ch=tech}Tech: (Aleister) Crowley snickers with Durel about their shared secret. T3/r7/2021-04-25.txt.gz:{chan ch=tech}Pharaoh Otep Tech: any consider plugins for backstab? T3/r7/2021-04-25.txt.gz:{chan ch=tech}Atomic Tech: hi. can someone help me with a set up button for blowtorch please? i lost all T3/r7/2021-04-25.txt.gz:{chan ch=tech}Torkin Tech: does excel have a compare function like word (office suite) T3/r7/2021-04-25.txt.gz:{chan ch=tech}Nalleus Tech: What does compare do? I'm not familiar with the functionality in Word. T3/r7/2021-04-25.txt.gz:{chan ch=tech}Torkin Tech: it runs a redline. shows all marks between two versions of a doc. based on some googling it looks like excel doesn't really do this at least not in the manner iw ant T3/r7/2021-04-25.txt.gz:{chan ch=tech}Torkin Tech: er shows all differences between two versions of a doc T3/r7/2021-04-25.txt.gz:{chan ch=tech}Than Tech: try a decent text editor like notepad++ T3/r7/2021-04-25.txt.gz:{chan ch=tech}Torkin Tech: well the data i get comes in csv, which defaults for me to opening in excel. no biggie though i can get result i want if i just copy/paste into a word doc and run comparison from there. a little more effort but not that big of a deal. thx for suggestion though T3/r7/2021-04-25.txt.gz:{chan ch=tech}Trachx Tech: csv are text files, so you could use diff or windiff to compare them T3/r7/2021-04-25.txt.gz:{chan ch=tech}Trachx Tech: if you use "total commander" - it also has utility to compare files by content T3/r7/2021-04-25.txt.gz:{chan ch=tech}Methylol Tech: if you're looking to just compare some data in csvs that isn't being used for programmatic means, winmerge is a really decent gui for doing it T3/r7/2021-04-25.txt.gz:{chan ch=tech}LoUd-JuIcE Yamillay Tech: what is the google syntax or what is it I gotta type to see people on instagram without having to use a instagram account to see thier clips and pics? T3/r7/2021-04-25.txt.gz:{chan ch=tech}LoUd-JuIcE Yamillay Tech: their rather T3/r7/2021-04-25.txt.gz:{chan ch=tech}LoUd-JuIcE Yamillay Tech: I feel like I'm handicapped when compared to other instagram fanatics that can view instagram because I got a little fame on instagram and I barely know how to access or surf it myself T3/r7/2021-04-25.txt.gz:{chan ch=tech}Kagaku Tech: the best thing to do with instagram is to not use it T3/r7/2021-04-25.txt.gz:{chan ch=tech}Than Tech: welcome to the cold, stark void of the internet - we'll all be there at one point no matter sharp you are today T3/r7/2021-04-25.txt.gz:{chan ch=tech}Than Tech: and that's a fantastic thing T3/r7/2021-04-25.txt.gz:{chan ch=tech}LoUd-JuIcE Yamillay Tech: I agree but pros and cons for usage of instagram or opinions on it or from it are amusing T3/r7/2021-04-26.txt.gz:{chan ch=tech}Radric Tech: is there a mushclient plugin to help with enchanting? T3/r7/2021-04-26.txt.gz:{chan ch=tech}Radric Tech: like a mass-enchant where you put Resonate, Illuminate, and Solidify on everything. T3/r7/2021-04-26.txt.gz:{chan ch=tech}Torkin Tech: any ideas why a logitech webcam would stop being recognized midcall T3/r7/2021-04-26.txt.gz:{chan ch=tech}Blackshield Tech: low power? T3/r7/2021-04-26.txt.gz:{chan ch=tech}Sath Tech: loose cable, or another device got turned on/off T3/r7/2021-04-26.txt.gz:{chan ch=tech}Torkin Tech: wil check thanks T3/r7/2021-04-26.txt.gz:{chan ch=tech}Torkin Tech: is it a bad sign that no matter which usb port i plug it into, no response from the camera? f this thing is only like 3 mths old T3/r7/2021-04-26.txt.gz:{chan ch=tech}Your Intuition Tech: windows? try to reboot. T3/r7/2021-04-26.txt.gz:{chan ch=tech}Torkin Tech: no idea what i did but i fixed it. smartest man alive T3/r7/2021-04-26.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Huh? I didn't do anything... T3/r7/2021-04-26.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: It was actually me. T3/r7/2021-04-26.txt.gz:{chan ch=tech}Torkin Tech: thank you for hacking my system T3/r7/2021-04-26.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I'll take the credit if Erikson doesn't. T3/r7/2021-04-26.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: I choose to interpret that as, anything I claim I didn't do, is Mendaloth's fault from now on. I'm cool with this. T3/r7/2021-04-26.txt.gz:{chan ch=tech}Doge Water Yajan Tech: lua seems to be really finicky around boolean grouping.. how would I do (A AND B) OR C? T3/r7/2021-04-26.txt.gz:{chan ch=tech}Doge Water Yajan Tech: because it's definitely not working as is T3/r7/2021-04-26.txt.gz:{chan ch=tech}Doge Water Yajan Tech: does OR even work in Mush? T3/r7/2021-04-26.txt.gz:{chan ch=tech}Doge Water Yajan Tech: so confused.. the second I add an OR the whole thing hits the fan T3/r7/2021-04-26.txt.gz:{chan ch=tech}Zolstead Tech: or works with Lau. It's a logical operator and may not return true or false but a value of the item T3/r7/2021-04-26.txt.gz:{chan ch=tech}Tinypotato Tech: what does your entire if condition look like? T3/r7/2021-04-26.txt.gz:{chan ch=tech}Zolstead Tech: in Lau the statement 10 or 20 will return 10 T3/r7/2021-04-26.txt.gz:{chan ch=tech}Doge Water Yajan Tech: not sure what you mean Zolstead, Tiny: it literally is the same as what I pasted above T3/r7/2021-04-26.txt.gz:{chan ch=tech}Doge Water Yajan Tech: parenthesized (condition 1 AND condition 2) OR condition 3 then T3/r7/2021-04-26.txt.gz:{chan ch=tech}Tinypotato Tech: i mean what is A, B, etc..what you pasted should technically work assuming you have brackets around the whole thing T3/r7/2021-04-26.txt.gz:{chan ch=tech}Doge Water Yajan Tech: when you say brackets, you mean []'s? T3/r7/2021-04-26.txt.gz:{chan ch=tech}Sivak Tech: ya barces is {} T3/r7/2021-04-26.txt.gz:{chan ch=tech}Tinypotato Tech: if ((A and B) or C) then ... end T3/r7/2021-04-26.txt.gz:{chan ch=tech}Doge Water Yajan Tech: wow, didn't know you could use this to group boolean expressions T3/r7/2021-04-26.txt.gz:{chan ch=tech}Sivak Tech: pren () T3/r7/2021-04-26.txt.gz:{chan ch=tech}Doge Water Yajan Tech: yep, that's what it is TinyPotato.. modified the code to be all locals that evaluate to numbers and use == to check just to see what lua was doing T3/r7/2021-04-26.txt.gz:{chan ch=tech}Sivak Tech: i think carrots <>^ T3/r7/2021-04-26.txt.gz:{chan ch=tech}Durel Tech: Here, you can play with this and tweak the "true" and "false" values to see the combinations: \\\if (true and false) or true then print("hello") else print("goodbye") end T3/r7/2021-04-26.txt.gz:{chan ch=tech}Than Tech: George Boole was a tuber T3/r7/2021-04-26.txt.gz:{chan ch=tech}Doge Water Yajan Tech: k, testing it around T3/r7/2021-04-26.txt.gz:{chan ch=tech}Than Tech: Tiny's great great great great grandfather T3/r7/2021-04-26.txt.gz:{chan ch=tech}Tinypotato Tech: if you're evaluating numbers, note that 0 evaluates to true which is different from the behavior in most other languages T3/r7/2021-04-26.txt.gz:{chan ch=tech}Doge Water Yajan Tech: how odd, seems to be working now when i worked backwards from Durel's working simple script T3/r7/2021-04-26.txt.gz:{chan ch=tech}Doge Water Yajan Tech: I wonder if I inadvertently deleted a grouping typo in my inequality checks T3/r7/2021-04-26.txt.gz:{chan ch=tech}Doge Water Yajan Tech: by the way, thanks everyone for help/suggestions.. I'm honestly not sure what the problem was.. but through trying stuff it got worked out and lua can definitely mix ANDs and ORs so that's good to know T3/r7/2021-04-27.txt.gz:{chan ch=tech}Vaxilion Tech: What is the syntax (if any) to make an alias in MUSHclient with an optional argument? T3/r7/2021-04-27.txt.gz:{chan ch=tech}Vaxilion Tech: because it is seems that using stuff * will always require it to match something for *, so I can't just type 'stuff' and get it without the arguement - for example, to cast a spell or something on a target I'm already in combat with T3/r7/2021-04-27.txt.gz:{chan ch=tech}Kagaku Tech: for simple aliases you can use the mud ones, help alias T3/r7/2021-04-27.txt.gz:{chan ch=tech}Doge Water Yajan Tech: try nixing the space between the * and other things T3/r7/2021-04-27.txt.gz:{chan ch=tech}Doge Water Yajan Tech: otherwise it won't match without the space T3/r7/2021-04-27.txt.gz:{chan ch=tech}Vaxilion Tech: ah ha ha, that may very well be the issue T3/r7/2021-04-27.txt.gz:{chan ch=tech}Doge Water Yajan Tech: not 100% if that works unless you click the convert to regular expression button though T3/r7/2021-04-27.txt.gz:{chan ch=tech}Doge Water Yajan Tech: if it's a simple attack alias.. the mud-side aliases will automatically work both with and without an argument if you create them without adding anything to the end T3/r7/2021-04-27.txt.gz:{chan ch=tech}Doge Water Yajan Tech: like Kagaku was saying T3/r7/2021-04-27.txt.gz:{chan ch=tech}Doge Water Yajan Tech: also note if you follow my advice your match will include the space (when an argument is present) so you'll have to process/trim it back out T3/r7/2021-04-27.txt.gz:{chan ch=tech}Vaxilion Tech: hmm, seems to work well enough just by removing the space, at least for my purpose T3/r7/2021-04-27.txt.gz:{chan ch=tech}Doge Water Yajan Tech: okey dokey, if it works for you then all is well T3/r7/2021-04-27.txt.gz:{chan ch=tech}Vaxilion Tech: it looks like it does have two spaces, but the game still parses it and targets correctly T3/r7/2021-04-27.txt.gz:{chan ch=tech}Doge Water Yajan Tech: k, sweet T3/r7/2021-04-27.txt.gz:{chan ch=tech}Doge Water Yajan Tech: you could just send with no space then :P T3/r7/2021-04-27.txt.gz:{chan ch=tech}Doge Water Yajan Tech: make it look a little more silly in the alias and less silly in the mud output command T3/r7/2021-04-27.txt.gz:{chan ch=tech}Vaxilion Tech: Hah, I was just making that change when you suggested it T3/r7/2021-04-27.txt.gz:{chan ch=tech}Vaxilion Tech: I was like, oh wait, I could clean this up T3/r7/2021-04-27.txt.gz:{chan ch=tech}Tech: Doge Water Yajan :) T3/r7/2021-04-27.txt.gz:{chan ch=tech}Pharaoh Otep Tech: what is the command to lock nyne until im hero? T3/r7/2021-04-27.txt.gz:{chan ch=tech}Pharaoh Otep Tech: i tried lockexit... T3/r7/2021-04-27.txt.gz:{chan ch=tech}Ralyn Tech: mapper lockexit from the room outside the area T3/r7/2021-04-27.txt.gz:{chan ch=tech}Pharaoh Otep Tech: i did T3/r7/2021-04-27.txt.gz:{chan ch=tech}Pharaoh Otep Tech: to 210 T3/r7/2021-04-27.txt.gz:{chan ch=tech}Pharaoh Otep Tech: maybe where i messed up the initial command its stacking commands T3/r7/2021-04-27.txt.gz:{chan ch=tech}Pharaoh Otep Tech: initially i set it to 200 T3/r7/2021-04-27.txt.gz:{chan ch=tech}Ralyn Tech: does it take tier into effect? T3/r7/2021-04-27.txt.gz:{chan ch=tech}Sath Tech: is there a way to tell dinv where I want an item to live when unequiping it? T3/r7/2021-04-27.txt.gz:{chan ch=tech}Durel Tech: put it in a container and dinv will remember the most recent container that item as been in T3/r7/2021-04-27.txt.gz:{chan ch=tech}Sath Tech: is there a way to tell it to live in my inventory? T3/r7/2021-04-27.txt.gz:{chan ch=tech}Durel Tech: oh, sort of, but it's a bit of a kludge :P T3/r7/2021-04-27.txt.gz:{chan ch=tech}Sath Tech: hit me! T3/r7/2021-04-27.txt.gz:{chan ch=tech}Durel Tech: forget the item and then never put it in a container T3/r7/2021-04-27.txt.gz:{chan ch=tech}Sath Tech: cool, thanks! T3/r7/2021-04-27.txt.gz:{chan ch=tech}Durel Tech: so "dinv forget [query matching the item]", "dinv refresh all", and then just don't put the item in a container T3/r7/2021-04-27.txt.gz:{chan ch=tech}Sath Tech: worked :) T3/r7/2021-04-27.txt.gz:{chan ch=tech}Durel Tech: kludge to the rescue! T3/r7/2021-04-27.txt.gz:{chan ch=tech}Kagaku Tech: ms built their whole business upon kludges T3/r7/2021-04-27.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: alright need some help with a website T3/r7/2021-04-27.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: I have a weather camera at a remore location that has a live feed T3/r7/2021-04-27.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: I am trying to put live live feed in a wix website T3/r7/2021-04-27.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: how do i do this? T3/r7/2021-04-27.txt.gz:{chan ch=tech}Antifa Raded Tech: is it bad if my ancient parallel port to ethernet converter on my even more ancient label printer makes a continuous high pitched whine when I UNPLUG it? T3/r7/2021-04-27.txt.gz:{chan ch=tech}CheeZy Bot HiSaZuL Tech: nah its fine if it only whines, now if it starts telling you to feed it human flesh... you may need to start worrying a bit T3/r7/2021-04-27.txt.gz:{chan ch=tech}Nalleus Tech: See if you can teach it to carry a tune. T3/r7/2021-04-27.txt.gz:{chan ch=tech}Antifa Raded Tech: one of these bad boys: https://www.startech.com/en-us/networking-io/pm1115p T3/r7/2021-04-27.txt.gz:{chan ch=tech}Antifa Raded Tech: its supported on windows 98 T3/r7/2021-04-27.txt.gz:{chan ch=tech}Holthausen Tech: bruh T3/r7/2021-04-27.txt.gz:{chan ch=tech}Holthausen Tech: probably just needs a little percussive maintenance T3/r7/2021-04-27.txt.gz:{chan ch=tech}Than Tech: dinv :: is it possible to create a weighting for damage type for the set command? T3/r7/2021-04-27.txt.gz:{chan ch=tech}Doge Water Yajan Tech: yeah, I think there's examples in the helpfiles T3/r7/2021-04-27.txt.gz:{chan ch=tech}Durel Tech: Than: You can't give arbitrary weights for damage types to dinv, but you can tell dinv which damtypes to use/ignore for a particular set T3/r7/2021-04-27.txt.gz:{chan ch=tech}Durel Tech: The easiest way is probably found here: dinv help weapon T3/r7/2021-04-27.txt.gz:{chan ch=tech}Than Tech: thx ill read some more T3/r7/2021-04-27.txt.gz:{chan ch=tech}Tech: Than identifying my inv at the tinkerer solved allowed me to get the damage type switching working - next problem is determining damage calculation ie. str vs DR vs dex vs HR etc. I modified mine a bit so wondering if any warriors have some well established values? T3/r7/2021-04-28.txt.gz:{chan ch=tech}Than Tech: can someone point me to this seek and destroy plugin (assuming its legal) / where the correct version is? T3/r7/2021-04-28.txt.gz:{chan ch=tech}Talbor Tech: finger pwar or crowley T3/r7/2021-04-28.txt.gz:{chan ch=tech}Trachx Tech: "help snd" T3/r7/2021-04-28.txt.gz:{chan ch=tech}Veritheia Tech: You can read help snd to see comments about its legality T3/r7/2021-04-28.txt.gz:{chan ch=tech}Than Tech: k thanks for the info T3/r7/2021-04-28.txt.gz:{chan ch=tech}Than Tech: nobody ever got killed by a frown - lol T3/r7/2021-04-28.txt.gz:{chan ch=tech}Doge Water Yajan Tech: turn the frown upside-down! T3/r7/2021-04-28.txt.gz:{chan ch=tech}Doge Water Yajan Tech: that frown*! T3/r7/2021-04-28.txt.gz:{chan ch=tech}Than Tech: wow lol T3/r7/2021-04-28.txt.gz:{chan ch=tech}Than Tech: ok this is messed up anyone know why I cant see resistance information on raceinfo output, just tried from an empty muschlient session and its not there either... T3/r7/2021-04-28.txt.gz:{chan ch=tech}Doge Water Yajan Tech: because it's not in raceinfo output? T3/r7/2021-04-28.txt.gz:{chan ch=tech}Durel Tech: if you do "raceinfo all" you only see stat adjustments, not resists. You need to pick a specific race like "raceinfo sprite" T3/r7/2021-04-28.txt.gz:{chan ch=tech}Doge Water Yajan Tech: you mean just "raceinfo" with no argument? T3/r7/2021-04-28.txt.gz:{chan ch=tech}Sath Tech: there's definitely some resistance information in raceinfo T3/r7/2021-04-28.txt.gz:{chan ch=tech}Than Tech: right - if I send raceinfo sprite, I am missing the resistance information/section T3/r7/2021-04-28.txt.gz:{chan ch=tech}Doge Water Yajan Tech: you broke it T3/r7/2021-04-28.txt.gz:{chan ch=tech}Sath Tech: you can try my showhidden plugin T3/r7/2021-04-28.txt.gz:{chan ch=tech}Durel Tech: you probably have a plugin that is gagging that info T3/r7/2021-04-28.txt.gz:{chan ch=tech}Sath Tech: it'll show all lines of MUD output, even if a plugin is trying to hide them T3/r7/2021-04-28.txt.gz:{chan ch=tech}Than Tech: i tried from an empty mushclient though and its still not htere T3/r7/2021-04-28.txt.gz:{chan ch=tech}Sath Tech: an empty fiendish mush, or pure vanilla? T3/r7/2021-04-28.txt.gz:{chan ch=tech}Than Tech: file -> new -> (set the host/port) -> connect T3/r7/2021-04-28.txt.gz:{chan ch=tech}Sath Tech: that still has all the plugins installed T3/r7/2021-04-28.txt.gz:{chan ch=tech}Sath Tech: I think T3/r7/2021-04-28.txt.gz:{chan ch=tech}Than Tech: plugins looked empty - ill try from the java client T3/r7/2021-04-28.txt.gz:{chan ch=tech}Than Tech: nope - cant see it via telnet T3/r7/2021-04-28.txt.gz:{chan ch=tech}Durel Tech: what command exactly are you typing? T3/r7/2021-04-28.txt.gz:{chan ch=tech}Than Tech: must be some config setting -- ill make a new character and test -- command is simply :: raceinfo elf (as one example) T3/r7/2021-04-28.txt.gz:{chan ch=tech}Durel Tech: That's bizarre. I don't know of any config that would disable that. Hmm... T3/r7/2021-04-28.txt.gz:{chan ch=tech}Than Tech: yea man it works on telnet with a new char T3/r7/2021-04-28.txt.gz:{chan ch=tech}Than Tech: ok now i see it again here what the hell T3/r7/2021-04-28.txt.gz:{chan ch=tech}Than Tech: fixed but that makes no sense to me anyway cheers for checking T3/r7/2021-04-28.txt.gz:{chan ch=tech}Durel Tech: Lol, is your ISP blocking anything that refers to "race"? I'm only half joking :P T3/r7/2021-04-28.txt.gz:{chan ch=tech}Than Tech: NSA filter clearly T3/r7/2021-04-28.txt.gz:{chan ch=tech}Than Tech: no i dont know man, very strange though T3/r7/2021-04-28.txt.gz:{chan ch=tech}Pharaoh Otep Tech: its the government T3/r7/2021-04-28.txt.gz:{chan ch=tech}Sleekr Tech: history T3/r7/2021-04-28.txt.gz:{chan ch=tech}Sleekr Tech: argh T3/r7/2021-04-29.txt.gz:{chan ch=tech}Selitos Tech: there a way to have dinv should you the wear items for a particular slot like legs from lvl 1-201? T3/r7/2021-04-29.txt.gz:{chan ch=tech}KnightLord Throxx Tech: usage T3/r7/2021-04-29.txt.gz:{chan ch=tech}KnightLord Throxx Tech: dinv help usage T3/r7/2021-04-29.txt.gz:{chan ch=tech}Durel Tech: If you have created an analysis (see "dinv help analyze") then you can ask dinv to show you what it would have you wear at each level and what the stat changes are at each eq swap. Something like: dinv analyze display psi-melee legs T3/r7/2021-04-29.txt.gz:{chan ch=tech}Selitos Tech: i see i was missing 'wearable' T3/r7/2021-04-29.txt.gz:{chan ch=tech}Durel Tech: If you want to see all leg items and not just the ones dinv thinks are best, you can search like this: dinv search wearable lege T3/r7/2021-04-29.txt.gz:{chan ch=tech}Durel Tech: err legs* T3/r7/2021-04-29.txt.gz:{chan ch=tech}Durel Tech: you can fine tune it with stuff like this too: dinv search wearable legs minLevel 50 maxLevel 150 minStr 5 T3/r7/2021-04-29.txt.gz:{chan ch=tech}Than Tech: Dinv, puttin bag vendors outta business since '98 T3/r7/2021-04-29.txt.gz:{chan ch=tech}Durel Tech: That's not our motto! Our motto is "DINV: distracting min-maxers from leveling since 2017!" T3/r7/2021-04-29.txt.gz:{chan ch=tech}Than Tech: heh nicey nice T3/r7/2021-04-29.txt.gz:{chan ch=tech}SNEAKER Mushambo Tech: craps I cant even figure out dinv :) T3/r7/2021-04-29.txt.gz:{chan ch=tech}Selitos Tech: when i use dinv usage ranger wearable neck, is it analyzing it every time or is it just looking at my saved analysis T3/r7/2021-04-29.txt.gz:{chan ch=tech}Durel Tech: the "usage" mode just looks at the data generated by your most recent analysis T3/r7/2021-04-29.txt.gz:{chan ch=tech}Selitos Tech: ok thanks T3/r7/2021-04-29.txt.gz:{chan ch=tech}Selitos Tech: i don't know if you taking suggestions but I would love to have all phys and all magic resis added to the priority matrix T3/r7/2021-04-29.txt.gz:{chan ch=tech}Durel Tech: The "allphys" and "allmagic" fields for resists are already supported T3/r7/2021-04-29.txt.gz:{chan ch=tech}Selitos Tech: hrm i don't see them T3/r7/2021-04-29.txt.gz:{chan ch=tech}Durel Tech: by default, editing a priority only shows the fields that are already in the priority. You can do something like: dinv priority edit psi-melee full T3/r7/2021-04-29.txt.gz:{chan ch=tech}Durel Tech: adding "full" at the end includes all possible values even if they are set to 0 and aren't used T3/r7/2021-04-29.txt.gz:{chan ch=tech}Selitos Tech: ahh, cool T3/r7/2021-04-29.txt.gz:{chan ch=tech}Selitos Tech: hrm what to set the allphys and allmagic to? T3/r7/2021-04-29.txt.gz:{chan ch=tech}Durel Tech: whatever you want :P You have access to a bunch of dials to tweak things so have fun :P T3/r7/2021-04-29.txt.gz:{chan ch=tech}Durel Tech: If you are into pk, you would probably give resists a higher priority than if you don't get into pk. Of course, you might like to AOE huge rooms so maybe resists would be more helpful there. It really just depends on your play style and character build T3/r7/2021-04-30.txt.gz:{chan ch=tech}Countula Tech: Hmmm, is anyone able to provide a bit of assistance with S&D plugin? I see that sometimes it does not pick up the first target of a cp and other times it does... Any idea what causes this and how it might be corrected? T3/r7/2021-04-30.txt.gz:{chan ch=tech}Sheriff Shindo Tech: are you using pwar or crowley's S&D? T3/r7/2021-04-30.txt.gz:{chan ch=tech}Countula Tech: pwars I think T3/r7/2021-04-30.txt.gz:{chan ch=tech}Sheriff Shindo Tech: umm, ok, because i've never had that issue but then I also work backwards through the list T3/r7/2021-04-30.txt.gz:{chan ch=tech}Sleekr Tech: are you meaning that it doesnt include the first entry in the target list? T3/r7/2021-04-30.txt.gz:{chan ch=tech}Sleekr Tech: if so, try adding a carriage return at the end of your prompt if you dont already have one. that fixes a lot of issues with triggers T3/r7/2021-04-30.txt.gz:{chan ch=tech}Countula Tech: yes, and I now see I am using crowleys (just visited the original website I downloaded it at) T3/r7/2021-04-30.txt.gz:{chan ch=tech}Countula Tech: version 4.6 T3/r7/2021-04-30.txt.gz:{chan ch=tech}Countula Tech: Sleekr, I assumed as much, but wanted to make sure it wasnt the plugin itself before digging into my prompt :) T3/r7/2021-04-30.txt.gz:{chan ch=tech}Sheriff Shindo Tech: adding %c to the end of prompts often solves everything T3/r7/2021-04-30.txt.gz:{chan ch=tech}Countula Tech: ok. going to downl. the pwars version, see if that helps. If not, its the %c T3/r7/2021-04-30.txt.gz:{chan ch=tech}Sheriff Shindo Tech: also, if you can get it to happen regularly, screen shot or copy paste it and send a note to crowley so he can investigate T3/r7/2021-04-30.txt.gz:{chan ch=tech}Countula Tech: erm, now I have a splitscreen in my main window when I scroll.... Can I change that to scrollbar? T3/r7/2021-04-30.txt.gz:{chan ch=tech}Countula Tech: answering my own question: turn off auto-pause T3/r7/2021-04-30.txt.gz:{chan ch=tech}Knitted by Kharpern Tech: there is a plugin that you can remove T3/r7/2021-04-30.txt.gz:{chan ch=tech}Knitted by Kharpern Tech: let me look which it is, I added it because I wanted that :) T3/r7/2021-04-30.txt.gz:{chan ch=tech}Knitted by Kharpern Tech: split screen scrollback T3/r7/2021-04-30.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Just make sure you do some good stretches and warmups before you attempt any splits. T3/r7/2021-04-30.txt.gz:{chan ch=tech}Tech: Knitted by Kharpern sniggers at [Outlaw] Mendaloth's actions. Maybe you should REPORT the idjit. T3/r7/2021-04-30.txt.gz:{chan ch=tech}Than Tech: anyone know if there is some kind of reset other than ref button in S&D ? seems like its not registering completion of a target all of a sudden... T3/r7/2021-04-30.txt.gz:{chan ch=tech}Evine Tech: are you sure you killed the right mob? T3/r7/2021-04-30.txt.gz:{chan ch=tech}Evine Tech: are you in a gquest? T3/r7/2021-04-30.txt.gz:{chan ch=tech}Doge Water Yajan Tech: are you living the dream? T3/r7/2021-04-30.txt.gz:{chan ch=tech}Evine Tech: sadly....nope Yajan :( T3/r7/2021-04-30.txt.gz:{chan ch=tech}Evine Tech: lol :D T3/r7/2021-04-30.txt.gz:{chan ch=tech}Tech: Doge Water Yajan pouts. T3/r7/2021-04-30.txt.gz:{chan ch=tech}Than Tech: I did a gq in the middle of a campaign which sounds related - yes I am always living the dream bro, nobody controls Than T3/r7/2021-04-30.txt.gz:{chan ch=tech}Evine Tech: try gq check T3/r7/2021-04-30.txt.gz:{chan ch=tech}Than Tech: PERFECT thanks man T3/r7/2021-04-30.txt.gz:{chan ch=tech}Doge Water Yajan Tech: wow. Than is the man. T3/r7/2021-04-30.txt.gz:{chan ch=tech}Tech: Evine ) T3/r7/2021-04-30.txt.gz:{chan ch=tech}A Can of Pringle Tech: is there a plugin or alias to bulk practice skills on remort? T3/r7/2021-04-30.txt.gz:{chan ch=tech}Slung Tech: any way to get a full readout of the streaming of the variuous help files any9one>? T3/r7/2021-04-30.txt.gz:{chan ch=tech}Slunk Tech: is it possible that aard client is running when the ssd/almost all is shut down snug, yet still be connect pung?\ T3/r7/2021-04-30.txt.gz:{chan ch=tech}Sath Tech: huh?